@media (max-width: 1198px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 1198px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 1199px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:1199px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 65px;
  }
}
body.no-header {
  padding-top: 0;
}
body.has-ecotopbar {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  body.has-ecotopbar {
    padding-top: 144px !important;
  }
}
.has-prbar body.t4-framework-body {
  padding: 0;
}
.has-prbar body.t4-framework-body .item-page {
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul,
ol {
  padding: 0 26px;
  margin: 26px 0;
}
ul li,
ol li {
  line-height: 1.625;
  padding: 0;
  margin: 0;
}
a {
  color: #007aff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a:hover,
a:focus {
  color: #0055b3;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.container {
  max-width: 1312px;
}
@media screen and (min-width: 1599px) {
  .container {
    width: 1312px;
  }
}
.container-sm {
  max-width: 732px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 95%;
  width: calc(68%);
}
.container-flex {
  display: flex;
  align-items: center;
}
.grid-flex,
.row-flex,
.d-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .section.home-masshead {
    margin-top: 0;
  }
}
.section-inner {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (min-width: 992px) {
  .section-inner {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (min-width: 1600px) {
  .section-inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
.section-header {
  padding-bottom: 26px;
  margin: 0;
}
@media (min-width: 992px) {
  .section-header {
    padding-bottom: 39px;
  }
}
@media (min-width: 1200px) {
  .section-header {
    padding-bottom: 52px;
  }
}
@media (min-width: 1600px) {
  .section-header {
    padding-bottom: 78px;
  }
}
.section-header h2 {
  line-height: 1.4;
  margin: 0 0 13px;
}
@media (min-width: 992px) {
  .section-header h2 {
    font-size: 44px;
  }
}
.section-header h2 .text-sm,
.section-header h2 small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 2;
}
.section-header-sm {
  padding-bottom: 26px;
}
.section-header-sm h2 {
  line-height: 1.5;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.section-header-sm h2 .text-sm,
.section-header-sm h2 small {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-header-sm h2 {
    font-size: 36px;
  }
}
.section-header-sm .heading-byline {
  font-size: 16px;
}
.section-primary {
  background-color: #007aff;
}
.section-secondary {
  background: #34c759;
}
.section-darker {
  background: #3a3a3c;
}
.section-primary,
.section-secondary,
.section-secondary,
.section-darker {
  color: #fff;
}
.section-primary h1,
.section-secondary h1,
.section-secondary h1,
.section-darker h1,
.section-primary h2,
.section-secondary h2,
.section-secondary h2,
.section-darker h2,
.section-primary h3,
.section-secondary h3,
.section-secondary h3,
.section-darker h3,
.section-primary h4,
.section-secondary h4,
.section-secondary h4,
.section-darker h4 {
  color: #fff;
}
.section-primary a,
.section-secondary a,
.section-secondary a,
.section-darker a {
  color: inherit;
}
.section-primary a:hover,
.section-secondary a:hover,
.section-secondary a:hover,
.section-darker a:hover,
.section-primary a:focus,
.section-secondary a:focus,
.section-secondary a:focus,
.section-darker a:focus,
.section-primary a:active,
.section-secondary a:active,
.section-secondary a:active,
.section-darker a:active {
  color: #fff;
}
.section-primary .heading-byline,
.section-secondary .heading-byline,
.section-secondary .heading-byline,
.section-darker .heading-byline {
  color: #fff;
}
.section-lighter {
  background: #f2f2f7;
  color: #1c1c1e;
}
.section-lightest {
  background: #f9f9fc;
  color: #1c1c1e;
}
th,
td {
  line-height: 1.625;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.wrap {
  width: auto;
  clear: both;
}
.no-padding {
  padding: 0;
}
.card {
  padding: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
}
.card-sm {
  padding: 17.33333333px;
}
@media (min-width: 992px) {
  .card-sm {
    padding: 26px 39px;
  }
}
@media (min-width: 1600px) {
  .card-sm {
    padding: 26px 52px;
  }
}
.card-lg {
  padding: 26px;
}
@media (min-width: 992px) {
  .card-lg {
    padding: 39px;
  }
}
@media (min-width: 1600px) {
  .card-lg {
    padding: 52px;
  }
}
.card-border {
  border: 1px solid #f2f2f7;
}
.card-dark,
.card-blue,
.card-green,
.card-gray-d1,
.card-gray-d3,
.card-gray-d5 {
  color: rgba(255, 255, 255, 0.8);
}
.card-dark h1,
.card-blue h1,
.card-green h1,
.card-gray-d1 h1,
.card-gray-d3 h1,
.card-gray-d5 h1,
.card-dark h2,
.card-blue h2,
.card-green h2,
.card-gray-d1 h2,
.card-gray-d3 h2,
.card-gray-d5 h2,
.card-dark h3,
.card-blue h3,
.card-green h3,
.card-gray-d1 h3,
.card-gray-d3 h3,
.card-gray-d5 h3,
.card-dark h4,
.card-blue h4,
.card-green h4,
.card-gray-d1 h4,
.card-gray-d3 h4,
.card-gray-d5 h4,
.card-dark h5,
.card-blue h5,
.card-green h5,
.card-gray-d1 h5,
.card-gray-d3 h5,
.card-gray-d5 h5 {
  color: #fff;
}
.card-dark p a,
.card-blue p a,
.card-green p a,
.card-gray-d1 p a,
.card-gray-d3 p a,
.card-gray-d5 p a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.card-dark p a:hover,
.card-blue p a:hover,
.card-green p a:hover,
.card-gray-d1 p a:hover,
.card-gray-d3 p a:hover,
.card-gray-d5 p a:hover,
.card-dark p a:active,
.card-blue p a:active,
.card-green p a:active,
.card-gray-d1 p a:active,
.card-gray-d3 p a:active,
.card-gray-d5 p a:active,
.card-dark p a:focus,
.card-blue p a:focus,
.card-green p a:focus,
.card-gray-d1 p a:focus,
.card-gray-d3 p a:focus,
.card-gray-d5 p a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.card-blue {
  background: #007aff;
}
.card-blue-light {
  background: #4da2ff;
}
.card-green {
  background: #34c759;
}
.card-purple {
  background: #af52de;
}
.card-gray-l2 {
  background: #f2f2f7;
}
.card-gray-d1 {
  background: #636366;
}
.card-gray-d3 {
  background: #3a3a3c;
}
.card-gray-d5 {
  background: #1c1c1e;
}
.card-shadow-lv1 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.card-shadow-lv2 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-shadow-lv3 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card-shadow-lv4 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.card-shadow-lv5 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 20px 60px rgba(0, 0, 0, 0.2);
}
.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-overlay span {
  display: none;
}
.link-overlay:hover,
.link-overlay:active,
.link-overlay:focus {
  background: transparent;
  outline: none;
}
.star {
  color: #ffcc00;
}
.red {
  color: #ff3b30;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #e2e2ed;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.center img,
.table td.center img,
.table th.center img {
  display: inline-block;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.well {
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(28, 28, 30, 0.32);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(28, 28, 30, 0.16);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(28, 28, 30, 0.16);
}

p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 18px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #8e8e93;
}
.text-primary {
  color: #007aff;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-blue {
  color: #007aff;
}
.text-green {
  color: #34c759;
}
.text-red {
  color: #ff3b30;
}
.text-orange {
  color: #ff9500;
}
.text-indigo {
  color: #5856d6;
}
.text-cyan {
  color: #17a2b8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-center .item-image img {
  margin: 0 auto;
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 26px;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.underline {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  line-height: 1;
}
.underline:after {
  background-color: #a7e9f4;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  width: 100%;
}
.underline strong {
  color: #117a8b;
  position: relative;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.5px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .underline strong {
    font-size: 44px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c1c1e;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #8e8e93;
}
h1,
h2,
h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h4,
h5,
h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 13px;
  }
  h1 {
    font-size: 35px;
  }
  h1 small {
    font-size: 16px;
  }
  h2 {
    font-size: 28px;
  }
  h2 small {
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
  }
  h3 small {
    font-size: 16px;
  }
  h4,
  h5,
  h6 {
    font-size: 19px;
  }
  h4 small,
  h5 small,
  h6 small {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    margin-bottom: 13px;
  }
  h1 {
    font-size: 40px;
  }
  h1 small {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
  }
  h2 small {
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
  }
  h3 small {
    font-size: 16px;
  }
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
  h4 small,
  h5 small,
  h6 small {
    font-size: 16px;
  }
}
.heading-byline {
  color: #8e8e93;
  font-size: 18px;
  font-weight: 400;
}
.heading-byline:last-child {
  margin-bottom: 0;
}
.head-sm {
  color: #8e8e93;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1199px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d1d1d6;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  border-left: 5px solid #f2f2f7;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.625;
  color: #8e8e93;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f7;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, "Courier New", monospace;
}
.txt-highlight {
  font-size: 24px;
  margin-top: 20px;
  display: block;
}
.qp_quiz .qp_flex.cf2 .qp_flexc {
  width: 100%;
}
.qp_quiz .qp_qi {
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}
.qp_quiz .take-q {
  border: 1px solid #007aff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.qp_quiz .take-q:before {
  content: "\f1ea";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: -52px;
  right: 0;
  font-size: 140px;
  opacity: 0.04;
}
.qp_quiz .take-q[qid="9484866"]:before {
  content: "\f07a";
  bottom: -40px;
}
.qp_quiz .qp_ao {
  padding: 0;
  margin: 0;
}
.qp_quiz .qp_flexc {
  padding: 0;
}
.qp_quiz .qp_flexc + .qp_flexc {
  margin-top: 20px;
}
.qp_quiz .qp_flexc .qp_a {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.qp_quiz .qp_flexc .qp_a .qp_t {
  padding-left: 32px;
}
.qp_quiz .qp_flexc .qp_a .qp_t:before {
  content: "\f0c8";
  color: #999;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  margin-left: -36px;
  margin-top: -2px;
}
.qp_quiz .take-q[qt='0'] .qp_a[sel='1'] .qp_t:before,
.qp_quiz .qp_matrix .qp_a[qt='0'][sel='1'] .qp_t:before {
  content: "\f14a";
  color: #54bd92;
}
.qp_quiz .qp_bo {
  margin-top: 32px;
  text-align: center;
}
.qp_quiz .qp_bo .qp_btn {
  background: #007aff;
  line-height: 40px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.qp_quiz .qp_bo .qp_btn:hover,
.qp_quiz .qp_bo .qp_btn:focus,
.qp_quiz .qp_bo .qp_btn:active {
  background: #006ee6;
}
.qp_quiz .qp_bo .qp_btn[value="Results"] {
  background: #e5f2ff;
  color: #007aff;
}
.qp_quiz .qp_bo .qp_btn[value="Results"]:hover,
.qp_quiz .qp_bo .qp_btn[value="Results"]:focus,
.qp_quiz .qp_bo .qp_btn[value="Results"]:active {
  background: #e0efff;
}
#quiz-results .qp_a {
  background: #f2f2f7;
  border: 0;
}
#quiz-results.qp-notab-c > DIV {
  margin-bottom: 20px;
}
#quiz-results .qp_t {
  color: #1c1c1e;
  margin-bottom: 5px;
}
table.no-border thead > tr > th,
table.no-border tbody > tr > td {
  border: 0;
  padding: 12px;
  transition: all 0.25s ease-in-out;
}
table.no-border tbody > tr:hover td {
  background-color: #E9ECEF;
}
table.no-border a {
  color: #636366;
}
table .header-dark {
  background-color: #212529;
  color: #ffffff;
}
table .header-dark > tr > th {
  border: 0;
  font-weight: 400;
}
.note-ct {
  background: #FDF7E3;
  border-radius: 5px;
  padding: 13px 26px;
}
.note-ct i {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .article-highlight-wrap .blog .blog-item-detail {
    max-width: 1140px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .article-highlight-wrap .blog .blog-item-detail h1.article-title {
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
  }
}
.article-highlight-wrap .blog .blog-item-detail .article-aside .category-name {
  position: static;
  margin-bottom: 8px;
}
.article-highlight-wrap .blog .blog-item-detail .article-aside .category-name a {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
  font-weight: 700;
}
.article-highlight-wrap .blog .blog-item-detail .article-aside .category-name a:hover,
.article-highlight-wrap .blog .blog-item-detail .article-aside .category-name a:focus,
.article-highlight-wrap .blog .blog-item-detail .article-aside .category-name a:active {
  background: rgba(0, 122, 255, 0.2);
}
.article-highlight-wrap .blog .blog-item-detail .article-aside .modified {
  display: none;
}
@media (min-width: 1200px) {
  .article-highlight .docs-sidebar {
    padding-left: 32px;
  }
}
.article-highlight .nav-list-wrap {
  background-color: #f9f9fc;
  background-image: url(../../images/bg-gradient-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 5px;
  margin: 0;
  width: 300px;
}
.article-highlight .nav-list-wrap:before {
  display: block;
  content: "Quick Links";
  color: #007aff;
  padding: 15px 10px;
  margin-bottom: 1px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.article-highlight .nav-list-wrap.affix {
  position: fixed !important;
  top: 80px;
}
.article-highlight .nav-list-wrap li {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 8px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.article-highlight .nav-list-wrap li .docs-progress-bar {
  background: rgba(0, 122, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.article-highlight .nav-list-wrap li a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: #1c1c1e;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.article-highlight .nav-list-wrap li a span {
  background: linear-gradient(160deg, #ffe4e3 0%, #ffeacc 100%);
  border-radius: 50%;
  display: inline-block;
  text-transform: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  margin-right: 8px;
  height: 25px;
  width: 25px;
  transition: 400ms all;
}
.article-highlight .nav-list-wrap li + li {
  margin-top: 3px;
}
.article-highlight .nav-list-wrap li.active a span {
  background: #007aff;
  color: #fff;
}
.article-highlight .ja-highlight {
  border-radius: 8px;
}
.article-highlight .table {
  background-color: #f9f9fc;
  background-image: url(../../images/bg-gradient-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-collapse: unset;
  border-radius: 8px;
  padding: 8px;
}
.article-highlight .table .label-warning {
  background: linear-gradient(160deg, #ffe4e3 0%, #ffeacc 100%);
  color: #1c1c1e;
  font-weight: 600 !important;
}
.article-highlight .table .product-name {
  font-weight: 600;
}
.article-highlight .table .text-success {
  color: #34c759;
}
.article-highlight .table .header-dark th {
  border-radius: 8px;
  background: #007aff;
  font-weight: 600;
}
.article-highlight .table tbody tr {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.article-highlight .table tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.25);
}
.hightlight.table {
  background-color: #f9f9fc;
  background-image: url(../../images/bg-gradient-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-collapse: unset;
  border-radius: 8px;
  padding: 8px;
}
.hightlight.table .label-warning {
  background: linear-gradient(160deg, #ffe4e3 0%, #ffeacc 100%);
  color: #1c1c1e;
  font-weight: 600 !important;
}
.hightlight.table .product-name {
  font-weight: 600;
}
.hightlight.table .text-success {
  color: #34c759;
}
.hightlight.table .header-dark th {
  border-radius: 0;
  background: #007aff;
  font-weight: 600;
}
.hightlight.table tbody tr {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.hightlight.table tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.25);
}

legend {
  padding-bottom: 13px;
  font-weight: 700;
}
.form-control {
  border-width: 2px;
  border-radius: 4px;
  height: 40px;
}
.form-control:focus {
  border-color: #636366;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(99, 99, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(99, 99, 102, 0.6);
}
.form-control:focus {
  box-shadow: none !important;
}
.form-control::-moz-placeholder {
  color: #d1d1d6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d1d1d6;
}
.form-control::-webkit-input-placeholder {
  color: #d1d1d6;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 26px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-width: 2px;
  border-color: transparent;
}
.btn .fa-angle-right {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-left: 6.5px;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
}
.btn:hover .fa-angle-right,
.btn:focus .fa-angle-right {
  transform: translateX(2px);
}
.btn-primary {
  color: #fff !important;
  background: #007aff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #0053ad;
}
.btn-success {
  color: #fff !important;
  background: #34c759;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #23863c;
}
.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-pink {
  color: #ffffff;
  background-color: #c21260;
  border-color: #b9115b;
}
.btn-pink:focus,
.btn-pink.focus {
  color: #ffffff;
  background-color: #930e49;
  border-color: #440622;
}
.btn-pink:hover {
  color: #ffffff;
  background-color: #930e49;
  border-color: #810c40;
}
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #930e49;
  background-image: none;
  border-color: #810c40;
}
.btn-pink:active:hover,
.btn-pink.active:hover,
.open > .dropdown-toggle.btn-pink:hover,
.btn-pink:active:focus,
.btn-pink.active:focus,
.open > .dropdown-toggle.btn-pink:focus,
.btn-pink:active.focus,
.btn-pink.active.focus,
.open > .dropdown-toggle.btn-pink.focus {
  color: #ffffff;
  background-color: #730b39;
  border-color: #440622;
}
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled.focus,
.btn-pink[disabled].focus,
fieldset[disabled] .btn-pink.focus {
  background-color: #c21260;
  border-color: #b9115b;
}
.btn-pink .badge {
  color: #c21260;
  background-color: #ffffff;
}
.btn-rounded {
  border-radius: 22px;
  padding-right: 26px;
  padding-left: 26px;
}
.btn-rounded.btn-lg {
  border-radius: 52px;
  padding-right: 52px;
  padding-left: 52px;
}
.btn-rounded-inverse {
  background-color: #f2f2f7;
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
}
.btn-rounded-inverse:focus,
.btn-rounded-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.btn-rounded-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.btn-rounded-inverse:active,
.btn-rounded-inverse.active,
.open > .dropdown-toggle.btn-rounded-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.btn-rounded-inverse:active:hover,
.btn-rounded-inverse.active:hover,
.open > .dropdown-toggle.btn-rounded-inverse:hover,
.btn-rounded-inverse:active:focus,
.btn-rounded-inverse.active:focus,
.open > .dropdown-toggle.btn-rounded-inverse:focus,
.btn-rounded-inverse:active.focus,
.btn-rounded-inverse.active.focus,
.open > .dropdown-toggle.btn-rounded-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.btn-rounded-inverse.disabled:hover,
.btn-rounded-inverse[disabled]:hover,
fieldset[disabled] .btn-rounded-inverse:hover,
.btn-rounded-inverse.disabled:focus,
.btn-rounded-inverse[disabled]:focus,
fieldset[disabled] .btn-rounded-inverse:focus,
.btn-rounded-inverse.disabled.focus,
.btn-rounded-inverse[disabled].focus,
fieldset[disabled] .btn-rounded-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.btn-rounded-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.btn-rounded-inverse:hover,
.btn-rounded-inverse:focus,
.btn-rounded-inverse:active {
  background: #3a3a3c;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-border {
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
}
.btn-border.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.btn-border.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.btn-border.btn-danger {
  border-color: #ff3b30;
}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.btn-border.btn-warning {
  border-color: #ff9500;
}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.btn-border.btn-success {
  border-color: #34c759;
}
.btn-border.btn-success:hover,
.btn-border.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.btn-border.btn-info {
  border-color: #17a2b8;
}
.btn-border.btn-info:hover,
.btn-border.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-border.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.btn-border.btn-inverse:focus,
.btn-border.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.btn-border.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.btn-border.btn-inverse:active,
.btn-border.btn-inverse.active,
.open > .dropdown-toggle.btn-border.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.btn-border.btn-inverse:active:hover,
.btn-border.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-border.btn-inverse:hover,
.btn-border.btn-inverse:active:focus,
.btn-border.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-border.btn-inverse:focus,
.btn-border.btn-inverse:active.focus,
.btn-border.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-border.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.btn-border.btn-inverse.disabled:hover,
.btn-border.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-border.btn-inverse:hover,
.btn-border.btn-inverse.disabled:focus,
.btn-border.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-border.btn-inverse:focus,
.btn-border.btn-inverse.disabled.focus,
.btn-border.btn-inverse[disabled].focus,
fieldset[disabled] .btn-border.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.btn-border.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.btn-border.btn-inverse:hover,
.btn-border.btn-inverse:focus,
.btn-border.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-border-inverse {
  border: 2px solid #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.btn-border-inverse:hover,
.btn-border-inverse:focus,
.btn-border-inverse:active {
  background: rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white {
  border-color: transparent;
  background: #f2f2f7;
  background: rgba(255, 255, 255, 0.8);
  color: #3a3a3c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #fff;
  color: #3a3a3c !important;
}
.btn-action {
  border-radius: 26px;
  margin: 0 6.5px;
  padding: 13px 52px;
  position: relative;
}
.btn-lg {
  padding: 17.33333333px 26px;
  line-height: 1;
}
@media (min-width: 1199px) {
  .btn-lg {
    padding: 17.33333333px 39px;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  border-width: 2px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #d1d1d6;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #d1d1d6;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #d1d1d6;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #abe9bb;
  border-color: #34c759;
}
.invalid {
  border-color: #ff3b30;
}
label.invalid {
  color: #ff3b30;
}
input.invalid {
  border: 1px solid #ff3b30;
}

.caret {
  margin-left: 5px;
  margin-top: -2px;
}
.dropdown-menu {
  padding: 0;
  min-width: 200px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
}
.dropdown-menu .divider {
  margin: 0;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.dropdown-menu > li:first-child {
  border-top: 0;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 16px;
}
.dropdown-header a {
  color: #d1d1d6;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
  margin-left: -8px;
}
.dropdown-submenu > a:after {
  border-left-color: #3a3a3c;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #007aff;
}
.nav > li > .separator {
  position: relative;
  display: block;
}
.nav .open > a {
  background: inherit;
  color: inherit;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #f2f2f7;
  background: inherit;
  color: inherit;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  padding: 10px;
  line-height: normal;
  border: 0;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: transparent;
}
.nav-tabs > li.active > a {
  background: #636366;
  border: 0;
  color: #fff;
  margin-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #636366;
  border: 0;
  color: #fff;
}
.tab-content {
  padding: 10px 0;
  border-top: 0;
}
.nav .caret {
  border-top-color: #007aff;
  border-bottom-color: #007aff;
}
.nav a:hover .caret {
  border-top-color: #0055b3;
  border-bottom-color: #0055b3;
}
.t3-navhelper {
  background: #f2f2f7;
  color: #cccccc;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > li:nth-child(2):before {
  content: " ";
}
.breadcrumb > .active {
  color: #d1d1d6;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  margin: 0 auto;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  background: #f2f2f7;
  border: 0;
  border-radius: 4px;
  color: #636366;
  display: block;
  font-size: 16px;
  height: 40px;
  text-align: center;
  float: left;
  font-weight: 500;
  margin: 0 4px 8px 0;
  padding: 0;
  line-height: 40px;
  width: 40px;
}
.pagination > li > a.prev,
.pagination > li > span.prev,
.pagination > li > a.nex,
.pagination > li > span.nex {
  padding-left: 13px;
  padding-right: 13px;
  width: auto;
}
.pagination > li.page-ctrl > a,
.pagination > li.page-ctrl > span {
  width: 80px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #007aff;
  background: #e5f2ff;
  color: #007aff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #007aff;
  border-color: transparent;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  font-size: 14px;
  margin: 8px 0 0;
  padding: 8px 12px;
  background: #e5f2ff;
  color: #007aff;
  border-radius: 4px;
}
header#ja-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2999;
}
@media (max-width: 767px) {
  header#ja-header {
    position: static;
  }
}
header#ja-header {
  -webkit-transition: top 200ms;
  -o-transition: top 200ms;
  transition: top 200ms;
}
.scrollUp header#ja-header {
  top: 0;
}
.scrollUp .has-ecotopbar header#ja-header {
  top: -80px;
}
.scrollDown header#ja-header,
.scrollDown.prbar-fixed header#ja-header {
  top: 0;
}
.scrollDown .has-ecotopbar header#ja-header {
  top: -80px;
}
.scrollDown .navbar-header .network-inverse {
  
}
.has-subnav.scrollUp .has-ecotopbar header#ja-header {
  top: -80px;
}
.has-subnav.scrollUp .has-ecotopbar .ja-subnav {
  top: 65px;
}
.has-subnav.scrollDown header#ja-header {
  top: -65px;
}
.has-subnav.scrollDown .has-ecotopbar #ja-header {
  top: -145px;
}
.has-subnav.scrollDown .has-ecotopbar .ja-subnav {
  top: 0;
}
.has-subnav.scrollDown .ja-subnav {
  top: 0;
}
.has-subnav .has-ecotopbar .ja-subnav {
  top: 145px;
}
.has-subnav .ja-subnav {
  transition: top 200ms;
  position: fixed;
  width: 100%;
  top: 65px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .has-subnav .ja-subnav {
    position: static;
  }
}
.copyright .nav-pills > li.active > a,
.copyright .nav-pills > li.active > a:hover,
.copyright .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.navbar-toggle {
  padding: 0;
  height: 64px;
  line-height: 64px;
  width: 64px;
  margin: 0;
  float: left;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navbar-toggle .fa-bars {
  font-size: 18px;
}
@media (min-width: 1199px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -16px;
}
@media (min-width: 1199px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 4px;
  margin-top: -8px;
  padding: 13px 0;
}
.navbar-default {
  background-color: transparent;
  border-color: #f2f2f7;
}
.navbar-default .navbar-text {
  color: #636366;
}
.navbar-default .navbar-nav > li > a {
  color: #3a3a3c;
  font-weight: 500;
}
@media screen and (min-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0 26px;
    line-height: 66px;
    height: 64px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #007aff;
  cursor: pointer;
}
.navbar-default .navbar-nav > li > a.item-image {
  position: relative;
}
.navbar-default .navbar-nav > li > a.item-image .image-title {
  display: none;
  position: absolute;
}
.navbar-default .navbar-nav > li > .separator {
  color: #3a3a3c;
  font-weight: 500;
}
@media screen and (min-width: 1199px) {
  .navbar-default .navbar-nav > li > .separator {
    padding: 0 26px;
    line-height: 66px;
    height: 64px;
  }
}
.navbar-default .navbar-nav > li > .separator:hover,
.navbar-default .navbar-nav > li > .separator:focus {
  cursor: default;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #007aff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .nav-home > a,
.navbar-default .navbar-nav > .nav-home.open > a {
  display: none;
}
.navbar-default .navbar-toggle {
  display: none;
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #f2f2f7;
  color: #007aff;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .fa-bars {
  background-color: transparent;
  color: #636366;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f2f2f7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #007aff;
  border-bottom-color: #007aff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #007aff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #007aff;
  border-bottom-color: #007aff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #3a3a3c;
  border-bottom-color: #3a3a3c;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #f2f2f7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-top-color: #e2e2ed;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3a3a3c;
    padding: 20px 20px 20px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #007aff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #007aff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-default .navbar-nav .open .level2.dropdown-menu {
    background: #e2e2ed;
    border-top: 1px solid #d2d2e4;
    margin-top: 0;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li {
    border-top-color: #d2d2e4;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li > a {
    padding-left: 40px;
  }
}
.navbar-default .navbar-link {
  color: #3a3a3c;
}
.navbar-default .navbar-link:hover {
  color: #007aff;
}
.t3-mainnav {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.t3-mainnav .container {
  position: relative;
  overflow: visible !important;
}
@media (min-width: 1199px) {
  .t3-mainnav .container {
    overflow: visible !important;
  }
}
.t3-mainnav .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .t3-mainnav {
    position: relative !important;
  }
}
.t3-mainnav.affix {
  top: 40px;
  z-index: 9999;
  -webkit-transform: translateZ(0);
}
.t3-mainnav .t3-navbar {
  position: relative;
  flex: 1;
}
@media (min-width: 1199px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -16px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #f2f2f7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
  left: -1px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.ja-subnav {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}
.ja-subnav .t3-subnav {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
.ja-subnav .t3-subnav:before,
.ja-subnav .t3-subnav:after {
  display: table;
  content: " ";
}
.ja-subnav .t3-subnav:after {
  clear: both;
}
@media (min-width: 1200px) {
  .ja-subnav .t3-subnav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.ja-subnav .t3-subnav .subnav-toggle {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 48px;
  margin-left: 12px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .ja-subnav .t3-subnav .subnav-toggle {
    display: none;
  }
}
.ja-subnav .t3-subnav .subnav-toggle:hover {
  cursor: pointer;
}
.ja-subnav .t3-subnav .subnav-toggle .far {
  color: #636366;
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
}
.ja-subnav .t3-subnav .subnav-toggle.active .toggle-bar {
  background-color: transparent;
}
.ja-subnav .t3-subnav .subnav-toggle.active .toggle-bar::before {
  top: 0;
  transform: rotate(-45deg);
}
.ja-subnav .t3-subnav .subnav-toggle.active .toggle-bar::after {
  bottom: 0;
  transform: rotate(45deg);
}
.ja-subnav .t3-subnav .navbar-nav {
  background: #f9f9fc;
  clear: both;
  margin: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .ja-subnav .t3-subnav .navbar-nav {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 1200px) {
  .ja-subnav .t3-subnav .navbar-nav {
    background: transparent;
    clear: none;
    height: auto !important;
    width: 100%;
  }
}
.ja-subnav .t3-subnav .navbar-nav.show {
  border-top: 1px solid #f2f2f7;
  padding: 13px;
}
@media (max-width: 1200px) {
  .ja-subnav .t3-subnav .subnav-title {
    display: none;
  }
}
.ja-subnav .t3-subnav .nav li {
  float: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  .ja-subnav .t3-subnav .nav li {
    width: auto;
    float: left;
  }
}
.ja-subnav .t3-subnav .nav li.item-btn {
  padding-top: 13px;
  float: right;
}
.ja-subnav .t3-subnav .nav li.item-btn a {
  color: #fff !important;
  background: #34c759;
  display: inline-block;
  padding: 13px 17.33333333px;
  line-height: 1;
  height: auto;
}
.ja-subnav .t3-subnav .nav li.item-btn a:hover,
.ja-subnav .t3-subnav .nav li.item-btn a:active,
.ja-subnav .t3-subnav .nav li.item-btn a:focus {
  background: #23863c;
}
.ja-subnav .t3-subnav .nav li > a,
.ja-subnav .t3-subnav .nav li > .separator {
  padding: 13px;
}
@media (min-width: 1200px) {
  .ja-subnav .t3-subnav .nav li > a,
  .ja-subnav .t3-subnav .nav li > .separator {
    padding: 0 17.33333333px;
    line-height: 66px;
    height: 64px;
  }
}
.ja-subnav .t3-subnav .subnav-title {
  font-weight: 600;
  font-size: 20px;
  margin-right: 42px;
  padding: 0 3px 0 0 !important;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  text-align: right;
  width: 200px;
}
.ja-subnav .t3-subnav .brand-item {
  min-width: 250px;
  font-size: 24px;
  font-weight: 600;
  padding-left: 0;
}
.ja-subnav .t3-subnav .brand-item img {
  display: inline-block;
  max-width: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.ja-subnav .action-list {
  position: absolute;
  top: 0px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 4px 12px 0 0;
}
@media (min-width: 1200px) {
  .ja-subnav .action-list {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
  }
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 52px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #1c1c1e;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 13px;
  padding: 0;
  line-height: 1.4;
}
.module-ct {
  padding: 0;
  font-size: inherit;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct .well {
  margin-bottom: 0;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li {
  border-top: 1px solid #f2f2f7;
  margin-top: 0;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 13px;
  display: block;
}
.module_menu .nav > li.active > a {
  background: #c00;
}
.module_menu .nav > li.active > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.module_menu.nav li {
  border-bottom: 1px solid #f2f2f7;
}
.module_menu.nav li a {
  padding-left: 0;
  padding-right: 0;
}
.module_menu.nav li a:hover,
.module_menu.nav li a:focus,
.module_menu.nav li a:active {
  background: transparent;
  text-decoration: underline;
}
.module_menu.nav li.active > a {
  background: transparent;
  color: #007aff;
}
.nav-list {
  float: none;
}
.nav-list > li {
  float: none;
}
.nav-list > li a {
  border-radius: 5px;
  color: #1c1c1e;
  font-size: 16px;
  padding: 10px 17.33333333px;
}
.nav-list > li a:hover,
.nav-list > li a:focus,
.nav-list > li a:active {
  background-color: transparent;
  color: #007aff;
}
.nav-list > li.active a {
  background-color: #f9f9fc;
  color: #007aff;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 26px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: 600;
}
.bannerfooter {
  border-top: 1px solid #f2f2f7;
  font-size: 14px;
  padding-top: 13px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
  padding: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.categories-module .mod-articles-category-title,
ul.categories-module .mod-articles-category-title,
.category-module .mod-articles-category-title,
ul.category-module .mod-articles-category-title {
  display: block;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
.categories-module h4 a,
ul.categories-module h4 a,
.category-module h4 a,
ul.category-module h4 a,
.categories-module .mod-articles-category-title a,
ul.categories-module .mod-articles-category-title a,
.category-module .mod-articles-category-title a,
ul.category-module .mod-articles-category-title a {
  border-bottom: 1px solid #ffffff;
  color: #1c1c1e;
  display: block;
  padding: 12px 0;
}
.categories-module h4 a .fa,
ul.categories-module h4 a .fa,
.category-module h4 a .fa,
ul.category-module h4 a .fa,
.categories-module .mod-articles-category-title a .fa,
ul.categories-module .mod-articles-category-title a .fa,
.category-module .mod-articles-category-title a .fa,
ul.category-module .mod-articles-category-title a .fa {
  color: #b6b6be;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.categories-module h4 a:hover,
ul.categories-module h4 a:hover,
.category-module h4 a:hover,
ul.category-module h4 a:hover,
.categories-module .mod-articles-category-title a:hover,
ul.categories-module .mod-articles-category-title a:hover,
.category-module .mod-articles-category-title a:hover,
ul.category-module .mod-articles-category-title a:hover,
.categories-module h4 a:active,
ul.categories-module h4 a:active,
.category-module h4 a:active,
ul.category-module h4 a:active,
.categories-module .mod-articles-category-title a:active,
ul.categories-module .mod-articles-category-title a:active,
.category-module .mod-articles-category-title a:active,
ul.category-module .mod-articles-category-title a:active,
.categories-module h4 a:focus,
ul.categories-module h4 a:focus,
.category-module h4 a:focus,
ul.category-module h4 a:focus,
.categories-module .mod-articles-category-title a:focus,
ul.categories-module .mod-articles-category-title a:focus,
.category-module .mod-articles-category-title a:focus,
ul.category-module .mod-articles-category-title a:focus {
  color: #0055b3;
  text-decoration: none;
}
.categories-module h4 a:hover .fa,
ul.categories-module h4 a:hover .fa,
.category-module h4 a:hover .fa,
ul.category-module h4 a:hover .fa,
.categories-module .mod-articles-category-title a:hover .fa,
ul.categories-module .mod-articles-category-title a:hover .fa,
.category-module .mod-articles-category-title a:hover .fa,
ul.category-module .mod-articles-category-title a:hover .fa,
.categories-module h4 a:active .fa,
ul.categories-module h4 a:active .fa,
.category-module h4 a:active .fa,
ul.category-module h4 a:active .fa,
.categories-module .mod-articles-category-title a:active .fa,
ul.categories-module .mod-articles-category-title a:active .fa,
.category-module .mod-articles-category-title a:active .fa,
ul.category-module .mod-articles-category-title a:active .fa,
.categories-module h4 a:focus .fa,
ul.categories-module h4 a:focus .fa,
.category-module h4 a:focus .fa,
ul.category-module h4 a:focus .fa,
.categories-module .mod-articles-category-title a:focus .fa,
ul.categories-module .mod-articles-category-title a:focus .fa,
.category-module .mod-articles-category-title a:focus .fa,
ul.category-module .mod-articles-category-title a:focus .fa {
  color: #0055b3;
  margin-left: 5px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby,
.categories-module .mod-articles-category-date,
ul.categories-module .mod-articles-category-date,
.category-module .mod-articles-category-date,
ul.category-module .mod-articles-category-date {
  color: #8e8e93;
  font-size: 14px;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby {
  font-weight: bold;
  margin-right: 10px;
}
.categories-module h4 {
  font-size: 16px;
}
.feed h4 {
  font-weight: 600;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #e2e2ed;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #f2f2f7;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.module-ct .whosonline {
  margin-left: 0;
}
.module-ct .whosonline > li {
  display: inline-block;
  border-radius: 4px;
  background: #f2f2f7;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  background: #f2f2f7;
  border-radius: 3px;
  color: #8e8e93;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.tagspopular ul > li > a {
  color: #8e8e93;
}
.tagspopular ul > li .tag-count {
  background: transparent;
  color: #8e8e93;
  display: inline;
  margin: 0;
  padding: 0;
}
.tagspopular ul > li:hover {
  background: #007aff;
  color: #ffffff;
}
.tagspopular ul > li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.tagspopular ul > li:hover .tag-count {
  color: #ffffff;
}
.tagspopular.tagscloud .tag {
  background: #f2f2f7;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.tagspopular.tagscloud .tag a {
  color: #8e8e93;
}
.tagspopular.tagscloud .tag a:hover,
.tagspopular.tagscloud .tag a:focus,
.tagspopular.tagscloud .tag a:active {
  color: #0055b3;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #f2f2f7;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #8e8e93;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #0055b3;
}
.module-ct > ul.archive-module {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-ct > ul.archive-module i {
  color: #d1d1d6;
  margin-right: 2px;
}
.module-ct > ul.archive-module li {
  border-bottom: 1px solid #f2f2f7;
  padding: 7px 0;
}
.module-ct > ul.archive-module li a {
  color: #8e8e93;
}
.module-ct > ul.archive-module li a:hover,
.module-ct > ul.archive-module li a:focus,
.module-ct > ul.archive-module li a:active {
  color: #007aff;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.t3-module.fb iframe {
  height: 214px !important;
}
.ja-twitter > br {
  display: none;
}
.ja-twitter .ja-twitter-item {
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.5;
}
.ja-twitter .twitter-follow-button {
  position: static;
  right: 0;
  top: 0;
}
@media (min-width: 1199px) {
  .ja-twitter .twitter-follow-button {
    position: absolute;
  }
}
.ja-twitter .ja-twitter-date {
  color: #d1d1d6 !important;
  font-size: 14px;
  margin-top: 5px;
}
.ja-twitter .ja-twitter-tweets {
  display: none;
}
@media (min-width: 1199px) {
  .ja-twitter .ja-twitter-tweets {
    display: block;
  }
}
.feature-articles .category-module:before,
.feature-articles .category-module:after {
  display: table;
  content: " ";
}
.feature-articles .category-module:after {
  clear: both;
}
.feature-articles .category-module .item {
  padding: 0;
  position: relative;
}
.feature-articles .category-module .item .item-img {
  overflow: hidden;
  max-height: 280px;
}
.feature-articles .category-module .item .item-img img {
  width: 100%;
}
.feature-articles .category-module .item .item-cat {
  background: #636366;
  color: #ffffff;
  display: inline-block;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 21px;
}
.feature-articles .category-module .item .item-cat a {
  color: #ffffff;
}
.ja-beyond {
  background: #f9f9fc;
  border: 1px solid #f2f2f7;
  border-radius: 4px;
  padding: 26px;
}
.ja-beyond .btn {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.ja-beyond .btn i {
  font-size: 20px;
  margin-right: 10px;
}
.ja-beyond ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.ja-beyond ul > li {
  border-right: 1px solid #9ea1a6;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 0 5px;
}
.ja-beyond ul > li:first-child {
  padding-left: 0;
}
.ja-beyond ul > li:last-child {
  border: 0;
  padding-right: 0;
}
.ja-social-networks {
  box-shadow: none;
  border: 0;
  color: #007aff;
  padding: 0;
}
.ja-social-networks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ja-social-networks ul:before,
.ja-social-networks ul:after {
  display: table;
  content: " ";
}
.ja-social-networks ul:after {
  clear: both;
}
.ja-social-networks ul li {
  display: block;
  float: left;
  margin: 0;
  width: 25%;
}
.ja-social-networks ul li a {
  color: #ffffff;
  display: block;
  height: 50px;
  text-align: center;
  width: 100%;
}
.ja-social-networks ul li a .fa {
  font-size: 18px;
  line-height: 50px;
}
.ja-social-networks ul li a.rss {
  background-color: #fe9900;
}
.ja-social-networks ul li a.twitter {
  background-color: #3a92c8;
}
.ja-social-networks ul li a.youtube {
  background-color: #bb0000;
}
.ja-social-networks ul li a.facebook {
  background-color: #3b5998;
}
.ja-social-networks ul li a.google-plus {
  background-color: #dd4b39;
}
.ja-social-networks ul li a:hover,
.ja-social-networks ul li a:focus,
.ja-social-networks ul li a:active {
  background-color: #3a3a3c;
  color: #ffffff;
}
.ja-social-networks ul li img {
  opacity: 0.4;
}
.ja-social-networks ul li img:hover {
  opacity: 1;
}
.ja-social-networks ul li a:hover {
  text-decoration: none;
}
.ja-social-networks ul li a:hover .text-muted {
  color: #007aff;
}
.ja-social-networks ul li .text-muted {
  display: block;
  font-size: 80%;
}
.ja-social-networks .subscription-form {
  border: 0;
  padding: 20px 10px;
  margin-bottom: 0px;
}
.ja-social-networks .subscription-form p {
  color: #007aff;
  text-align: center;
}
.ja-social-networks .subscription-form p.text-muted {
  margin-bottom: 0;
}
.ja-social-networks .subscription-form p input {
  border: 0;
  box-shadow: none;
  display: inline;
}
.ja-social-networks .subscription-form p input.sub-inputbox {
  box-sizing: border-box;
  width: 100%;
}
.ja-social-networks .subscription-form p input.sub-button {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 8px 12px;
  margin-top: 5px;
  width: 100%;
}
.footer-newsletter form#jaGRSubscribeForm .input-group .input-group-addon {
  width: auto;
}
.footer-newsletter form#jaGRSubscribeForm .input-group .fa {
  display: table-cell;
}
.t3-module.reated-post {
  padding-right: 78px;
  padding-left: 0;
}
.t3-module.reated-post h3.module-title {
  border-top: 5px solid #f2f2f7;
  font-size: 36px;
  margin-bottom: 26px;
  margin-top: 0;
  padding-top: 52px;
  text-transform: none;
}
.t3-module.reated-post ul {
  list-style: none;
  margin: 0 0 78px;
  padding: 0;
  width: 100%;
}
.t3-module.reated-post ul:before,
.t3-module.reated-post ul:after {
  display: table;
  content: " ";
}
.t3-module.reated-post ul:after {
  clear: both;
}
.t3-module.reated-post ul a.mod-articles-category-title {
  font-size: 18px;
}
.t3-module.reated-post ul .item {
  border-bottom: 1px dotted #f2f2f7;
  padding: 13px 0;
}
.t3-module.reated-post ul .item .item-title {
  font-weight: normal;
  font-size: 18px;
}
.t3-module.reated-post ul .item .create-date {
  color: #8e8e93;
  font-size: 14px;
}
.joomlart-right-sticky #sticky1 {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -106px;
  z-index: 99;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.joomlart-right-sticky .dropdown-menu {
  margin: 0;
  border: 0;
  position: fixed;
  right: -100%;
  left: auto;
  top: 50%;
  margin-top: -106px;
  z-index: 99;
  display: block;
  width: 260px;
  text-align: center;
  height: 260px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.joomlart-right-sticky .dropdown-menu .oneplus-one {
  background: #34c759;
  border-radius: 3px;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
  font-weight: bold;
  bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  left: 65px;
  z-index: 20;
  text-transform: uppercase;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}
.joomlart-right-sticky .dropdown-menu .oneplus-one:hover,
.joomlart-right-sticky .dropdown-menu .oneplus-one:focus,
.joomlart-right-sticky .dropdown-menu .oneplus-one:active {
  background: #007aff;
  text-decoration: none;
}
.joomlart-right-sticky .dropdown-menu .mobile-img {
  position: absolute;
  left: 45px;
  top: 75px;
  z-index: 10;
}
.joomlart-right-sticky .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 5px;
  width: 20px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
}
.joomlart-right-sticky.open #sticky1 {
  right: -100%;
}
.joomlart-right-sticky.open .dropdown-menu {
  right: 0;
}
.xmas .acm-hero.style-9 {
  background: url("../../images/so-bg.jpg") no-repeat !important;
  background-size: cover !important;
}
.xmas .acm-hero.style-9 .hero-content {
  padding-top: 190px;
}
.xmas .acm-hero.style-9 .hero-content .hero-heading.lg {
  clear: both;
  float: right;
  font-size: 70px;
  margin-top: 50px;
  width: 40%;
}
.xmas .hero-intro {
  clear: both;
  font-size: 32px;
  float: right;
  margin-bottom: 10px !important;
  width: 40%;
}
.xmas .hero-intro strong {
  border: 3px solid #1f2d3e;
  display: inline-block;
  padding: 5px 10px;
}
.xmas .hero-intro span {
  display: block;
  margin-bottom: 10px;
}
.xmas .hero-btn-actions {
  clear: both;
  float: right;
  width: 40%;
}
.xmas .hero-btn-actions .btn-default {
  background-color: #ffffff !important;
}
.xmas .hero-btn-actions .btn-default:hover,
.xmas .hero-btn-actions .btn-default:focus,
.xmas .hero-btn-actions .btn-default:active {
  background-color: #27ae60 !important;
  border-color: #27ae60 !important;
  color: #ffffff;
}
.xmas .hero-img {
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .xmas .acm-hero.style-9 .hero-content {
    padding-top: 130px;
  }
  .xmas .acm-hero.style-9 .hero-content .hero-heading.lg,
  .xmas .acm-hero.style-9 .hero-content .hero-intro,
  .xmas .acm-hero.style-9 .hero-content .hero-btn-actions {
    display: block;
    float: none;
    width: 100%;
  }
  .xmas .acm-hero.style-9 .hero-content .hero-heading.lg {
    margin-top: 0;
  }
  .xmas .hero-img {
    display: none;
  }
}
@media (max-width: 640px) {
  .xmas .acm-hero.style-9 .hero-content .hero-heading.lg {
    font-size: 48px;
  }
}
.women-day .container {
  float: right;
  margin-top: 80px;
  margin-right: 80px;
  max-width: 800px;
}
@media (max-width: 1280px) {
  .women-day .container {
    max-width: 600px !important;
  }
}
@media (max-width: 980px) {
  .women-day .container {
    float: right;
    max-width: 500px !important;
  }
}
@media (max-width: 768px) {
  .women-day .container {
    float: none;
    margin-top: 0;
  }
  .women-day .container .hero-img {
    float: right;
    margin-top: -20px !important;
    width: 350px;
  }
}
@media (min-width: 991px) {
  .women-day .container {
    float: right;
    margin-top: 80px;
    margin-right: 80px;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .women-day .acm-hero {
    background-image: url(https://static.joomlart.com/images/blog/womens-day/slide-woman-day-tablet.jpg) !important;
    background-size: cover !important;
  }
}
.women-day .women-cta {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
div.ja-countdown.layout1 {
  margin: 0 auto;
  width: 700px;
}
div.ja-countdown.layout1 .msg {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
}
div.ja-countdown.layout1 .clock {
  float: right;
  margin-top: 20px;
}
div.ja-countdown.layout1 .clock div.bgLayer {
  border-radius: 3px;
}
div.ja-countdown.layout1 .clock div.bgLayer .type_days,
div.ja-countdown.layout1 .clock div.bgLayer .type_hours,
div.ja-countdown.layout1 .clock div.bgLayer .type_minutes,
div.ja-countdown.layout1 .clock div.bgLayer .type_seconds {
  display: block;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  margin-top: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
div.ja-countdown.layout1 .btn-border {
  border: 2px solid #ffffff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.ja-countdown.layout1 .btn-border:hover,
div.ja-countdown.layout1 .btn-border:focus,
div.ja-countdown.layout1 .btn-border:active {
  background-color: #ffffff;
  color: #1c1c1e;
}
div.ja-countdown.layout5 {
  margin: 0 auto;
  width: 1140px;
}
div.ja-countdown.layout5 .clock_days,
div.ja-countdown.layout5 .clock_hours,
div.ja-countdown.layout5 .clock_minutes,
div.ja-countdown.layout5 .clock_seconds {
  height: auto;
  width: auto;
}
div.ja-countdown.layout5 .clock {
  padding-top: 30px;
}
div.ja-countdown.layout5 .clock div.bgLayer {
  background: none;
  height: auto;
  padding: 0;
  width: auto;
}
div.ja-countdown.layout5 .clock div.bgLayer .val {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 16px;
  position: relative;
  left: auto;
  top: auto;
  padding: 5px;
  line-height: 1;
  text-shadow: none;
  width: auto;
}
div.ja-countdown.layout5 .clock div.bgLayer p {
  background: transparent;
  margin: 0;
  text-shadow: none;
}
div.ja-countdown.layout5 .clock .type_days,
div.ja-countdown.layout5 .clock .type_hours,
div.ja-countdown.layout5 .clock .type_minutes,
div.ja-countdown.layout5 .clock .type_seconds {
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}
div.ja-countdown.layout5 .clock p {
  display: inline-block;
}

.item-page {
  margin-bottom: 52px;
}
.items-leading .leading {
  margin-bottom: 52px;
}
.items-row .item {
  margin-bottom: 52px;
}
.divider-vertical {
  margin: 26px 0 52px;
  border: 0;
  border-top: 1px solid #e2e2ed;
}
.article-aside {
  color: #8e8e93;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0;
}
.article-header + .article-aside {
  margin-top: -13px;
}
.item-page .article-aside {
  font-size: 16px;
  margin-bottom: 52px;
}
.article-info {
  margin: 0;
  font-size: 14px;
}
.article-info a {
  color: #d1d1d6;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #1c1c1e;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: 600;
}
.article-info dd .fa {
  margin-right: 2px;
}
.article-info .jacomment-count {
  display: inline;
}
.category-name .fa {
  display: none;
}
.category-name a {
  text-transform: uppercase;
  background: #f2f2f7;
  color: #1c1c1e;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  background: #007aff;
  color: #fff;
  text-decoration: none;
}
.article-footer {
  color: #d1d1d6;
  font-size: 14px;
  margin-bottom: 26px;
}
article img,
.article-intro img {
  display: block;
  max-width: 100%;
  height: auto;
}
article img[align=left],
.article-intro img[align=left],
article .img-fulltext-left,
.article-intro .img-fulltext-left,
article .img-intro-left,
.article-intro .img-intro-left,
article .img_caption.left,
.article-intro .img_caption.left,
article .pull-left.item-image,
.article-intro .pull-left.item-image {
  margin-right: 26px;
}
article img[align=right],
.article-intro img[align=right],
article .img-fulltext-right,
.article-intro .img-fulltext-right,
article .img_caption.right,
.article-intro .img_caption.right,
article .img-intro-right,
.article-intro .img-intro-right,
article .pull-right.item-image,
.article-intro .pull-right.item-image {
  margin-left: 26px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
  margin-bottom: 26px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
}
.img-fulltext-right {
  float: right;
}
.img_caption > img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #f2f2f7;
  color: #8e8e93;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
.pull-right.article-image-intro {
  float: left !important;
  margin-left: 0 !important;
}
.pull-right.article-image-intro img {
  margin-left: 0 !important;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  article img,
  .article-intro img,
  article img[align=left],
  .article-intro img[align=left],
  article img[align=right],
  .article-intro img[align=right],
  article .img_caption,
  .article-intro .img_caption,
  article .article-image-full,
  .article-intro .article-image-full,
  article .article-image-intro,
  .article-intro .article-image-intro,
  article .img-intro-none,
  .article-intro .img-intro-none,
  article .img-intro-left,
  .article-intro .img-intro-left,
  article .img-intro-right,
  .article-intro .img-intro-right,
  article .img-fulltext-none,
  .article-intro .img-fulltext-none,
  article .img-fulltext-left,
  .article-intro .img-fulltext-left,
  article .img-fulltext-right,
  .article-intro .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
.item-page .tags {
  border-top: 1px solid #f2f2f7;
  padding: 13px 0;
}
.item-page .tags a {
  background: #ffffff;
  border: 1px solid #f2f2f7;
  border-radius: 3px;
  color: #8e8e93;
  padding: 5px;
}
.item-page .tags a:hover,
.item-page .tags a:focus,
.item-page .tags a:active {
  background: #d1d1d6;
  border-color: #d1d1d6;
  color: #0055b3;
}
.blog-item .item-tags {
  border-top: 1px solid #f2f2f7;
  color: #8e8e93;
  padding-top: 13px;
  margin-bottom: 26px;
  overflow: hidden;
}
.blog-item .item-tags span {
  display: block;
  font-size: 13px;
  margin: 3px 5px 5px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.blog-item .item-tags .tags {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.blog-item .item-tags .tags span {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  text-transform: none;
}
.blog-item .item-tags .tags span a {
  background-color: #d1d1d6;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px;
}
.blog-item .item-tags .tags span a:hover,
.blog-item .item-tags .tags span a:focus,
.blog-item .item-tags .tags span a:active {
  background-color: #007aff;
  color: #ffffff;
  text-decoration: none;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
article .readmore {
  margin-top: 26px;
}
.tag-category .tag-title {
  margin: 0 0 52px;
}
.tag-category .filters {
  border-bottom: 1px solid #f2f2f7;
  padding: 26px;
}
.tag-category .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-category .thumbnails li {
  background: transparent;
  border-bottom: 1px solid #f2f2f7;
  padding: 13px 0;
}
.tag-category .thumbnails li > h3 {
  margin-top: 0;
}
.tag-category .tag-items {
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
}
.tag-category .tag-items .row {
  display: flex;
  flex-wrap: wrap;
}
.tag-category .tag-item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .tag-category .tag-item {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .tag-category .tag-item {
    flex-basis: 100%;
  }
}
.tag-category .tag-item article {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-flow: column;
  height: 100%;
  flex: 1 1 auto;
}
.tag-category .tag-item article:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.tag-category .tag-item .item-intro-image {
  position: relative;
  border-radius: 8px 8px 0 0;
  min-height: 168px;
}
.tag-category .tag-item .item-intro-image .item-image {
  float: none !important;
  height: 168px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.tag-category .tag-item .item-intro-image .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tag-category .tag-item .item-header {
  border: 0;
  margin: 0;
  padding: 0;
}
.tag-category .tag-item .item-header h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
}
.tag-category .tag-item .item-header h3 a {
  color: #1c1c1e;
}
.tag-category .tag-item .item-header h3 a:hover,
.tag-category .tag-item .item-header h3 a:focus,
.tag-category .tag-item .item-header h3 a:active {
  color: #0055b3;
}
.tag-category .tag-item .item-content {
  padding: 26px;
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
.tag-category .tag-item .article-intro {
  display: none;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.special-layout-blog .page-masthead,
.special-layout-blog .blog-tabs,
.special-layout-blog .t3-sidebar-right,
.special-layout-blog .blog-item-aside {
  display: none;
}
.special-layout-blog #t3-content,
.special-layout-blog .blog-item-ct {
  width: 100%;
}
.special-layout-blog .article-header {
  max-width: 750px;
  margin: auto;
}
.special-layout-blog .article-aside {
  max-width: 750px;
  margin: auto;
  margin-bottom: 30px;
}
.special-layout-blog .video-wrap img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center center;
  left: 0;
  height: 100%;
  width: 100%;
}
.special-layout-blog .video-wrap #popup-video {
  background: #09c8ff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  position: absolute;
  z-index: 1;
  text-indent: 3px;
  top: 50%;
  left: 50%;
  font-size: 28px;
  margin-top: -50px;
  margin-left: -50px;
  height: 100px;
  width: 100px;
}
@media (max-width: 767px) {
  .special-layout-blog .video-wrap #popup-video {
    font-size: 22px;
    margin-top: -30px;
    margin-left: -30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
}
.special-layout-blog .video-wrap #popup-video:before {
  border: 2px solid #09c8ff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 767px) {
  .special-layout-blog .video-wrap #popup-video:before {
    width: 60px;
    height: 60px;
  }
}
.special-layout-blog .special-layout {
  max-width: 750px;
  margin: auto;
}
.special-layout-blog .featured-image {
  margin: 30px -100px;
}
@media (max-width: 992px) {
  .special-layout-blog .featured-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.special-layout-blog .featured-image img {
  width: 100%;
}
.special-layout-blog img {
  border-radius: 3px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
.special-layout-blog .ja-checklist li:before {
  color: #27ae60;
}
.special-layout-blog .newsletter-blog {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.special-layout-blog .section-statistics {
  text-transform: capitalize;
  border: 1px dashed #dddddd;
  padding: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .special-layout-blog .section-statistics {
    padding: 20px;
  }
}
.special-layout-blog .section-statistics strong {
  color: #344150;
  font-size: 40px;
}
.special-layout-blog .section-statistics h2 {
  font-size: 18px;
  display: inline-block;
  background: #27ae60;
  padding: 7px 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 4px 4px 0 1px rgba(0, 0, 0, 0.2);
}
.special-layout-blog .item-content .btn-actions-group {
  margin-bottom: 50px;
}
.special-layout-blog .item-content .btn {
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 32px;
  letter-spacing: 0.5px;
}
.special-layout-blog .item-content .btn.btn-warning {
  background: #27AE60;
}
.special-layout-blog .item-content .btn.btn-warning:hover {
  background: #229955;
}
.special-layout-blog .item-content .btn.btn-info {
  background: #d4eeff;
  color: #2B85C1;
}
.special-layout-blog .item-content .btn.btn-info:hover {
  background: #bbe4ff;
}
.special-layout-blog .item-content .welcome-builder {
  background: #EDF8FF;
  padding: 30px;
  margin-top: 30px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .special-layout-blog .item-content .welcome-builder {
    padding: 20px;
  }
}
.special-layout-blog .item-content .welcome-builder p {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
}
.special-layout-blog .item-content .welcome-builder h2 {
  color: #2B85C1;
}
.section-statistics {
  text-transform: capitalize;
  border: 1px dashed #dddddd;
  padding: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section-statistics {
    padding: 20px;
  }
}
.section-statistics strong {
  color: #344150;
  font-size: 40px;
}
.section-statistics h2 {
  font-size: 18px;
  display: inline-block;
  background: #27ae60;
  padding: 7px 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 4px 4px 0 1px rgba(0, 0, 0, 0.2);
  margin-top: 14px;
  margin-bottom: 14px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 26px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 16px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 13px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #f2f2f7;
  border: 1px solid #f2f2f7;
  margin-bottom: 26px;
  padding: 13px 26px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 26px 0;
}
#searchForm legend {
  margin-bottom: 13px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 26px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
#search-results {
  margin-top: 26px;
}
.search-results {
  list-style: none;
  margin: 26px 0 52px;
  padding-left: 0;
  border-top: 0;
}
.search-results li {
  border-bottom: 1px dotted #f2f2f7;
  padding: 0 0 26px 0;
  background: none !important;
}
.search-results .result-title {
  font-size: 18px;
  margin: 26px 0 13px;
}
.search-results .result-category {
  font-size: 14px;
  color: #d1d1d6;
}
.search-results .result-category i {
  margin-right: 5px;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  color: #d1d1d6;
}
.search-results .result-url {
  color: #8e8e93;
  font-size: 14px;
}
div.finder {
  margin-bottom: 26px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 26px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 13px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 32px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 13px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #f2f2f7;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 26px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #f2f2f7;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 26px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
.article-content .pagination ul {
  border-left: 1px solid #f2f2f7;
}
.article-content .pagination li {
  float: left;
  padding: 13px 26px;
  line-height: normal;
  border: 1px solid #f2f2f7;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 26px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 26px 26px;
  padding: 10px;
  width: 25%;
  border: 1px solid #f2f2f7;
  border-radius: 4px;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #007aff;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #007aff;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 13px 26px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #007aff;
}
.items-more h3 {
  margin: 0 0 26px;
}
.items-more .nav > li {
  border-top: 1px solid #f2f2f7;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 13px 0 5px;
}
.display-limit {
  margin: 13px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: inline-block;
  vertical-align: middle;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #f2f2f7;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #f2f2f7;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-top: 78px;
  padding-bottom: 52px;
  margin: 0;
  border-top: 1px solid #f2f2f7;
}
.page-title,
.page-header h1 {
  line-height: 1.15;
  margin: 0 0 13px;
}
.page-header h2 {
  font-size: 44px;
  line-height: 1.25;
  margin: 0 0 13px;
}
@media only screen and (max-width: 992px) {
  .page-header h2 {
    font-size: 36px;
  }
}
.page-header-primary {
  background: #f2f2f7;
  position: relative;
  border: 0;
  border-radius: 4px;
  padding: 52px 0;
}
.page-subheader {
  border-bottom: 1px solid #f2f2f7;
  margin: 0 0 26px;
  padding-bottom: 26px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -26px;
}
@media only screen and (max-width: 1199px) {
  .page-header {
    padding-top: 52px;
    padding-bottom: 26px;
  }
  .page-header-primary {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .heading-byline {
    font-size: 16px;
    padding: 0 26px;
  }
}
.article-title h1 a:hover,
.article-header h1 a:hover,
.article-title h2 a:hover,
.article-header h2 a:hover,
.article-title h1 a:active,
.article-header h1 a:active,
.article-title h2 a:active,
.article-header h2 a:active,
.article-title h1 a:focus,
.article-header h1 a:focus,
.article-title h2 a:focus,
.article-header h2 a:focus {
  text-decoration: none;
}
.article-title,
.article-header h1 {
  margin: 0 0 26px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron {
  padding: 52px 26px;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron span.masthead-title {
  margin-top: 0;
  font-weight: 600;
}
.jumbotron h1,
.jumbotron .masthead-title {
  font-size: 44px;
}
.jumbotron p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron .btn {
  margin-top: 26px;
}
@media only screen and (max-width: 1199px) {
  .jumbotron h1 {
    font-size: 36px;
  }
  .jumbotron p {
    font-size: 16px;
  }
}
.masthead {
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
}
.masthead h1 {
  font-size: 28px;
}
.masthead p {
  font-size: 16px;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .masthead {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .masthead h1 {
    font-size: 66px;
  }
  .masthead p {
    font-size: 18px;
  }
  .masthead .btn-lg {
    padding: 12px 40px;
    font-size: 28px;
  }
}
.jumbotron-primary {
  background-color: #007aff;
  color: #cce4ff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #cce4ff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
@media screen and (max-width: 1199px) {
  .jumbotron-primary .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    
    padding-top: 25px;
    height: 0;
  }
  .jumbotron-primary .video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page-masthead:before,
.page-masthead:after {
  display: table;
  content: " ";
}
.page-masthead:after {
  clear: both;
}
.page-masthead .jumbotron {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 52px;
  padding-bottom: 52px;
}
.page-masthead .jumbotron .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-masthead .jumbotron {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .page-masthead .jumbotron .container {
    padding: 0;
  }
}
.page-masthead .pd-labels {
  position: absolute;
  right: 26px;
  bottom: 5px;
  min-height: 64px;
}
@media (max-width: 991px) {
  .page-masthead .pd-labels {
    display: none;
  }
}
.page-masthead .pd-labels em {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  text-align: right;
  margin: 5px 0;
}
.page-masthead .pd-labels .label {
  font-size: 11px;
  background-image: none;
  color: #ffffff;
  padding: 6px 8px;
  text-indent: 0;
  width: auto;
  height: auto;
  margin-left: 2px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-masthead .pd-labels .label::before,
.page-masthead .pd-labels .label::after {
  display: none;
}
.page-masthead .pd-labels .label-joomla25 {
  background-color: #814daf;
}
.page-masthead .pd-labels .label-joomla3 {
  background-color: #0d6dab;
}
.page-masthead .pd-labels .label-joomla4 {
  background-color: #34c759;
}
.page-masthead .pd-labels .label-joomla5 {
  background-color: #f97316;
}
.page-joomla .page-masthead .pd-labels {
  padding-right: 80px;
  background: url(../../images/logos/joomla-m1.png) no-repeat right;
}
.page-magento .page-masthead .pd-labels {
  padding-right: 80px;
  background: url(../../images/logos/magento-white-m.png) no-repeat right;
}
.label {
  border-radius: 4px;
}
.label:empty {
  display: none;
}
.badge {
  padding: 6px 8px;
  font-weight: normal;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.thumbnail {
  padding: 0;
  margin-bottom: 52px;
  border: 0;
  position: relative;
  text-decoration: none;
  color: #1c1c1e;
}
.thumbnail > img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thumbnail .caption {
  color: inherit;
  display: block;
  width: 100%;
  padding: 13px 0;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  color: #007aff;
  text-decoration: none;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #cce4ff;
}
.carousel {
  border: 1px solid #f2f2f7;
}
.carousel .carousel-control {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #ffffff;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 50%;
  opacity: 0.2;
  width: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel .carousel-control:hover {
  background-color: #34c759;
  opacity: 1;
}
.carousel .carousel-control.left {
  left: 26px;
  right: auto;
}
.carousel .carousel-control.right {
  right: 26px;
  left: auto;
}
.carousel .carousel-indicators {
  bottom: -40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-indicators {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.carousel .carousel-indicators li {
  background: #8e8e93;
  border: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.carousel .carousel-indicators .active {
  background-color: #34c759;
  border: 0;
  opacity: 1;
}
.carousel .carousel-caption {
  text-align: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
}
.carousel .carousel-caption h4,
.carousel .carousel-caption p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-open {
  overflow: auto;
}
.modal {
  overflow: auto;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 120px auto 0;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 991px) {
  .modal-dialog {
    width: 900px;
  }
}
.img-responsive.ja-modal {
  cursor: pointer;
}
.blog-item-detail .modal {
  z-index: 9999;
}
.blog-item-detail .modal-dialog.modal-lg {
  width: 1000px;
  max-width: 100%;
}
.blog-item-detail .modal-dialog.modal-lg .btn-default {
  background: #344150;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  top: -15px;
  right: -15px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  position: absolute;
  padding: 0;
  text-indent: 1px;
  height: 30px;
  width: 30px;
}
.blog-item-detail .modal-dialog.modal-lg img {
  margin: auto;
  width: 100%;
}
.blog-item-detail .modal-dialog.modal-lg .modal-body {
  padding: 0;
}
.blog-item-detail .modal-dialog.modal-lg .modal-body .modal-inner {
  overflow-y: auto;
  max-height: 70vh;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  background: rgba(0, 122, 255, 0.8);
  font-size: 14px;
  padding: 13px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

strong {
  font-weight: 600;
}
.t3-wrapper {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
#ja-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}
.scrollDown #ja-header,
.scrollUp #ja-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.off-canvas-open #ja-header {
  background-color: #f2f2f7;
}
#ja-header .navbar-default {
  background-color: transparent;
}
#ja-header .navbar-header {
  margin-right: 26px;
  display: flex;
}
@media (min-width: 480px) and (max-width: 1199px) {
  #ja-header .navbar-header {
    flex: 1;
  }
}
.logo {
  padding: 0;
  margin: 0;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  display: block;
  width: 200px;
}
.logo-image img {
  max-width: 100%;
}
.logo-image > a {
  color: #3a3a3c;
  display: block;
  height: 64px;
  line-height: 64px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-text a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  line-height: 64px;
  padding: 0 26px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  background: #f2f2f7;
  color: #007aff;
  text-decoration: none;
}
.logo-text .site-slogan {
  display: none;
}
@media screen and (min-width: 1199px) {
  .logo-text {
    position: static;
  }
  .logo-text a {
    background: #f2f2f7;
  }
  .logo-text:hover a,
  .logo-text a:hover,
  .logo-text a:active,
  .logo-text a:focus {
    color: #007aff;
  }
}
.ja-brands {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: -17.33333333px;
  margin-right: -17.33333333px;
}
.ja-brands img {
  box-shadow: none !important;
}
.ja-brands .joomlart-logo img {
  width: 160px;
}
.ja-brands .dth-logo img {
  width: 60px;
}
.ja-brands .gavick-logo img {
  width: 160px;
}
.ja-brands .joomlabamboo-logo img {
  width: 160px;
}
.ja-brands .shape5-logo img {
  width: 80px;
}
.ja-brands .jomsocial-logo img {
  width: 120px;
}
.ja-brands .ijoomla-logo img {
  width: 120px;
}
@media (max-width: 991px) {
  .ja-brands .joomlart-logo img {
    width: 140px;
  }
  .ja-brands .dth-logo img {
    width: 54px;
  }
  .ja-brands .gavick-logo img {
    width: 140px;
  }
  .ja-brands .joomlabamboo-logo img {
    width: 140px;
  }
  .ja-brands .shape5-logo img {
    width: 64px;
  }
  .ja-brands .jomsocial-logo img {
    width: 110px;
  }
  .ja-brands .ijoomla-logo img {
    width: 110px;
  }
}
.ja-brands a,
.ja-brands span {
  padding: 17.33333333px;
  display: block;
}
.ja-brands img {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
@media (min-width: 1599px) {
  .ja-brands {
    margin-left: -26px;
    margin-right: -26px;
    justify-content: space-between;
  }
  .ja-brands a,
  .ja-brands span {
    padding: 26px;
  }
}
.head-btn-group {
  z-index: 100;
}
@media (max-width: 768px) {
  .head-btn-group {
    position: relative;
    right: -25px;
  }
}
@media (max-width: 480px) {
  .head-btn-group {
    right: -40px;
  }
}
@media (max-width: 375px) {
  .head-btn-group {
    right: -8px;
  }
}
.head-btn-group ul {
  margin: 0;
  padding: 0;
}
.head-btn-group ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.head-btn-group .head-btn {
  margin: 0;
  float: left;
}
.head-btn-group .head-btn .btn,
.head-btn-group .head-btn .memeber-area {
  text-shadow: none;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-width: 2px;
  border-color: transparent;
  display: block;
  border: 0;
  box-shadow: none;
  color: #3a3a3c;
  padding: 6.5px 26px;
  text-align: center;
  
}
.head-btn-group .head-btn .btn .fa-angle-right,
.head-btn-group .head-btn .memeber-area .fa-angle-right {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-left: 6.5px;
}
.head-btn-group .head-btn .btn:hover,
.head-btn-group .head-btn .memeber-area:hover,
.head-btn-group .head-btn .btn:focus,
.head-btn-group .head-btn .memeber-area:focus {
  box-shadow: none;
}
.head-btn-group .head-btn .btn:hover .fa-angle-right,
.head-btn-group .head-btn .memeber-area:hover .fa-angle-right,
.head-btn-group .head-btn .btn:focus .fa-angle-right,
.head-btn-group .head-btn .memeber-area:focus .fa-angle-right {
  transform: translateX(2px);
}
.head-btn-group .head-btn .btn:hover,
.head-btn-group .head-btn .memeber-area:hover,
.head-btn-group .head-btn .btn:active,
.head-btn-group .head-btn .memeber-area:active,
.head-btn-group .head-btn .btn:focus,
.head-btn-group .head-btn .memeber-area:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .head-btn-group .head-btn .btn,
  .head-btn-group .head-btn .memeber-area {
    width: auto;
  }
  .head-btn-group .head-btn .btn:hover,
  .head-btn-group .head-btn .memeber-area:hover,
  .head-btn-group .head-btn .btn:active,
  .head-btn-group .head-btn .memeber-area:active,
  .head-btn-group .head-btn .btn:focus,
  .head-btn-group .head-btn .memeber-area:focus {
    background: transparent;
    color: #007aff;
  }
  .head-btn-group .head-btn .btn .fa,
  .head-btn-group .head-btn .memeber-area .fa {
    display: none;
  }
  .head-btn-group .head-btn .btn.memeber-area .text,
  .head-btn-group .head-btn .memeber-area.memeber-area .text {
    display: inline-block;
  }
}
.head-btn-group .head-btn .btn-signup {
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
}
.head-btn-group .head-btn .btn-signup.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.head-btn-group .head-btn .btn-signup:hover,
.head-btn-group .head-btn .btn-signup:focus,
.head-btn-group .head-btn .btn-signup:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.head-btn-group .head-btn .btn-signup.btn-primary:hover,
.head-btn-group .head-btn .btn-signup.btn-primary:focus,
.head-btn-group .head-btn .btn-signup.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-danger {
  border-color: #ff3b30;
}
.head-btn-group .head-btn .btn-signup.btn-danger:hover,
.head-btn-group .head-btn .btn-signup.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-warning {
  border-color: #ff9500;
}
.head-btn-group .head-btn .btn-signup.btn-warning:hover,
.head-btn-group .head-btn .btn-signup.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-success {
  border-color: #34c759;
}
.head-btn-group .head-btn .btn-signup.btn-success:hover,
.head-btn-group .head-btn .btn-signup.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-info {
  border-color: #17a2b8;
}
.head-btn-group .head-btn .btn-signup.btn-info:hover,
.head-btn-group .head-btn .btn-signup.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-inverse:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.head-btn-group .head-btn .btn-signup.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.head-btn-group .head-btn .btn-signup.btn-inverse:active,
.head-btn-group .head-btn .btn-signup.btn-inverse.active,
.open > .dropdown-toggle.head-btn-group .head-btn .btn-signup.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.head-btn-group .head-btn .btn-signup.btn-inverse:active:hover,
.head-btn-group .head-btn .btn-signup.btn-inverse.active:hover,
.open > .dropdown-toggle.head-btn-group .head-btn .btn-signup.btn-inverse:hover,
.head-btn-group .head-btn .btn-signup.btn-inverse:active:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse.active:focus,
.open > .dropdown-toggle.head-btn-group .head-btn .btn-signup.btn-inverse:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse:active.focus,
.head-btn-group .head-btn .btn-signup.btn-inverse.active.focus,
.open > .dropdown-toggle.head-btn-group .head-btn .btn-signup.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.head-btn-group .head-btn .btn-signup.btn-inverse.disabled:hover,
.head-btn-group .head-btn .btn-signup.btn-inverse[disabled]:hover,
fieldset[disabled] .head-btn-group .head-btn .btn-signup.btn-inverse:hover,
.head-btn-group .head-btn .btn-signup.btn-inverse.disabled:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse[disabled]:focus,
fieldset[disabled] .head-btn-group .head-btn .btn-signup.btn-inverse:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse.disabled.focus,
.head-btn-group .head-btn .btn-signup.btn-inverse[disabled].focus,
fieldset[disabled] .head-btn-group .head-btn .btn-signup.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.head-btn-group .head-btn .btn-signup.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.head-btn-group .head-btn .btn-signup.btn-inverse:hover,
.head-btn-group .head-btn .btn-signup.btn-inverse:focus,
.head-btn-group .head-btn .btn-signup.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.head-btn-group .head-btn .btn-signup:hover,
.head-btn-group .head-btn .btn-signup:focus,
.head-btn-group .head-btn .btn-signup:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.head-search {
  float: left;
  color: #ffffff;
  background: transparent;
  position: absolute;
  right: 70px;
  max-width: 300px;
}
@media (min-width: 480px) {
  .head-search {
    position: relative;
    right: auto;
  }
}
.head-search form {
  margin: 0;
}
.head-search label,
.head-search h3 {
  display: none;
}
.head-search .finder {
  margin: 0;
}
.head-search .btn {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #636366 !important;
  margin: 0 12px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  z-index: 1;
}
.head-search .btn:hover,
.head-search .btn:focus {
  background-color: #ffffff;
  color: #007aff;
  outline: none;
}
.head-search .btn:hover i,
.head-search .btn:focus i {
  color: #007aff;
}
@media (min-width: 768px) {
  .head-search .btn {
    background-color: transparent;
    border-radius: 50% !important;
    color: #ffffff;
    margin: 0;
  }
}
.head-search .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  padding: 0 13px 0 26px;
  text-transform: uppercase;
  vertical-align: top;
  width: 200px;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.head-search .form-inline .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
}
.head-search .form-inline.off .form-group {
  display: none;
}
@media (max-width: 991px) {
  .head-search {
    width: auto;
  }
  .head-search .search {
    width: 100%;
  }
}
.topbar {
  background: #ffffff;
  position: relative;
  height: 80px;
  overflow: hidden;
  padding: 0;
  z-index: 1010;
  top: 0;
  width: 100%;
  font-size: 14px;
  -webkit-transform: translateZ(0);
}
.topbar.affix {
  position: fixed;
  -webkit-transform: translateZ(0);
}
.topbar a {
  padding: 0 13px;
  border-right: 1px solid #636366;
  color: rgba(255, 255, 255, 0.6);
}
.topbar a:last-child {
  border: 0;
}
.topbar a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar .mb-view {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 10px;
}
#t3-topbar {
  display: none;
}
.has-ecotopbar #t3-topbar {
  display: block;
}
.promotion-bar {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.promotion-bar .moduletable {
  color: #ffffff;
  overflow: hidden;
}
.promotion-bar .moduletable .content-wrap {
  overflow: hidden;
  margin: 0 auto;
}
.promotion-bar .moduletable .content-wrap .moduletable {
  float: left;
}
.promotion-bar .moduletable .content-wrap .message {
  display: inline-block;
}
.promotion-bar .moduletable .content-wrap .btn-actions {
  display: inline-block;
  padding-left: 26px;
}
.promotion-bar .moduletable .content-wrap .btn-actions .btn {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}
.promotion-bar .moduletable .content-wrap .btn-actions .btn + .btn {
  margin-left: 0;
}
.promotion-bar .moduletable.promotion {
  background: #f9732a;
  color: #ffffff;
}
.promotion-bar .moduletable.notice {
  background: #f8f6d2;
  color: #3a3a3c;
}
.promotion-bar .moduletable.message {
  background: #f6f6b2;
  color: #3a3a3c;
}
.promotion-bar .moduletable.message a {
  color: #ff3b30;
}
.promotion-bar .moduletable a {
  color: #ffffff;
  opacity: 0.8;
}
.promotion-bar .moduletable a:hover,
.promotion-bar .moduletable a:focus,
.promotion-bar .moduletable a:active {
  opacity: 1;
}
.promotion-bar .moduletable.easter {
  background: #607d5c;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 1900px) {
  .promotion-bar .moduletable.easter {
    background-size: auto 100%;
  }
}
.promotion-bar .moduletable.easter .content-wrap .message {
  padding: 0;
}
.promotion-bar .moduletable.easter .content-wrap .message strong {
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .promotion-bar .moduletable.easter .content-wrap .message {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.promotion-bar .moduletable.easter .content-wrap .message img {
  margin-right: 13px;
}
.promotion-bar .moduletable.easter .content-wrap .message .btn,
.promotion-bar .moduletable.easter .content-wrap .message .link-border {
  border: 2px solid #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 13px;
  padding: 8px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: none;
}
.promotion-bar .moduletable.easter .content-wrap .message .btn:hover,
.promotion-bar .moduletable.easter .content-wrap .message .link-border:hover,
.promotion-bar .moduletable.easter .content-wrap .message .btn:focus,
.promotion-bar .moduletable.easter .content-wrap .message .link-border:focus,
.promotion-bar .moduletable.easter .content-wrap .message .btn:active,
.promotion-bar .moduletable.easter .content-wrap .message .link-border:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1c1c1e;
}
.promotion-bar .moduletable.easter .content-wrap .message .btn {
  background-color: #ffffff;
  color: #1c1c1e;
  opacity: 1;
}
.promotion-bar .moduletable.easter .content-wrap .message .btn:hover,
.promotion-bar .moduletable.easter .content-wrap .message .btn:focus,
.promotion-bar .moduletable.easter .content-wrap .message .btn:active {
  background-color: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.promotion-bar .moduletable.easter .content-wrap .message strong {
  text-decoration: none;
}
.promotion-bar .moduletable.easter .content-wrap .message .btn-yellow {
  background-color: #ffd800;
  color: #333;
  border-radius: 3px;
  margin-left: 10px;
}
.promotion-bar .moduletable.easter .content-wrap code {
  background-color: #ff9500;
  color: #ffffff;
  font-weight: 18px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.promotion-bar .moduletable.halloween {
  background: transparent;
  position: relative;
  font-size: 17px;
}
.promotion-bar .moduletable.halloween:before,
.promotion-bar .moduletable.halloween:after {
  background-color: #f9d834;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
.promotion-bar .moduletable.halloween:after {
  background-color: #000;
  left: auto;
  right: 0;
}
.promotion-bar .moduletable.halloween .hlw {
  color: #ffffff;
}
.promotion-bar .moduletable.halloween .hlw .coupon,
.promotion-bar .moduletable.halloween .hlw strong {
  font-weight: 600;
  color: #ec7922;
}
.promotion-bar .moduletable.halloween .message {
  color: #3a3a3c;
}
.promotion-bar .moduletable.halloween .message .link-border {
  border-color: #3a3a3c;
  color: #3a3a3c;
}
.promotion-bar .moduletable.halloween .message .link-border:hover,
.promotion-bar .moduletable.halloween .message .link-border:focus,
.promotion-bar .moduletable.halloween .message .link-border:active {
  background-color: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.promotion-bar .moduletable.halloween img {
  margin-right: 13px;
}
.promotion-bar .moduletable.halloween .link-border {
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 10px 15px;
  margin-left: 13px;
  line-height: 1;
}
.promotion-bar .moduletable.halloween .link-border:hover,
.promotion-bar .moduletable.halloween .link-border:focus,
.promotion-bar .moduletable.halloween .link-border:active {
  background-color: #ec7922;
  border-color: #ec7922;
  color: #ffffff;
}
.promotion-bar .moduletable.mother-day {
  background-color: #f8e3e6;
  background: url("//static.joomlart.com/images/blog/2016/may/toolbar-bg.png") repeat-x 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
}
@media (min-width: 992px) {
  .promotion-bar .moduletable.mother-day {
    font-size: 18px;
  }
}
.promotion-bar .moduletable.mother-day .md-left {
  color: #3a3a3c;
  text-align: left;
}
.promotion-bar .moduletable.mother-day .md-left .coupon-code {
  background-color: #ffffff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  color: #f27f90;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 5px 10px;
}
.promotion-bar .moduletable.mother-day .md-right {
  text-align: right;
}
.promotion-bar .moduletable.mother-day .md-right a {
  background-color: #ffffff;
  border-radius: 3px;
  color: #007aff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 10px;
}
.promotion-bar .moduletable.mother-day img {
  margin-right: 26px;
}
.promotion-bar .moduletable.valentine .content-wrap {
  background: url("http://static.joomlart.com/images/blog/2017/promotion/valentine-bg.jpg") repeat-x left top #9d1d28;
}
.promotion-bar .moduletable.valentine .content-wrap .message {
  color: #f4dddf;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.promotion-bar .moduletable.valentine .content-wrap .message i {
  color: #f2647a;
  text-shadown: none;
}
.promotion-bar .moduletable.valentine .content-wrap .message strong {
  color: #ffffff;
}
.promotion-bar .moduletable.valentine .content-wrap .message span {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 600;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
}
div.ja-countdown {
  background: transparent;
  padding: 0;
  overflow: hidden;
}
div.ja-countdown h1 {
  font-size: 16px;
  float: left;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  text-decoration: none;
  text-transform: none;
  margin: 0 20px 0 0;
}
div.ja-countdown .clock {
  float: left;
  line-height: 1;
}
div.ja-countdown .clock .clock_days,
div.ja-countdown .clock .clock_hours,
div.ja-countdown .clock .clock_minutes,
div.ja-countdown .clock .clock_seconds {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}
div.ja-countdown .clock .bgLayer {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
div.ja-countdown .clock .bgLayer .topLayer {
  display: none;
}
div.ja-countdown .clock .bgLayer canvas {
  display: none;
}
div.ja-countdown .clock .bgLayer .text {
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
}
div.ja-countdown .clock .bgLayer .text p {
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-transform: none;
  width: auto;
}
div.ja-countdown .clock .bgLayer .text .val {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
div.ja-countdown .clock .bgLayer .text .type_days,
div.ja-countdown .clock .bgLayer .text .type_hours,
div.ja-countdown .clock .bgLayer .text .type_minutes,
div.ja-countdown .clock .bgLayer .text .type_seconds {
  color: #f2c6bd;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.ja-subnav .form-search .search {
  position: relative;
}
.ja-subnav .form-search input#mod-search-searchword {
  background-color: #f2f2f7;
  border: 2px solid transparent;
  box-shadow: none;
}
.ja-subnav .form-search input#mod-search-searchword:focus {
  background-color: #ffffff;
  border-color: #f2f2f7;
}
.ja-subnav .form-search .fa-search {
  color: #8e8e93;
  position: absolute;
  right: 16px;
  top: 12px;
}
.t3-mainbody {
  padding-top: 26px;
  padding-bottom: 26px;
}
.features-intro .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-content {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-sidebar {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 14px;
}
.t3-footer {
  background: #f9f9fc;
  font-size: 14px;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .head-sm {
  font-size: 16px;
  margin: 13px 0;
}
.t3-footer-row {
  padding: 52px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.t3-footer .t3-module {
  margin-bottom: 0;
}
.t3-footer .block p {
  margin: 0 0 26px;
}
.t3-footer .block-newsletter {
  display: flex;
  flex-flow: column;
}
.t3-footer .block-newsletter .newsletter-heading .module-title {
  margin: 0 0 8px;
}
.t3-footer .block-newsletter .newsletter-heading p {
  margin: 0;
}
.t3-footer .block-newsletter .getResponseForm {
  margin-top: 26px;
}
.t3-footer .block-newsletter .subscribe-form {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.t3-footer .block-newsletter .form-control {
  border-color: #fff;
  box-shadow: none !important;
  border-radius: 4px;
}
.t3-footer .block-newsletter .input-group-btn {
  z-index: 2;
}
.t3-footer .block-newsletter .subscribe-result-msg {
  
  
  
  color: #fff;
  background-color: #34c759;
  padding: 12px 24px;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .t3-footer .block-newsletter {
    flex-flow: row;
  }
  .t3-footer .block-newsletter .getResponseForm {
    flex: 1;
    margin-top: 0;
    padding-left: 52px;
  }
}
.t3-footer .block-social {
  margin-top: 26px;
}
@media (min-width: 992px) {
  .t3-footer .block-social {
    margin-top: 0;
  }
}
.t3-footer .block-notices {
  margin-top: 26px;
}
@media (min-width: 1199px) {
  .t3-footer .block-notices small {
    float: left;
  }
}
.t3-footer .ja-sitemap {
  
}
.t3-footer .ja-sitemap .row-flex {
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 991px) {
  .t3-footer .ja-sitemap .col {
    margin-bottom: 52px;
  }
}
.t3-footer .nav {
  margin: 0;
  float: none;
  display: flex;
  align-items: baseline;
  flex-flow: column;
}
.t3-footer .nav li {
  padding: 0;
  text-transform: capitalize;
}
.t3-footer .nav li a,
.t3-footer .nav li a.active {
  background-color: transparent;
  color: #8e8e93;
  display: block;
  padding: 8.66666667px 0;
}
.t3-footer .nav li a:hover,
.t3-footer .nav li a.active:hover,
.t3-footer .nav li a:focus,
.t3-footer .nav li a.active:focus,
.t3-footer .nav li a:active,
.t3-footer .nav li a.active:active {
  background-color: transparent;
  color: #1c1c1e;
  text-decoration: none;
}
.t3-footer .nav li:last-child a {
  padding-right: 0;
}
.ja-brands-row {
  padding: 26px 0;
}
.t3-footer .ja-brands {
  padding: 0;
}
.t3-footer .ja-brands img {
  filter: grayscale(100%);
  max-width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.t3-footer .ja-brands a:hover img,
.t3-footer .ja-brands span:hover img {
  filter: grayscale(0);
}
.footer-social {
  background-color: #f2f2f7;
  border-top: 1px solid #f2f2f7;
}
.t3-footer .social-links {
  display: flex;
  align-items: center;
}
.t3-footer .social-links li {
  margin: 0 26px 0 0;
}
.t3-footer .social-links li > a {
  background: #fff;
  color: #636366;
}
.t3-footer .social-links li > a:hover,
.t3-footer .social-links li > a:active,
.t3-footer .social-links li > a:focus {
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .t3-footer .social-links {
    float: right;
    justify-content: center;
  }
  .t3-footer .social-links li {
    margin: 0 0 0 26px;
  }
}
.copyright {
  display: block;
  padding: 52px 0;
  border-top: 1px solid #f2f2f7;
}
.copyright small {
  display: block;
  margin-top: 8px;
}
.t3-footer .payment-methods {
  width: 240px;
  margin-top: 26px;
}
@media (min-width: 992px) {
  .t3-footer .payment-methods {
    float: right;
    margin-top: -12px;
  }
}
.t3-logo {
  display: inline-block;
  float: none;
  opacity: 0.8;
  margin-top: 26px;
}
@media (min-width: 1199px) {
  .t3-logo {
    float: right;
    text-align: right;
    margin-top: 0;
  }
}
.t3-logo:hover,
.t3-logo:active,
.t3-logo:focus {
  opacity: 1;
}
.row-alt .container,
.row-content .container,
.row-featured .container {
  padding: 104px 0;
}
.row-alt .container .jumbotron,
.row-content .container .jumbotron,
.row-featured .container .jumbotron {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.row-alt .container .thumbnail,
.row-content .container .thumbnail,
.row-featured .container .thumbnail {
  background: transparent;
}
.row-alt .container .icon,
.row-content .container .icon,
.row-featured .container .icon {
  background-image: url("../../images/services.png");
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}
.row-alt .container .icon.icon-1,
.row-content .container .icon.icon-1,
.row-featured .container .icon.icon-1 {
  background-position: 0px 0px;
}
.row-alt .container .icon.icon-2,
.row-content .container .icon.icon-2,
.row-featured .container .icon.icon-2 {
  background-position: -60px 0px;
}
.row-alt .container .icon.icon-3,
.row-content .container .icon.icon-3,
.row-featured .container .icon.icon-3 {
  background-position: -120px 0px;
}
.row-alt .container .icon.icon-4,
.row-content .container .icon.icon-4,
.row-featured .container .icon.icon-4 {
  background-position: 0px -60px;
}
.row-alt .container .icon.icon-5,
.row-content .container .icon.icon-5,
.row-featured .container .icon.icon-5 {
  background-position: -60px -60px;
}
.row-alt .container .icon.icon-6,
.row-content .container .icon.icon-6,
.row-featured .container .icon.icon-6 {
  background-position: -120px -60px;
}
.row-alt .container .icon.icon-7,
.row-content .container .icon.icon-7,
.row-featured .container .icon.icon-7 {
  background-position: 0px -120px;
}
.row-alt .container .icon.icon-8,
.row-content .container .icon.icon-8,
.row-featured .container .icon.icon-8 {
  background-position: -60px -120px;
}
.row-alt .container .icon.icon-9,
.row-content .container .icon.icon-9,
.row-featured .container .icon.icon-9 {
  background-position: -120px -120px;
}
.row-alt {
  background: #f2f2f7;
}
.row-featured {
  background: #007aff;
}
.row-featured h2 {
  color: #ffffff;
  margin: 0;
}
.row-featured .btn {
  width: 80%;
}
.ja-testimonial-wrap {
  min-height: 260px;
  max-height: 300px;
}
@media (min-width: 992px) {
  .ja-testimonial-wrap {
    min-height: auto;
  }
}
#ja-testimonial-list {
  list-style: none;
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  text-align: center;
}
#ja-testimonial-list:before,
#ja-testimonial-list:after {
  display: table;
  content: " ";
}
#ja-testimonial-list:after {
  clear: both;
}
@media (min-width: 992px) {
  #ja-testimonial-list {
    margin: 0 0 39px;
    padding: 0;
  }
}
#ja-testimonial-list li {
  float: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 6px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
#ja-testimonial-list li span {
  background: #007aff;
  display: block;
}
#ja-testimonial-list li span img {
  max-width: 100%;
  width: 100%;
  background: #007aff;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#ja-testimonial-list li i {
  color: #ffffff;
  display: none;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
}
@media (max-width: 991px) {
  #ja-testimonial-list li {
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #ja-testimonial-list li span {
    background: transparent;
  }
  #ja-testimonial-list li span img {
    border-radius: 5px;
    width: auto;
  }
  #ja-testimonial-list li:hover {
    cursor: normal;
  }
  #ja-testimonial-list li.active {
    display: block;
    text-align: center;
    width: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #ja-testimonial-list li.active span img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #ja-testimonial-list li.active i.fa {
    display: none;
  }
}
#ja-testimonial-list li:hover img,
#ja-testimonial-list li.active img {
  opacity: 0.5;
}
#ja-testimonial-list li:hover i,
#ja-testimonial-list li.active i {
  display: block;
}
#ja-testimonial {
  border-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  min-height: 150px;
  padding: 0;
}
@media (min-width: 480px) {
  #ja-testimonial {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #ja-testimonial {
    margin-left: 16px;
    margin-right: 16px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #ja-testimonial {
    font-size: 24px;
    margin-top: 0;
  }
}
#ja-testimonial small {
  font-weight: 400;
  padding-top: 5px;
}
.bogo-deal p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 80%;
}
@media (min-width: 768px) {
  .bogo-deal p {
    font-size: 80px;
  }
}
.bogo-deal p.big-font {
  font-size: 120px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .bogo-deal p.big-font {
    font-size: 330px;
  }
}
.bogo-deal p.small-font {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 768px) {
  .bogo-deal p.small-font {
    font-size: 28px;
  }
}
.view-article.itemid- .reated-post {
  display: none;
}
.banner-showcase {
  margin-bottom: 78px;
}
.banner-showcase div.banner-inner {
  background-image: url("../../images/banner-bg.jpg");
  background-position: center center;
  border-radius: 0;
}
.gsc-control-cse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.gsc-search-box {
  height: 50px;
  margin-bottom: 78px !important;
  overflow: hidden;
}
form.gsc-search-box td {
  border: 0;
  padding: 0;
}
form.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
form.gsc-search-box div.gsc-input-box {
  border: 1px solid #f2f2f7;
  border-radius: 0;
  box-shadow: none;
  height: auto;
}
form.gsc-search-box div.gsc-input-box.gsc-input-box-focus {
  border-color: #007aff;
}
form.gsc-search-box input.gsc-input {
  background-color: transparent !important;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 20px !important;
  min-height: 44px;
}
form.gsc-search-box input.gsc-search-button {
  background: url(../../images/ico/search_box_icon.png) no-repeat center center #007aff;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  margin: 4px 0 0 0;
}
.gsc-results-wrapper-nooverlay {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
}
div.gsc-tabsArea {
  border-bottom: 1px solid #d1d1d6 !important;
  font-weight: normal;
  font-size: 16px;
  height: auto !important;
}
div.gsc-tabsArea > div {
  height: auto !important;
  margin-bottom: -1px;
}
div.gsc-tabsArea .gsc-inline-block {
  border-radius: 3px 3px 0 0;
  height: auto !important;
  line-height: auto;
  padding: 3px 15px;
  margin-right: 5px;
}
div.gsc-tabsArea .gsc-inline-block.gsc-tabhActive {
  border-color: #d1d1d6;
  border-bottom-color: #ffffff;
}
.gsc-above-wrapper-area table td {
  border-top: 0;
}
.gsc-webResult .gsc-thumbnail-inside {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.gsc-webResult .gsc-thumbnail-inside .gs-title {
  height: 1.4em;
  text-decoration: none;
}
.gsc-webResult .gsc-thumbnail-inside .gs-title a,
.gsc-webResult .gsc-thumbnail-inside .gs-title b {
  color: #007aff !important;
  font-size: 18px;
  text-decoration: none;
}
.gsc-webResult .gsc-thumbnail-inside .gs-title a:hover,
.gsc-webResult .gsc-thumbnail-inside .gs-title b:hover,
.gsc-webResult .gsc-thumbnail-inside .gs-title a:focus,
.gsc-webResult .gsc-thumbnail-inside .gs-title b:focus,
.gsc-webResult .gsc-thumbnail-inside .gs-title a:active,
.gsc-webResult .gsc-thumbnail-inside .gs-title b:active {
  color: #0055b3 !important;
  text-decoration: underline;
}
.gsc-webResult .gsc-url-top div.gs-visibleUrl {
  color: #d1d1d6 !important;
}
.gsc-webResult .gsc-url-top {
  margin-bottom: 5px;
  padding: 0;
}
.gsc-webResult table.gsc-table-result td {
  padding-top: 10px;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box {
  margin: 52px 0 0;
  padding: 0;
  overflow: hidden;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor {
  overflow: hidden;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  background: #d1d1d6;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 1px;
  padding: 6px 12px;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  background: #007aff;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background: #007aff;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page a {
  font-weight: normal;
}
.gsc-webResult .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page a {
  color: #ffffff;
}
.search-elastic-result-wrap .hit-item .result-link {
  word-wrap: break-word;
}
.back-to-top {
  position: fixed;
  right: 80px;
  top: auto;
  z-index: 999;
  bottom: -50px;
}
.back-to-top .btn {
  background: #007aff;
  border: 0;
  color: #007aff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
  background: #007aff;
  color: #ffffff;
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.back-to-top.affix {
  bottom: 20px;
}
.back-to-top a {
  outline: none;
}
.back-to-top i {
  font-size: 18px;
  line-height: 16px;
}
.section-support {
  position: relative;
  overflow: hidden;
}
.page-pricing .t3-wrapper {
  background-color: #f9f9fc;
}
@media (max-width: 1199px) {
  .page-pricing .ja-subnav {
    display: none;
  }
}
.page-pricing .section-header {
  padding-bottom: 26px;
}
.page-pricing .jumbotron {
  background: transparent;
}
@media (min-width: 1200px) {
  .page-pricing .jumbotron {
    padding-top: 78px;
  }
}
.page-pricing .jumbotron h1 {
  font-size: 36px;
}
.sec-pricing .plan-label {
  margin-bottom: 13px;
  text-align: center;
}
.sec-pricing .plan-label h3 {
  background-color: #0d88ea;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 13px 26px;
  text-transform: uppercase;
}
.sec-pricing .tab-content {
  padding-top: 0;
}
.sec-pricing .tab-content .tab-content-inner {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.sec-pricing .common-info {
  padding: 26px;
  border-radius: 8px;
  margin-top: 26px;
  background-color: #007aff;
  background-image: url(../../images/bg-waves-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .sec-pricing .common-info {
    margin-top: 52px;
    padding: 26px;
  }
}
@media (min-width: 1200px) {
  .sec-pricing .common-info {
    margin-top: 78px;
    padding: 52px;
  }
}
.sec-pricing .common-info h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto 26px;
}
.sec-pricing .common-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sec-pricing .common-info ul {
    padding: 13px;
  }
}
.sec-pricing .common-info ul li {
  display: flex;
  align-items: baseline;
  padding: 8.66666667px 13px;
}
@media (min-width: 992px) {
  .sec-pricing .common-info ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sec-pricing .common-info ul li {
    width: 33.3%;
  }
}
.sec-pricing .common-info ul .fad {
  color: #fff;
  font-size: 20px;
  margin-right: 13px;
}
.sec-pricing .free-plan {
  text-align: center;
  margin-top: 26px;
}
.sec-pricing .free-plan p {
  display: inline-block;
}
.sec-pricing .free-plan a {
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #007aff;
}
.sec-pricing .free-plan a:hover,
.sec-pricing .free-plan a:active,
.sec-pricing .free-plan a:focus {
  text-decoration: none;
}
.pricing-page-head .nav-tabs-wrap {
  display: none;
}
@media (min-width: 992px) {
  .pricing-page-head .nav-tabs-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 1200px) {
  .pricing-page-head .nav-tabs-wrap {
    max-width: 80%;
    margin-bottom: 78px;
  }
}
@media (min-width: 1600px) {
  .pricing-page-head .nav-tabs-wrap {
    max-width: 70%;
  }
}
.pricing-page-head .nav-tabs {
  background: #f2f2f7;
  border-radius: 50px;
  border: 0;
  margin: 0;
  padding: 8px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.pricing-page-head .nav-tabs > li {
  border: 0;
  padding: 0;
  margin: 0;
  width: 33.3%;
}
.pricing-page-head .nav-tabs > li > a {
  background-color: transparent;
  color: #1c1c1e;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 13px 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pricing-page-head .nav-tabs > li > a small {
  display: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6.5px;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: none;
  color: #1c1c1e;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .pricing-page-head .nav-tabs > li > a small {
    display: block;
  }
}
.pricing-page-head .nav-tabs > li > a:hover,
.pricing-page-head .nav-tabs > li > a:focus,
.pricing-page-head .nav-tabs > li > a:active {
  background-color: transparent;
  color: #007aff;
  text-decoration: none;
}
.pricing-page-head .nav-tabs > li > a:hover small,
.pricing-page-head .nav-tabs > li > a:focus small,
.pricing-page-head .nav-tabs > li > a:active small {
  opacity: 0.5;
}
.pricing-page-head .nav-tabs > li.active a {
  background-color: #fff;
  color: #007aff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pricing-page-head .nav-tabs > li.active a small {
  opacity: 1;
}
.pricing-list {
  display: block;
  padding: 0;
  margin-left: -13px;
  margin-right: -13px;
}
.pricing-list:before,
.pricing-list:after {
  display: table;
  content: " ";
}
.pricing-list:after {
  clear: both;
}
@media (min-width: 992px) {
  .pricing-list {
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .pricing-list {
    flex-wrap: nowrap;
  }
}
.pricing-list .col {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 8px;
  display: block;
  padding: 0;
  margin: 0 13px 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 992px) {
  .pricing-list .col {
    display: flex;
    flex: 0 1 40%;
    flex-direction: column;
    align-items: stretch;
  }
}
.pricing-list .col .line-through {
  text-decoration: line-through;
}
.pricing-list .col .col-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f7;
  border-radius: 8px 8px 0 0;
  padding: 26px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .pricing-list .col .col-header {
    margin: 0 0 26px;
    text-align: center;
  }
}
.pricing-list .col .col-header h2 {
  margin: 0 0 5px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .pricing-list .col .col-header h2 {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .pricing-list .col .col-header h2 {
    max-width: none;
    white-space: nowrap;
  }
}
.pricing-list .col .col-header p {
  color: #34c759;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.pricing-list .col .col-header .ja-price {
  color: #007aff;
  display: inline-block;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin-top: 13px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pricing-list .col .col-header .ja-price {
    position: absolute;
    right: 26px;
    top: 26px;
    margin-top: 0;
  }
}
.pricing-list .col .col-header .ja-price sup {
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
  right: -0.2em;
}
.pricing-list .col .col-header .ja-price .pricing-time {
  font-size: 16px;
  font-weight: 500;
  color: #8e8e93;
}
.pricing-list .col .col-header .ja-price .old-price {
  color: #b3b3b9;
  font-weight: normal;
  text-decoration: line-through;
}
.pricing-list .col .col-header .label {
  background-color: #c00;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 35px;
  position: absolute;
  right: -30px;
  top: 7px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .pricing-list .col .col-header .label {
    padding: 10px 35px;
    top: 18px;
    right: -30px;
    transform: rotate(45deg);
  }
}
.pricing-list .col .feature-list {
  list-style: none;
  margin: 0;
  padding: 13px 26px 26px;
}
.pricing-list .col .feature-list li {
  display: flex;
  gap: 1rem;
  padding: 6.5px 0;
}
.pricing-list .col .feature-list li i.text-success {
  color: #34c759;
  font-size: 20px;
  margin-top: 4px;
}
.pricing-list .col .feature-list li.choose-plan {
  border-bottom: 1px solid #f2f2f7;
  margin-bottom: 13px;
  text-align: left;
}
.pricing-list .col .feature-list li.choose-plan.select-a-plan {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #ff9500 inset;
  position: relative;
}
.pricing-list .col .feature-list li.choose-plan.select-a-plan:before {
  background-color: #ff9500;
  border-radius: 2px;
  content: "Select a plan";
  color: #ffffff;
  display: inline-block;
  padding: 3px 10px;
  position: absolute;
  top: -40px;
  right: 5px;
}
.pricing-list .col .feature-list li.choose-plan.select-a-plan:after {
  border-top: 7px solid #ff9500;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: -11px;
}
.pricing-list .col .feature-list li.choose-plan label input {
  margin-top: 5px;
}
.pricing-list .col .feature-list li.choose-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-list .col .feature-list li.choose-plan ul li {
  min-height: 1px !important;
  padding: 5px 0;
}
.pricing-list .col .feature-list li .has-tooltip .fad,
.pricing-list .col .feature-list li .has-tooltip .fa {
  color: #007aff;
  margin-left: 4px;
  font-size: 14px;
}
.pricing-list .col .feature-list li .has-tooltip:hover {
  cursor: help;
}
.pricing-list .col .feature-list li input {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.pricing-list .col .feature-list li strong {
  color: #3a3a3c;
}
.pricing-list .col .feature-list li .bg-success {
  background: #34c759;
  padding: 6px 8px;
}
.pricing-list .col .feature-list li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
}
.pricing-list .col .feature-list li ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pricing-list .col .feature-list li ul li i {
  color: #34c759;
  font-size: 20px;
}
.pricing-list .col .col-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding: 26px;
  text-align: center;
}
.pricing-list .col .col-action .btn {
  padding: 17.33333333px 26px;
  line-height: 1;
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
  padding-left: 26px;
  padding-right: 26px;
  min-width: 70%;
}
@media (min-width: 1199px) {
  .pricing-list .col .col-action .btn {
    padding: 17.33333333px 39px;
  }
}
.pricing-list .col .col-action .btn.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.pricing-list .col .col-action .btn:hover,
.pricing-list .col .col-action .btn:focus,
.pricing-list .col .col-action .btn:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.pricing-list .col .col-action .btn.btn-primary:hover,
.pricing-list .col .col-action .btn.btn-primary:focus,
.pricing-list .col .col-action .btn.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-danger {
  border-color: #ff3b30;
}
.pricing-list .col .col-action .btn.btn-danger:hover,
.pricing-list .col .col-action .btn.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-warning {
  border-color: #ff9500;
}
.pricing-list .col .col-action .btn.btn-warning:hover,
.pricing-list .col .col-action .btn.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-success {
  border-color: #34c759;
}
.pricing-list .col .col-action .btn.btn-success:hover,
.pricing-list .col .col-action .btn.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-info {
  border-color: #17a2b8;
}
.pricing-list .col .col-action .btn.btn-info:hover,
.pricing-list .col .col-action .btn.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.pricing-list .col .col-action .btn.btn-inverse:focus,
.pricing-list .col .col-action .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.pricing-list .col .col-action .btn.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.pricing-list .col .col-action .btn.btn-inverse:active,
.pricing-list .col .col-action .btn.btn-inverse.active,
.open > .dropdown-toggle.pricing-list .col .col-action .btn.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.pricing-list .col .col-action .btn.btn-inverse:active:hover,
.pricing-list .col .col-action .btn.btn-inverse.active:hover,
.open > .dropdown-toggle.pricing-list .col .col-action .btn.btn-inverse:hover,
.pricing-list .col .col-action .btn.btn-inverse:active:focus,
.pricing-list .col .col-action .btn.btn-inverse.active:focus,
.open > .dropdown-toggle.pricing-list .col .col-action .btn.btn-inverse:focus,
.pricing-list .col .col-action .btn.btn-inverse:active.focus,
.pricing-list .col .col-action .btn.btn-inverse.active.focus,
.open > .dropdown-toggle.pricing-list .col .col-action .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.pricing-list .col .col-action .btn.btn-inverse.disabled:hover,
.pricing-list .col .col-action .btn.btn-inverse[disabled]:hover,
fieldset[disabled] .pricing-list .col .col-action .btn.btn-inverse:hover,
.pricing-list .col .col-action .btn.btn-inverse.disabled:focus,
.pricing-list .col .col-action .btn.btn-inverse[disabled]:focus,
fieldset[disabled] .pricing-list .col .col-action .btn.btn-inverse:focus,
.pricing-list .col .col-action .btn.btn-inverse.disabled.focus,
.pricing-list .col .col-action .btn.btn-inverse[disabled].focus,
fieldset[disabled] .pricing-list .col .col-action .btn.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.pricing-list .col .col-action .btn.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.pricing-list .col .col-action .btn.btn-inverse:hover,
.pricing-list .col .col-action .btn.btn-inverse:focus,
.pricing-list .col .col-action .btn.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.pricing-list .col .col-action .btn:hover,
.pricing-list .col .col-action .btn:focus,
.pricing-list .col .col-action .btn:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.pricing-list .col .col-action .text-link {
  border-bottom: 1px dotted #4d4d53;
  color: #353538;
  margin-top: .75rem;
}
.pricing-list .col .col-action .text-link:hover,
.pricing-list .col .col-action .text-link:focus,
.pricing-list .col .col-action .text-link:active {
  border-bottom: 1px solid #0055b3;
  color: #0055b3;
  text-decoration: none;
}
.pricing-list .col:hover .col-header .btn {
  background-color: #636366;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.pricing-list .col.col-popular {
  border-color: #007aff;
}
.pricing-list .col.col-hilite {
  border-color: #ff9500;
}
.pricing-list .col.ultimate-plan {
  border-color: #007aff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.pricing-list .col.ultimate-plan .col-action .btn {
  color: #fff !important;
  background: #007aff;
}
.pricing-list .col.ultimate-plan .col-action .btn:hover,
.pricing-list .col.ultimate-plan .col-action .btn:active,
.pricing-list .col.ultimate-plan .col-action .btn:focus {
  background: #0053ad;
}
#jatc .feature-list li:first-child li {
  line-height: 1.2;
  margin-bottom: 0;
  min-height: 1px;
}
#jatc .plan-label h3 {
  background-color: #0d88ea;
}
#jaec .plan-label h3 {
  background-color: #34c759;
}
@media (min-width: 992px) {
  #jaec .pricing-list {
    justify-content: space-around;
  }
  #jaec .pricing-list .col {
    flex: 0 1 28%;
  }
}
@media (min-width: 1200px) {
  #jaec .pricing-list .col .feature-list {
    padding-left: 39px;
    padding-right: 39px;
  }
}
#jabuilder .plan-label h3 {
  background-color: #af52de;
}
#jatc,
#jaec,
#jabuilder,
#supersave {
  width: 100%;
}
@media (min-width: 992px) {
  #jatc,
  #jaec,
  #jabuilder,
  #supersave {
    float: left;
    display: none;
  }
}
#jatc.active,
#jaec.active,
#jabuilder.active,
#supersave.active {
  display: block;
}
.ja-super-save .content {
  padding-top: 52px;
  text-align: center;
}
.ja-super-save .content .section-title {
  color: #ff9500;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 26px;
  text-shadow: none;
  text-transform: uppercase;
}
.ja-super-save .content h2 {
  font-size: 44px;
  margin-bottom: 26px;
}
.ja-super-save .content p {
  color: #3a3a3c;
  font-size: 18px;
}
.ja-super-save .content .action-wrap {
  margin-top: 39px;
  margin-bottom: 52px;
  text-align: center;
}
.ja-super-save .content .action-wrap .btn {
  background-color: #34c759;
  border: 0;
  border-radius: 35px;
  font-size: 36px;
  display: inline-block;
  padding: 17.33333333px 52px;
  line-height: 1;
  text-transform: none;
}
.ja-super-save .content .action-wrap .btn:hover,
.ja-super-save .content .action-wrap .btn:focus,
.ja-super-save .content .action-wrap .btn:active {
  background-color: #2fb350;
}
.ja-super-save .content .brands {
  list-style: none;
  margin: 52px 0;
  padding: 0;
  text-align: center;
}
.ja-super-save .content .brands li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 13px;
  max-width: 12%;
}
.ja-super-save .content .brands li a {
  opacity: 0.8;
}
.ja-super-save .content .brands li a:hover,
.ja-super-save .content .brands li a:focus,
.ja-super-save .content .brands li a:active {
  opacity: 1;
}
.ja-super-save .content .brands li img {
  max-width: 100%;
}
.sec-pricing-faqs .section-inner {
  padding-bottom: 0;
}
.sec-pricing-faqs .container-inner {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (min-width: 992px) {
  .sec-pricing-faqs .container-inner {
    padding: 39px;
  }
}
@media (min-width: 1600px) {
  .sec-pricing-faqs .container-inner {
    padding: 52px;
  }
}
.sec-pricing-faqs h2 {
  text-align: center;
  font-size: 36px;
  margin-top: 0;
}
.sec-pricing-faqs h3 {
  font-size: 20px;
  line-height: 1.625;
  margin-top: 0;
}
.pricing-faqs-header {
  padding: 0 26px 26px;
}
.pricing-faqs-block {
  padding: 13px 0;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .pricing-faqs-block {
    padding: 13px 26px;
  }
}
body span.js-modal-close {
  background-color: #d1d1d6;
  border: 0;
  color: #ffffff;
  border-radius: 0 3px 0 3px;
  display: block;
  position: absolute;
  line-height: 25px;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
body span.js-modal-close:hover,
body span.js-modal-close:focus,
body span.js-modal-close:active {
  background-color: #17a2b8;
  color: #ffffff;
  cursor: pointer;
}
.hilite-box {
  background: #f9f9fc;
  border: 1px solid #efeff7;
  box-shadow: 5px 5px 0 #e8e8f4;
  margin-top: 26px;
  padding: 6.5px 26px;
}
.hilite-box h4 {
  background-color: #e8e8f4;
  border-bottom: 3px solid #34c759;
  color: #34c759;
  display: inline-block;
  line-height: 1;
  padding: 6.5px 13px;
  margin-bottom: 26px;
  text-shadow: none;
}
.guide-accordion.panel-group {
  margin-top: 52px;
}
.guide-accordion.panel-group .panel {
  border: 0;
  box-shadow: none;
}
.guide-accordion.panel-group .panel-heading {
  background-color: #e1e5ea;
  border: 0;
  padding: 0;
}
.guide-accordion.panel-group .panel-heading .panel-title {
  margin: 0;
  padding: 0;
}
.guide-accordion.panel-group .panel-heading .panel-title a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  padding: 13px;
}
.guide-accordion.panel-group .panel-heading .panel-title a:hover,
.guide-accordion.panel-group .panel-heading .panel-title a:focus,
.guide-accordion.panel-group .panel-heading .panel-title a:active {
  background-color: #d2d9e0;
  text-decoration: none;
}
.guide-accordion.panel-group .panel-heading .panel-title a span {
  background-color: #fff;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  padding: 6px;
  margin-right: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}
.guide-accordion.panel-group div.panel-collapse > .panel-body {
  background-color: #f9f9f9;
  border: 0 !important;
  padding: 13px 13px 0;
}
.signup-intro {
  margin: 0 auto;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 125px;
  width: 720px;
}
.signup-intro h2 {
  margin-bottom: 10px;
}
body .cmc-signup {
  background: url("../../images/letter-bg.jpg") no-repeat left center;
  box-sizing: border-box;
  margin: 180px auto 60px;
  padding: 120px 60px 0;
  position: relative;
  min-height: 579px;
  width: 712px;
}
body .cmc-signup:before {
  background: url(../../images/sale-off.png) no-repeat left top;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 189px;
  top: -100px;
  margin-left: -95px;
  width: 189px;
}
body .cmc-signup .text #jform_cmc_intro_text-lbl {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
body .cmc-signup .control-group {
  margin-bottom: 20px;
}
body .cmc-signup .form-label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
}
body .cmc-signup input[type="text"],
body .cmc-signup input[type="password"],
body .cmc-signup input[type="email"] {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  border: 2px solid #d0d8dc;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-bottom: 26px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
body .cmc-signup input[type="text"]:-moz-placeholder,
body .cmc-signup input[type="password"]:-moz-placeholder,
body .cmc-signup input[type="email"]:-moz-placeholder,
body .cmc-signup input[type="text"]::-moz-placeholder,
body .cmc-signup input[type="password"]::-moz-placeholder,
body .cmc-signup input[type="email"]::-moz-placeholder,
body .cmc-signup input[type="text"]::-webkit-input-placeholder,
body .cmc-signup input[type="password"]::-webkit-input-placeholder,
body .cmc-signup input[type="email"]::-webkit-input-placeholder,
body .cmc-signup input[type="text"]:-ms-input-placeholder,
body .cmc-signup input[type="password"]:-ms-input-placeholder,
body .cmc-signup input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
}
body .cmc-signup .btn-primary {
  background: #07b !important;
  border: 0;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  transition: background 0.35s;
}
body .cmc-signup .btn-primary:hover {
  background: #096 !important;
}
body .cmc-signup .outro {
  text-align: center;
}
.ext-testimonials {
  background: #f0f0f0;
  margin: 0 0 104px;
  padding: 52px 26px;
}
.ext-testimonials blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .ext-testimonials blockquote {
    margin-bottom: 52px;
  }
}
.ext-testimonials blockquote p {
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  padding: 26px;
  position: relative;
}
.ext-testimonials blockquote p:before {
  background-color: #f0f0f0;
  border-radius: 50%;
  color: #d1d1d6;
  content: "\f10d";
  display: block;
  height: 40px;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: -16px;
  left: -19px;
  text-align: center;
  width: 40px;
}
.ext-testimonials blockquote p:after {
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: "";
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
}
.ext-testimonials blockquote .author {
  overflow: hidden;
}
.ext-testimonials blockquote .author span,
.ext-testimonials blockquote .author strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.ext-testimonials blockquote .author strong {
  color: #007aff;
  margin-bottom: 3px;
}
.ext-testimonials blockquote .author span {
  color: #8e8e93;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #ffffff;
}
.ext-testimonials blockquote img {
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  float: left;
  margin: 5px 15px 5px 5px;
  width: 46px !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.faa-pulse.animated {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.compare-row {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 50px 0;
}
.compare-row h3 {
  background: #f0f0f0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 16px;
  margin: 20px 0 20px 20px !important;
  padding: 10px 20px;
}
.compare-row > div {
  padding-left: 0;
  padding-right: 0;
}
.compare-row > div:last-child {
  background-color: #bdd6e7;
  border-left: 1px solid #adcce0;
  color: #226897;
}
.compare-row > div:last-child h3 {
  background-color: #27ae60;
  color: #fff;
}
.compare-row > div:last-child ul li {
  border-top: 1px solid #adcce0;
}
.compare-row > div:last-child ul li:nth-child(2n) {
  background-color: #ddeaf3;
}
.compare-row > div:last-child ul li:nth-child(2n + 1) {
  background-color: #bdd6e7;
}
.compare-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-row ul li {
  border-top: 1px solid #ddd;
  padding: 10px 20px;
}
.compare-row ul li.two-row {
  height: 69px;
  line-height: 51px;
}
.compare-row ul li:nth-child(2n + 1) {
  background-color: #f0f0f0;
}
.compare-row ul li:last-child {
  border-bottom: 0;
}
.jg-wrap section .container {
  padding-top: 78px;
  padding-bottom: 78px;
}
.jg-wrap section h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 26px;
}
.jg-wrap section img {
  opacity: 0.6;
  margin-top: 20px;
}
.jg-wrap section ol li {
  font-size: 19px;
  padding: 13px 0;
  line-height: 1.5;
}
.jg-wrap section.light {
  background-color: #f2f2f7;
}
.jg-wrap section.dark {
  background-color: #263238;
  color: #ffffff;
}
.jg-wrap section.dark h2 {
  color: #ffffff;
}
.jg-wrap section.dark-blue {
  background: url(../../images/promotion/jg-pattern.png) repeat-x left center #263238;
  color: #ffffff;
}
.jg-wrap section.dark-blue .container {
  padding-top: 130px;
  padding-bottom: 130px;
}
.jg-wrap section.dark-blue h2 {
  color: #ffffff;
  font-size: 44px;
}
.jg-wrap .order-list {
  list-style: none;
}
.jg-wrap .order-list li {
  padding: 13px 0;
  line-height: 1.6;
  font-size: 18px;
  padding-left: 52px;
  position: relative;
}
.jg-wrap .order-list li span {
  background-color: #007aff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 34px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.jg-wrap .order-list li a {
  border-bottom: 1px dotted #d1d1d6;
}
.jg-wrap .order-list li ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.jg-wrap .order-list li ul li .num {
  background-color: #e2e2ed;
  color: #636366;
  font-size: 16px;
}
.top-sl-banner {
  background: url("//static.joomlart.com/images/ja-template/ja-smallbiz/banner-bg.png") no-repeat bottom right #17a2b8;
  color: #ffffff;
  font-weight: 300;
  padding: 26px;
  margin: 52px 0 0;
}
.top-sl-banner .bn-msg {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 26px;
}
.top-sl-banner span {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}
.top-sl-banner a {
  background-color: #ff9500;
  border-radius: 2px;
  display: inline-block;
  border: 2px solid dakren(#ff9500, 5%);
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 320px;
  text-transform: uppercase;
}
.top-sl-banner a:hover,
.top-sl-banner a:focus,
.top-sl-banner a:active {
  background-color: #cc7700;
  color: #ffffff;
  text-decoration: none;
}
.jg-section-header {
  text-align: center;
}
.jg-section-header p {
  font-size: 18px;
  padding-left: 15%;
  padding-right: 15%;
}
.pricing-gk {
  margin-bottom: 104px;
  display: block;
}
@media screen and (min-width: 767px) {
  .pricing-gk {
    display: flex;
    flex-direction: row;
    align-content: center;
  }
}
.pricing-gk .pricing--item {
  background-color: #f8f8fb;
  border: 2px solid #d1d1d6;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 0 26px;
  transition: all 0.35s;
}
@media screen and (min-width: 767px) {
  .pricing-gk .pricing--item {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 39px 13px 0;
  }
}
.pricing-gk .pricing--item:hover {
  border-color: #007aff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricing-gk .pricing--item.col-feature {
  border: 2px solid #34c759;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .pricing-gk .pricing--item.col-feature {
    margin-bottom: 0;
  }
}
.pricing-gk .pricing--item.col-feature .col-head {
  padding-top: 44px;
  padding-bottom: 44px;
}
.pricing-gk .pricing--item.col-feature span.price {
  top: 38px;
  color: #34c759;
}
.pricing-gk .pricing--item.col-feature h2 span {
  color: #34c759;
}
.pricing-gk .pricing--item .col-head {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e7;
  border-radius: 3px 3px 0 0;
  margin: 0;
  margin-bottom: 0;
  min-height: 100px;
  padding: 24px 26px;
  position: relative;
}
.pricing-gk .pricing--item .col-head h2 {
  margin: 10px 0 0;
  padding-bottom: 2px;
  font-size: 20px;
}
.pricing-gk .pricing--item .col-head h2 span {
  background-color: #f2f2f7;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
}
.pricing-gk .pricing--item .col-head .price {
  color: #007aff;
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  position: absolute;
  right: 26px;
  top: 20px;
}
.pricing-gk .pricing--item .col-head .price sup {
  font-size: 20px;
  font-weight: 600;
  top: -20px;
}
.pricing-gk .pricing--item .col-body {
  padding: 0;
}
.pricing-gk .pricing--item .col-body p {
  margin-bottom: 0;
}
.pricing-gk .pricing--item .col-body ul {
  list-style: none;
  margin: 0;
  padding: 13px 0 0 0;
}
.pricing-gk .pricing--item .col-body ul li {
  border-bottom: 1px solid #f2f2f7;
  padding: 13px 26px 13px 54px;
  display: block;
  position: relative;
}
.pricing-gk .pricing--item .col-body ul li:last-child {
  border-bottom: 0;
}
.pricing-gk .pricing--item .col-body ul li:nth-child(2n) {
  background-color: #ffffff;
}
.pricing-gk .pricing--item .col-body ul li span {
  background-color: #34c759;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 16px;
  position: absolute;
  top: 15px;
  left: 20px;
  text-align: center;
  width: 20px;
}
.pricing-gk .pricing--item .col-body ul li span i {
  line-height: 1;
  font-size: 10px;
}
.pricing-gk .pricing--item .col-body ul li strong {
  border-bottom: 1px dotted #8e8e93;
}
.pricing-gk .pricing--item .col-body ul li.not-support {
  color: #8e8e93;
  text-decoration: line-through;
}
.pricing-gk .pricing--item .col-body ul li.not-support span {
  background-color: #ff3b30;
}
.pricing-gk .pricing--item .col-foot {
  background-color: #f5f5f9;
  border-top: 1px solid #f2f2f7;
  border-radius: 0 0 3px 3px;
  padding: 26px;
  margin-top: auto;
}
.pricing-gk .pricing--item .col-foot a {
  border-radius: 25px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 0;
  text-align: center;
}
.pricing-gk .pricing--item .col-foot a.btn-default {
  background-color: #ffffff;
}
.jg-faq-wrap .row {
  margin-bottom: 26px;
}
.jg-faq-wrap .section-header {
  padding-bottom: 52px;
}
.jg-faq-wrap h3 {
  font-size: 20px;
  line-height: 1.3;
}
.jg-faq-wrap .faq-item-inner {
  border-radius: 3px;
  border: 1px solid #f2f2f7;
  background-color: #ffffff;
  padding: 0 26px;
  min-height: 160px;
}
.halloween-wrap .section {
  margin-top: 0;
}
.halloween-wrap .section-masthead {
  background: url(//static.joomlart.com/images/blog/2017/halloween-2017/hl-bg.png) #3a3a3c;
  border-bottom: 5px solid #000;
  margin-top: -48px;
}
@media screen and (min-width: 991px) {
  .halloween-wrap .section-masthead {
    margin-top: 20px;
  }
}
.halloween-wrap .section-masthead .container {
  padding-top: 60px;
  padding-bottom: 0;
}
.halloween-wrap .section-masthead .container img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .halloween-wrap .section-masthead .container img {
    width: auto;
  }
}
.halloween-wrap .section-2 {
  background: url("//static.joomlart.com/images/blog/2017/halloween-2017/hl-pattern.png") #ff9800;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.halloween-wrap .section-2 .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.halloween-wrap .container {
  padding: 104px 52px;
}
.halloween-wrap .hl-msg {
  border: 3px dashed rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #ffffff;
  padding: 39px 26px;
  text-align: center;
}
.halloween-wrap .hl-msg h2 {
  font-family: "Creepster", cursive;
  text-shadow: 2px 2px 0 #fff;
  color: #000000;
  margin-top: 0;
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
.halloween-wrap .hl-msg p {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
.halloween-wrap .hl-msg h3 {
  color: #fff;
}
.halloween-wrap .hl-msg h3 span {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
}
.halloween-wrap .section-3 {
  border-bottom: 3px solid #f2f2f7;
  text-align: center;
}
.halloween-wrap .section-3 .row > div {
  margin-bottom: 52px;
}
.halloween-wrap .section-3 .inner {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #f2f2f7;
  padding: ;
  border-radius: 5px;
  transition: all 0.35s;
}
.halloween-wrap .section-3 .inner:hover {
  border-color: #ff9800;
}
.halloween-wrap .section-3 .inner img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
}
.halloween-wrap .section-3 .inner p {
  font-size: 18px;
  padding: 26px;
}
.halloween-wrap .section-3 .inner p strong {
  color: #000000;
}
.halloween-wrap .section-3 .inner p i {
  color: #007aff;
  font-family: "FontAwesome";
}
.halloween-wrap .section-4 {
  background-color: #f2f2f7;
}
.halloween-wrap .section-4 .block-ct {
  margin-bottom: 52px;
  font-family: "Architects Daughter", cursive;
  font-size: 21px;
}
.halloween-wrap .section-4 .block-ct h3 {
  font-family: "Creepster", cursive;
  font-size: 32px;
}
.halloween-wrap .section-heading {
  margin-bottom: 78px;
  font-family: "Creepster", cursive;
  color: #ec5628;
  font-size: 38px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .halloween-wrap .section-heading {
    font-size: 48px;
  }
}
.halloween-wrap .cta-wrap {
  margin-top: 52px;
  text-align: center;
}
.halloween-wrap .cta-wrap a {
  background: url(//static.joomlart.com/images/blog/2017/halloween-2017/hl-btn-2.png) no-repeat top left;
  background-size: cover;
  display: inline-block;
  font-size: 28px;
  font-family: "Creepster", cursive;
  color: #ffffff;
  height: 71px;
  line-height: 71px;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #000;
  width: 100%;
  transition: none !important;
}
@media screen and (min-width: 767px) {
  .halloween-wrap .cta-wrap a {
    font-size: 48px;
    height: 121px;
    line-height: 121px;
  }
}
@media screen and (min-width: 992px) {
  .halloween-wrap .cta-wrap a {
    font-size: 48px;
    height: 145px;
    line-height: 145px;
    width: 779px;
  }
}
.halloween-wrap .cta-wrap a:hover,
.halloween-wrap .cta-wrap a:focus,
.halloween-wrap .cta-wrap a:active {
  background-position: bottom left;
  text-decoration: none;
  opacity: 0.8;
}
#floating-cta {
  background: #e46e22 !important;
  padding-bottom: 0 !important;
}
#floating-cta-inner {
  overflow: hidden;
}
#floating-cta-inner #web-font-text {
  font-size: 28px;
  line-height: 1.5;
}
#floating-cta-inner #fbar-side {
  margin-top: 18px !important;
}
#floating-cta-inner #ctabutton {
  border: 0;
  border-radius: 3px;
  margin-top: 18px;
}
#floating-cta-inner #ctabutton #ctabutton-text a {
  font-size: 22px;
  font-weight: 600;
}
.doc-category-wrap {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.doc-category-wrap .category {
  float: left;
  width: 31%;
  margin: 1%;
}
@media (max-width: 1199px) {
  .doc-category-wrap .category {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .doc-category-wrap .category {
    width: 95%;
    min-height: 0;
    margin: 26px auto;
  }
}
.doc-category-wrap .category.purity {
  display: none;
}
.doc-category-wrap .category.sh404sef {
  display: none;
}
.doc-category-wrap .category:nth-child(20) {
  display: none;
}
.doc-category-wrap .category-inner {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 26px;
  background-color: #fff;
  height: 100%;
}
.doc-category-wrap .category-title {
  margin-bottom: 26px;
  position: relative;
}
.doc-category-wrap .category-title h3 {
  margin: 0px;
  padding-right: 0;
  font-size: 20px;
}
.doc-category-wrap .category-title small {
  font-size: 16px;
  color: #8e8e93;
  display: block;
  margin-top: 5px;
}
.doc-category-wrap .category-title a {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px 3px;
  display: block;
  background: #f2f2f7;
  color: #1c1c1e;
  text-decoration: none;
  border-radius: 10px;
}
.doc-category-wrap .category-title a .fa {
  margin-left: 4px;
}
.doc-category-wrap .category-items + .category-title {
  margin-top: 52px;
}
.doc-category-wrap .category-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted #f2f2f7;
}
.doc-category-wrap .category-items li {
  padding: 0;
}
.doc-category-wrap .category-items li a {
  color: #1c1c1e;
  display: block;
  font-size: 16px;
  border: 1px solid transparent;
  border-top: 1px dotted #f2f2f7;
  padding: 13px;
}
.doc-category-wrap .category-items li a .fa,
.doc-category-wrap .category-items li a .fad,
.doc-category-wrap .category-items li a .fas {
  margin-right: 8px;
  color: #007aff;
}
.doc-category-wrap .category-items li a:hover,
.doc-category-wrap .category-items li a:active,
.doc-category-wrap .category-items li a:focus {
  background-color: #e5f2ff;
  color: #007aff;
  border: 1px solid #007aff;
  border-radius: 4px;
  text-decoration: none;
}
.doc-category-wrap .category:hover .category-title h3 {
  color: #007aff;
}
.doc-category-wrap .category:hover .category-title a {
  background: #007aff;
  color: #ffffff;
}
.doc-category-wrap .category.wiki {
  display: none;
}
.year-group,
.doc-group {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 13px 52px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media (min-width: 992px) {
  .year-group,
  .doc-group {
    padding: 39px;
  }
}
@media (min-width: 1600px) {
  .year-group,
  .doc-group {
    padding: 52px;
  }
}
.year-group h3,
.doc-group h3 {
  margin: 0 0 26px;
}
.year-group .category-items ul,
.doc-group .category-items ul {
  border-bottom: 0;
}
.year-group .category-items ul:before,
.doc-group .category-items ul:before,
.year-group .category-items ul:after,
.doc-group .category-items ul:after {
  display: table;
  content: " ";
}
.year-group .category-items ul:after,
.doc-group .category-items ul:after {
  clear: both;
}
.year-group .category-items li,
.doc-group .category-items li {
  float: left;
  width: 33%;
  margin: 0;
}
@media (max-width: 991px) {
  .year-group .category-items li,
  .doc-group .category-items li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .year-group .category-items li,
  .doc-group .category-items li {
    width: 100%;
  }
}
.crisp-client .cc-kv6t .cc-1xry .cc-unoo .cc-7doi.cc-1ada {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  background-color: #007aff !important;
}
.features-intro .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.row-feature {
  border-top: 1px solid #f2f2f7;
  padding: 52px 0;
  font-size: 18px;
  color: #8e8e93;
  line-height: 1.5;
}
.page-masthead .row-feature {
  padding: 78px 0;
}
@media screen and (min-width: 768px) {
  .row-feature {
    padding: 78px 0;
  }
  .page-masthead .row-feature {
    padding: 130px 0;
  }
}
.row-feature h1,
.row-feature h2,
.row-feature h3 {
  line-height: 1.15;
  color: #636366;
}
.row-feature h1 {
  margin-top: 0;
  margin-bottom: 78px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .row-feature h1 {
    font-size: 88px;
  }
}
@media screen and (max-width: 767px) {
  .row-feature h1 {
    margin-bottom: 52px;
  }
}
.row-feature h1 + p {
  margin-top: -73px;
}
.row-feature h2 {
  margin-top: 0;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .row-feature h2 {
    font-size: 44px;
  }
}
.row-feature h3 {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .row-feature h3 {
    font-size: 32.2px;
  }
}
.row-feature h3 + p {
  margin-top: -13px;
}
.row-feature .feature-ct {
  width: 100%;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image + .feature-ct {
    width: 50%;
    float: right;
    padding-left: 26px;
  }
  .row-feature .pull-right.item-image + .feature-ct {
    width: 50%;
    float: left;
    padding-right: 26px;
  }
}
.row-feature.text-center {
  text-align: center;
}
.row-feature.row-feature-alt,
.row-feature:nth-child(even) {
  background: #f9f9fc;
}
.row-feature.row-feature-primary {
  background: #007aff;
  color: #ffffff;
}
.row-feature.row-feature-primary h1,
.row-feature.row-feature-primary h2,
.row-feature.row-feature-primary h3 {
  color: #ffffff;
}
.row-feature.row-feature-primary .feature-ct,
.row-feature.row-feature-primary p {
  color: #ffffff;
}
.row-feature.row-feature-primary .btn-primary {
  border-color: #fff;
}
.row-feature.row-feature-primary + .row-feature-primary {
  border-top: 1px solid #0062cc;
}
.row-feature .row-feature-narrow {
  padding-top: 26px;
  padding-bottom: 26px;
}
.row-feature:first-child {
  border-top: 0;
}
.row-feature .item-image {
  width: 100%;
  float: none;
  margin-bottom: 26px;
}
.row-feature .item-image img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image,
  .row-feature .pull-right.item-image {
    max-width: 50%;
    min-width: 25%;
    margin-bottom: 0;
  }
  .row-feature .pull-left.item-image {
    float: left;
    text-align: left;
    padding-right: 26px;
  }
  .row-feature .pull-right.item-image {
    float: right;
    text-align: right;
    padding-left: 26px;
  }
}
.row-feature .page-header {
  border: 0;
  margin: 0 0 26px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .row-feature .page-header {
    padding: 0 26px;
  }
}
.row-feature .jumbotron {
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row-feature .jumbotron {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 767px) {
  .row-feature .jumbotron {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-feature .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
}
.row-feature .gallery .thumbnail {
  border: 0;
  padding: 0;
}
.row-feature .gallery .thumbnail a {
  display: block;
  border: 1px solid #f2f2f7;
  padding: 3px;
  -webkit-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.row-feature .gallery .thumbnail a img {
  width: 100%;
  padding: 0;
}
.row-feature .gallery .thumbnail a:hover,
.row-feature .gallery .thumbnail a:focus,
.row-feature .gallery .thumbnail a:active {
  border-color: #b3b3d0;
}
.row-feature .gallery .thumbnail a:hover img,
.row-feature .gallery .thumbnail a:focus img,
.row-feature .gallery .thumbnail a:active img {
  opacity: .7;
}
.support-policy .row-support-policy {
  margin-bottom: 26px;
}
.support-policy .policy-item {
  margin-bottom: 26px;
  border: 1px solid #f2f2f7;
}
.support-policy .policy-item .col-type {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #f2f2f7;
  background: #f9f9fc;
}
.support-policy .policy-item .col-type h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.support-policy .policy-item .col-detail {
  height: 200px;
  padding: 26px;
}
.support-policy .policy-item .col-level {
  height: 80px;
  background: #636366;
  color: #fff;
  position: relative;
}
.support-policy .policy-item .col-level .face,
.support-policy .policy-item .col-level .count-up,
.support-policy .policy-item .col-level > strong {
  height: 80px;
  line-height: 80px;
}
.support-policy .policy-item .col-level .level-info {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-policy .policy-item .col-level .level-info .face {
  background-image: url(../../images/emoticons.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  display: table-cell;
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.support-policy .policy-item .col-level .level-info .count-up {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.support-policy .policy-item .col-level strong {
  width: 100%;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  padding-left: 180px;
  font-size: 18px;
}
.support-policy .policy-item .col-level.level-1 strong {
  background: #34c759;
}
.support-policy .policy-item .col-level.level-1 .face {
  background-position: 0px 0px;
}
.support-policy .policy-item .col-level.level-2 strong {
  background: #299f47;
}
.support-policy .policy-item .col-level.level-2 .face {
  background-position: 0px -80px;
}
.support-policy .policy-item .col-level.level-3 strong {
  background: #ffcc00;
}
.support-policy .policy-item .col-level.level-3 .face {
  background-position: 0px -160px;
}
.support-policy .policy-item .col-level.level-4 strong {
  background: #cca300;
}
.support-policy .policy-item .col-level.level-4 .face {
  background-position: 0px -240px;
}
.support-policy .policy-item .col-level.level-5 strong {
  background-color: #ff9500;
}
.support-policy .policy-item .col-level.level-5 .face {
  background-position: 0px -320px;
}
.support-policy .policy-item .col-level.level-6 strong {
  background: #ff3b30;
}
.support-policy .policy-item .col-level.level-6 .face {
  background-position: 0px -400px;
}
.support-policy:hover {
  background: #ffffff;
  border-color: #f2f2f7;
}
.support-policy:hover .level-info .face {
  top: -70px;
}
.support-policy:hover .level-info .count-up {
  bottom: 0;
}
.support-policy.style2 {
  margin-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .support-policy.style2 {
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
}
.support-policy .row-body {
  border-left: 1px solid #f2f2f7;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body {
    display: table-row;
    margin-bottom: 0;
    width: 100%;
  }
}
.support-policy .row-body > div {
  border-right: 1px solid #f2f2f7;
  border-bottom: 1px solid #f2f2f7;
  padding: 13px 26px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body > div {
    display: table-cell;
    float: none;
  }
}
.support-policy .row-body .col-type {
  background: #636366;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body .col-type {
    background: transparent;
    color: #1c1c1e;
    font-size: 18px;
  }
}
.support-policy .row-body .col-level {
  font-size: 36px;
  text-align: center;
}
.support-policy .row-body .col-status {
  border-bottom: 0;
}
.support-policy .row-body .col-status .face {
  background-image: url(../../images/emoticons.png);
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.support-policy .row-body .col-status strong {
  color: #ffffff;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.support-policy .row-body.level-1 .col-status {
  background: #007aff;
}
.support-policy .row-body.level-1 .col-status .face {
  background-position: 0px 0px;
}
.support-policy .row-body.level-2 .col-status {
  background: #1485ff;
}
.support-policy .row-body.level-2 .col-status .face {
  background-position: 0px -80px;
}
.support-policy .row-body.level-3 .col-status {
  background: #298fff;
}
.support-policy .row-body.level-3 .col-status .face {
  background-position: 0px -160px;
}
.support-policy .row-body.level-4 .col-status {
  background: #3d9aff;
}
.support-policy .row-body.level-4 .col-status .face {
  background-position: 0px -240px;
}
.support-policy .row-body.level-5 .col-status {
  background: #52a5ff;
}
.support-policy .row-body.level-5 .col-status .face {
  background-position: 0px -320px;
}
.support-policy .row-body.level-6 .col-status {
  background: #66afff;
}
.support-policy .row-body.level-6 .col-status .face {
  background-position: 0px -400px;
}
.support-policy .heading {
  background: #636366;
  color: #ffffff;
  display: none;
}
@media screen and (min-width: 768px) {
  .support-policy .heading {
    display: table-row;
  }
}
.support-policy .heading > div {
  border-right: 1px solid #7c7c80;
  font-size: 14px;
  font-weight: bold;
  padding: 26px;
}
@media screen and (min-width: 768px) {
  .support-policy .heading > div {
    font-size: 17px;
  }
}
.support-policy .row-alt {
  background: #f9f9fc;
}
.support-policy .support-yes {
  color: #17a2b8;
}
.support-policy .support-no {
  color: #e2e2ed;
}
.pricing-table {
  padding-top: 52px;
  padding-bottom: 130px;
}
.pricing-table .col {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.no-padding {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 80px;
}
.pricing-table .col .big-number sup {
  font-size: 32px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 22px;
  padding: 13px 26px;
}
.pricing-table .col .col-header {
  background: #8e8e93;
  color: #ffffff;
  padding: 13px 26px;
}
.pricing-table .col ul {
  border: 1px solid #f2f2f7;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #f2f2f7;
  font-size: 18px;
  padding: 13px 26px;
  text-align: center;
}
.pricing-table .col ul li.row1 {
  background: #f9f9fc;
}
.pricing-table .col ul li i {
  color: #34c759;
  font-size: 20px;
}
.pricing-table .col ul li.no i {
  color: #ff3b30;
}
.pricing-table .col ul li.no {
  color: #d1d1d6;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #f2f2f7;
  border: 1px solid #d2d2e4;
  padding: 26px;
}
.pricing-table .col-feature {
  margin-top: -26px;
  z-index: 200;
}
.pricing-table .col-feature .col-header {
  background: #007aff;
  padding: 26px 26px;
}
.pricing-table.style2 .col:first-child .col-header {
  border-radius: 5px 0 0 0;
}
.pricing-table.style2 .col:first-child .col-footer {
  border-radius: 0 0 0 5px;
}
.pricing-table.style2 .col:last-child .col-header {
  border-radius: 0 5px 0 0;
}
.pricing-table.style2 .col:last-child .col-footer {
  border-radius: 0 0 5px 0;
}
.pricing-table.style2 .col-feature {
  border-radius: 5px;
}
.pricing-table.style2 .col-feature .col-header {
  border-radius: 5px 5px 0 0;
}
.pricing-table.style2 .col-feature .col-footer {
  border-radius: 0 0 5px 5px;
}
.our-team .lead {
  margin-bottom: 78px;
}
.our-team .thumbnail {
  text-align: center;
  border: 0;
  padding: 0 26px;
}
.our-team .thumbnail .caption {
  padding-bottom: 26px;
}
.our-team .thumbnail h3 {
  margin-bottom: 5px;
}
.our-team .thumbnail .btn {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.our-team .thumbnail .btn:hover {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.quick-info {
  padding: 26px;
}
.quick-info h3 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.quick-info p {
  margin: 0;
}
.quick-info .rating-info {
  left: 0;
  right: auto;
}
.ja-banner {
  text-align: center;
  font-size: 36px;
}
.ja-banner .banner-inner {
  padding: 52px;
}
.ja-banner .btn-cta .btn {
  padding: 17.33333333px 26px;
  line-height: 1;
  border-color: transparent;
  background: #f2f2f7;
  background: rgba(255, 255, 255, 0.8);
  color: #3a3a3c !important;
  font-size: 20px;
}
@media (min-width: 1199px) {
  .ja-banner .btn-cta .btn {
    padding: 17.33333333px 39px;
  }
}
.ja-banner .btn-cta .btn:hover,
.ja-banner .btn-cta .btn:focus,
.ja-banner .btn-cta .btn:active {
  background: #fff;
  color: #3a3a3c !important;
}
.banner-pd-call {
  font-size: 44px;
  color: #fff;
  background-color: #007aff;
  background-image: url(../../images/bg-wave-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .banner-pd-call {
    font-size: 24px;
    line-height: 2.2;
  }
}
.banner-pd-call .banner-inner {
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 480px) {
  .banner-pd-call .banner-inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.banner-pd-call .bn-price {
  margin-bottom: 26px;
}
.banner-pd-call .bn-price strong {
  font-size: 48px;
}
@media (max-width: 480px) {
  .banner-pd-call .bn-price strong {
    font-size: 36px;
    line-height: 1;
  }
}
.banner-pd-call .bn-price sup {
  font-weight: 400;
}
.ico-links {
  margin: 0 !important;
  padding: 0 !important;
}
.ico-links li {
  list-style: none;
  display: inline-block;
  padding: 5px 0;
}
.social-links {
  display: block;
}
.social-links li {
  display: block;
  float: left;
  padding: 0;
  margin-right: 12px;
}
.social-links li > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #474749;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 20px;
}
.social-links li > a.facebook:hover {
  background: #3b5998;
}
.social-links li > a.youtube:hover {
  background: #bb0000;
}
.social-links li > a.google-plus:hover {
  background: #dd4b39;
}
.social-links li > a.pinterest:hover {
  background: #cb2027;
}
.social-links li > a.twitter:hover {
  background: #3a92c8;
}
.rss-links li .fa {
  background: #ff9500;
}
.programs-list {
  margin: 0;
  padding: 0;
}
.programs-list li {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.program-item {
  font-size: 16px;
  text-transform: uppercase;
}
.program-item a {
  display: block;
  background: #636366;
  color: #fff;
  padding: 26px 52px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border-radius: 8px;
}
.program-item a strong {
  font-weight: 700;
}
.program-item a span {
  display: block;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.program-item a:hover,
.program-item a:active,
.program-item a:focus {
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .program-item a {
    padding: 26px;
  }
}
@media (min-width: 1200px) {
  .program-item a {
    padding: 26px 39px;
  }
}
@media (min-width: 1400px) {
  .program-item a {
    padding: 26px 52px;
  }
}
.program-blue a {
  background-color: #007aff;
  background-image: linear-gradient(160deg, #007aff 0%, #5ac8fa 100%);
}
.program-blue strong {
  display: block;
  font-size: 64px;
  line-height: 1;
  padding: 0;
}
.program-red strong {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  color: #ff3b30;
  display: inline-block;
  line-height: normal;
  padding: 4px 12px;
  text-align: center;
  margin-bottom: 8px;
}
.program-red a {
  background-color: #34c759;
  background-image: linear-gradient(160deg, #ff3b30 0%, #ff6a87 100%);
}
.program-customservice a {
  background: #2d2d2f;
}
.blue-button,
.green-button,
.orange-button {
  color: #ffffff;
  display: block;
  font-size: 16px;
  float: left;
  padding: 13px 26px;
  text-transform: uppercase;
}
.blue-button:hover,
.green-button:hover,
.orange-button:hover,
.blue-button:focus,
.green-button:focus,
.orange-button:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.blue-button:active,
.green-button:active,
.orange-button:active {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blue-button i,
.green-button i,
.orange-button i {
  margin-right: 10px;
}
.blue-button {
  background-color: #007aff;
  border: 1px solid #007aff;
}
.blue-button:hover,
.blue-button:focus,
.blue-button:active {
  background-color: #0066d6;
  border-color: #0066d6;
}
.green-button {
  background-color: #34c759;
  border: 1px solid #34c759;
}
.green-button:hover,
.green-button:focus,
.green-button:active {
  background-color: #2ca74b;
  border-color: #2ca74b;
}
.info-list {
  margin: 0;
  padding: 0;
}
.info-list li {
  margin: 0;
  list-style: none;
  padding: 13px 0;
  border-bottom: 0;
  position: relative;
}
.info-list .row {
  margin: 0 !important;
}
.info-list [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.info-list [class*="col"].last {
  text-align: right;
}
.info-list strong,
.info-list em {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.info-list time {
  font-size: 14px;
  color: #d1d1d6;
  display: block;
}
.articles-list {
  margin: 0;
}
.articles-list li {
  margin: 0;
  list-style: none;
  padding: 5px 0;
  border: 0;
  position: relative;
}
.articles-list .row-fluid,
.articles-list .row {
  margin: 0 !important;
}
.articles-list time {
  font-size: 14px;
  color: #d1d1d6;
  display: block;
}
.images-list {
  margin: 0;
  padding: 0;
}
.images-list li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 13px 13px;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .images-list li {
    margin: 13px 6.5px;
  }
}
.images-list a {
  display: block;
  color: #1c1c1e;
  text-decoration: none;
  border-radius: 8px;
}
.images-list a strong {
  display: block;
  clear: both;
  font-weight: 500;
  font-size: 14px;
  padding: 13px 0 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.images-list a img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.images-list a:hover strong {
  color: #007aff;
}
.images-list .tooltip {
  min-width: 200px;
}
.images-list-sm a {
  width: 128px;
}
@media only screen and (max-width: 992px) {
  .images-list-sm a {
    width: 156px;
  }
}
.images-list-notitle strong {
  display: none;
}
.features-list {
  text-align: center;
}
#tplChangelogs {
  z-index: 20000;
}
#tplChangelogs .modal-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
#tplChangelogs .modal-header h4 {
  margin-top: 4px;
}
#tplChangelogs .modal-header .close {
  background-color: #f9f9fc;
  height: 40px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 40px;
}
#tplChangelogs .modal-header .close:hover,
#tplChangelogs .modal-header .close:focus,
#tplChangelogs .modal-header .close:active {
  background-color: #d1d1d6;
}
#tplChangelogs .modal-header .close span {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-shadow: none;
}
.pd-changelog {
  padding: 0;
}
.pd-changelog .title-changelogs {
  font-weight: 600;
  margin-bottom: 26px;
}
.pd-changelog .changelogs-wrap {
  background: #f8f8fb;
}
.pd-changelog .changelog-version {
  padding: 26px 26px 26px 52px;
  position: relative;
}
.pd-changelog .changelog-version:before {
  background-color: #e2e2ed;
  bottom: -26px;
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 1px;
}
.pd-changelog .changelog-version:after {
  background-color: #8e8e93;
  border: 2px solid #ffffff;
  border-radius: 50%;
  content: "";
  height: 13px;
  position: absolute;
  left: 18px;
  top: 26px;
  width: 13px;
}
.pd-changelog .changelog-version:first-child:after {
  background-color: #34c759;
}
.pd-changelog .changelog-version h4 {
  font-size: 16px;
  margin: 0 0 13px;
  padding: 0;
}
.pd-changelog .changelog-version h4 .changelog-date {
  background-color: #ffffff;
  border: 1px solid #e9e9f1;
  border-radius: 15px;
  color: #3a3a3c;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 10px;
}
.pd-changelog .changelog-version h4 .changelog-date:before {
  content: "\f274";
  color: #8e8e93;
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 3px;
}
.pd-changelog .changelog-type {
  margin-bottom: 26px;
}
.pd-changelog .changelog-type:last-child {
  margin-bottom: 0;
}
.pd-changelog .changelog-type .issue-type-title {
  background-color: #8e8e93;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 1px 5px;
}
.pd-changelog .changelog-type .issue-type-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 5px;
}
.pd-changelog .changelog-type.type-new-feature .issue-type-title {
  background-color: #34c759;
}
.pd-changelog .changelog-type.type-new-feature .issue-type-title:before {
  content: "\f067";
}
.pd-changelog .changelog-type.type-improvement .issue-type-title {
  background-color: #17a2b8;
}
.pd-changelog .changelog-type.type-improvement .issue-type-title:before {
  content: "\f021";
}
.pd-changelog .changelog-type.type-bug .issue-type-title {
  background-color: #ff3b30;
}
.pd-changelog .changelog-type.type-bug .issue-type-title:before {
  content: "\f188";
}
.pd-changelog .changelog-type.type-task .issue-type-title {
  background-color: #34c759;
}
.pd-changelog .changelog-type.type-task .issue-type-title:before {
  content: "\f021";
}
.pd-changelog .changelog-issues {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pd-changelog .changelog-issues li {
  color: #474749;
  font-family: Consolas, monospace;
  font-size: 14px;
  padding: 2px 0 2px 5px;
  position: relative;
  letter-spacing: -0.5px;
}
.pd-changelog .changelog-issues li:before {
  color: #8e8e93;
  content: "#";
  display: inline-block;
  font-size: 12px;
}
.pd-changelog .changelog-note {
  font-family: Consolas, monospace;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.pd-changelog .changelog-note:before {
  font-family: FontAwesome;
  color: #34c759;
  content: "\f1ae";
  margin-right: 5px;
  vertical-align: top;
}
.check-list {
  list-style: none;
  margin: 0 0 26px 0;
}
.check-list li {
  padding: 3px 0 3px 22px;
  position: relative;
}
.check-list i {
  color: #34c759;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 7px;
}
.ja-list {
  margin-bottom: 26px;
}
.ja-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ja-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ja-checklist li {
  line-height: 1.625;
  padding: 8px 0 8px 32px;
  position: relative;
  text-align: left;
}
.ja-checklist li:before {
  content: "\f058";
  color: #34c759;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkbox-list li {
  line-height: 1.5;
}
.checkbox-list li i {
  margin-right: 7px;
  color: #34c759;
}
.ja-highlight {
  background: #007aff;
  padding: 48px 32px;
}
@media (max-width: 767px) {
  .ja-highlight {
    padding: 32px 16px;
  }
}
.ja-highlight.bg-info {
  background: #17a2b8;
}
.ja-highlight.bg-warning {
  background: #ff9500;
}
.ja-highlight.bg-success {
  background: #34c759;
}
.ja-highlight.bg-danger {
  background: #ff3b30;
}
.ja-highlight.bg-secondary {
  background: #34c759;
}
.ja-highlight .row {
  display: flex;
  align-items: center;
}
.ja-highlight .sub-title {
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
}
.ja-highlight .lead-title {
  color: #ffffff;
  font-size: 30px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ja-highlight .lead-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .ja-highlight .col-md-5 {
    display: none;
  }
}
.ja-highlight.joomla4 {
  background-image: url("https://static.joomlart.com/images/blog/2020/joomla4/joomla4-stable.png");
  background-position: bottom;
  background-size: cover;
  bottom: 0;
  padding-bottom: 200px !important;
  background-color: #f5f5f9;
}
.ja-highlight.joomla4 .sub-title {
  color: #007aff;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
}
.ja-highlight.joomla4 .lead-title {
  color: #007aff;
  font-size: 30px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ja-highlight.joomla4 .lead-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.ja-highlight.support {
  background-color: #f3f3ff;
}
.ja-highlight.support .sub-title {
  color: #007aff;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
}
.ja-highlight.support .lead-title {
  color: #007aff;
  font-size: 30px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ja-highlight.support .lead-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.ja-highlight.support .sub-title.dark {
  color: #1c1c1e;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
}
.ja-highlight.support .lead-title.dark {
  color: #1c1c1e;
}
hr.break-icon {
  border-color: rgba(0, 122, 255, 0.2);
  position: relative;
  overflow: visible;
}
hr.break-icon:before {
  background-image: url('//static.joomlart.com/images/blog/2019/promotion-bar/icon-break.png');
  background-color: #ffffff;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -15px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
}
.feature-row {
  padding-top: 26px;
  padding-bottom: 26px;
  margin-right: -16px;
  margin-left: -16px;
}
.feature-row:before,
.feature-row:after {
  display: table;
  content: " ";
}
.feature-row:after {
  clear: both;
}
@media (min-width: 992px) {
  .feature-row {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
@media (min-width: 1400px) {
  .feature-row {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.feature-row .feature-ct {
  padding: 0 26px;
  text-align: left;
  position: relative;
}
@media (min-width: 1200px) {
  .feature-row .feature-ct {
    padding: 0 39px;
  }
}
.feature-row .feature-img,
.feature-row .feature-media {
  text-align: left;
  padding: 0 39px;
  position: relative;
}
.feature-row .feature-img img,
.feature-row .feature-media img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1200px) {
  .feature-row .feature-img,
  .feature-row .feature-media {
    padding: 0 39px;
  }
}
@media (max-width: 1199px) {
  .feature-row .feature-img,
  .feature-row .feature-media {
    text-align: left;
    float: none;
    margin-bottom: 26px;
    padding: 0 26px;
  }
}
@media (min-width: 992px) {
  .feature-row.ft-2 .feature-img {
    float: right;
    text-align: right;
  }
}
.feature-row h3 {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .feature-row h3 {
    margin-top: 0;
  }
}
.feature-row.row-flex {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .feature-row.row-flex {
    flex-wrap: wrap;
    flex-flow: wrap;
  }
  .feature-row.row-flex .feature-img,
  .feature-row.row-flex .feature-media {
    width: 100%;
  }
  .feature-row.row-flex .feature-ct {
    width: 100%;
  }
}
.jaec .feature-row .feature-img img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.label-joomla25,
.label-joomla3,
.label-joomla4,
.label-joomla5,
.label-magento {
  height: 18px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999em;
  width: 37px;
  display: inline-block;
}
.label-joomla25 {
  background: url("../../images/joomlart/label-j25.png") no-repeat center center;
}
.label-joomla3 {
  background: url("../../images/joomlart/label-j30.png") no-repeat center center;
}
.label-magento {
  background: url("../../images/joomlart/label-magento.png") no-repeat center center;
  width: 18px;
}
.label-joomla3,
.label-joomla4,
.label-joomla5 {
  background: #F3F4F6;
  border-radius: 3px;
  position: relative;
  margin-left: 0;
  width: 26px;
}
.label-joomla3::after,
.label-joomla4::after,
.label-joomla5::after {
  content: "J3";
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  right: 6px;
  top: 3px;
  text-indent: 0;
}
.label-joomla3 {
  color: #6b7280;
}
.label-joomla4 {
  color: #34c759;
}
.label-joomla4::after {
  content: "J4";
}
.label-joomla5 {
  color: #f97316;
}
.label-joomla5::after {
  content: "J5";
}
.networks {
  padding-left: 0;
}
.joomlancers span,
.designwall span,
.themebrain span,
.ubertheme span {
  text-indent: -9999em;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  height: 16px;
}
.joomlancers span {
  background-image: url("../../images/logos/joomlancers.png");
  width: 94px;
}
.designwall span {
  background-image: url("../../images/logos/designwall.png");
  width: 84px;
}
.themebrain span {
  background-image: url("../../images/logos/themebrain.png");
  width: 83px;
}
.network-inverse .joomlancers span {
  background-image: url("../../images/logos/joomlancers-white.png");
  width: 81px;
}
.network-inverse .designwall span {
  background-image: url("../../images/logos/designwall-white.png");
  width: 86px;
}
.network-inverse .ubertheme span {
  background-image: url("../../images/logos/ubertheme-w.png");
  width: 90px;
}
.network-inverse .themebrain span {
  background-image: url("../../images/logos/themebrain-white.png");
  width: 85px;
}
.rating-info:before,
.rating-info:after {
  display: table;
  content: " ";
}
.rating-info:after {
  clear: both;
}
.rating-info > em {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
.rating-info .rating {
  background: url("../../images/rating-stars.png") repeat-x left top transparent;
  display: block;
  float: left;
  height: 16px;
  width: 80px;
  text-align: left;
}
.rating-info .rating-current {
  background: url("../../images/rating-stars.png") repeat-x left center transparent;
  display: inline-block;
  height: 16px;
}
.rating-form {
  display: inline-block;
  line-height: 1.25;
  vertical-align: middle;
}
.rating-form .rating-log {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 5px;
}
.rating-form .formLogLoading,
.rating-form .rating-log-loading {
  background: url("../../images/loading.gif") no-repeat left center transparent;
  height: 25px;
  padding: 0 0 0 20px;
}
.rating-form .rating-list,
.rating-form .rating-list a:hover,
.rating-form .rating-list .rating-current {
  background: url("../../images/rating-stars.png") repeat-x scroll left -1000px;
  transition: none;
}
.rating-form .rating-list {
  background-position: left top;
  float: left;
  height: 16px !important;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}
.rating-form .rating-list li {
  background: none repeat scroll 0 0 transparent;
  display: inline;
  padding: 0;
  border: none;
  float: left;
  width: 100%;
}
.rating-form .rating-list a,
.rating-form .rating-list .rating-current {
  border: medium none;
  cursor: pointer;
  height: 16px;
  left: 0;
  line-height: 16px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
}
.rating-form .rating-list a:hover {
  background-position: left bottom;
}
.rating-form .rating-list .one-star {
  width: 20%;
  z-index: 6;
}
.rating-form .rating-list .two-stars {
  width: 40%;
  z-index: 5;
}
.rating-form .rating-list .three-stars {
  width: 60%;
  z-index: 4;
}
.rating-form .rating-list .four-stars {
  width: 80%;
  z-index: 3;
}
.rating-form .rating-list .five-stars {
  width: 100%;
  z-index: 2;
}
.rating-form .rating-list .rating-current {
  background: url("../../images/rating-stars.png") repeat-x scroll 0 center transparent !important;
  margin: 0;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .zopim {
    display: none !important;
  }
}
.pd-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-tags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.pd-tags li a,
.pd-tags li a.label {
  border: 0;
  background: #f2f2f7;
  color: #636366;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 8px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 1;
  white-space: nowrap;
}
.pd-tags li a:hover,
.pd-tags li a.label:hover,
.pd-tags li a:focus,
.pd-tags li a.label:focus,
.pd-tags li a:active,
.pd-tags li a.label:active {
  border-color: #007aff;
  background: #e5f2ff;
  color: #007aff;
  text-decoration: none;
}
.pd-tags li.secondary {
  display: none;
}
.pd-tags li.active a {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.pd-tags li.active a:hover,
.pd-tags li.active a:focus,
.pd-tags li.active a:active {
  background: #007aff;
  color: #ffffff;
}
.pd-tags .all-tags li.secondary,
.pd-tags li.secondary.active {
  display: inline-block;
}
.ja-msg-box {
  background: #f2f2f7;
  border: 0;
  color: #3a3a3c;
  margin: 26px 0;
  padding: 21px !important;
  border-radius: 4px;
}
.ja-msg-box h3 {
  color: #007aff;
  font-size: 18px;
  margin: 0 0 10px;
}
.ja-msg-box p {
  margin: 0;
}
.ja-msg-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ja-msg-box ul li {
  border: 0;
  display: block;
  margin: 0;
  padding: 3px 0;
}
.ja-msg-box ul strong {
  display: inline-block;
  font-size: 14px;
}
.ja-msg-box ul a {
  border-right: 1px solid #80bcff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-right: 13px;
  padding-right: 13px;
}
.ja-msg-box ul a:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.ja-msg-box ul a:hover,
.ja-msg-box ul a:focus,
.ja-msg-box ul a:active {
  text-decoration: underline !important;
}
.ja-msg-box-actions {
  padding: 8px 15px 10px;
  margin: 0;
  font-weight: bold;
  border-top: 1px dotted #d1d1d6;
  background: #f2f2f7;
  color: #8e8e93;
}
.ja-msg-box-actions a {
  display: inline-block;
  padding: 2px 10px;
  margin: 5px 5px 0;
  background: #8e8e93;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.ja-msg-box-actions a:hover,
.ja-msg-box-actions a:active,
.ja-msg-box-actions a:focus {
  background: #007aff;
  color: #fff;
  text-decoration: none;
}
.user-block {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .user-block {
    border: 0;
    display: inline-block;
    text-align: left;
    padding-left: 60px;
    position: relative;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .user-block {
    margin-bottom: 29px;
  }
}
.user-block .user-avatar {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  margin: 4px 26px 0 0;
  overflow: hidden;
  max-width: 40px;
}
.user-block .user-avatar img {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .user-block .user-avatar {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.user-block h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.user-block p {
  margin: 0;
  padding: 0 5px 0 0;
  font-size: 14px;
}
.user-block .social-list {
  background: #f2f2f7;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.user-block .social-list li {
  display: block;
  float: left;
  width: 50%;
}
.user-block .social-list i {
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.user-block .social-list .twitter i {
  border-left: 0;
  color: #00c8fa;
}
.user-block .social-list .twitter a:hover i {
  background: #00c8fa;
  color: #ffffff;
}
.user-block .social-list .facebook i {
  color: #3B5998;
}
.user-block .social-list .facebook a:hover i {
  background: #3B5998;
  color: #ffffff;
}
.user-block .social-list .google-plus i {
  color: #dd4c39;
}
.user-block .social-list .google-plus a:hover i {
  background: #dd4c39;
  color: #ffffff;
}
.user-block .social-list a:hover,
.user-block .social-list a:focus,
.user-block .social-list a:active {
  text-decoration: none;
}
.btn-logo {
  font-weight: normal;
}
.btn-logo [class^="logo-"],
.btn-logo [class*=" logo-"] {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
}
.btn-logo .logo-joomla {
  margin-right: 20px;
  background-image: url(../../images/logos/joomla-white-sm.png);
}
.btn-logo .logo-magento {
  margin-left: 20px;
  background-image: url(../../images/logos/magento-white-sm.png);
}
.btn-logo-sm [class^="logo-"],
.btn-logo-sm [class*=" logo-"] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.btn-logo-joomla {
  background-color: #636366;
}
.btn-logo-joomla:hover,
.btn-logo-joomla:active,
.btn-logo-joomla:focus {
  background-color: #814daf;
}
.page-joomla .btn-logo-joomla {
  background-color: #814daf;
}
.btn-logo-magento {
  background-color: #636366;
}
.btn-logo-magento.active,
.btn-logo-magento:hover,
.btn-logo-magento:active,
.btn-logo-magento:focus {
  background-color: #de5820;
}
.page-magento .btn-logo-magento {
  background-color: #de5820;
}
.service-pricing-header h1 {
  font-size: 44px;
}
.service-pricing-header h1 small {
  display: block;
  margin-top: 10px;
}
.service-pricing-header h1 small span {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: #000000;
  letter-spacing: 2px;
}
.service-pricing-header h1 small span:before,
.service-pricing-header h1 small span:after {
  width: 60px;
  content: "";
  height: 1px;
  background: #000000;
  right: 100%;
  top: 50%;
  position: absolute;
  margin-right: 20px;
}
.service-pricing-header h1 small span:after {
  right: auto;
  left: 100%;
  margin-left: 20px;
  margin-right: auto;
}
.pricing-table.style1 .col-md-3 > .col {
  height: 520px;
  position: relative;
}
.pricing-table.style1 .col {
  border: 1px solid #dddddd;
  padding: 26px;
  margin-left: -13px;
  margin-right: -13px;
}
.pricing-table.style1 .col ul {
  border: 0;
}
.pricing-table.style1 .col ul li {
  border: 0;
  background: url(../../images/customize-arrow.png) no-repeat left 0 top 20px;
  text-align: left;
}
.pricing-table.style1 .col-header {
  text-align: center;
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.pricing-table.style1 .col-header .price {
  font-size: 26px;
  color: #8e8e93;
  font-weight: 400;
  margin: 13px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .pricing-table.style1 .col-body {
    min-height: 210px;
  }
}
.pricing-table.style1 .col-footer {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  width: 223px;
}
.pricing-table.style1 .col-footer .btn {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.pricing-table.style1 .col-footer .btn-actions {
  background: #208d4e;
  border: 1px solid #176337;
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 35px;
  font-size: 28px;
  text-transform: uppercase;
}
.pricing-table.style1 .col-footer .btn-actions:hover,
.pricing-table.style1 .col-footer .btn-actions:focus {
  background: #176337;
  text-decoration: none;
}
.search-page {
  overflow: hidden;
  height: 100%;
  max-height: 100;
}
.search-page #header,
.search-page #content,
.search-page #footer,
.search-page .t3-wrapper {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .search-page #header,
  .search-page #content,
  .search-page #footer,
  .search-page .t3-wrapper {
    display: none;
  }
}
.search-page #search-result {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.08);
  padding: 0;
  font-size: 16px;
}
.search-page .search-result-container {
  background: #fff;
  border: 1px solid #d1d1d6;
  border-radius: 3px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 90%;
  max-width: 992px;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 39px;
  position: relative;
  top: 26px;
  bottom: 26px;
  text-align: left;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .search-page .search-result-container {
    padding: 26px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .search-page .search-result-container {
    top: 52px;
  }
}
.search-page .page-title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
}
.search-page .stats {
  padding-top: 13px;
  font-size: 16px;
}
.search-page .stats strong {
  color: #3a3a3c;
}
.search-page .input-group-addon {
  width: 3em;
}
.search-page .hit-item h4 {
  font-size: 18px;
  line-height: 1.5;
}
.search-page .hit-item p {
  font-size: 14px;
  color: #8e8e93;
}
.search-page .hit-item .result-link small {
  font-size: 14px;
  line-height: normal;
}
.sort-toggle {
  cursor: pointer;
}
.tooltip {
  border: 0;
  box-shadow: 0;
  background: transparent;
}
.close {
  font-size: 18px;
  font-weight: 300;
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #f2f2f7;
  background: #fff;
  color: #636366;
  opacity: 1;
  box-sizing: border-box;
  text-align: center;
}
.close:hover,
.close:active,
.close:focus {
  opacity: 1;
  background: #ff3b30;
  border-color: #ff3b30;
  color: #fff;
}
.close-search {
  position: relative;
}
.close-search:before {
  content: "esc";
  color: #999;
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  left: 11px;
  letter-spacing: 1px;
  bottom: 6px;
}
@media only screen and (max-width: 1199px) {
  .close-search {
    position: fixed;
    right: 25px;
    top: 25px;
  }
}
.close-search .fa {
  margin-bottom: 4px;
  overflow: hidden;
}
.close-search:hover:before,
.close-search:focus:before,
.close-search:active:before {
  color: #ffffff;
}
.payment-methods {
  width: 220px;
}
.payment-methods h5 {
  font-size: 100%;
  margin-top: 0;
}
.payment-methods h5 .fad {
  color: #34c759;
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}
.payment-methods .payment-methods-ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-methods .payment-ico {
  width: 50px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0) opacity(0.5);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.payment-methods:hover .payment-ico {
  filter: saturate(1) opacity(1);
}
.payment-methods .ico-paypal {
  background-image: url(../../images/ico/paypal.png);
}
.payment-methods .ico-stripe {
  background-image: url(../../images/ico/stripe.png);
}
.payment-methods .ico-master {
  background-image: url(../../images/ico/master.png);
}
.payment-methods .ico-visa {
  background-image: url(../../images/ico/visa.png);
}
#intercom-container.intercom-acquire .intercom-launcher-button {
  background-color: #34c759;
  border: 0;
  box-shadow: none;
  bottom: 0;
}
.gdpr-thirdparty {
  background-color: #f9f9fc;
  border-top: 1px solid #f2f2f7;
}
.gdpr-thirdparty .container {
  padding: 104px 0;
}
.gdpr-thirdparty .container .section-header {
  margin-bottom: 52px;
  padding-bottom: 0;
  text-align: center;
}
.gdpr-thirdparty .container .section-header h2 {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 26px;
}
.gdpr-thirdparty .container .section-header h2 .badge {
  background-color: #ff9500;
  color: #ffffff;
  position: absolute;
  right: -70px;
  top: -30px;
}
.gdpr-thirdparty .container .section-header p {
  font-size: 18px;
}
.gdpr-thirdparty .container .section-header p .badge-success {
  background-color: #34c759;
  color: #ffffff;
  font-weight: 600;
}
.gdpr-thirdparty .container .thirdparty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.gdpr-thirdparty .container .thirdparty-list li {
  border: 1px solid #f9f9fc;
  border-radius: 5px;
  display: inline-block;
  margin: 13px 0;
  padding: 13px 26px;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.35s;
}
.gdpr-thirdparty .container .thirdparty-list li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d2e4;
}
.gdpr-thirdparty .container .thirdparty-list li:hover img {
  opacity: 1;
}
.gdpr-thirdparty .container .thirdparty-list li img {
  max-height: 40px;
  opacity: 0.7;
  vertical-align: middle;
}
.gdpr-thirdparty .cta-actions {
  margin-top: 52px;
  text-align: center;
}
.gdpr-thirdparty .cta-actions a {
  display: inline-block;
}
.gdpr-faq {
  background-color: #f2f2f7;
  border-top: 1px solid #e2e2ed;
}
.gdpr-faq .container {
  padding: 78px 0 104px;
}
.gdpr-faq .container h2 {
  margin-bottom: 52px;
  text-align: center;
}
.gdpr-faq .container h4 {
  font-size: 28px;
}
.gdpr-faq .container .row {
  margin-bottom: 26px;
}
.item-page .contact-wrap {
  text-align: center;
  margin: 0 auto;
  width: 760px;
}
.item-page .contact-wrap h2 {
  margin-bottom: 26px;
}
.item-page .contact-wrap p {
  margin-bottom: 52px;
}
#ifm-contact {
  border: 0;
  min-height: 700px;
  margin: 0 auto;
  width: 100%;
}
.roadmap {
  border-radius: 5px;
  padding: 20px;
  padding-top: 1px;
  border: 1px solid #ff9500;
}

.statistic-box {
  padding: 26px 13px;
}
@media (min-width: 992px) {
  .statistic-box {
    padding: 26px;
  }
}
.statistic-box .statistic-value,
.statistic-box .statistic-data {
  display: block;
}
.statistic-box .statistic-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.statistic-box .statistic-data {
  margin-top: 8.66666667px;
}
.statistic-box .statistic-data strong {
  font-weight: 500;
}
.t3-wrapper.home .section-header h2 .text-sm,
.t3-wrapper.home .section-header h2 small {
  color: #8e8e93;
}
.home-masshead {
  background-color: #f9f9fc;
  background-image: url(../../images/bg-gradient-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .home-masshead {
    margin-top: -64px;
    padding-top: 64px;
  }
}
.home-masshead .section-inner {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .home-masshead {
    text-align: center;
  }
  .home-masshead .section-inner {
    padding-top: 26px;
  }
}
.home-masshead h1 {
  margin-bottom: 26px;
}
.home-masshead h1 strong {
  color: #007aff;
}
.home-masshead p {
  font-size: 20px;
  line-height: 1.6;
}
.home-masshead .cta-btns {
  margin-top: 26px;
  display: inline-block;
  text-align: center;
}
.home-masshead .cta-btns .btn {
  color: #fff !important;
  background: #007aff;
  padding: 17.33333333px 26px;
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.home-masshead .cta-btns .btn:hover,
.home-masshead .cta-btns .btn:active,
.home-masshead .cta-btns .btn:focus {
  background: #0053ad;
}
@media (min-width: 1199px) {
  .home-masshead .cta-btns .btn {
    padding: 17.33333333px 39px;
  }
}
.home-masshead .cta-btns p {
  color: #8e8e93;
  font-size: 12px;
  margin-top: 13px;
}
.masthead-thanksgiving .container-inner {
  margin-left: auto;
  margin-right: auto;
}
.masthead-thanksgiving .masshead-ct {
  background: url('//static.joomlart.com/images/promotions/thanksgiving-2023/thanksgiving-bg2.png') center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
  padding: 32px 24px;
  align-items: center;
  font-family: 'Playpen Sans', cursive;
  text-align: center;
}
@media (min-width: 768px) {
  .masthead-thanksgiving .masshead-ct {
    gap: 48px;
    padding: 64px 64px 80px 64px;
  }
}
@media (min-width: 992px) {
  .masthead-thanksgiving .masshead-ct {
    padding: 64px 200px;
  }
}
@media (min-width: 1200px) {
  .masthead-thanksgiving .masshead-ct {
    padding: 64px 200px;
    width: 960px;
  }
}
.masthead-thanksgiving .masshead-ct .masthead-decor {
  display: none;
}
@media (min-width: 768px) {
  .masthead-thanksgiving .masshead-ct .masthead-decor {
    display: block;
  }
}
.masthead-thanksgiving .masshead-ct p {
  font-size: 16px;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .masthead-thanksgiving .masshead-ct p {
    font-size: 20px;
  }
}
.masthead-thanksgiving .masshead-ct p::before,
.masthead-thanksgiving .masshead-ct p::after {
  background: url('//static.joomlart.com/images/promotions/thanksgiving-2023/quote-open.png') no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
  height: 32px;
  width: 34px;
  opacity: .5;
}
@media (min-width: 1200px) {
  .masthead-thanksgiving .masshead-ct p::before,
  .masthead-thanksgiving .masshead-ct p::after {
    opacity: 1;
    left: -40px;
  }
}
.masthead-thanksgiving .masshead-ct p::after {
  background: url('//static.joomlart.com/images/promotions/thanksgiving-2023/quote-close.png') no-repeat center center;
  display: none;
  left: auto;
  right: -32px;
  top: auto;
  bottom: 0;
}
@media (min-width: 1200px) {
  .masthead-thanksgiving .masshead-ct p::after {
    display: block;
    right: -40px;
  }
}
.masthead-thanksgiving .masshead-ct .signature {
  background: url('//static.joomlart.com/images/promotions/thanksgiving-2023/line.png') no-repeat center top;
  background-size: contain;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .masthead-thanksgiving .masshead-ct .signature {
    padding-top: 16px;
  }
}
.masthead-thanksgiving .masshead-ct .signature h3 {
  color: #fff;
  font-family: 'Playpen Sans', cursive;
  margin: 0 0 8px;
}
@media (max-width: 1199px) {
  .masshead-ct {
    margin-bottom: 52px;
  }
}
@media (max-width: 991px) {
  .masshead-media {
    margin-top: 26px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .masshead-media {
    padding-left: 52px;
  }
}
.masshead-media img {
  max-width: 100%;
}
.masshead-media #thumb-wrapper {
  height: 200px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .masshead-media #thumb-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .masshead-media #thumb-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .masshead-media #thumb-wrapper {
    height: 400px;
  }
}
.masshead-media .parallax {
  background-color: #fff;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.masshead-media .parallax img {
  width: 100%;
}
.masshead-media #tpl-thumb-main {
  border-radius: 7px;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 5%;
  z-index: 12;
}
.masshead-media #tpl-thumb-1 {
  top: 0;
  height: auto;
  left: 0;
  opacity: .7;
  width: 25%;
  z-index: 10;
}
.masshead-media #tpl-thumb-2 {
  max-height: 35%;
  right: 5%;
  top: 13px;
  opacity: .6;
  width: 30%;
  z-index: 10;
}
.masshead-media #tpl-thumb-3 {
  right: 0;
  bottom: -5%;
  opacity: .4;
  width: 40%;
  z-index: 10;
}
.masshead-media #shape {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  left: 5%;
  bottom: 2%;
  width: 20%;
}
@media (min-width: 992px) {
  .scrollDown .masshead-media #tpl-thumb-main img {
    opacity: .8;
  }
  .scrollDown .masshead-media #tpl-thumb-1 {
    left: 30px;
    top: 10px;
  }
  .scrollDown .masshead-media #tpl-thumb-2 {
    top: 20px;
    right: 50px;
  }
  .scrollDown .masshead-media #tpl-thumb-3 {
    bottom: 0;
    right: 10px;
  }
}
.sec-stats {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 78px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 1200px) {
  .sec-stats {
    margin-top: 104px;
  }
}
.sec-stats .grid-flex {
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
@media (min-width: 992px) {
  .sec-stats .grid-flex {
    justify-content: space-between;
  }
}
.sec-stats .ja-stats .container-inner {
  padding: 26px 0;
}
.sec-stats .stat-intro .statistic-value {
  color: #17a2b8;
}
.sec-stats .stat-templates .statistic-value {
  color: #007aff;
}
.sec-stats .stat-extensions .statistic-value {
  color: #34c759;
}
.sec-stats .stat-members .statistic-value {
  color: #ff9500;
}
.sec-stats .stat-experience .statistic-value {
  color: #ff3b30;
}
.sec-brands {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sec-brands .section-header {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 13px;
}
.sec-brands .section-header h2,
.sec-brands .section-header p,
.sec-brands .section-header .text-sm {
  margin: 0;
}
.sec-brands .ja-brands a img {
  filter: grayscale(100%);
}
.sec-brands .ja-brands:hover a img {
  filter: grayscale(0%);
}
.sec-services .section-inner {
  padding: 0;
}
.sec-services .section-header {
  text-align: center;
  margin-top: 26px;
}
.sec-services .container-inner {
  padding: 0 26px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.sec-services .container-inner::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f9f9fc;
  background-image: url(../../images/bg-products.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec-services .container-inner::after {
  opacity: 0.1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 767px) {
  .sec-services .container-inner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-services .container-inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sec-services .container-inner {
    padding: 26px 52px;
  }
}
@media (min-width: 1600px) {
  .sec-services .container-inner {
    padding: 52px 78px;
  }
}
.sec-services .container-inner:hover::after {
  opacity: 0.2;
  filter: blur(8px) brightness(94%);
}
@media (max-width: 991px) {
  .sec-services .container-inner:hover::after {
    filter: blur(8px);
  }
}
.sec-services .btn {
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border: 2px solid #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  margin-top: 13px;
}
.sec-services .btn.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.sec-services .btn:hover,
.sec-services .btn:focus,
.sec-services .btn:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.sec-services .btn.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.sec-services .btn.btn-primary:hover,
.sec-services .btn.btn-primary:focus,
.sec-services .btn.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.sec-services .btn.btn-danger {
  border-color: #ff3b30;
}
.sec-services .btn.btn-danger:hover,
.sec-services .btn.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.sec-services .btn.btn-warning {
  border-color: #ff9500;
}
.sec-services .btn.btn-warning:hover,
.sec-services .btn.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.sec-services .btn.btn-success {
  border-color: #34c759;
}
.sec-services .btn.btn-success:hover,
.sec-services .btn.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.sec-services .btn.btn-info {
  border-color: #17a2b8;
}
.sec-services .btn.btn-info:hover,
.sec-services .btn.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.sec-services .btn.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.sec-services .btn.btn-inverse:focus,
.sec-services .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.sec-services .btn.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.sec-services .btn.btn-inverse:active,
.sec-services .btn.btn-inverse.active,
.open > .dropdown-toggle.sec-services .btn.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.sec-services .btn.btn-inverse:active:hover,
.sec-services .btn.btn-inverse.active:hover,
.open > .dropdown-toggle.sec-services .btn.btn-inverse:hover,
.sec-services .btn.btn-inverse:active:focus,
.sec-services .btn.btn-inverse.active:focus,
.open > .dropdown-toggle.sec-services .btn.btn-inverse:focus,
.sec-services .btn.btn-inverse:active.focus,
.sec-services .btn.btn-inverse.active.focus,
.open > .dropdown-toggle.sec-services .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.sec-services .btn.btn-inverse.disabled:hover,
.sec-services .btn.btn-inverse[disabled]:hover,
fieldset[disabled] .sec-services .btn.btn-inverse:hover,
.sec-services .btn.btn-inverse.disabled:focus,
.sec-services .btn.btn-inverse[disabled]:focus,
fieldset[disabled] .sec-services .btn.btn-inverse:focus,
.sec-services .btn.btn-inverse.disabled.focus,
.sec-services .btn.btn-inverse[disabled].focus,
fieldset[disabled] .sec-services .btn.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.sec-services .btn.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.sec-services .btn.btn-inverse:hover,
.sec-services .btn.btn-inverse:focus,
.sec-services .btn.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sec-services .btn:hover,
.sec-services .btn:focus,
.sec-services .btn:active {
  background: rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .sec-services .col {
    padding: 0;
  }
}
.sec-services .service-box {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  padding: 26px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  position: relative;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .sec-services .service-box {
    padding: 39px;
  }
}
@media (min-width: 1600px) {
  .sec-services .service-box {
    padding: 52px;
  }
}
.sec-services .service-box h1,
.sec-services .service-box h2,
.sec-services .service-box h3,
.sec-services .service-box h4,
.sec-services .service-box h5 {
  color: #fff;
}
.sec-services .service-box p a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.sec-services .service-box p a:hover,
.sec-services .service-box p a:active,
.sec-services .service-box p a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .sec-services .service-box {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}
.sec-services .box-media {
  display: flex;
  height: 104px;
  align-items: center;
}
.sec-services .service-joomlaworks {
  background: url(//static.joomlart.com/ecosys/images/brands/icon-joomla-bg.png) no-repeat top right rgba(0, 122, 255, 0.8);
}
@media (max-width: 767px) {
  .sec-services .service-joomlaworks {
    background: #007aff;
    background-image: linear-gradient(160deg, #007aff 0%, #5ac8fa 100%);
  }
}
@media (min-width: 992px) {
  .sec-services .service-joomlaworks {
    left: -12px;
  }
}
@media (min-width: 1200px) {
  .sec-services .service-joomlaworks {
    margin-right: 13px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .sec-services .service-joomlaworks {
    margin-right: 26px;
  }
}
.sec-services .service-joomlaworks img {
  height: 96px;
}
.sec-services .service-designon {
  background: url(//static.joomlart.com/ecosys/images/brands/icon-designon-bg.png) no-repeat top right rgba(175, 82, 222, 0.8);
}
@media (max-width: 767px) {
  .sec-services .service-designon {
    background: #7900e2;
    background-image: linear-gradient(160deg, #7900e2 0%, #af52de 100%);
  }
}
@media (min-width: 992px) {
  .sec-services .service-designon {
    right: -12px;
  }
}
@media (min-width: 1200px) {
  .sec-services .service-designon {
    margin-left: 13px;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .sec-services .service-designon {
    margin-left: 26px;
  }
}
.sec-services .service-designon img {
  height: 80px;
}
.latest-pd {
  margin-top: 26px;
  margin-bottom: 26px;
}
.latest-pd .btn-actions {
  text-align: center;
  margin-top: 26px;
}
.latest-pd .btn-actions .btn {
  padding: 17.33333333px 26px;
  line-height: 1;
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
}
@media (min-width: 1199px) {
  .latest-pd .btn-actions .btn {
    padding: 17.33333333px 39px;
  }
}
.latest-pd .btn-actions .btn.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.latest-pd .btn-actions .btn:hover,
.latest-pd .btn-actions .btn:focus,
.latest-pd .btn-actions .btn:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.latest-pd .btn-actions .btn.btn-primary:hover,
.latest-pd .btn-actions .btn.btn-primary:focus,
.latest-pd .btn-actions .btn.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-danger {
  border-color: #ff3b30;
}
.latest-pd .btn-actions .btn.btn-danger:hover,
.latest-pd .btn-actions .btn.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-warning {
  border-color: #ff9500;
}
.latest-pd .btn-actions .btn.btn-warning:hover,
.latest-pd .btn-actions .btn.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-success {
  border-color: #34c759;
}
.latest-pd .btn-actions .btn.btn-success:hover,
.latest-pd .btn-actions .btn.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-info {
  border-color: #17a2b8;
}
.latest-pd .btn-actions .btn.btn-info:hover,
.latest-pd .btn-actions .btn.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.latest-pd .btn-actions .btn.btn-inverse:focus,
.latest-pd .btn-actions .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.latest-pd .btn-actions .btn.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.latest-pd .btn-actions .btn.btn-inverse:active,
.latest-pd .btn-actions .btn.btn-inverse.active,
.open > .dropdown-toggle.latest-pd .btn-actions .btn.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.latest-pd .btn-actions .btn.btn-inverse:active:hover,
.latest-pd .btn-actions .btn.btn-inverse.active:hover,
.open > .dropdown-toggle.latest-pd .btn-actions .btn.btn-inverse:hover,
.latest-pd .btn-actions .btn.btn-inverse:active:focus,
.latest-pd .btn-actions .btn.btn-inverse.active:focus,
.open > .dropdown-toggle.latest-pd .btn-actions .btn.btn-inverse:focus,
.latest-pd .btn-actions .btn.btn-inverse:active.focus,
.latest-pd .btn-actions .btn.btn-inverse.active.focus,
.open > .dropdown-toggle.latest-pd .btn-actions .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.latest-pd .btn-actions .btn.btn-inverse.disabled:hover,
.latest-pd .btn-actions .btn.btn-inverse[disabled]:hover,
fieldset[disabled] .latest-pd .btn-actions .btn.btn-inverse:hover,
.latest-pd .btn-actions .btn.btn-inverse.disabled:focus,
.latest-pd .btn-actions .btn.btn-inverse[disabled]:focus,
fieldset[disabled] .latest-pd .btn-actions .btn.btn-inverse:focus,
.latest-pd .btn-actions .btn.btn-inverse.disabled.focus,
.latest-pd .btn-actions .btn.btn-inverse[disabled].focus,
fieldset[disabled] .latest-pd .btn-actions .btn.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.latest-pd .btn-actions .btn.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.latest-pd .btn-actions .btn.btn-inverse:hover,
.latest-pd .btn-actions .btn.btn-inverse:focus,
.latest-pd .btn-actions .btn.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.latest-pd .btn-actions .btn:hover,
.latest-pd .btn-actions .btn:focus,
.latest-pd .btn-actions .btn:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.latest-extensions {
  margin-top: 0;
  margin-bottom: 0;
}
.latest-extensions .section-inner {
  padding-bottom: 26px;
}
.latest-extensions .pd-title h2 small,
.latest-extensions .pd-title h3 small {
  font-size: 16px;
}
.latest-extensions .pd-list-item {
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .latest-extensions .pd-list-item {
    margin-bottom: 0;
  }
}
.latest-extensions .pd-screen-img {
  background: #f9f9fc;
  padding: 26px 52px;
}
.latest-extensions .btns {
  margin-top: 13px;
}
.latest-extensions .pd-jomsocial .pd-screen-img {
  background: #e8f9ec;
}
.latest-extensions .pd-guru .pd-screen-img {
  background: #fffae5;
}
.latest-extensions .pd-adagency .pd-screen-img {
  background: #f4e8fb;
}
.sec-features-pd {
  background-color: #f9f9fc;
  background-image: url(../../images/bg-gradient-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-features-pd .section-header {
  text-align: center;
}
.sec-features-pd .feature-row.ft-1 {
  padding-top: 0;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .sec-features-pd .feature-row.ft-1 {
    margin-bottom: 0;
  }
}
.sec-features-pd .feature-row.ft-2 {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .sec-features-pd .feature-ct {
    width: 50%;
    padding: 0 26px;
  }
  .sec-features-pd .feature-img,
  .sec-features-pd .feature-media {
    width: 50%;
    padding: 0 26px;
  }
}
@media (min-width: 1600px) {
  .sec-features-pd .feature-ct {
    width: 40%;
  }
  .sec-features-pd .feature-img,
  .sec-features-pd .feature-media {
    width: 60%;
  }
}
.sec-features-pd .feature-title {
  margin-top: 0;
  margin-bottom: 26px;
  font-weight: 600;
}
.sec-features-pd .feature-title .text-sm {
  text-transform: uppercase;
  color: #007aff;
  display: block;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec-features-pd .feature-txt h4 {
  font-size: 16px;
  font-weight: 600;
}
.sec-features-pd .feature-txt ul {
  padding: 0;
  margin: 26px 0;
  list-style: none;
}
.sec-features-pd .feature-txt li {
  position: relative;
  padding: 0;
  padding-left: 26px;
  margin-bottom: 26px;
  font-weight: 600;
}
.sec-features-pd .feature-txt li:before,
.sec-features-pd .feature-txt li:after {
  background: #007aff;
  border-radius: 50%;
  content: "";
  display: block;
  top: 9px;
  left: 3px;
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 5;
}
.sec-features-pd .feature-txt li:after {
  background-color: #cce4ff;
  height: 12px;
  top: 6px;
  left: 0;
  width: 12px;
  z-index: 3;
}
.sec-features-pd .feature-btns {
  margin-top: 26px;
}
.sec-features-pd .feature-btns .btn + .btn {
  margin-left: 13px;
}
.sec-features-pd .ft-1 .feature-img {
  left: -12px;
}
@media (min-width: 992px) {
  .sec-features-pd .ft-1 {
    flex-flow: row-reverse;
  }
  .sec-features-pd .ft-1 .feature-img {
    left: 0;
  }
  .sec-features-pd .ft-1 .feature-ct {
    padding-right: 52px;
  }
}
@media (min-width: 992px) {
  .sec-features-pd .ft-2 .feature-ct {
    padding-left: 52px;
  }
}
@media (min-width: 1200px) {
  .sec-support .container-inner {
    padding: 0 26px;
  }
}
@media (min-width: 1600px) {
  .sec-support .container-inner {
    padding: 0 52px;
  }
}
.sec-support .support-box {
  position: relative;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  align-items: baseline;
}
.sec-support .support-box:last-child {
  padding-bottom: 0;
}
.sec-support .support-box .support-ct {
  padding-left: 26px;
  padding-right: 26px;
}
.sec-support .support-box h4 {
  font-weight: 600;
}
.sec-support .support-box .support-media {
  position: relative;
  top: 24px;
  left: 24px;
  text-align: center;
  padding-right: 52px;
}
.sec-support .support-box .support-media img {
  width: 60px;
}
.sec-support .support-box .btn {
  padding-left: 0;
  padding-right: 0;
}
.sec-support .support-box .btn + .btn {
  margin-left: 26px;
}
@media (max-width: 767px) {
  .sec-support .support-box {
    flex-flow: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  .sec-support .support-box .support-ct {
    padding: 0;
    padding-top: 26px;
  }
  .sec-support .support-box .support-media {
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .sec-support .support-box {
    padding-right: 26px;
  }
}
@media (min-width: 1200px) {
  .sec-support .support-box {
    align-items: flex-start;
    padding-right: 52px;
  }
  .sec-support .support-box .support-ct {
    padding-left: 52px;
    padding-right: 52px;
  }
  .sec-support .support-box .support-media {
    padding-right: 52px;
  }
  .sec-support .support-box .support-media img {
    width: 80px;
  }
}
@media (min-width: 1600px) {
  .sec-support .support-box {
    padding-right: 78px;
  }
}
.sec-support .statistic-boxes {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  margin-top: 52px;
}
.sec-support .statistic-box {
  width: 28%;
  border-radius: 8px;
  text-align: center;
  background-color: #e8f9ec;
  background: linear-gradient(160deg, #e8f9ec 0%, #fffae5 100%);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 26px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0.88;
  backdrop-filter: blur(8px);
}
.sec-support .statistic-box .statistic-data {
  font-size: 14px;
}
.sec-support .stat-tickets {
  background-color: #fffae5;
  background: linear-gradient(160deg, #e5f2ff 0%, #beeff7 100%);
}
.sec-support .stat-chats {
  background-color: #ffe0e6;
  background: linear-gradient(160deg, #ffe4e3 0%, #ffeacc 100%);
}
@media (max-width: 767px) {
  .sec-support .statistic-boxes {
    flex-flow: column;
  }
  .sec-support .statistic-box {
    width: 100%;
    margin-bottom: 26px;
  }
  .sec-support .stat-chats {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-support .statistic-boxes {
    display: block;
  }
  .sec-support .statistic-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    justify-content: center;
  }
  .sec-support .stat-tickets {
    margin-top: -70px;
    right: -100px;
  }
  .sec-support .stat-chats {
    margin-top: -90px;
    left: -40px;
  }
}
.sec-loves {
  background-color: transparent;
  background-image: url(../../images/world-map.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 24px;
}
@media (min-width: 992px) {
  .sec-loves {
    background-position: center 80px;
  }
}
@media (min-width: 1600px) {
  .sec-loves {
    background-position: center 120px;
  }
}
.home .sec-loves .section-inner {
  padding-bottom: 26px;
}
.sec-loves .section-header {
  text-align: center;
  padding-bottom: 0;
}
.sec-loves .section-header .container {
  max-width: 732px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: auto;
  margin-left: auto;
}
.sec-loves .btn-actions {
  margin-top: 26px;
}
.sec-loves .btn-actions .btn {
  padding: 17.33333333px 26px;
  line-height: 1;
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
}
@media (min-width: 1199px) {
  .sec-loves .btn-actions .btn {
    padding: 17.33333333px 39px;
  }
}
.sec-loves .btn-actions .btn.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.sec-loves .btn-actions .btn:hover,
.sec-loves .btn-actions .btn:focus,
.sec-loves .btn-actions .btn:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.sec-loves .btn-actions .btn.btn-primary:hover,
.sec-loves .btn-actions .btn.btn-primary:focus,
.sec-loves .btn-actions .btn.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-danger {
  border-color: #ff3b30;
}
.sec-loves .btn-actions .btn.btn-danger:hover,
.sec-loves .btn-actions .btn.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-warning {
  border-color: #ff9500;
}
.sec-loves .btn-actions .btn.btn-warning:hover,
.sec-loves .btn-actions .btn.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-success {
  border-color: #34c759;
}
.sec-loves .btn-actions .btn.btn-success:hover,
.sec-loves .btn-actions .btn.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-info {
  border-color: #17a2b8;
}
.sec-loves .btn-actions .btn.btn-info:hover,
.sec-loves .btn-actions .btn.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.sec-loves .btn-actions .btn.btn-inverse:focus,
.sec-loves .btn-actions .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.sec-loves .btn-actions .btn.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.sec-loves .btn-actions .btn.btn-inverse:active,
.sec-loves .btn-actions .btn.btn-inverse.active,
.open > .dropdown-toggle.sec-loves .btn-actions .btn.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.sec-loves .btn-actions .btn.btn-inverse:active:hover,
.sec-loves .btn-actions .btn.btn-inverse.active:hover,
.open > .dropdown-toggle.sec-loves .btn-actions .btn.btn-inverse:hover,
.sec-loves .btn-actions .btn.btn-inverse:active:focus,
.sec-loves .btn-actions .btn.btn-inverse.active:focus,
.open > .dropdown-toggle.sec-loves .btn-actions .btn.btn-inverse:focus,
.sec-loves .btn-actions .btn.btn-inverse:active.focus,
.sec-loves .btn-actions .btn.btn-inverse.active.focus,
.open > .dropdown-toggle.sec-loves .btn-actions .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.sec-loves .btn-actions .btn.btn-inverse.disabled:hover,
.sec-loves .btn-actions .btn.btn-inverse[disabled]:hover,
fieldset[disabled] .sec-loves .btn-actions .btn.btn-inverse:hover,
.sec-loves .btn-actions .btn.btn-inverse.disabled:focus,
.sec-loves .btn-actions .btn.btn-inverse[disabled]:focus,
fieldset[disabled] .sec-loves .btn-actions .btn.btn-inverse:focus,
.sec-loves .btn-actions .btn.btn-inverse.disabled.focus,
.sec-loves .btn-actions .btn.btn-inverse[disabled].focus,
fieldset[disabled] .sec-loves .btn-actions .btn.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.sec-loves .btn-actions .btn.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.sec-loves .btn-actions .btn.btn-inverse:hover,
.sec-loves .btn-actions .btn.btn-inverse:focus,
.sec-loves .btn-actions .btn.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sec-loves .btn-actions .btn:hover,
.sec-loves .btn-actions .btn:focus,
.sec-loves .btn-actions .btn:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.sec-loves .fa-heart {
  margin-right: 12px;
  color: #ff3b30;
  animation: pulseHeart 1s infinite;
  font-size: 20px;
}
@keyframes pulseHeart {
  10% {
    transform: scale(1.2);
  }
}
.sec-loves .quote-item {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin-top: 52px;
  background: #f9f9fc;
}
@media (min-width: 992px) {
  .sec-loves .quote-item {
    padding: 39px;
  }
}
@media (min-width: 1600px) {
  .sec-loves .quote-item {
    padding: 52px;
  }
}
@media (min-width: 992px) {
  .sec-loves .quote-item {
    background: rgba(255, 255, 255, 0.88);
  }
}
.sec-loves .quote-item .author-info {
  text-align: center;
  width: 100%;
}
.sec-loves .quote-item .author-img img {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 128px;
}
.sec-loves .quote-item .author-info-ct {
  padding: 26px;
}
.sec-loves .quote-item .author-info-ct::after {
  display: block;
  content: " ";
  width: 12%;
  height: 2px;
  background: #636366;
  margin: 26px auto 0;
}
.sec-loves .quote-item .name {
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.sec-loves .quote-item .position {
  font-size: 14px;
  color: #8e8e93;
  margin: 0 auto;
}
.sec-loves .quote-item .quote-ct {
  position: relative;
  font-size: 18px;
  color: #1c1c1e;
}
.sec-loves .quote-item .fa-quote-left,
.sec-loves .quote-item .fa-quote-right {
  font-size: 128px;
  opacity: 0.08;
  position: absolute;
  color: #8e8e93;
}
.sec-loves .quote-item .fa-quote-left {
  top: -20px;
  left: -16px;
  display: none;
}
.sec-loves .quote-item .fa-quote-right {
  bottom: -20px;
  right: -16px;
}
@media (min-width: 1400px) {
  .sec-loves .quote-item {
    flex-flow: row;
  }
  .sec-loves .quote-item .author-info-ct {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sec-loves .quote-item .author-info-ct::after {
    display: none;
  }
  .sec-loves .quote-item .name {
    font-size: 14px;
  }
  .sec-loves .quote-item .position {
    font-size: 14px;
  }
  .sec-loves .quote-item .quote-ct {
    padding-left: 52px;
  }
  .sec-loves .quote-item .fa-quote-left {
    display: none;
  }
}
.section-user-showcase .cta-showcase-item:before {
  content: "Customer Showcase";
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: #34c759;
  padding: 10px 15px 8px;
  color: #ffffff;
  box-shadow: 4px 4px 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 26px;
  line-height: normal;
}
.sec-blog {
  background-color: #f9f9fc;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media screen and (min-width: 991px) {
  .sec-blog {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.sec-blog .section-header {
  position: relative;
}
.sec-blog .section-header h2 {
  margin: 0;
}
.sec-blog .section-header .btn {
  margin-top: 26px;
  float: right;
}
@media (max-width: 768px) {
  .sec-blog .section-header .btn {
    display: none;
  }
}
.sec-blog .blog-grid .col-md-4 {
  margin-bottom: 52px;
}
.sec-blog .blog-grid .col-md-4:last-child {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .sec-blog .blog-grid .col-md-4 {
    margin-bottom: 0;
  }
}
.sec-blog .blog-grid .article-header {
  padding: 0;
  margin-top: 26px;
}
.sec-blog .blog-grid .article-title {
  font-size: 16px;
  margin: 0;
}
.page-portfolio .page-header h2 {
  font-size: 36px;
}
.pd-item-intro {
  padding-top: 52px;
  padding-bottom: 52px;
  margin-bottom: 26px;
  background-color: #f9f9fc;
}
@media (max-width: 1199px) {
  .pd-item-intro {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.page-portfolio .pd-item-intro {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .pd-item-intro-ct {
    padding-right: 52px;
  }
}
.pd-item-content:before,
.pd-item-content:after {
  display: table;
  content: " ";
}
.pd-item-content:after {
  clear: both;
}
.pd-quickglance {
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 0;
}
.pd-quickglance h3 {
  margin-bottom: 13px;
}
.pd-quickglance .badge {
  margin: 0 6px 6px 0;
  padding: 8px;
  color: #fff;
  background: #007aff;
  border-radius: 4px;
}
.pd-quickglance .badge:hover {
  color: #fff;
  background: #007aff;
}
.pd-quick-info {
  background: #fff;
  border: 1px solid #f2f2f7;
  font-size: 12px;
  margin-bottom: 52px;
  padding: 26px;
  border-radius: 8px;
}
.pd-quick-info:before,
.pd-quick-info:after {
  display: table;
  content: " ";
}
.pd-quick-info:after {
  clear: both;
}
.pd-quick-info strong,
.pd-quick-info em {
  width: 100px;
}
@media (min-width: 480px) and (max-width: 480px) {
  .pd-quick-info strong,
  .pd-quick-info em {
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  .pd-quick-info .quick-info,
  .pd-quick-info .pd-cta {
    width: 50%;
    float: left;
  }
}
.pd-quick-info .quick-info {
  margin-bottom: 52px;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pd-quick-info .quick-info {
    padding-right: 26px;
  }
}
@media only screen and (min-width: 767px) {
  .pd-quick-info .quick-info {
    margin: 0;
  }
}
.pd-quick-info .pd-cta {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .pd-quick-info .pd-cta {
    padding: 0 0 0 26px;
  }
}
.pd-quick-info .pd-cta .btn {
  display: block;
  margin: 0 0 13px;
  text-align: left;
  font-size: 16px;
  padding: 12px 20px;
}
@media only screen and (max-width: 1199px) {
  .pd-quick-info .pd-cta .btn {
    padding: 12px 10px;
  }
}
.pd-quick-info .pd-cta .btn:last-child {
  margin-bottom: 0;
}
.pd-quick-info .pd-cta .btn-default:hover,
.pd-quick-info .pd-cta .btn-default:active,
.pd-quick-info .pd-cta .btn-default:focus {
  border-color: #007aff;
  background: #e5f2ff;
  color: #007aff;
}
.pd-quick-info .pd-cta .fa,
.pd-quick-info .pd-cta .fad {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pd-quick-info .pd-cta .fa,
  .pd-quick-info .pd-cta .fad {
    margin-right: 5px;
  }
}
.pd-quick-info .pd-cta p {
  margin: 13px 0 0;
}
.pd-quick-info .change-log {
  border: 1px solid #e5e5ea;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pd-quick-info .change-log:hover,
.pd-quick-info .change-log:focus,
.pd-quick-info .change-log:active {
  background-color: #007aff;
  border-color: #007aff;
  color: #ffffff;
  text-decoration: none;
}
.btn-disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pd-quickglance + p,
.pd-quick-info + p {
  margin-top: 52px;
}
.pd-info-list {
  font-size: 14px;
}
.pd-info-list .span6:last-child {
  text-align: right;
}
.pd-info-list strong,
.pd-info-list em {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
}
.pd-info-list .rating-info {
  position: absolute;
  right: 0;
}
.product-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.pd-screen,
.pd-screen-large {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pd-screen .ribbon,
.pd-screen-large .ribbon {
  position: absolute;
  top: -1px;
  right: -1px;
}
.pd-screen img,
.pd-screen-large img {
  opacity: 1;
  width: 100%;
}
.pd-screen .carousel,
.pd-screen-large .carousel {
  border-color: transparent;
  padding-bottom: 78px;
}
.pd-screen .carousel .carousel-control,
.pd-screen-large .carousel .carousel-control {
  border-radius: 8px;
}
.pd-screen .carousel .carousel-indicators,
.pd-screen-large .carousel .carousel-indicators {
  bottom: 0;
}
.pd-screen .carousel .carousel-indicators li,
.pd-screen-large .carousel .carousel-indicators li {
  width: 16px;
  height: 6px;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 1px;
}
.pd-screen .carousel .carousel-indicators .active,
.pd-screen-large .carousel .carousel-indicators .active {
  width: 24px;
  height: 6px;
  opacity: 1;
}
.pd-screen .carousel-inner,
.pd-screen-large .carousel-inner {
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.pd-screen-img {
  background-color: #d1d1d6;
}
.user-showcase .page-masthead .jumbotron {
  background: #3a3a3c;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #8e8e93;
}
.user-showcase .page-masthead .jumbotron h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 66px;
}
.showcase-items div.pd-title {
  margin-bottom: 6.5px;
  padding: 0;
  position: relative;
}
.showcase-items div.pd-title span {
  position: absolute;
  right: 0;
  bottom: 3px;
}
.showcase-items div.pd-title span a {
  background-color: #f2f2f7;
  color: #1c1c1e;
  display: inline-block;
  padding: 0 6px;
}
.showcase-items div.pd-title span a:hover,
.showcase-items div.pd-title span a:focus,
.showcase-items div.pd-title span a:active {
  background-color: #0055b3;
  color: #ffffff;
  text-decoration: none;
}
.showcase-items .info-list li.row {
  padding-left: 0;
  padding-right: 0;
}
.showcase-items .info-list li.row .fa {
  color: #8e8e93;
  font-size: 14px;
}
.showcase-items .pd-cta {
  background-color: #f2f2f7;
  border: 1px solid #f2f2f7;
  border-top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.showcase-items .pd-cta:before,
.showcase-items .pd-cta:after {
  display: table;
  content: " ";
}
.showcase-items .pd-cta:after {
  clear: both;
}
.showcase-items .pd-cta li {
  float: left;
  width: 50%;
}
.showcase-items .pd-cta li a {
  background-color: transparent;
  border: 0;
  color: #1c1c1e;
  display: block;
  text-align: left;
  text-transform: none;
}
.showcase-items .pd-cta li a .fa {
  color: #636366;
  font-size: 14px;
  margin-right: 10px;
}
.pd-features {
  padding-top: 52px;
  padding-bottom: 52px;
}
.pd-features .page-header-primary {
  display: none;
}
.pd-features .page-header {
  border-top: 0;
  padding-top: 0;
}
.pd-feature-row {
  color: #1c1c1e;
}
.pd-feature-row h3 {
  font-size: 36px;
}
.pd-addons {
  background: #f9f9fc;
}
.pd-addons + .pd-addons {
  border-top: 1px solid #e8e8f4;
}
.pd-related-list {
  margin-bottom: 52px;
  text-align: center;
}
.pd-related-list .page-header {
  border-top: 0;
  padding-bottom: 26px;
}
.pd-related-list .thumbnail {
  border: none;
  padding: 0;
}
.pd-related-list .thumbnail .caption {
  padding: 13px 0;
}
@media (max-width: 992px) {
  .pd-related-list .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .pd-related-list .col-sm-4:nth-child(3n+1) {
    clear: none;
  }
  .pd-related-list .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
}
.pd-list-item {
  padding: 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 992px) {
  .pd-list-item {
    margin-bottom: 39px;
  }
}
@media (min-width: 1400px) {
  .pd-list-item {
    margin-bottom: 52px;
  }
}
.pd-list-item:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.pd-list-item .pd-screen-img {
  border: 0;
}
.pd-list-item .pd-screen,
.pd-list-item .pd-screen-img,
.pd-list-item .pd-screen-img img {
  border-radius: 8px 8px 0 0;
}
.pd-list-item .pd-title {
  padding: 26px;
  position: relative;
}
.pd-list-item .pd-title h2,
.pd-list-item .pd-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.625;
}
.pd-list-item .pd-title h2 small,
.pd-list-item .pd-title h3 small {
  display: block;
  margin-top: 6.5px;
  line-height: 1.625;
  font-size: 14px;
  vertical-align: middle;
  text-transform: none;
}
.pd-list-item .pd-title h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd-list-item .pd-title .pd-labels,
.pd-list-item .pd-title .item-labels {
  display: inline-block;
  margin: 0;
  line-height: 1;
  position: relative;
  text-align: right;
  width: 90px;
}
.pd-list-item.thumbnail .pd-title {
  padding-bottom: 8.66666667px;
}
.pd-list-item .pd-price {
  display: inline-block;
  background: #f2f2f7;
  color: #636366;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 5px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}
.pd-list-item p {
  padding: 0 26px;
  margin-bottom: 13px;
  font-size: 14px;
  color: #8e8e93;
}
.pd-list-item .info-list {
  font-size: 12px;
  padding: 0 26px 26px;
}
.pd-list-item .info-list li {
  padding: 6.5px 0 0;
}
.pd-list-item .info-list strong {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.pd-list-item .info-list em {
  display: none;
}
@media (max-width: 991px) {
  .pd-list .pd-list-leading > .row,
  .pd-list .pd-list-primary > .row {
    margin-bottom: 26px;
  }
  .pd-list-item {
    text-align: left;
  }
  .pd-item-article {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pd-item-intro .description {
    padding-left: 13px;
    padding-right: 13px;
  }
  .pd-item-intro {
    clear: both;
    margin-bottom: 26px;
  }
  .pd-item-intro-img {
    margin: 0 !important;
  }
  .pd-item-intro-ct > p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pd-quickglance + p,
  .pd-quick-info + p {
    margin-top: 26px;
  }
  .pd-screen .pd-cta {
    position: relative;
    bottom: 0;
    background: #dee4ec;
  }
  .pd-screen .pd-cta > li {
    width: 50%;
    margin: 0;
    display: block;
    float: left;
  }
  .pd-screen .pd-cta > li > a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f9f9fc;
    border: 1px solid #f2f2f7;
    padding: 0;
    box-shadow: none;
    font-weight: normal;
    opacity: 1;
    color: #1c1c1e;
    border-radius: 0;
  }
  .pd-screen .pd-cta > li > a:hover,
  .pd-screen .pd-cta > li > a:focus,
  .pd-screen .pd-cta > li > a:active {
    background: none;
    color: #1c1c1e;
  }
  .pd-features {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pd-item-content .pd-features {
    margin: 0;
  }
  .pd-feature-row h3 {
    font-size: 24px;
  }
  .pd-related-list {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pd-item-article {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pd-item-intro .description {
    padding-top: 0;
    padding-bottom: 26px;
  }
}
.latest-pd .section-header {
  text-align: center;
}
.latest-pd .row:before,
.latest-pd .row:after {
  display: table;
  content: " ";
}
.latest-pd .row:after {
  clear: both;
}
.latest-pd .pd-list .pd-list-leading > .row,
.latest-pd .pd-list .pd-list-primary > .row {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.latest-pd .pd-list .pd-labels {
  width: auto;
}
@media (max-width: 767px) {
  .latest-pd .pd-list .pd-labels {
    display: none;
  }
}
@media (max-width: 991px) {
  .latest-pd {
    text-align: center;
  }
  .latest-pd .page-header {
    padding-bottom: 0;
  }
  .latest-pd .btn-lg {
    font-size: 16px;
    padding: 10px 24px;
  }
}
#joomlart-ext > .btn-wrap {
  background-color: #f9f9fc;
  margin: 0;
  padding-bottom: 104px;
}
.extensions-nav-affix {
  background: #f9f9fc;
  padding: 0;
}
.extensions-nav-affix ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.extensions-nav-affix ul > li {
  display: inline-block;
  margin: 0 16px;
  padding-top: 17.33333333px;
  padding-bottom: 17.33333333px;
  position: relative;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.extensions-nav-affix ul > li.active .brand-title {
  color: #007aff;
}
.extensions-nav-affix ul > li a:hover,
.extensions-nav-affix ul > li a:focus,
.extensions-nav-affix ul > li a:active {
  text-decoration: none;
}
.extensions-nav-affix ul .brand-icon {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 13px;
  padding: 8px;
  width: 40px;
}
.extensions-nav-affix ul .brand-icon img {
  max-width: 100%;
}
.extensions-nav-affix ul .brand-title {
  color: #1c1c1e;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.extensions-nav-affix.affix {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  top: 62px;
  width: 100%;
  z-index: 100;
}
.extensions-nav-affix.affix + div {
  padding-top: 79px;
}
.extensions-nav-affix.affix ul li {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.extensions-nav-affix.affix ul li.active,
.extensions-nav-affix.affix ul li:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.extensions-nav-affix.affix ul .brand-icon {
  background-color: #f2f2f7;
}
.extensions-list .section-inner {
  padding-bottom: 52px;
}
.extensions-list img {
  max-width: 100%;
}
.extensions-list h2 {
  margin-top: 0;
  margin-bottom: 39px;
}
.extensions-list h2 small {
  font-size: 17.5px;
  display: block;
  color: #686A6F;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .extensions-list > .row:after,
  .extensions-list .extensions-wrap > .row:after {
    display: none;
  }
}
.extensions-list.extensions-list-free > .row:last-child {
  display: block;
}
.extensions-list .intro-thumb {
  background: #ebf0f1;
  border-bottom: 1px solid #f2f2f7;
  border-radius: 8px 8px 0 0;
  min-height: 190px;
  padding: 0;
  position: relative;
}
.extensions-list .intro-thumb .image-thumb {
  overflow: hidden;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
}
.extensions-list .intro-thumb .image-thumb img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.extensions-list .intro-thumb .icon {
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 26px;
  top: 100%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
}
.extensions-list .pd-list-item a {
  display: block;
  min-height: 138px;
  margin-bottom: 13px;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.extensions-list .pd-list-item a:hover,
.extensions-list .pd-list-item a:focus,
.extensions-list .pd-list-item a:active {
  text-decoration: none;
}
.extensions-list .ext-info {
  padding: 26px;
  position: relative;
  min-height: 66px;
  line-height: normal;
  margin: 0 0 10px;
}
.extensions-list .ext-info h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin-top: 0;
}
.extensions-list .ext-info p {
  color: #81878B;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 0;
  min-height: 45px;
  padding: 0;
}
.extensions-list .ja-pd-tags {
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.extensions-list .ja-pd-tags:before,
.extensions-list .ja-pd-tags:after {
  display: table;
  content: " ";
}
.extensions-list .ja-pd-tags:after {
  clear: both;
}
.extensions-list a.readon {
  display: none;
}
.jaec-club {
  background-color: #f9f9fc;
}
.jaec-club .section-inner {
  padding-bottom: 0;
}
.ja-pd-tags {
  overflow: hidden;
  position: absolute;
  top: 28px;
  right: 26px;
}
.ja-pd-tags span {
  display: block;
  float: left;
  line-height: 1;
  height: 20px;
}
.ja-pd-tags span.module,
.ja-pd-tags span.plugin,
.ja-pd-tags span.component,
.ja-pd-tags span.joomla,
.ja-pd-tags span.magento,
.ja-pd-tags span.drupal,
.ja-pd-tags span.native15,
.ja-pd-tags span.native16,
.ja-pd-tags span.native25,
.ja-pd-tags span.native3,
.ja-pd-tags span.joomla25,
.ja-pd-tags span.joomla3,
.ja-pd-tags span.joomla4,
.ja-pd-tags span.free {
  margin: 0 4px 0 0;
}
.ja-pd-tags span.module,
.ja-pd-tags span.plugin,
.ja-pd-tags span.component,
.ja-pd-tags span.joomla,
.ja-pd-tags span.joomla25,
.ja-pd-tags span.free {
  display: none;
}
.ja-pd-tags span:before {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 5px 4px;
  text-transform: uppercase;
}
.ja-pd-tags span.joomla {
  background: url("../../images/joomlart/joomla-small-icon.png") no-repeat center center #007aff;
  border-radius: 1px;
  height: 20px;
  width: 18px;
}
.ja-pd-tags span.component:before {
  background-color: #34c759;
  content: "C";
}
.ja-pd-tags span.module:before {
  background-color: #e62c2c;
  content: "M";
}
.ja-pd-tags span.plugin:before {
  background-color: #6e48c8;
  content: "P";
}
.ja-pd-tags span.free:before {
  background-color: #34c759;
  content: "Free";
}
.ja-pd-tags span.joomla25:before {
  background-color: #6e48c8;
  content: "J2.5";
}
.ja-pd-tags span.joomla3:before {
  background-color: #F3F4F6;
  color: #0d6dab;
  content: "J3";
}
.ja-pd-tags span.joomla4:before {
  background-color: #F3F4F6;
  color: #34c759;
  content: "J4";
}
.jomsocial-ext {
  padding-bottom: 48px;
}
.jomsocial-ext .extensions-inner {
  background: linear-gradient(166.24deg, #7117ea -33.58%, #ea6060 154.94%);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.jomsocial-ext .extensions-inner:before {
  background: #F1F4F7;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -25%;
  right: -7%;
  height: 800px;
  width: 800px;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.jomsocial-ext .extensions-inner h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 26px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .jomsocial-ext .extensions-inner h2 {
    font-size: 32px;
  }
}
.jomsocial-ext .extensions-inner .btn {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
}
.jomsocial-ext .extensions-inner .btn:hover,
.jomsocial-ext .extensions-inner .btn:focus,
.jomsocial-ext .extensions-inner .btn:active {
  background: rgba(0, 0, 0, 0.15);
}
.jomsocial-ext .extensions-inner .extensions-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .jomsocial-ext .extensions-inner .extensions-thumb {
    position: relative;
    top: 32px;
    max-width: 100%;
  }
}
.ijoomla-ext {
  background-color: #f9f9fc;
  padding-bottom: 32px;
}
.ijoomla-ext .intro-thumb {
  padding: 16px 32px;
  text-align: center;
  margin: -1px;
}
.ijoomla-ext .intro-thumb img {
  display: inline-block;
  height: 130px;
}
.ijoomla-ext .ext-info p {
  min-height: 63px;
}
.ijoomla-ext .item-agency .intro-thumb {
  background: #B568CA;
}
.ijoomla-ext .item-social .intro-thumb {
  background: #4098D3;
}
.ijoomla-ext .item-iseo .intro-thumb {
  background: #E6514D;
}
.ijoomla-ext .item-guru .intro-thumb {
  background: #F9B642;
}
.ijoomla-ext .item-publisher .intro-thumb {
  background: #8DDEEB;
}
.dth-ext {
  padding-bottom: 32px;
}
.dth-ext .ext-info p {
  min-height: 84px;
}
.dth-ext .extensions-list .ext-info {
  padding: 26px;
}
.ja-pd-ext-intro:before,
.ja-pd-ext-intro:after {
  display: table;
  content: " ";
}
.ja-pd-ext-intro:after {
  clear: both;
}
.ja-pd-ext-intro .ja-pd-ext-intro-ct p {
  margin-top: 0;
}
.item-page .ja-pd-ext-img {
  float: right;
  margin-left: 52px;
  width: 350px;
}
.item-page p {
  margin-bottom: 26px;
}
.item-page .ja-banner {
  background: #ffffff;
  border: 1px solid #E0E2E3;
  clear: both;
  margin: 30px 0;
  padding: 0 0 0 30px;
}
.item-page .ja-banner .cta-btns {
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.item-page .ja-banner .cta-btns li {
  background-image: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item-page .ja-banner .cta-btns .btn {
  padding: 13px 17.33333333px;
}
.item-page .ja-banner .cta-btns .btn .fa {
  margin-right: 10px;
}
.item-page .ja-banner .cta-links {
  color: #1c1c1e;
  font-size: 16px;
  margin: 13px 0 0;
  text-align: left;
}
.item-page .ja-banner.themes.base {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.item-page .ja-pd-ext-info {
  background-color: #F7F7F8;
  border-left: 1px solid #E0E2E3;
  color: #1c1c1e;
  padding: 30px;
  text-align: left;
}
.item-page .ja-pd-ext-info .qinfo {
  list-style: none outside none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  
}
.item-page .ja-pd-ext-info .qinfo li {
  border-top: 1px dotted #DEE4EC;
  padding: 6px 0;
}
.item-page .ja-pd-ext-info .qinfo li strong {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  width: 120px;
}
.item-page .ja-pd-ext-info .qinfo li:first-child {
  border: 0;
}
.item-page .ja-pd-ext-info .qinfo .joomla-badge {
  background: url("../../images/joomlart/joomla-small-icon.png") no-repeat 5px 3px #814daf;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-right: 5px;
  padding: 6px 5px 6px 22px;
  text-transform: uppercase;
}
.item-page .ja-pd-ext-info .qinfo .joomla-badge.j3x {
  background-color: #c59230;
}
.item-page .ja-pd-ext {
  padding-bottom: 52px;
  overflow: hidden;
  position: relative;
}
.item-page .ja-pd-ext:after {
  background-color: #f2f2f7;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
}
.item-page .ja-pd-ext .ja-pd-ext-info {
  background-color: #ffffff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f7;
  padding: 26px;
}
.item-page .ja-pd-ext .ja-pd-ext-tags {
  margin-top: 26px;
}
.item-page .ja-pd-ext .ja-pd-ext-tags h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.item-page .ja-pd-ext .ja-pd-ext-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-page .ja-pd-ext .ja-pd-ext-tags ul li {
  display: inline-block;
  margin-right: 6.5px;
}
.item-page .ja-pd-ext .ja-pd-ext-tags ul li span {
  background-color: #f2f2f7;
  color: #636366;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  padding: 8px 13px;
}
.item-page .ja-pd-ext .ja-pd-ext-tags ul li span.tag-free {
  background-color: #34c759;
  color: #ffffff;
}
.item-page .ja-pd-ext .ext-info {
  margin-bottom: 26px;
  font-size: 14px;
}
.item-page .ja-pd-ext .ext-info h3 {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.item-page .ja-pd-ext .ext-info .qinfo {
  font-size: 14px;
}
.item-page .ja-pd-ext .ext-info .qinfo li {
  padding-top: 8.66666667px;
  padding-bottom: 8.66666667px;
}
.item-page .ja-pd-ext .ext-info .qinfo strong {
  font-weight: 600;
}
.item-page .ja-pd-ext .ext-cta {
  background-color: #f9f9fc;
  border-top: 1px solid #f2f2f7;
  margin: 0 -26px -26px;
  padding: 26px;
}
.item-page .ja-pd-ext .ext-cta:before,
.item-page .ja-pd-ext .ext-cta:after {
  display: table;
  content: " ";
}
.item-page .ja-pd-ext .ext-cta:after {
  clear: both;
}
.item-page .ja-pd-ext .ext-cta .cta-btns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li {
  display: block;
  margin-bottom: 13px;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li:last-child {
  margin-bottom: 0;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn {
  display: block;
  font-size: 16px;
  float: none;
  text-align: left;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn.btn-default {
  background-color: #ffffff;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn.btn-default:hover,
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn.btn-default:focus,
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn.btn-default:active {
  background-color: #d1d1d6;
}
.item-page .ja-pd-ext .ext-cta .cta-btns li .btn i {
  margin-right: 13px;
}
.enterprise {
  margin-bottom: 78px;
}
.jaec .pd-screen-img {
  min-height: 130px;
}
.jaec .pd-item-intro .pd-quick-info {
  box-sizing: border-box;
  margin: 0 0 52px;
}
@media only screen and (min-width: 992px) {
  .jaec .pd-item-intro .pd-quick-info {
    float: right;
    margin-bottom: 0;
    width: 50%;
  }
}
.jaec .pd-item-intro .description {
  box-sizing: border-box;
  padding: 0 52px 0 0;
}
@media only screen and (min-width: 992px) {
  .jaec .pd-item-intro .description {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .jaec .feature-row {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .jaec .well .text-left {
    margin-bottom: 26px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .jaec .well iframe {
    width: 100% !important;
  }
}
.ja-pd-enterprise {
  border: 1px solid #f2f2f7;
  margin-bottom: 52px;
  padding: 26px;
}
@media (max-width: 767px) {
  .ja-pd-enterprise {
    margin-bottom: 26px;
  }
}
.ja-pd-enterprise h2 {
  margin-top: 0;
}
.ja-pd-enterprise h2 small {
  color: #686A6F;
  display: block;
  font-size: 17.5px;
  line-height: 1.5;
  margin-top: 5px;
}
.ja-pd-enterprise .ja-pd-tags,
.ja-pd-enterprise p {
  margin-bottom: 26px;
}
.ja-pd-enterprise .ja-pd-ent-box-ct {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ja-pd-enterprise .ja-pd-ent-box-ct {
    clear: both;
  }
}
.btn-wrap {
  margin-top: 52px;
  margin-bottom: 78px;
  overflow: hidden;
  text-align: center;
}
.btn-wrap .btn {
  margin-bottom: 8.66666667px;
  width: 100%;
}
@media (min-width: 767px) {
  .btn-wrap .btn {
    margin-bottom: 0;
    width: auto;
  }
}
.page-media {
  padding-top: 20px;
}
.page-media .page-title {
  margin-bottom: 40px;
  margin-top: 10px;
}
.page-media .ja_socialbeforecontent {
  margin-top: 26px;
}
@media (max-width: 991px) {
  .page-media .ja_socialbeforecontent {
    margin-bottom: 26px;
  }
}
.page-media .ja_socialbeforecontent .itemFacebookButton,
.page-media .ja_socialbeforecontent .itemTwitterButton,
.page-media .ja_socialbeforecontent .itemGooglePlusOneButton {
  display: inline-block;
  margin-right: 10px;
}
.page-media .ja_socialbeforecontent .itemFacebookButton {
  position: relative;
  top: -6px;
}
.page-media .media-item {
  margin-left: 20px;
}
.page-media .media-intro {
  *zoom: 1;
  background: #eef1f5;
  border: 1px solid #dee4ec;
  padding: 52px 26px;
}
@media (max-width: 991px) {
  .page-media .media-intro .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-media .media-intro .media-item {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .page-media .media-intro .col-sm-7,
  .page-media .media-intro .col-sm-5 {
    width: 100%;
  }
}
.page-media .media-intro:before,
.page-media .media-intro:after {
  content: "";
  display: table;
  line-height: 0;
}
.page-media .media-intro:after {
  clear: both;
}
.page-media .media-intro-ct {
  color: #3f4045;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 0;
}
.page-media .media-intro-ct p {
  margin-top: 0;
}
.page-media .media-detail-ct {
  *zoom: 1;
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-gap: 40px;
  font-style: italic;
  margin-top: 60px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
}
@media (min-width: 480px) {
  .page-media .media-detail-ct {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (min-width: 992px) {
  .page-media .media-detail-ct {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.page-media .media-detail-ct:before,
.page-media .media-detail-ct:after {
  content: "";
  display: table;
  line-height: 0;
}
.page-media .media-detail-ct:after {
  clear: both;
}
.page-media .media-detail-ct h3 {
  font-style: normal;
  margin-top: 0;
}
.video-wrap {
  height: 0;
  padding-bottom: 51.25%;
  padding-top: 25px;
  position: relative;
}
.video-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media-list {
  clear: both;
  overflow: hidden;
}
.media-list h2 {
  background: #f2f2f7;
  font-weight: 700;
  padding: 26px;
  margin: 26px 0;
  text-align: center;
}
@media (min-width: 1199px) {
  .media-list h2 {
    padding: 52px;
    margin: 52px 0;
  }
}
.media-list .media {
  width: 50%;
  float: left;
  margin-bottom: 52px;
  padding: 0 52px 0 0;
  min-height: 150px;
}
.media-list .media:nth-child(2n) {
  clear: both;
}
@media (max-width: 768px) {
  .media-list .media {
    min-height: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .media-list .media > .pull-left {
    display: block;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 26px;
    padding-right: 0;
  }
  .media-list .media > .pull-left img {
    width: 100%;
  }
}
.media-list .media .media-heading {
  font-weight: bold;
  margin-bottom: 13px;
}
.media-list .media > a.pull-left {
  margin-right: 26px;
  padding-right: 0;
}
.media-list .media .media-object {
  width: 200px;
}
.page-video div.jumbotron {
  background-color: #f2f2f7;
}
.page-video div.jumbotron h1 {
  color: #3a3a3c;
}
.page-video .blog-tabs {
  background: #f2f2f7;
}
.page-video .blog-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-video .blog-tabs ul:before,
.page-video .blog-tabs ul:after {
  display: table;
  content: " ";
}
.page-video .blog-tabs ul:after {
  clear: both;
}
@media (max-width: 767px) {
  .page-video .blog-tabs ul {
    margin-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.page-video .blog-tabs ul li {
  border: 1px solid #dedee2;
  border-radius: 2px 2px 0 0;
  border-bottom: 0;
  display: block;
  float: left;
  margin: 0 6.5px 0;
}
@media (max-width: 767px) {
  .page-video .blog-tabs ul li {
    border: 1px solid #8e8e93;
    margin: 0 6.5px 6.5px;
  }
}
.page-video .blog-tabs ul li a {
  border-radius: 0;
  color: #1c1c1e;
  display: block;
  padding: 13px 26px;
  font-size: 18px;
}
.page-video .blog-tabs ul li a:hover,
.page-video .blog-tabs ul li a:focus,
.page-video .blog-tabs ul li a:active {
  background: transparent;
  text-decoration: none;
}
.page-video .blog-tabs ul li.active {
  background: #ffffff;
}
.page-video .blog-tabs ul li.active a {
  color: #007aff;
}
@media (max-width: 991px) {
  .page-video .blog-tabs .container {
    padding: 0;
  }
  .page-video .blog-tabs ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
.ja-grad-box ul.three-cols li {
  float: left;
  width: 33.3%;
}
.ja-block.copyright {
  padding: 26px 0;
  border-top: 1px solid #f2f2f7;
  border-bottom: 1px solid #f2f2f7;
}
.ja-block.domain {
  margin-bottom: 26px;
}
.ja-banner.banner-3 {
  text-align: center;
  padding: 26px 0;
  background: #f9f9fc;
  border: 1px solid #f2f2f7;
  margin: 26px 0;
}
.img-caption {
  background: #f9f9fc;
  text-align: center;
  padding-top: 26px;
  margin: 26px 0;
}
.img-caption img {
  text-align: center;
  display: inline;
}
.img-caption p {
  background: #f2f2f7;
  padding: 8.66666667px 0;
}
.first-word-blue {
  background: #007aff;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
}
.word-green {
  background-color: #34c759;
  border-radius: 2px;
  padding: 1px 5px;
  color: #ffffff;
}
.t3-module-cus {
  margin-top: 26px;
}
.t3-module-cus img {
  text-align: center;
  max-width: 100%;
  margin-bottom: 13px;
}
.t3-module-cus ul {
  padding: 0px;
  margin-top: 26px;
}
.t3-module-cus ul li {
  display: inline;
  padding: 0 8.66666667px;
  border-right: 1px solid #d1d1d6;
}
.t3-module-cus ul li:last-child {
  border: 0px;
}
.job-board-info {
  margin-top: 52px;
}
.job-board-info .pull-left {
  margin-top: 39px;
}
.job-board-info .btn {
  margin-bottom: 26px;
  margin-right: 13px;
}
.job-board-info .qinfo {
  padding-left: 26px;
  border-left: 2px solid #f2f2f7;
  list-style: none;
  width: 380px;
}
.job-board-info .qinfo li {
  border-top: 1px solid #f2f2f7;
  padding: 13px 0;
}
.job-board-info .qinfo li.qinfo-ver strong {
  margin-right: 19px;
}
.job-board-info .qinfo li .joomla-badge {
  padding: 3px 3px 3px 20px;
  border-radius: 3px;
  color: #ffffff;
  background: url("../../images/joomlart/joomla-small-icon.png") no-repeat 3px center #a53dda;
}
.job-board-info .qinfo li strong {
  margin-right: 52px;
}
.error-box #error-code {
  font-size: 250px;
  animation: error 3s;
  text-align: center;
}
.error-box #error-header {
  font-size: 30px;
  text-align: center;
}
.error-box #error-header span {
  color: #007aff;
  font-size: 40px;
}
.error-box #error-body {
  text-align: center;
  line-height: 1.625;
}
@keyframes error {
  0% {
    color: #f9f9fc;
  }
  25% {
    color: #f2f2f7;
  }
  50% {
    color: #d1d1d6;
  }
  75% {
    color: #8e8e93;
  }
  100% {
    color: #636366;
  }
}
.plans-page .plans-heading {
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .plans-page .plans-heading {
    font-size: 41px;
    margin: 0 0 78px;
    padding: 0 200px;
  }
}
.plans-page #contact-form {
  display: none;
}
.plans-page #contact-form.active {
  display: block;
}
.contact-page .jumbotron {
  background: #ffffff;
}
.plans {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  list-style: none;
  padding: 26px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .plans {
    margin: 0 0 104px;
  }
}
.plans li {
  border: 0;
  display: block;
  margin: 0;
  flex-basis: 33.33%;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .plans li {
    float: left;
    margin: 0 0 26px;
    width: 33.3%;
  }
}
.plans li .inner {
  border: 3px solid #f2f2f7;
  border-radius: 8px;
  padding: 26px;
  height: 100%;
  text-align: center;
}
.plans li .inner h3 {
  font-size: 18px;
  height: 70px;
  line-height: 1.2;
  margin: 0 0 52px;
  padding: 26px 26px 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .plans li .inner h3 {
    font-size: 24px;
  }
}
.plans li .inner h3 small {
  background-color: #34c759;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 3px 5px;
  position: absolute;
  top: 7px;
  right: 35px;
  text-transform: uppercase;
}
.plans li .inner i {
  color: #d1d1d6;
  font-size: 100px;
}
.plans li .inner p {
  color: #1c1c1e;
  font-weight: normal;
  margin-top: 52px;
  margin-bottom: 52px;
}
.plans li .inner p strong {
  color: #3a3a3c;
}
.plans li .inner .btn {
  border: 2px solid #e5e5ea;
  color: #1c1c1e;
}
.plans li .inner .btn.btn-primary {
  border-color: #007aff;
}
.plans li .inner .btn:hover,
.plans li .inner .btn:focus,
.plans li .inner .btn:active {
  background: #0062cc;
  border-color: #0062cc;
  cursor: pointer;
  color: #ffffff;
}
.plans li.highlight {
  background-color: transparent;
}
.plans li.highlight .inner {
  border-color: #007aff;
}
@media (min-width: 991px) {
  .plans li.highlight p {
    margin-bottom: 82px;
  }
}
.plans li.last-plan p {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .banner-plan .inner {
    padding-left: 26px;
  }
}
.banner-plan .inner h2 {
  font-size: 32px;
  margin: 0 0 13px;
}
.banner-plan .inner p {
  margin: 0;
}
.banner-plan .banner-action {
  margin: 0;
  min-height: 100px;
  padding-top: 52px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .banner-plan .banner-action {
    border-left: 1px solid #f2f2f7;
  }
}
.banner-plan .banner-action small {
  color: #8e8e93;
  display: block;
  padding-top: 10px;
}
#frmContact {
  border: 1px solid #d1d1d6;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}
#frmContact.open {
  display: block;
  height: 610px;
  padding: 26px;
  opacity: 1;
}
#msgCS {
  margin-left: -125px;
  top: 15%;
  width: 650px;
  background: #ffffff;
  padding: 26px;
}
#msgCS .modal-header {
  overflow: hidden;
  padding: 0;
  margin-bottom: 26px;
}
#msgCS .modal-header .close {
  color: #636366;
  padding: 0 10px;
  opacity: .8;
}
#msgCS .modal-header .close:hover,
#msgCS .modal-header .close:focus,
#msgCS .modal-header .close:active {
  opacity: 1;
}
#msgCS li {
  line-height: 1.8;
}
.progress {
  background: #f2f2f7;
  height: 20px;
  margin: 26px 10px 5px;
}
.progress-msg {
  color: #d1d1d6;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 10px;
}
.custom-quote {
  overflow: hidden;
}
.custom-quote i.icon-bullhorn {
  color: #ff9500;
  float: left;
  margin-right: 20px;
}
.custom-quote p {
  font-size: 20px;
  font-style: italic;
  margin: 0 !important;
}
.custom-quote p i {
  color: #ccc;
  margin-right: 5px;
}
.tweak-page .btn i {
  margin-right: 10px;
}
.tweak-page .moduletable {
  display: inline-block;
}
.tweak-page .moduletable canvas {
  display: none;
}
.tweak-page .moduletable .ja-countdown {
  background: transparent;
  height: auto;
  width: auto;
}
.tweak-page .moduletable .ja-countdown span {
  background: url(../../images/dot-white.gif) repeat-x left center #ff9500;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
}
.tweak-page .moduletable .ja-countdown span span {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.mod-masthead {
  position: absolute;
  top: 0;
  right: 26px;
}
.mod-masthead .btn-primary {
  border-radius: 30px;
  font-size: 27px;
  padding: 13px 26px;
}
.showcase .pd-info-list {
  font-size: 16px;
}
.showcase .pd-list-item .info-list em {
  display: inline-block;
}
.showcase .pd-list-item .item-image .item-mask {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.showcase .pd-list-item i {
  color: #d1d1d6;
}
center .btn {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  center .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #search-form .word label {
    display: block;
  }
  #search-form .word .inputbox {
    display: inline-block;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .search-form .search-elastic {
    padding-right: 26px !important;
  }
}
.btn-ex:hover {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.refund #ballsWaveG {
  position: relative;
  width: 90px;
  height: 21px;
}
.refund .ballsWaveG {
  position: absolute;
  top: 0;
  background-color: #007aff;
  width: 11px;
  height: 11px;
  -moz-animation-name: ballsWaveG;
  -moz-animation-duration: 2.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-border-radius: 6px;
  -webkit-animation-name: ballsWaveG;
  -webkit-animation-duration: 2.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-border-radius: 6px;
  -ms-animation-name: ballsWaveG;
  -ms-animation-duration: 2.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-border-radius: 6px;
  -o-animation-name: ballsWaveG;
  -o-animation-duration: 2.1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-border-radius: 6px;
  animation-name: ballsWaveG;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  border-radius: 6px;
}
.refund #ballsWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.84s;
  -webkit-animation-delay: 0.84s;
  -ms-animation-delay: 0.84s;
  -o-animation-delay: 0.84s;
  animation-delay: 0.84s;
}
.refund #ballsWaveG_2 {
  left: 11px;
  -moz-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.refund #ballsWaveG_3 {
  left: 22px;
  -moz-animation-delay: 1.26s;
  -webkit-animation-delay: 1.26s;
  -ms-animation-delay: 1.26s;
  -o-animation-delay: 1.26s;
  animation-delay: 1.26s;
}
.refund #ballsWaveG_4 {
  left: 33px;
  -moz-animation-delay: 1.47s;
  -webkit-animation-delay: 1.47s;
  -ms-animation-delay: 1.47s;
  -o-animation-delay: 1.47s;
  animation-delay: 1.47s;
}
.refund #ballsWaveG_5 {
  left: 45px;
  -moz-animation-delay: 1.68s;
  -webkit-animation-delay: 1.68s;
  -ms-animation-delay: 1.68s;
  -o-animation-delay: 1.68s;
  animation-delay: 1.68s;
}
.refund #ballsWaveG_6 {
  left: 56px;
  -moz-animation-delay: 1.89s;
  -webkit-animation-delay: 1.89s;
  -ms-animation-delay: 1.89s;
  -o-animation-delay: 1.89s;
  animation-delay: 1.89s;
}
.refund #ballsWaveG_7 {
  left: 67px;
  -moz-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.refund #ballsWaveG_8 {
  left: 78px;
  -moz-animation-delay: 2.31s;
  -webkit-animation-delay: 2.31s;
  -ms-animation-delay: 2.31s;
  -o-animation-delay: 2.31s;
  animation-delay: 2.31s;
}
@-moz-keyframes ballsWaveG {
  0% {
    background-color: #007aff;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes ballsWaveG {
  0% {
    background-color: #007aff;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes ballsWaveG {
  0% {
    background-color: #007aff;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes ballsWaveG {
  0% {
    background-color: #007aff;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes ballsWaveG {
  0% {
    background-color: #007aff;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.page-masthead {
  position: relative;
}
.masthead-nav {
  position: absolute;
  bottom: 0;
}
.masthead-nav a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
}
.masthead-nav a:hover,
.masthead-nav a:focus,
.masthead-nav a.active {
  background: #ffffff;
  text-decoration: none;
  color: #007aff;
}
.most-read-highlight h4 {
  text-transform: uppercase;
}
.most-read-highlight ul {
  padding: 0;
  margin: 0;
}
.most-read-highlight ul li {
  list-style: none;
}
.docs-list {
  padding: 0;
  margin: 0 0 26px 0;
}
.docs-list li {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #dddddd;
}
.docs-list li:first-child {
  border-top: 1px solid #dddddd;
}
.docs-list li a {
  color: #007aff;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.docs-list li a:hover,
.docs-list li a:focus {
  color: #0062cc;
  text-decoration: none;
}

.ja-gdpr .description h4 {
  margin-top: 26px;
}
.ja-gdpr .description .ja-checklist li {
  margin-bottom: 8.66666667px;
}
.ja-gdpr .description .ja-checklist li:before {
  color: #34c759;
  content: "\f058";
  font-family: FontAwesome;
  top: 3px;
}
.ja-gdpr .pd-quick-info {
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #d1d1d6;
  border-radius: 5px;
}
.ja-gdpr .pd-quick-info .custom-msg {
  background-color: #ffdfb3;
  border: 1px solid #ffca80;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  padding: 13px 26px;
  margin: -27px -27px 39px -27px;
  text-align: center;
}
.ja-gdpr .pd-quick-info .custom-msg h4 {
  font-weight: 600;
  line-height: 1.5;
}
.ja-gdpr .pd-quick-info .custom-msg p {
  margin-bottom: 13px;
}
.ja-gdpr .pd-quick-info .custom-msg p strong {
  font-weight: 500;
}
.ja-gdpr .pd-quick-info .custom-msg ul {
  list-style: none;
  margin: 13px 0 13px;
  padding: 0;
  text-align: center;
}
.ja-gdpr .pd-quick-info .custom-msg ul li {
  border-radius: 3px;
  display: inline-block;
  padding: 0 6.5px;
}
.ja-gdpr .pd-quick-info .custom-msg ul li a {
  border-bottom: 1px dotted #8e8e93;
  color: #636366;
  font-size: 14px;
  transition: all 0.25s;
}
.ja-gdpr .pd-quick-info .custom-msg ul li a:hover,
.ja-gdpr .pd-quick-info .custom-msg ul li a:focus,
.ja-gdpr .pd-quick-info .custom-msg ul li a:active {
  border-bottom: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
}
.ja-gdpr .features-list.pd-features .pd-feature-row {
  padding: 52px 0;
}
.ja-gdpr .features-list.pd-features .pd-feature-row.ft-1 {
  padding-top: 52px;
}
.ja-gdpr .features-list.pd-features .pd-feature-row .pd-feature-img img {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(61, 119, 180, 0.12), 0 8px 16px 0 rgba(91, 139, 199, 0.24);
}
.section-support {
  overflow: hidden;
}
.section-support .section-header {
  margin-bottom: 0;
}
.section-support .btn,
.section-support #edd_purchase_submit .edd-submit {
  margin-top: 26px;
}
.section-support .support-staff {
  margin-top: 0;
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.section-support .support-staff ul {
  display: block;
  overflow: hidden;
}
.section-support .support-staff .support-step {
  background: url(../../img/supports/bg-step-line.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
  float: left;
  height: 250px;
  margin: 55px 0 0;
  min-height: 250px;
  overflow: hidden;
  width: 100%;
}
.section-support .support-staff .support-step .step {
  border: 2px solid #d6d6d6;
  background: #fff;
  left: 0;
  height: 56px;
  position: absolute;
  top: 0;
  width: 56px;
  border-radius: 100%;
  list-style: none;
}
.section-support .support-staff .support-step .step .tooltips {
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
}
.section-support .support-staff .support-step .step .tooltips span {
  width: 125px;
  height: auto;
  line-height: 39px;
  padding: 0;
  left: 50%;
  margin-left: -64px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  text-indent: 0;
  position: absolute;
  pointer-events: none;
  bottom: 100px;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.section-support .support-staff .support-step .step .tooltips span:before,
.section-support .support-staff .support-step .step .tooltips span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.1);
}
.section-support .support-staff .support-step .step .tooltips span:after {
  bottom: -10px;
  margin-left: -10px;
  border-top: 10px solid #ffffff;
}
.section-support .support-staff .support-step .step .tooltips:hover span {
  opacity: .9;
  bottom: 70px;
}
.section-support .support-staff .support-step .step.first-step {
  left: 220px;
  top: 200px;
  background: #ffffff url(../../img/supports/ico-submit.png) no-repeat center 17px;
}
.section-support .support-staff .support-step .step.first-step .tooltips span {
  background: #007aff;
}
.section-support .support-staff .support-step .step.first-step .tooltips span:after {
  border-top-color: #007aff;
}
.section-support .support-staff .support-step .step.first-step:hover,
.section-support .support-staff .support-step .step.first-step:focus {
  background: #007aff url(../../img/supports/ico-submit.png) no-repeat center -65px;
  border-color: #007aff;
}
.section-support .support-staff .support-step .step.second-step {
  left: 410px;
  top: 80px;
  background: url(../../img/supports/ico-debug.png) no-repeat center 15px #ffffff;
}
.section-support .support-staff .support-step .step.second-step .tooltips span {
  background: #ff3b30;
}
.section-support .support-staff .support-step .step.second-step .tooltips span:after {
  border-top-color: #ff3b30;
}
.section-support .support-staff .support-step .step.second-step:hover,
.section-support .support-staff .support-step .step.second-step:focus {
  background: #ff3b30 url(../../img/supports/ico-debug.png) no-repeat center -62px;
  border-color: #ff3b30;
}
.section-support .support-staff .support-step .step.third-step {
  left: 595px;
  top: 155px;
  background: #ffffff url(../../img/supports/ico-feedback.png) no-repeat center 10px;
}
.section-support .support-staff .support-step .step.third-step .tooltips span {
  background: #34c759;
}
.section-support .support-staff .support-step .step.third-step .tooltips span:after {
  border-top-color: #34c759;
}
.section-support .support-staff .support-step .step.third-step:hover,
.section-support .support-staff .support-step .step.third-step:focus {
  background: #34c759 url(../../img/supports/ico-feedback.png) no-repeat center -60px;
  border-color: #34c759;
}
.section-support .support-staff .support-step .step.final-step {
  left: 780px;
  top: 95px;
  background: #ffffff url(../../img/supports/ico-like.png) no-repeat center 10px;
}
.section-support .support-staff .support-step .step.final-step .tooltips span {
  background: #ff9500;
}
.section-support .support-staff .support-step .step.final-step .tooltips span:after {
  border-top-color: #ff9500;
}
.section-support .support-staff .support-step .step.final-step:hover,
.section-support .support-staff .support-step .step.final-step:focus {
  background: #ff9500 url(../../img/supports/ico-like.png) no-repeat center -60px;
  border-color: #ff9500;
}
@media (max-width: 1199px) {
  .section-support .support-staff {
    display: none !important;
    visibility: hidden !important;
  }
}
.no-touch .section-support .support-staff {
  -webkit-transition: all 1s ease .15s;
  transition: all 1s ease .15s;
  -webkit-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
.no-touch .section-support .support-staff.staff-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body[data-aos-easing="ja-animation"] [data-aos],
[data-aos][data-aos][data-aos-easing="ja-animation"] {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
div.cc-floating.cc-type-info {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #f2f2f7;
  bottom: 0;
  font-size: 14px;
  font-family: inherit;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: 0;
  max-width: 100%;
  padding: 10px 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.cc-floating.cc-type-info {
    flex-wrap: nowrap;
    padding: 10px 48px;
  }
}
div.cc-floating.cc-type-info .cc-message {
  color: #3a3a3c;
  font-family: inherit;
  margin: 0 0 13px;
}
@media screen and (min-width: 768px) {
  div.cc-floating.cc-type-info .cc-message {
    margin: 0;
  }
}
div.cc-floating.cc-type-info .cc-compliance {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  div.cc-floating.cc-type-info .cc-compliance {
    flex: 0;
  }
}
div.cc-floating.cc-type-info .cc-compliance .cc-btn {
  border: 2px solid #007aff;
  border-radius: 3px;
  color: #007aff;
  flex: 0;
  flex-basis: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  div.cc-floating.cc-type-info .cc-compliance .cc-btn {
    flex: 0;
  }
}
div.cc-floating.cc-type-info .cc-compliance .cc-btn:hover,
div.cc-floating.cc-type-info .cc-compliance .cc-btn:focus,
div.cc-floating.cc-type-info .cc-compliance .cc-btn:active {
  background-color: #007aff;
  color: #ffffff;
  text-decoration: none;
}
.tabs-video {
  background-color: #34c759;
  border-radius: 4px;
  padding: 48px 48px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .tabs-video {
    padding: 26px;
  }
}
.tabs-video .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tabs-video .page-header h2 {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .tabs-video .page-header h2 {
    font-size: 28px;
  }
}
.tabs-video .page-header h2 small {
  color: #ffffff;
  font-weight: 300;
}
.tabs-video .page-header .btn-more a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .tabs-video .page-header .btn-more a {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.tabs-video .page-header .btn-more a:hover {
  background: rgba(225, 225, 225, 0.3);
}
.tabs-video .tabs-item ul.nav-tabs {
  border: none;
}
@media (max-width: 991px) {
  .tabs-video .tabs-item ul.nav-tabs {
    margin-bottom: 26px;
  }
}
.tabs-video .tabs-item ul.nav-tabs li {
  padding: 20px;
}
@media (max-width: 991px) {
  .tabs-video .tabs-item ul.nav-tabs li {
    width: 100%;
  }
}
.tabs-video .tabs-item ul.nav-tabs li a {
  text-transform: unset;
  padding: 0;
  outline: none;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info {
  display: flex;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info .icon {
  padding-right: 26px;
  color: #ffffff;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info .icon i {
  font-size: 24px;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info .content {
  color: #ffffff;
  text-align: left;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info .content h4 {
  color: #ffffff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.tabs-video .tabs-item ul.nav-tabs li .content-info .content p {
  opacity: 0.6;
  margin-bottom: 0;
}
.tabs-video .tabs-item ul.nav-tabs li.active {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}
.tabs-video .tabs-item ul.nav-tabs li.active a {
  background: transparent;
}
.tabs-video .tabs-item ul.nav-tabs li.active:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.1);
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 991px) {
  .tabs-video .tabs-item ul.nav-tabs li.active:after {
    display: none;
  }
}
.tabs-video .tab-content {
  padding: 0 0 0 26px;
}
@media (max-width: 991px) {
  .tabs-video .tab-content {
    padding: 0;
  }
}
.tabs-video .tab-content .tab-pane {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.tabs-video .tab-content .tab-pane iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.tabs-video.main-addon {
  background-color: #f2f2f7;
}
.tabs-video.main-addon .page-header h2 {
  color: #3a3a3c;
}
.tabs-video.main-addon .page-header small {
  color: #3a3a3c;
}
.tabs-video.main-addon .page-header .btn-more a {
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li {
  padding: 0 0 40px 0;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li:before {
  background-color: rgba(0, 0, 0, 0.075);
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  bottom: -26px;
  left: 21px;
  width: 1px;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li:last-child:before {
  display: none;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li .content-info .icon {
  color: #8e8e93;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li .content-info .icon i {
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  padding: 8px;
  height: 44px;
  line-height: 30px;
  width: 44px;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li .content-info .content {
  color: #3a3a3c;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li .content-info .content h4 {
  color: #3a3a3c;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li.active {
  background-color: transparent;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li.active .content-info .icon i {
  background-color: #ff9500;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li.active .content-info .icon i:before {
  content: "\f00c";
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li.active .content-info .content h4 {
  color: #ff9500;
}
.tabs-video.main-addon .tabs-item ul.nav-tabs li.active:after {
  display: none;
}
.tabs-video.main-addon .tabs-item .tab-content .tab-pane {
  height: auto;
  padding-bottom: 0;
}
.media-list .media {
  position: relative;
}
.media-list .media .badge {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.media-list .media .badge.badge-new {
  background-color: #ff3b30;
  color: #ffffff;
}
.media-list .media .badge.badge-hot {
  background-color: #ff3b30;
  color: #ffffff;
}
.media-list .media .badge.badge-featured {
  background-color: #ff9500;
  color: #ffffff;
}
.btn-active {
  background-color: #d1d1d6;
  color: #636366;
  margin: 0 6.5px;
}
.btn-active:hover,
.btn-active:focus,
.btn-active:active {
  background-color: #34c759;
  color: #ffffff;
}
.btn-warning {
  margin: 0 6.5px;
}

ul.category-module {
  list-style: none;
  margin: 0;
}
ul.category-module li {
  list-style: none;
}
.t3-module .item-grid-view,
.section .item-grid-view {
  list-style: none;
  padding: 0;
}
.t3-module .item-grid-view li,
.section .item-grid-view li {
  padding: 0 16px;
  border-top: 0;
}
.t3-module .item-grid-view li .item-inner,
.section .item-grid-view li .item-inner {
  background: #ffffff;
  padding: 26px;
}
.t3-module .item-grid-view li .item-image img,
.section .item-grid-view li .item-image img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.t3-module .item-grid-view li .item-title,
.section .item-grid-view li .item-title {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 26px;
  min-height: 56px;
}
.t3-module .item-grid-view li .item-title a,
.section .item-grid-view li .item-title a {
  color: #636366;
}
.t3-module .item-grid-view li .item-title a:hover,
.section .item-grid-view li .item-title a:hover,
.t3-module .item-grid-view li .item-title a:focus,
.section .item-grid-view li .item-title a:focus,
.t3-module .item-grid-view li .item-title a:active,
.section .item-grid-view li .item-title a:active {
  color: #0055b3;
}
.t3-module .item-grid-view li .item-meta,
.section .item-grid-view li .item-meta {
  color: #d1d1d6;
  font-size: 14px;
  margin-bottom: 6.5px;
}
.t3-module .item-grid-view li .item-meta span,
.section .item-grid-view li .item-meta span {
  margin-right: 5px;
}
.t3-module .item-grid-view li .mod-articles-category-readmore,
.section .item-grid-view li .mod-articles-category-readmore {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.t3-module .item-grid-view li .mod-articles-category-readmore a,
.section .item-grid-view li .mod-articles-category-readmore a {
  color: #d1d1d6;
}
.t3-module .item-grid-view li .mod-articles-category-readmore a:hover,
.section .item-grid-view li .mod-articles-category-readmore a:hover,
.t3-module .item-grid-view li .mod-articles-category-readmore a:focus,
.section .item-grid-view li .mod-articles-category-readmore a:focus,
.t3-module .item-grid-view li .mod-articles-category-readmore a:active,
.section .item-grid-view li .mod-articles-category-readmore a:active {
  color: #0055b3;
}
ul.sample-list li {
  border-left: 3px solid #f2f2f7;
  border-bottom: 0 !important;
  padding-left: 15px;
  padding-bottom: 0 !important;
  margin-bottom: 1.625;
}
ul.sample-list li .item-title {
  font-weight: bold;
}
ul.sample-list li .item-title a {
  color: #636366;
}
ul.sample-list li .item-title a:hover,
ul.sample-list li .item-title a:active,
ul.sample-list li .item-title a:focus {
  color: #007aff;
  text-decoration: none;
}
ul.sample-list p {
  margin-bottom: 0;
}
.blog-grid > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.blog-grid .blog-grid-item {
  padding: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.blog-grid .blog-grid-item:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blog-grid .item-intro-image {
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
}
.blog-grid .item-intro-image .item-image {
  border-radius: 8px 8px 0 0;
  height: 182px;
  overflow: hidden;
  position: relative;
}
.blog-grid .item-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-grid .item-intro-image .category-name {
  left: 26px;
  bottom: -12px;
}
.blog-grid .item-content {
  padding: 26px;
}
.blog-grid .item-content .article-header {
  margin: 8px 0 0;
}
.blog-grid .article-title {
  font-size: 18px;
  line-height: 1.625;
  margin-bottom: 13px;
  text-overflow: clip;
  overflow: hidden;
}
.blog-grid .article-title a {
  color: #3a3a3c;
}
.blog-grid .article-title a:hover,
.blog-grid .article-title a:active,
.blog-grid .article-title a:focus {
  text-decoration: none;
  color: #007aff;
}
.blog-grid .article-aside {
  margin-bottom: 0;
}
.blog-grid .category-name {
  bottom: 0;
  left: 0;
  display: inline-block;
  position: absolute;
}
.blog-grid .article-intro {
  font-size: 14px;
  max-height: 68.25px;
  text-overflow: clip;
  overflow: hidden;
}
.blog-grid .link-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-grid .link-overlay span {
  display: none;
}
.sec-gray {
  background-color: #f2f2f7;
}
.blog-grid-item {
  box-sizing: border-box;
  float: left;
  margin-bottom: 26px;
  padding: 0 16px;
  position: relative;
}
.blog-grid-item .item-inner {
  position: relative;
}
.blog-grid-item .item-img {
  border-radius: 8px;
  margin: 0 0 17.33333333px;
  padding: 0;
  overflow: hidden;
  height: 182px;
  width: 100%;
}
.blog-grid-item .item-img img {
  width: 100%;
}
.blog-grid-item .item-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin: 0;
}
.blog-grid-item .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-grid-item .link-overlay span {
  display: none;
}
.item-big {
  height: 443px !important;
  position: relative;
  width: 50%;
}
.item-big .item-img {
  height: auto;
}
.item-small {
  width: 25%;
}
.item-cat {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 10px;
  position: absolute;
  left: 0;
  letter-spacing: 0.5px;
  line-height: normal;
  text-transform: uppercase;
  top: 20px;
  min-height: 14px;
}
.item-cat a,
.item-cat a:hover,
.item-cat a:active {
  color: #ffffff;
  text-decoration: none;
}
.item-style-inside .item-small .item-title {
  display: block;
}
.item-style-inside .item-small .item-title a {
  background: #fff;
  display: inline;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 5px 5px 5px 0;
  white-space: pre-wrap;
}
.item-style-inside .item-small .item-title a:hover,
.item-style-inside .item-small .item-title a:focus,
.item-style-inside .item-small .item-title a:active {
  text-decoration: none;
}
.item-style-after .item-small .item-img {
  border: 0;
  width: 25%;
}
.item-style-after .item-small {
  width: 50%;
}
.item-style-after .item-title {
  widows: 50%;
}
div.item-docs {
  background: #ffffff;
  border: 1px solid #f2f2f7;
  margin-right: 26px;
  padding: 26px 0 52px;
}
div.item-docs h3 {
  margin: 0 26px 26px;
}
div.item-docs ul.category-module.item-docs {
  display: block;
  overflow: hidden;
}
div.item-docs ul.category-module.item-docs li {
  border-top: 0;
  border-bottom: 1px solid #f2f2f7;
}
@media (min-width: 768px) {
  div.item-docs ul.category-module.item-docs li {
    float: left;
    margin: 0 26px;
    width: 28%;
  }
  div.item-docs ul.category-module.item-docs li:first-child {
    padding-top: 13px;
  }
}

.blog-item .bs-docs-example,
.item-page .bs-docs-example {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 15px 0;
  padding: 39px 19px 14px;
  position: relative;
  *padding-top: 19px;
}
.blog-item .bs-docs-example:after,
.item-page .bs-docs-example:after {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px 0 4px 0;
  color: #9da0a4;
  content: "Example";
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 3px 7px;
  position: absolute;
  top: -1px;
}
.blog-item .img-caption {
  padding: 0;
  margin: 52px 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.blog-item .img-caption img {
  border-radius: 8px;
  width: 100%;
}
.blog-item .img-caption p {
  background: transparent;
  margin: 0 auto !important;
  font-size: 14px;
  padding: 26px;
  padding-bottom: 0;
}
.blog-item .btn-actions {
  margin: 52px 0;
}
.bs-callout {
  padding: 26px;
  border-left: 5px solid #DFB5B4;
  margin: 10px 0;
}
.bs-callout.bs-callout-danger {
  border-color: #DFB5B4;
  background-color: #FCF2F2;
}
.bs-callout.bs-callout-info {
  background-color: #F0F7FD;
  border-color: #D0E3F0;
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.promotion.summer-sale .head-wrap {
  background: linear-gradient(to right, rgba(255, 197, 144, 0.7), rgba(1, 141, 151, 0.5));
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.promotion.summer-sale .head-wrap .logo-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.promotion.summer-sale .head-wrap .logo-wrap .logo {
  padding: 0;
  text-transform: normal;
}
.promotion.summer-sale .head-wrap .logo-wrap .logo a {
  display: block;
  padding: 21px 12px 20px 20px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.promotion.summer-sale .head-wrap .logo-wrap .logo a i {
  font-size: 18px;
  margin-right: 8px;
}
.promotion.summer-sale .head-wrap .logo-wrap .logo a span {
  font-size: 12px;
  font-weight: 500px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 0px;
}
.promotion.summer-sale .head-wrap .logo-wrap .logo a:hover,
.promotion.summer-sale .head-wrap .logo-wrap .logo a:focus,
.promotion.summer-sale .head-wrap .logo-wrap .logo a:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.promotion.summer-sale .head-wrap .logo-wrap .logo a:hover span,
.promotion.summer-sale .head-wrap .logo-wrap .logo a:focus span,
.promotion.summer-sale .head-wrap .logo-wrap .logo a:active span {
  width: 130px;
}
.promotion.summer-sale .head-wrap .nav-wrap {
  display: none;
}
@media (min-width: 768px) {
  .promotion.summer-sale .head-wrap .nav-wrap {
    display: block;
  }
}
.promotion.summer-sale .head-wrap .nav-wrap ul {
  display: flex;
  float: none;
}
.promotion.summer-sale .head-wrap .nav-wrap ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  float: none;
  width: auto;
}
.promotion.summer-sale .head-wrap .nav-wrap ul a {
  display: block;
  padding: 16px 8px;
}
.promotion.summer-sale .head-wrap .nav-wrap ul a img {
  max-height: 24px;
}
.promotion.summer-sale .summer-sale-hero {
  background: #FFDFA3;
  padding: 100px 0 80px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .promotion.summer-sale .summer-sale-hero {
    background: url(//static.joomlart.com/images/promotions/summer-sale-2021/summer-sale-decor-1.png) no-repeat right top #ffdfa3;
    padding: 140px 0 160px 0;
  }
}
.promotion.summer-sale .summer-sale-hero::before {
  background: url(//static.joomlart.com/images/promotions/summer-sale-2021/summer-sale-decor-2.png) no-repeat left top;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
.promotion.summer-sale .summer-sale-hero .container {
  position: relative;
  z-index: 10;
}
.promotion.summer-sale .summer-sale-hero h1 {
  color: #EC2D20;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media (min-width: 768px) {
  .promotion.summer-sale .summer-sale-hero h1 {
    font-size: 56px;
    font-weight: 700;
  }
}
.promotion.summer-sale .summer-sale-hero .lead {
  color: #40B2CB;
  font-family: 'Courgette', cursive;
  font-size: 32px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.promotion.summer-sale .summer-sale-hero .coupon {
  max-width: 600px;
  margin: 0 auto;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin: 0 auto 8px;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount::before {
  background: url(//static.joomlart.com/images/promotions/summer-sale-2021/summer-sale-decor-3.png) no-repeat center top;
  content: "";
  display: block;
  width: 160px;
  height: 102px;
  position: absolute;
  left: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount .caton {
  margin-right: 24px;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount .caton img {
  max-width: 100px;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount strong {
  color: #F36405;
  font-size: 90px;
  font-weight: 700;
  margin-right: 16px;
  line-height: 1;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount .discount-label {
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__discount .discount-label .percent {
  display: block;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon-info-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__info {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 2px dashed rgba(255, 255, 255, 0.9);
  margin: 0 12px;
  padding: 4px 16px;
  text-align: center;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__info .coupon-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon__info .coupon-code {
  color: #40B2CB;
  font-weight: 600;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon-action {
  margin-top: 24px;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon-action .btn-primary {
  background: #d90336;
  border-radius: 5px;
  box-shadow: 0 4px 0 #018B94;
  border: 1px solid #16A8B2;
}
.promotion.summer-sale .summer-sale-hero .coupon .coupon-action .btn-primary:hover,
.promotion.summer-sale .summer-sale-hero .coupon .coupon-action .btn-primary:focus,
.promotion.summer-sale .summer-sale-hero .coupon .coupon-action .btn-primary:active {
  background-color: #018B94;
  border-color: #019DA8;
}
.promotion.summer-sale .promo-statistics {
  border-bottom: 1px solid #f2f2f7;
}
.promotion.summer-sale .promo-statistics .grid-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.promotion.summer-sale .promo-statistics .grid-flex .statistic-box {
  border-bottom: 1px solid #f2f2f7;
  flex-basis: 50%;
  text-align: center;
}
.promotion.summer-sale .promo-statistics .grid-flex .statistic-box:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .promotion.summer-sale .promo-statistics .grid-flex .statistic-box {
    border: 0;
    text-align: left;
    flex-basis: auto;
  }
}
.promotion.summer-sale .promo-statistics .grid-flex .statistic-value {
  color: #40B2CB;
}
.page-pricing .logo-wrap,
.promotion.independent-sale .logo-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.page-pricing div.logo-wrap .logo,
.promotion.independent-sale div.logo-wrap .logo {
  padding: 0;
  text-transform: normal;
}
.page-pricing div.logo-wrap .logo a,
.promotion.independent-sale div.logo-wrap .logo a {
  display: block;
  padding: 21px 12px 20px 20px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-pricing div.logo-wrap .logo a i,
.promotion.independent-sale div.logo-wrap .logo a i {
  font-size: 18px;
  margin-right: 8px;
}
.page-pricing div.logo-wrap .logo a span,
.promotion.independent-sale div.logo-wrap .logo a span {
  font-size: 12px;
  font-weight: 500px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 0px;
}
@media (max-width: 991px) {
  .page-pricing div.logo-wrap .logo a span,
  .promotion.independent-sale div.logo-wrap .logo a span {
    display: none;
  }
}
.page-pricing div.logo-wrap .logo a:hover,
.promotion.independent-sale div.logo-wrap .logo a:hover,
.page-pricing div.logo-wrap .logo a:focus,
.promotion.independent-sale div.logo-wrap .logo a:focus,
.page-pricing div.logo-wrap .logo a:active,
.promotion.independent-sale div.logo-wrap .logo a:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-pricing div.logo-wrap .logo a:hover span,
.promotion.independent-sale div.logo-wrap .logo a:hover span,
.page-pricing div.logo-wrap .logo a:focus span,
.promotion.independent-sale div.logo-wrap .logo a:focus span,
.page-pricing div.logo-wrap .logo a:active span,
.promotion.independent-sale div.logo-wrap .logo a:active span {
  width: 130px;
}
.page-pricing .sub-head,
.promotion.independent-sale .sub-head {
  background: rgba(0, 0, 0, 0.15);
  border: 0;
}
.page-pricing .sub-head .head-wrap,
.promotion.independent-sale .sub-head .head-wrap {
  display: flex;
  align-items: stretch;
}
.page-pricing .sub-head .head-wrap .nav-wrap,
.promotion.independent-sale .sub-head .head-wrap .nav-wrap {
  margin-left: auto;
}
.page-pricing .sub-head .head-wrap .nav-wrap ul,
.promotion.independent-sale .sub-head .head-wrap .nav-wrap ul {
  display: flex;
  align-items: center;
  padding: 16px;
}
.page-pricing .sub-head .head-wrap .nav-wrap ul li,
.promotion.independent-sale .sub-head .head-wrap .nav-wrap ul li {
  width: auto;
}
.page-pricing .promo-statistics,
.promotion.independent-sale .promo-statistics {
  background-color: #F5F8FC;
}
.page-pricing .promo-statistics .grid-flex,
.promotion.independent-sale .promo-statistics .grid-flex {
  color: #254493;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .page-pricing .promo-statistics .grid-flex,
  .promotion.independent-sale .promo-statistics .grid-flex {
    justify-content: center;
  }
}
.promotion.black-friday {
  
}
.promotion.black-friday .section {
  margin-top: 0;
}
.promotion.black-friday .hero {
  background: url(//static.joomlart.com/images/blog/2020/blackfriday/bg-2.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 357px;
  text-align: center;
}
.promotion.black-friday .coupon {
  color: #ffffff;
  max-width: 500px;
  margin: 40px auto 20px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .promotion.black-friday .coupon {
    margin: 20px auto;
  }
}
.promotion.black-friday .coupon .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.promotion.black-friday .coupon .coupon__discount {
  color: #f1db18;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion.black-friday .coupon .discount-number {
  display: inline-block;
  font-size: 130px;
  letter-spacing: -5px;
  line-height: 1;
  margin-right: 8.66666667px;
}
@media (max-width: 768px) {
  .promotion.black-friday .coupon .discount-number {
    font-size: 100px;
  }
}
.promotion.black-friday .coupon .discount-label {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .promotion.black-friday .coupon .discount-label {
    font-size: 30px;
  }
}
.promotion.black-friday .coupon .discount-label span {
  display: block;
}
.promotion.black-friday .coupon .discount-label span.percent {
  margin-bottom: 8.66666667px;
  font-size: 48px;
  text-align: left;
}
.promotion.black-friday .coupon .coupon__info {
  border: 1px dashed #f1db18;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 500;
  padding: 20px 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .promotion.black-friday .coupon .coupon__info {
    max-width: 200px;
    margin: 10px auto;
  }
}
.promotion.black-friday .coupon .coupon__info .coupon-label {
  font-size: 18px;
  margin-bottom: 10px;
}
.promotion.black-friday .coupon .coupon__info .coupon-code {
  color: #f1db18;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.promotion.black-friday .coupon-apply {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
  padding: 13px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.promotion.black-friday .coupon-apply strong {
  font-weight: 900;
}
@media (max-width: 768px) {
  .promotion.black-friday .coupon-apply {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .promotion.black-friday .promotion-wrap .sub-menu-head {
    display: none;
  }
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap {
  padding: 32px 0;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .container {
  display: flex;
  align-items: center;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .logo-wrap {
  margin-right: 70px;
  width: 200px;
  text-align: right;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .logo-wrap span {
  line-height: 34px;
  font-size: 28px;
  font-weight: 500;
  color: #344150;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul li {
  list-style: none;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul li + li {
  margin-left: 32px;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul li a {
  color: #3A3A3C;
}
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul li a:hover,
.promotion.black-friday .promotion-wrap .sub-menu-head .head-wrap .nav-wrap ul li a.active {
  color: #d90336;
  text-decoration: none;
}
.promotion.black-friday .promotion-wrap .footer {
  display: none;
}
.promotion.black-friday .common-info {
  padding: 26px;
  border-radius: 8px;
  margin-top: 26px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .promotion.black-friday .common-info {
    margin-top: 52px;
    margin-bottom: 52px;
    padding: 26px;
  }
}
@media (min-width: 1200px) {
  .promotion.black-friday .common-info {
    margin-top: 78px;
    margin-bottom: 52px;
    padding: 52px;
  }
}
.promotion.black-friday .common-info h2 {
  color: #fff;
  text-align: center;
  margin: 0;
}
.promotion.black-friday .common-info ul {
  list-style: none;
  margin: 0;
  padding: 26px;
  padding-bottom: 0;
  overflow: hidden;
}
.promotion.black-friday .common-info ul li:before {
  font-family: FontAwesome;
  height: 24px;
  width: 24px;
  color: #27ae60;
  display: inline-block;
}
@media (min-width: 768px) {
  .promotion.black-friday .common-info ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .promotion.black-friday .common-info ul li {
    width: 33.3%;
  }
}
.promotion.black-friday .common-info ul .fad {
  color: #fff;
  font-size: 20px;
  margin-right: 13px;
}
.ultimate-plan2 .hero-sc {
  background: linear-gradient(to bottom, #ffdfa3, #ecc293);
  position: relative;
  overflow: hidden;
}
.ultimate-plan2 .hero-sc::after {
  background: url(//static.joomlart.com/images/promotions/summer-sale-2021/ultimate-plan-bg.png) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
}
.ultimate-plan2 .hero-sc .hero-decor {
  position: absolute;
}
.ultimate-plan2 .hero-sc .hero-decor.decor-1,
.ultimate-plan2 .hero-sc .hero-decor.decor-2 {
  background-image: url(//static.joomlart.com/images/promotions/summer-sale-2021/ultimate-plan-decor-1.png);
  height: 219px;
  width: 173px;
}
.ultimate-plan2 .hero-sc .hero-decor.decor-1 {
  background-position: left top;
  top: -40px;
  left: -40px;
}
.ultimate-plan2 .hero-sc .hero-decor.decor-2 {
  background-position: right top;
  top: -40px;
  right: -40px;
}
.ultimate-plan2 .hero-sc .hero-decor.decor-3 {
  background: url(//static.joomlart.com/images/promotions/summer-sale-2021/ultimate-plan-decor-2.png) no-repeat left top;
  top: 50%;
  left: -20px;
  height: 85px;
  width: 66px;
}
.ultimate-plan2 .hero-sc .wrap-inner {
  padding: 150px 0 250px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 20;
}
@media (min-width: 1920px) {
  .ultimate-plan2 .hero-sc .wrap-inner {
    padding: 250px 0;
  }
}
@media (max-width: 1200px) {
  .ultimate-plan2 .hero-sc .wrap-inner {
    padding: 120px 0 140px;
  }
}
@media (max-width: 992px) {
  .ultimate-plan2 .hero-sc .wrap-inner {
    padding: 70px 15px 110px;
  }
}
.ultimate-plan2 .hero-sc .wrap-inner .sale-title {
  color: #40B2CB;
  font-weight: 700;
  font-size: 56px;
  margin: 0 0 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  position: relative;
}
@media (max-width: 1200px) {
  .ultimate-plan2 .hero-sc .wrap-inner .sale-title {
    font-size: 40px;
    margin: 0 0 15px;
  }
}
@media (max-width: 576px) {
  .ultimate-plan2 .hero-sc .wrap-inner .sale-title {
    font-size: 28px;
  }
}
.ultimate-plan2 .hero-sc .wrap-inner .sale-title::before {
  background: url(//static.joomlart.com/images/promotions/summer-sale-2021/ultimate-plan-decor-3.png) no-repeat left top;
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  height: 79px;
  transform: translateX(-50%);
  width: 174px;
}
.ultimate-plan2 .hero-sc .wrap-inner .note-msg {
  font-family: 'Courgette', cursive;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 2px 2px 0 #ecc293, -1px -1px 0 #ecc293, 1px -1px 0 #ecc293, -1px 1px 0 #ecc293, 1px 1px 0 #ecc293;
}
@media (max-width: 1200px) {
  .ultimate-plan2 .hero-sc .wrap-inner .note-msg {
    font-size: 16px;
  }
}
.ultimate-plan2 .hero-sc .wrap-inner .price {
  font-size: 40px;
  margin: 24px 0 40px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .ultimate-plan2 .hero-sc .wrap-inner .price {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .ultimate-plan2 .hero-sc .wrap-inner .price {
    margin: 25px 0 35px;
    font-size: 30px;
  }
}
.ultimate-plan2 .hero-sc .wrap-inner .price .old {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
}
.ultimate-plan2 .hero-sc .wrap-inner .price .new {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 3px 3px 0 #f89a1f, -1px -1px 0 #f89a1f, 1px -1px 0 #f89a1f, -1px 1px 0 #f89a1f, 1px 1px 0 #f89a1f;
}
@media (max-width: 1200px) {
  .ultimate-plan2 .hero-sc .wrap-inner .price .new {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .ultimate-plan2 .hero-sc .wrap-inner .price .new {
    font-size: 38px;
  }
}
.ultimate-plan2 .hero-sc .wrap-inner .price .new sup {
  font-size: 24px;
  top: -30px;
}
.ultimate-plan2 .hero-sc .wrap-inner .btn.jum-signup-link {
  background-color: #019da8;
  border: 1px solid #16A8B2;
  box-shadow: 0 4px 0 #018B94;
  height: 56px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding: 14px 60px 16px;
}
@media (max-width: 992px) {
  .ultimate-plan2 .hero-sc .wrap-inner .btn.jum-signup-link {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
  }
}
.ultimate-plan2 .hero-sc .ic-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.ultimate-plan2 .hero-sc .ic-down i {
  font-size: 20px;
  margin-top: 6px;
  -webkit-animation: updown 2s infinite  alternate;
  animation: updown 2s infinite  alternate;
}
.promotion-wrap .birthday-sale-hero,
.ultimate-plan2 .birthday-sale-hero {
  background: #111;
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/item-2.jpg');
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .promotion-wrap .birthday-sale-hero,
  .ultimate-plan2 .birthday-sale-hero {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .promotion-wrap .birthday-sale-hero,
  .ultimate-plan2 .birthday-sale-hero {
    padding: 80px 0 40px;
  }
}
.promotion-wrap .birthday-sale-hero .container,
.ultimate-plan2 .birthday-sale-hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
.promotion-wrap .birthday-sale-hero .image img,
.ultimate-plan2 .birthday-sale-hero .image img {
  margin-bottom: 10px;
  max-width: 100%;
}
.promotion-wrap .birthday-sale-hero .big-number,
.ultimate-plan2 .birthday-sale-hero .big-number {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .promotion-wrap .birthday-sale-hero .big-number,
  .ultimate-plan2 .birthday-sale-hero .big-number {
    font-size: 40px;
  }
}
.promotion-wrap .birthday-sale-hero .coupon,
.ultimate-plan2 .birthday-sale-hero .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion-wrap .birthday-sale-hero .coupon .coupon-item,
.ultimate-plan2 .birthday-sale-hero .coupon .coupon-item {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 6px;
  margin: 3px 10px;
  font-size: 18px;
  position: relative;
}
.promotion-wrap .birthday-sale-hero .coupon .coupon-item .coupon-title,
.ultimate-plan2 .birthday-sale-hero .coupon .coupon-item .coupon-title {
  padding: 6px 12px;
}
.promotion-wrap .birthday-sale-hero .coupon .coupon-item .coupon-code,
.ultimate-plan2 .birthday-sale-hero .coupon .coupon-item .coupon-code {
  background: #FF720C;
  border-radius: 4px;
  padding: 11px 24px;
  font-weight: 700;
}
.promotion.scrollDown .sub-head,
.promotion.scrollUp .sub-head {
  background: #8D0A25;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0);
}
.promotion .sub-head {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease;
  z-index: 2000;
}
.promotion .sub-head:before,
.promotion .sub-head:after {
  display: table;
  content: " ";
}
.promotion .sub-head:after {
  clear: both;
}
.promotion .sub-head .logo-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .promotion .sub-head .logo-wrap {
    float: left;
    text-align: left;
  }
}
.promotion .sub-head .logo-wrap .logo {
  padding: 16px 26px 0;
}
.promotion .sub-head .logo-wrap .logo a {
  color: #ffffff;
}
.promotion .sub-head .logo-wrap .logo a:hover,
.promotion .sub-head .logo-wrap .logo a:focus,
.promotion .sub-head .logo-wrap .logo a:active {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .promotion .sub-head .logo-wrap .logo a i {
    font-size: 24px;
  }
}
.promotion .sub-head .logo-wrap .logo a span {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  text-transform: uppercase;
}
.promotion .sub-head .extensions-nav-affix {
  background: transparent;
  border: 0;
}
.promotion .sub-head .extensions-nav-affix:before,
.promotion .sub-head .extensions-nav-affix:after {
  display: table;
  content: " ";
}
.promotion .sub-head .extensions-nav-affix:after {
  clear: both;
}
.promotion .sub-head ul {
  display: block;
  float: right;
}
.promotion .sub-head ul li {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 14%;
}
@media screen and (min-width: 768px) {
  .promotion .sub-head ul li {
    display: block;
  }
}
.promotion .sub-head ul li img {
  max-width: 100%;
  max-height: 24px;
  opacity: .8;
}
@media screen and (min-width: 768px) {
  .promotion .sub-head ul li img {
    max-height: 24px;
    max-width: auto;
  }
}
.promotion .sub-head ul li a:hover img,
.promotion .sub-head ul li a:focus img,
.promotion .sub-head ul li a:active img {
  opacity: 1;
}
.promotion .sub-head ul li:nth-child(2) a img {
  width: 20px;
}
@media screen and (min-width: 992px) {
  .promotion .sub-head ul li:nth-child(2) a img {
    width: auto;
  }
}
.promotion .pricing-page {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .promotion .pricing-page {
    padding: 30px 0;
  }
}
.promotion .pricing-page .pricing-page-head {
  background: transparent;
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .promotion .pricing-page .pricing-page-head {
    margin-bottom: 0;
  }
}
.promotion .pricing-page .pricing-page-head .page-title {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .promotion .pricing-page .pricing-page-head .page-title {
    margin-bottom: 20px;
  }
}
.promotion .pricing-page .pricing-page-head .page-title::before {
  content: ".....";
  display: none;
  position: absolute;
  left: 50%;
  line-height: 0;
  top: 100%;
  margin-top: 0;
  font-size: 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 115px;
}
.promotion .pricing-page .pricing-page-head .page-title > div {
  display: inline-block;
}
.promotion .pricing-page .pricing-page-head .page-title .badge-deal {
  background: url('//static.joomlart.com/images/blog/2018/christmas/christmas-badge.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Roboto Slab";
  margin-right: 30px;
  height: 137px;
  width: 137px;
}
@media (max-width: 767px) {
  .promotion .pricing-page .pricing-page-head .page-title .badge-deal {
    display: none;
  }
}
.promotion .pricing-page .pricing-page-head .page-title .badge-deal > span {
  color: #fff;
}
.promotion .pricing-page .pricing-page-head .page-title .badge-deal > span.text {
  font-size: 21px;
  text-transform: uppercase;
}
.promotion .pricing-page .pricing-page-head .page-title .badge-deal > span.number {
  font-size: 44px;
  font-weight: 700;
}
.promotion .pricing-page .pricing-page-head .page-title .title-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.promotion .pricing-page .pricing-page-head .page-title .title-wrap > .sub-title {
  color: #111;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .promotion .pricing-page .pricing-page-head .page-title .title-wrap > .sub-title {
    font-size: 20px;
  }
}
.promotion .pricing-page .pricing-page-head .page-title .title-wrap > .description {
  color: #344150;
  margin-bottom: 5px;
  font-size: 18px;
}
.promotion .pricing-page .pricing-page-head .page-title .title-wrap .logo-brand {
  margin-bottom: 20px;
}
.promotion .pricing-page .pricing-page-head .page-title h2 {
  font-size: 18px;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap {
  border: 0;
  padding: 0;
  position: relative;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap:before {
  background-image: url(//static.joomlart.com/images/blog/2020/blackfriday/ic-tree.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  content: '';
  display: none;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs {
  padding: 0;
  background: transparent;
  justify-content: center;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li {
  padding: 0;
  margin: 0 0.3%;
  width: 32.5%;
  text-align: center;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: none;
  color: #333333;
  padding: 14px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a small {
  font-weight: 400;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a {
  background: #d90336;
  color: #ffffff;
}
.promotion .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a small {
  color: #ffffff;
}
@media (max-width: 991px) {
  .promotion .pricing-page .pricing-page-content .pricing-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col {
  background: #ffffff;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .promotion .pricing-page .pricing-page-content .pricing-list > .col {
    width: 100%;
    margin: 24px 0;
  }
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header {
  background: transparent;
  border: 0;
  position: relative;
  padding: 30px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  color: #111;
  max-width: 100%;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header > p {
  color: #999;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header strong {
  margin-top: 26px;
  top: 0 !important;
  right: 0 !important;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header.popular::before {
  background: #01731f;
  content: "80% OFF";
  color: #fff;
  padding: 3px 0;
  text-align: center;
  width: 150px;
  display: inline-block;
  position: absolute;
  left: -46px;
  transform: rotate(-45deg);
  top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: #d90336;
  font-size: 45px;
  position: relative;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new sup {
  font-size: 26px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-old {
  font-size: 24px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  padding-left: 12px;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-old sup {
  font-size: 16px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-old:after {
  content: "/";
  margin: 0 5px;
  text-decoration: none;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background: rgba(220, 255, 246, 0.3);
  color: #0fca98;
  padding: 12px 24px;
  margin: 0;
  font-size: 14px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list {
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
  padding: 0;
  
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list input[type="radio"] {
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 3px;
  
  border: 1px solid #d90336;
  background-color: #fff;
  border-radius: 50%;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list input[type="radio"]:checked {
  background: transparent url('//static.joomlart.com/images/blog/2020/valentine/check.png') no-repeat center;
  border: 0;
  border-radius: 0;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li {
  color: #5b6b82;
  padding: 12px 24px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background-color: #f9f9f9;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li.plan-options {
  padding: 0;
  margin: 0;
  border: none;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li.plan-options.select-a-plan {
  box-shadow: 0 0 0 1px #f39c12;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li.plan-options.select-a-plan:before {
  top: -38px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li img {
  margin-right: 6px;
  display: inline;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list label {
  margin-bottom: 0;
  font-weight: normal;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action {
  padding-bottom: 50px;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn {
  background: transparent;
  border: 1px solid #d90336;
  border-radius: 3px;
  color: #d90336 !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn span {
  padding: 12px 48px;
  display: block;
  transition: 0.2s;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:hover,
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:focus,
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:active {
  color: #ffffff !important;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:hover span,
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:focus span,
.promotion .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:active span {
  background: #d90336;
  transition: 0.2s;
}
.promotion .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action .btn span {
  background: #d90336;
  color: #ffffff !important;
}
.promotion .pricing-page img {
  max-width: 100%;
}
.promotion .pricing-page .tab-content,
.promotion .pricing-page .tab-content-inner {
  overflow: visible;
}
.promotion .pricing-page .tab-content .plan-label h3,
.promotion .pricing-page .tab-content-inner .plan-label h3 {
  background: #d90336 !important;
  padding: 8px 15px;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.promotion #gavick-pricing {
  background-color: #fff1e3;
}
.promotion #shape5-pricing .logo-brand img {
  max-height: 60px;
}
.promotion #shape5-pricing .pricing-page-head .nav-tabs-wrap .nav-tabs {
  text-align: center;
}
.promotion #shape5-pricing .pricing-page-head .nav-tabs-wrap .nav-tabs > li {
  float: none;
  display: inline-block;
}
.promotion #shape5-pricing .tab-content-inner .sp-joomla,
.promotion #shape5-pricing .tab-content-inner .sp-wp {
  display: none;
}
.promotion #shape5-pricing .tab-content-inner .sp-joomla.active,
.promotion #shape5-pricing .tab-content-inner .sp-wp.active {
  display: block;
}
.promotion #jb-pricing {
  background-color: #fff1e3;
}
.promotion #ijoomla-pricing {
  background-color: #fff1e3;
}
.promotion #ijoomla-pricing .pricing-page-content > .row {
  margin-bottom: -16px;
  margin-top: -16px;
  margin-left: -8px;
  margin-right: -8px;
}
.promotion #ijoomla-pricing .pricing-page-content > .row > div {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.promotion #ijoomla-pricing .page-title h2 {
  color: #204078;
  font-size: 40px;
}
.promotion #ijoomla-pricing .box-shadow {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .promotion #ijoomla-pricing .box-shadow {
    display: flex;
  }
}
@media (min-width: 992px) {
  .promotion #ijoomla-pricing .box-shadow > div {
    width: 25%;
  }
}
.promotion #ijoomla-pricing .item-product {
  text-align: center;
  padding: 32px 24px 120px 24px;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .promotion #ijoomla-pricing .item-product {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
}
.promotion #ijoomla-pricing .item-product:last-child {
  border: none;
}
.promotion #ijoomla-pricing .item-product .intro-thumb {
  background: #f3f8ff;
  border-radius: 50%;
  padding: 32px;
  width: 200px;
  height: 200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .promotion #ijoomla-pricing .item-product .intro-thumb {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .promotion #ijoomla-pricing .item-product .intro-thumb {
    width: 200px;
    height: 200px;
  }
}
.promotion #ijoomla-pricing .item-product .intro-thumb img {
  max-height: 100%;
}
.promotion #ijoomla-pricing .item-product:hover {
  transition: 0.2s;
}
.promotion #ijoomla-pricing .item-product:hover .intro-thumb {
  background: #d90336;
}
.promotion #ijoomla-pricing .item-product .product-info h3 {
  font-size: 20px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
.promotion #ijoomla-pricing .item-product .product-info .product-desc {
  font-size: 15px;
  color: #7e7e7e;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap {
  margin-bottom: 12px;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap .price-new {
  color: #d90336;
  font-size: 45px;
  position: relative;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap .price-new sup {
  font-size: 50%;
  font-weight: normal;
  top: -10px;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap .price-old {
  font-size: 16px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap .price-old:after {
  content: "/";
  margin: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
.promotion #ijoomla-pricing .item-product .product-info .price-wrap sup {
  margin-right: 3px;
  top: -5px;
}
.promotion #ijoomla-pricing .item-product .product-info .action {
  position: absolute;
  padding: 36px 24px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.promotion #ijoomla-pricing .item-product .product-info .action .btn {
  background: #d90336 !important;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.promotion #ijoomla-pricing .item-product .product-info .action .btn span {
  padding: 12px 48px;
  display: block;
  transition: 0.2s;
}
.promotion #ijoomla-pricing .item-product .product-info .action .btn:hover,
.promotion #ijoomla-pricing .item-product .product-info .action .btn:focus,
.promotion #ijoomla-pricing .item-product .product-info .action .btn:active {
  color: #fff !important;
}
.promotion #ijoomla-pricing .item-product .product-info .action .btn:hover span,
.promotion #ijoomla-pricing .item-product .product-info .action .btn:focus span,
.promotion #ijoomla-pricing .item-product .product-info .action .btn:active span {
  background: #c00330 !important;
  transition: 0.2s;
}
.promotion #benefits {
  background-color: #fff1e3;
  padding: 80px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .promotion #benefits {
    padding: 40px 0;
  }
}
.promotion #benefits .common-info h3 {
  color: #111;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
}
.promotion #benefits .common-info .common-features {
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 7px 34px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 32px;
  padding: 32px 40px;
  list-style: none;
}
.promotion #benefits .common-info .common-features li {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333;
}
@media (min-width: 768px) {
  .promotion #benefits .common-info .common-features li {
    flex-basis: 50%;
  }
}
.promotion #benefits .common-info .common-features li:before {
  color: #d90336;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  margin-right: 8px;
}
.promotion #benefits .pricing-faqs {
  background: transparent;
  border: 0;
  max-width: 900px;
  margin: auto;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .promotion #benefits .pricing-faqs {
    margin-top: 32px;
  }
}
.promotion #benefits .pricing-faqs h2 {
  color: #111;
  text-align: center;
  font-size: 36px;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .promotion #benefits .pricing-faqs h2 {
    font-size: 22px;
  }
}
.promotion #benefits .pricing-faqs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promotion #benefits .pricing-faqs ul li {
  padding: 32px 0 32px 36px;
  position: relative;
}
.promotion #benefits .pricing-faqs ul li:before {
  content: "\f29c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 24px;
  font-size: 24px;
  color: #d90336;
}
.promotion #benefits .pricing-faqs ul li + li {
  border-top: 1px solid #e8e8e8;
}
.promotion #benefits .pricing-faqs h3 {
  color: #333;
  font-size: 16px;
  margin-top: 0;
}
.promotion #benefits .pricing-faqs p {
  color: #666;
  margin-bottom: 0;
}
.promotion #benefits .pricing-faqs a {
  color: #5b109a;
}
.promotion #benefits .pricing-faqs a:hover {
  color: #5b109a;
}
.promotion .footer {
  background: #d90336;
  color: #fff;
  font-size: 12px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ja-sub-head-ultimate2 {
  background-color: #060621;
  padding: 26px 0;
}
.ja-sub-head-ultimate2 .brand {
  float: left;
  margin-top: 6px;
}
.ja-sub-head-ultimate2 .header-r .btn {
  background: transparent;
  border: 2px solid #6dedf5;
  color: #6dedf5;
}
.ja-sub-head-ultimate2 .header-r .btn:hover,
.ja-sub-head-ultimate2 .header-r .btn:focus,
.ja-sub-head-ultimate2 .header-r .btn:active {
  border-color: #F39C12;
  color: #F39C12;
}
.ultimate-plan2 {
  color: #1c1d50;
}
.ultimate-plan2 .tit-reason {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1d50;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.ultimate-plan2 .tit-reason strong {
  display: block;
  color: #ff9500;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ultimate-plan2 .tit-reason {
    font-size: 24px;
  }
}
.ultimate-plan2 .subtit-reason {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 0 30px;
  color: #2456ff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}
.ultimate-plan2 .subtit-reason:before {
  background: #2456ff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 20px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .subtit-reason {
    font-size: 18px;
  }
}
.ultimate-plan2 .des-reason {
  font-size: 19px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .des-reason {
    font-size: 16px;
  }
}
.ultimate-plan2 .tit-reason-h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1d50;
  margin: 39px 0 26px;
}
.ultimate-plan2 .container {
  padding: 104px 16px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .container {
    padding: 26px 16px;
  }
}
.ultimate-plan2 img {
  max-width: 100%;
}
.ultimate-plan2 .list-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  font-size: 18px;
}
.ultimate-plan2 .list-features li {
  position: relative;
  padding-left: 36px;
  line-height: 1.5;
}
.ultimate-plan2 .list-features li + li {
  margin-top: 16px;
}
.ultimate-plan2 .list-features li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #000;
  margin-right: 8px;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0;
}
@media (max-width: 767px) {
  .ultimate-plan2 .list-features {
    font-size: 16px;
  }
}
.ultimate-plan2 .btn {
  background: #00C7CA;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-weight: 600;
  line-height: 1.625;
  font-size: 18px;
  padding: 15px 39px;
  position: relative;
  margin: 0;
}
.ultimate-plan2 .btn:hover,
.ultimate-plan2 .btn:focus,
.ultimate-plan2 .btn:active {
  background: #00aeb1;
}
@media (max-width: 767px) {
  .ultimate-plan2 .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.ultimate-plan2 .hero-section {
  background-color: #060621;
  color: #ffffff;
  position: relative;
}
.ultimate-plan2 .hero-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ultimate-plan2 .hero-section .container {
  padding-top: 52px;
  padding-bottom: 160px;
  position: relative;
  z-index: 120;
}
@media (max-width: 767px) {
  .ultimate-plan2 .hero-section .container {
    padding-top: 0;
    padding-bottom: 52px;
  }
}
.ultimate-plan2 .hero-section .promotion-name {
  background: url(../../images/bf-decor-bg.png) no-repeat center center;
  padding-top: 20px;
  text-align: center;
}
.ultimate-plan2 .hero-section .promotion-name .word-1 {
  color: #060621;
  font-weight: 700;
  font-size: 120px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #f39c12, 1px -1px 0 #f39c12, -1px 1px 0 #f39c12, 1px 1px 0 #f39c12;
}
@media screen and (min-width: 768px) {
  .ultimate-plan2 .hero-section .promotion-name .word-1 {
    font-size: 160px;
  }
}
.ultimate-plan2 .hero-section .promotion-name .word-2 {
  color: #060621;
  font-family: 'Condiment', cursive;
  font-size: 80px;
  margin: -34px 0 0;
  line-height: 1;
  text-shadow: -1px -1px 0 #6dedf5, 1px -1px 0 #6dedf5, -1px 1px 0 #6dedf5, 1px 1px 0 #6dedf5;
}
.ultimate-plan2 .hero-section .sale-title {
  color: #F39C12;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ultimate-plan2 .hero-section .sale-title {
    font-size: 64px;
  }
}
.ultimate-plan2 .hero-section .note-msg {
  font-size: 30px;
  font-family: "Barlow Condensed";
  font-weight: 400;
  letter-spacing: 2.5px;
  margin-bottom: 13px;
}
.ultimate-plan2 .hero-section .note-msg strong {
  color: #ff9500;
  font-weight: normal;
}
@media (max-width: 767px) {
  .ultimate-plan2 .hero-section .note-msg {
    font-size: 24px;
  }
}
.ultimate-plan2 .hero-section .price {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 26px;
  font-family: "Barlow Condensed";
}
.ultimate-plan2 .hero-section .price .old {
  opacity: .5;
  text-decoration: line-through;
}
.ultimate-plan2 .hero-section .price .new {
  color: #ff9500;
  margin-left: 26px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .hero-section .price {
    font-size: 40px;
  }
}
.ultimate-plan2 .hero-section .btn {
  background: transparent;
  border: 2px solid #6DEDF5;
  color: #6DEDF5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ultimate-plan2 .hero-section .btn:hover,
.ultimate-plan2 .hero-section .btn:focus,
.ultimate-plan2 .hero-section .btn:active {
  border-color: #F39C12;
  color: #F39C12;
}
.ultimate-plan2 .j4-ready {
  background-color: #E2F7FE;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ultimate-plan2 .j4-ready {
    background-image: url(//static.joomlart.com/images/promotions/16th-joomla/bg-j4.png);
    padding-bottom: 350px;
  }
}
.ultimate-plan2 .j4-ready .price-season {
  margin-top: 54px;
}
@media (max-width: 991px) {
  .ultimate-plan2 .j4-ready .price-season {
    margin-bottom: 32px;
    margin-top: 20px;
  }
}
.ultimate-plan2 .j4-ready .list-info .item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .ultimate-plan2 .j4-ready .list-info .item {
    margin-bottom: 16px;
  }
}
.ultimate-plan2 .j4-ready .list-info .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3B97E3;
  border-radius: 50%;
  line-height: 72px;
  flex: 0 0 72px;
  text-align: center;
  margin-right: 20px;
  height: 72px;
  width: 72px;
}
.ultimate-plan2 .j4-ready .list-info .item span {
  font-size: 18px;
  font-weight: 700;
}
.ultimate-plan2 .t4-intro-section .reason-wrap {
  margin-bottom: 52px;
}
.ultimate-plan2 .t4-intro-section .des-reason {
  color: #666;
}
.ultimate-plan2 .t4-intro-section .subtit-reason {
  color: #50e3c2;
}
.ultimate-plan2 .t4-intro-section .subtit-reason:before {
  background: #50e3c2;
}
.ultimate-plan2 .t4-intro-section .tit-reason span {
  color: #50e3c2;
}
.ultimate-plan2 .t4-intro-section .list-features {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ultimate-plan2 .t4-intro-section .list-features li {
  color: #1c1d50;
  font-weight: 500;
}
.ultimate-plan2 .t4-intro-section .list-features li:before {
  color: #000;
}
.ultimate-plan2 .t4-intro-section .jum-viewmore-link {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 26px;
  background-color: #1bb7ab;
}
.ultimate-plan2 .t4-intro-section .jum-viewmore-link:hover {
  background-color: #12a195;
}
@media (max-width: 767px) {
  .ultimate-plan2 .t4-intro-section .jum-viewmore-link {
    padding: 12px 25px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ultimate-plan2 .t4-intro-section .col-md-5 {
    width: 35%;
    padding-right: 0;
  }
  .ultimate-plan2 .t4-intro-section .col-md-7 {
    width: 65%;
    padding-left: 0;
  }
}
.ultimate-plan2 .reason-section-1 {
  background: #e2f7fe;
}
.ultimate-plan2 .reason-section-1 .container {
  padding-bottom: 0;
}
.ultimate-plan2 .reason-section-1 .bundle-brand {
  list-style: none;
  margin: 52px 0;
  padding: 0;
  overflow: hidden;
}
.ultimate-plan2 .reason-section-1 .bundle-brand li {
  display: inline-block;
  margin: 0 26px 26px 0;
}
.ultimate-plan2 .reason-section-1 .bundle-brand li a {
  opacity: 1;
}
.ultimate-plan2 .reason-section-1 .reason-image-1 {
  position: relative;
  margin-top: 52px;
  margin-bottom: -26px;
  text-align: center;
}
.ultimate-plan2 .reason-section-2 {
  background-image: linear-gradient(316deg, #251bb2, #5d1ae4);
  color: #ffffff;
  position: relative;
}
.ultimate-plan2 .reason-section-2 .container {
  position: relative;
  z-index: 10;
}
.ultimate-plan2 .reason-section-2 .tit-reason {
  color: #ffffff;
}
.ultimate-plan2 .reason-section-2 .subtit-reason {
  color: #50e3c2;
}
.ultimate-plan2 .reason-section-2 .subtit-reason:before {
  background: #50e3c2;
}
.ultimate-plan2 .reason-section-2 .des-reason {
  margin-bottom: 30px;
}
.ultimate-plan2 .reason-section-2 .reason-wrap {
  height: 100%;
  padding-top: 40px;
}
.ultimate-plan2 .reason-section-2 .price-season {
  font-size: 46px;
}
.ultimate-plan2 .reason-section-2 .price-season .old {
  text-decoration: line-through;
}
.ultimate-plan2 .reason-section-2 .price-season .new {
  color: #ff9500;
}
.ultimate-plan2 .reason-section-3 {
  background-color: #f2f2f7;
}
.ultimate-plan2 .reason-section-3 .pd-card {
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(239deg, #22e1ff, #1d8fe1 48%, #625eb1);
  position: relative;
  padding: 52px 104px 52px 26px;
  color: #ffffff;
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-3 .pd-card {
    margin-top: 0;
  }
}
.ultimate-plan2 .reason-section-3 .pd-card:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background-position: 8px center;
}
.ultimate-plan2 .reason-section-3 .pd-card h4 {
  font-size: 32px;
  margin: 0 0 13px 0;
  color: #ffffff;
}
.ultimate-plan2 .reason-section-3 .pd-card p {
  font-size: 16px;
  margin: 0;
}
.ultimate-plan2 .reason-section-3 .pd-card.pd-temp {
  margin-right: 26px;
}
.ultimate-plan2 .reason-section-3 .pd-card.pd-temp:before {
  background-image: url(//static.joomlart.com/images/blog/2018/ultimate-bundle/jtemp.png);
}
.ultimate-plan2 .reason-section-3 .pd-card.pd-ext {
  background-image: linear-gradient(301deg, #764ba2, #667eea);
}
.ultimate-plan2 .reason-section-3 .pd-card.pd-ext:before {
  background-image: url(//static.joomlart.com/images/blog/2018/ultimate-bundle/jext.png);
}
.ultimate-plan2 .reason-section-3 .reason-feature-item {
  background: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 26px;
  min-height: 373px;
}
@media (max-width: 1199px) {
  .ultimate-plan2 .reason-section-3 .reason-feature-item {
    min-height: 0;
  }
}
.ultimate-plan2 .reason-section-3 .reason-feature-item .img-item {
  width: 300px;
  height: 250px;
  margin: 0 auto 26px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .ultimate-plan2 .reason-section-3 .reason-feature-item .img-item {
    height: auto;
  }
}
.ultimate-plan2 .reason-section-3 .reason-feature-item .img-item img {
  max-width: 100%;
  max-height: 100%;
}
.ultimate-plan2 .reason-section-3 .reason-feature-item h4 {
  font-size: 18px;
  color: #1c1d50;
  margin: 0;
}
.ultimate-plan2 .reason-section-4 {
  background-image: linear-gradient(316deg, #1c1d50, #2456ff);
  color: #ffffff;
}
.ultimate-plan2 .reason-section-4 .tit-reason {
  color: #ffffff;
}
.ultimate-plan2 .reason-section-4 .subtit-reason {
  color: #50e3c2;
}
.ultimate-plan2 .reason-section-4 .subtit-reason:before {
  background: #50e3c2;
}
.ultimate-plan2 .reason-section-4 .pro-sup {
  margin: 52px 0;
  padding: 0;
  list-style: none;
  font-size: 22px;
}
.ultimate-plan2 .reason-section-4 .pro-sup li {
  display: inline-block;
  margin: 0 52px 26px 0;
}
.ultimate-plan2 .reason-section-4 .pro-sup li img {
  vertical-align: middle;
  margin-right: 16px;
}
.ultimate-plan2 .reason-section-4 .reason-static {
  display: flex;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-4 .reason-static {
    flex-direction: column;
    margin-top: 26px;
  }
}
.ultimate-plan2 .reason-section-4 .reason-static-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.ultimate-plan2 .reason-section-4 .reason-static-item h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 52px 0;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-4 .reason-static-item h4 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
.ultimate-plan2 .reason-section-4 .reason-static-item p {
  font-size: 24px;
  font-weight: 400;
}
.ultimate-plan2 .reason-section-4 .reason-static-item p strong {
  font-weight: 400;
  font-size: 48px;
  color: #50e3c2;
  vertical-align: middle;
  margin-right: 13px;
}
.ultimate-plan2 .reason-section-5 {
  background-color: #f2f2f7;
}
.ultimate-plan2 .reason-section-5 .des-reason {
  margin-bottom: 30px;
}
.ultimate-plan2 .reason-section-5 .pd-update {
  display: flex;
  flex-wrap: wrap;
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .ultimate-plan2 .reason-section-5 .pd-update {
    flex-direction: column;
  }
}
.ultimate-plan2 .reason-section-5 .pd-update li {
  flex-basis: 50%;
  margin-bottom: 26px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .ultimate-plan2 .reason-section-5 .pd-update li {
    margin-bottom: 13px;
  }
}
.ultimate-plan2 .reason-section-5 .pd-update li img {
  float: left;
  width: 125px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-5 .pd-update li img {
    display: none;
  }
}
.ultimate-plan2 .reason-section-5 .pd-update li h4 {
  margin: 0 0 13px 150px;
  font-size: 48px;
  color: #c0392b;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-5 .pd-update li h4 {
    margin-left: 0;
  }
}
.ultimate-plan2 .reason-section-5 .pd-update li p {
  margin: 0 0 0 150px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-5 .pd-update li p {
    margin-left: 0;
  }
}
.ultimate-plan2 .reason-section-5 .sup-more {
  margin-left: -15px;
  margin-right: -15px;
}
.ultimate-plan2 .reason-section-5 .sup-more > div {
  padding-left: 15px;
  padding-right: 15px;
}
.ultimate-plan2 .reason-section-5 .sup-more .reason-feature-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 212px;
}
@media (max-width: 767px) {
  .ultimate-plan2 .reason-section-5 .sup-more .reason-feature-item {
    margin-bottom: 13px;
  }
}
.ultimate-plan2 .reason-section-5 .sup-more .reason-feature-item .img-item {
  width: 80px;
  height: 80px;
  margin: 0 auto 26px;
}
.ultimate-plan2 .reason-section-5 .sup-more .reason-feature-item .img-item img {
  max-width: 100%;
  max-height: 100%;
}
.ultimate-plan2 .reason-section-5 .sup-more .reason-feature-item h4 {
  font-size: 16px;
  color: #1c1d50;
  margin: 0;
}
.ultimate-plan2 .cta-section {
  background-image: url('//static.joomlart.com/images/blog/2018/promotions/bg-landing.png');
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.ultimate-plan2 .cta-section .container {
  position: relative;
}
@media (min-width: 992px) {
  .ultimate-plan2 .cta-section .container {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
.ultimate-plan2 .cta-section .bg-cta {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ultimate-plan2 .cta-section h1 {
  color: #ffffff;
  margin: 0 0 26px;
}
.ultimate-plan2 .promotion-qa.cm-action {
  background-color: #060621;
}
.ultimate-plan2 .promotion-qa.cm-action .container h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 26px;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-default {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-heading {
  background-color: #02020E;
  border: 0;
  color: #fff;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-heading .panel-title a {
  display: block;
  font-weight: 400;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-heading .panel-title a:before {
  content: "\f059";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  opacity: 0.7;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-collapse {
  background: transparent;
  color: #ffffff;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-collapse .panel-body {
  border-top: 0;
  padding: 26px;
  opacity: 0.7;
}
.ultimate-plan2 .promotion-qa.cm-action .container #accordion .panel-collapse .panel-body p:last-child {
  margin-bottom: 0;
}
.sub-footer {
  background-color: #060621;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 26px;
  padding-bottom: 26px;
}
.sub-footer p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.ultimate-plan3 {
  --ub-primary: #5E44FF;
  --ub-secondary: #7A40ED;
  --ub-border-radius: 8px;
  --ub-spacing: 8px;
}
.ultimate-plan3 .ub-hero {
  background: url(//static.joomlart.com/images/promotions/ultimate-plan-2023/hero-bg-1.png) no-repeat 50% 0 #000000;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .ub-hero {
    background: url(//static.joomlart.com/images/promotions/ultimate-plan-2023/hero-bg-1.png) no-repeat 50% 98px #000000;
  }
}
.ultimate-plan3 .ub-hero h1 {
  color: #ffffff;
  display: flex;
  flex-flow: column wrap;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-hero h1 {
    font-size: 140px;
  }
}
.ultimate-plan3 .ub-hero h1 span {
  line-height: 1;
}
.ultimate-plan3 .ub-hero h1 .word-1 {
  color: #EE355B;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-hero h1 .word-1 {
    letter-spacing: 10px;
  }
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-hero h1 .word-2 {
    letter-spacing: -4px;
    margin-top: -14px;
  }
}
.ultimate-plan3 .ub-hero h3 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 8px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-hero h3 {
    font-size: 28px;
    gap: 48px;
  }
}
.ultimate-plan3 .ub-hero h3::before,
.ultimate-plan3 .ub-hero h3::after {
  background: url(//static.joomlart.com/images/promotions/ultimate-plan-2023/sub-head-decor.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 6px;
  width: 48px;
}
.ultimate-plan3 .ub-hero .discount-wrap {
  margin-bottom: 36px;
}
.ultimate-plan3 .ub-hero .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-hero .price {
    font-size: 64px;
    gap: 32px;
  }
}
.ultimate-plan3 .ub-hero .price .old-price {
  opacity: .3;
  text-decoration: line-through;
}
.ultimate-plan3 .ub-hero .price .new-price {
  color: #9333ea;
}
.ultimate-plan3 .ub-hero .btn-warning {
  background-color: #9333ea;
  border-radius: 12px;
  border: 0;
  color: #ffffff;
}
.ultimate-plan3 .ub-hero .btn-warning:hover,
.ultimate-plan3 .ub-hero .btn-warning:focus,
.ultimate-plan3 .ub-hero .btn-warning:active {
  background-color: #7e22ce;
}
.ultimate-plan3 .ub-section .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.ultimate-plan3 .ub-section .section-decor {
  position: absolute;
  height: 29px;
  width: 112px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ultimate-plan3 .ub-section .card {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 24px;
}
.ultimate-plan3 .ub-section .card.card-v {
  flex-direction: column;
}
.ultimate-plan3 .ub-section .card .card-media {
  border-radius: 10px;
  padding: 16px;
  min-height: 72px;
  display: flex;
  align-items: center;
}
.ultimate-plan3 .ub-section .card .card-media.bg-yellow {
  background: #FFB34C;
}
.ultimate-plan3 .ub-section .card .card-media.bg-cyan {
  background: #5DCDBD;
}
.ultimate-plan3 .ub-section .card .card-media.bg-pink {
  background: #FBA6EC;
}
.ultimate-plan3 .ub-section .card .card-media svg {
  display: block;
}
.ultimate-plan3 .ub-section .card .card-body h3 {
  margin: 0;
  font-size: 20px;
}
.ultimate-plan3 .ub-section .ub-feature-list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  gap: 16px;
}
.ultimate-plan3 .ub-section .ub-feature-list.list-vertical {
  flex-flow: row wrap;
  gap: 32px;
}
.ultimate-plan3 .ub-section .ub-feature-list.list-justify-center {
  justify-content: center;
}
.ultimate-plan3 .ub-section .ub-feature-list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ultimate-plan3 .ub-section .ub-feature-list li span {
  background: #ee355b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
}
.ultimate-plan3 .ub-section .ub-feature-list li span i {
  font-size: 14px;
}
.ultimate-plan3 .ub-section .sub-title {
  display: flex;
  font-size: 24px;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.ultimate-plan3 .ub-section .sub-title::before,
.ultimate-plan3 .ub-section .sub-title::after {
  background: rgba(0, 0, 0, 0.2);
  flex: 1;
  content: "";
  display: flex;
  height: 1px;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-content.content-position-left {
    padding-right: 120px;
  }
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-content.content-position-right {
    padding-left: 120px;
  }
}
.ultimate-plan3 .section-header {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .section-header {
    text-align: left;
  }
}
.ultimate-plan3 .section-header.section-header-top {
  text-align: center;
}
@media (min-width: 992px) {
  .ultimate-plan3 .section-header.section-header-top {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-header.section-header-top {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.ultimate-plan3 .section-header.section-header-top h4 {
  justify-content: center;
}
.ultimate-plan3 .section-header h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  gap: 8px;
  margin: 0 0 13px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ultimate-plan3 .section-header h4 {
    justify-content: flex-start;
  }
}
.ultimate-plan3 .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 26px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .ultimate-plan3 .section-header h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-header h2 {
    font-size: 52px;
  }
}
.ultimate-plan3 .section-header h2 span {
  color: #9333ea;
}
.ultimate-plan3 .section-header .lead {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  opacity: .8;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-header .lead {
    font-size: 20px;
  }
}
.ultimate-plan3 .section-media img {
  max-width: 100%;
}
.ultimate-plan3 .section-actions .btn {
  background: #ffffff;
  color: #3a3a3c;
  border-radius: 8px;
  border: 0;
  font-size: 18px;
  padding: 12px 24px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 1200px) {
  .ultimate-plan3 .section-actions .btn {
    padding: 16px 32px;
  }
}
.ultimate-plan3 .section-actions .btn:hover,
.ultimate-plan3 .section-actions .btn:focus,
.ultimate-plan3 .section-actions .btn:active {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.ultimate-plan3 .section-actions .btn.btn-white:hover,
.ultimate-plan3 .section-actions .btn.btn-white:focus,
.ultimate-plan3 .section-actions .btn.btn-white:active {
  color: #ffffff !important;
}
.ultimate-plan3 .section-actions .btn.btn-primary {
  background: #9333ea;
  color: #ffffff;
}
.ultimate-plan3 .section-actions .btn.btn-primary:hover,
.ultimate-plan3 .section-actions .btn.btn-primary:focus,
.ultimate-plan3 .section-actions .btn.btn-primary:active {
  background: #7e22ce;
}
.ultimate-plan3 .ub-section-1 {
  background: #6366f1;
  color: #fff;
}
.ultimate-plan3 .ub-section-1 .section-header {
  text-align: center;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-1 .section-header {
    text-align: left;
  }
}
.ultimate-plan3 .ub-section-1 .section-header h2,
.ultimate-plan3 .ub-section-1 .section-header h4 {
  color: #fff;
}
.ultimate-plan3 .ub-section-1 .card {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-1 .card {
    margin-top: 32px;
  }
}
.ultimate-plan3 .ub-section-1 .card h3 {
  color: #ffffff;
}
.ultimate-plan3 .ub-section-1 .row + .row {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-1 .row + .row {
    margin-top: 64px;
  }
}
.ultimate-plan3 .ub-section-1 .section-actions {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-1 .section-actions {
    margin-bottom: 0;
    text-align: left;
  }
}
.ultimate-plan3 .ub-section-2 {
  background: #fff7ed;
}
.ultimate-plan3 .ub-section-2 .section-decor svg {
  fill: #6366f1;
}
.ultimate-plan3 .ub-section-2 .section-header {
  text-align: center;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .ub-section-2 .section-header {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.ultimate-plan3 .ub-section-2 .section-header h4 {
  color: #EE355B;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .ub-section-2 .section-header h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
.ultimate-plan3 .ub-section-2 .section-header h2 span {
  color: #7A40ED;
}
.ultimate-plan3 .ub-section-2 .card {
  background: #ffffff;
  text-align: center;
}
.ultimate-plan3 .ub-section-2 .card img {
  max-width: 100%;
}
.ultimate-plan3 .ub-section-2 .card .card-body h3 {
  margin-bottom: 8px;
}
.ultimate-plan3 .ub-section-2 .section-body .row > div + div {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-2 .section-body .row > div + div {
    margin-top: 0;
  }
}
.ultimate-plan3 .ub-section-3 {
  background: url('//static.joomlart.com/images/blog/2018/ultimate-bundle/reason-1.png') no-repeat bottom center #9333ea;
  background-size: contain;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-3 {
    padding-bottom: 320px;
  }
}
@media (min-width: 1200px) {
  .ultimate-plan3 .ub-section-3 {
    background-size: auto;
    padding-bottom: 400px;
  }
}
.ultimate-plan3 .ub-section-3 .section-decor svg {
  fill: #fff7ed;
}
.ultimate-plan3 .ub-section-3 .section-header {
  text-align: center;
}
.ultimate-plan3 .ub-section-3 .section-header h4 {
  color: #ffffff;
}
.ultimate-plan3 .ub-section-3 .section-header h2,
.ultimate-plan3 .ub-section-3 .section-header .lead {
  color: #ffffff;
}
.ultimate-plan3 .ub-section-3 .brand-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 16px;
}
.ultimate-plan3 .ub-section-3 .brand-list a {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: block;
  padding: 12px 16px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-3 .brand-list a {
    border-radius: 10px;
    padding: 24px 32px;
  }
}
.ultimate-plan3 .ub-section-3 .brand-list a img {
  max-width: 160px;
  height: 16px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-3 .brand-list a img {
    height: 32px;
  }
}
.ultimate-plan3 .ub-section-8 {
  background: #fff7ed;
}
.ultimate-plan3 .ub-section-8 .sup-more {
  display: flex;
  flex-wrap: wrap;
}
.ultimate-plan3 .ub-section-8 .sup-more > div {
  margin-top: 32px;
}
.ultimate-plan3 .ub-section-8 .reason-feature-item {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-8 .reason-feature-item {
    min-height: 226px;
    padding: 32px;
  }
}
.ultimate-plan3 .ub-section-8 .reason-feature-item .img-item {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-8 .reason-feature-item .img-item {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .ultimate-plan3 .ub-section-8 .reason-feature-item .img-item img {
    max-width: 50px;
  }
}
.ultimate-plan3 .ub-section-8 .reason-feature-item h4 {
  color: #48484a;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-8 .reason-feature-item h4 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .ultimate-plan3 .ub-section-4 {
    text-align: center;
  }
}
.ultimate-plan3 .ub-section-4 .section-decor svg {
  fill: #9333ea;
}
@media (max-width: 992px) {
  .ultimate-plan3 .ub-section-4 .section-media {
    display: none;
  }
}
.ultimate-plan3 .ub-section-4 h4 {
  color: #ee355b;
}
.ultimate-plan3 .ub-section-4 .section-content-wrapper {
  padding-left: 120px;
}
.ultimate-plan3 .ub-section-5 {
  background: #fff7ed;
}
.ultimate-plan3 .ub-section-5 .section-decor svg {
  fill: #fff;
}
.ultimate-plan3 .ub-section-5 h4 {
  color: #9333ea;
}
.ultimate-plan3 .ub-section-5 .section-content-wrapper {
  padding-right: 120px;
}
.ultimate-plan3 .ub-section-5 .section-header {
  margin-bottom: 48px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .ultimate-plan3 .ub-section-5 .section-media {
    display: none;
  }
}
.ultimate-plan3 .ub-section-6 {
  background: #6366f1;
  color: #ffffff;
}
.ultimate-plan3 .ub-section-6 .section-decor svg {
  fill: #fff7ed;
}
.ultimate-plan3 .ub-section-6 h2,
.ultimate-plan3 .ub-section-6 h3,
.ultimate-plan3 .ub-section-6 h4 {
  color: #ffffff;
}
.ultimate-plan3 .ub-section-6 h2 span {
  color: #5DCDBD;
}
.ultimate-plan3 .ub-section-6 .sub-title {
  margin: 64px 0 32px 0;
}
.ultimate-plan3 .ub-section-6 .products-statistic {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 0 48px;
  padding: 0;
  gap: 16px;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-6 .products-statistic {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.ultimate-plan3 .ub-section-6 .products-statistic li {
  background-color: #5DCDBD;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  flex-flow: column wrap;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-6 .products-statistic li {
    padding: 32px 40px;
    background-image: url(//static.joomlart.com/images/promotions/ultimate-plan-2023/joomla-logo-decor.png);
    background-repeat: no-repeat;
    background-position: top right;
    justify-content: flex-start;
    text-align: left;
  }
}
.ultimate-plan3 .ub-section-6 .products-statistic li:last-child {
  background-color: #FFB34C;
}
.ultimate-plan3 .ub-section-6 .products-statistic strong {
  font-size: 36px;
  font-weight: 600;
}
.ultimate-plan3 .ub-section-6 .section-media {
  text-align: center;
}
@media (min-width: 1200px) {
  .ultimate-plan3 .ub-section-6 .section-media {
    text-align: right;
  }
}
.ultimate-plan3 .ub-section-6 .row.ub-more-products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 768px) {
  .ultimate-plan3 .ub-section-6 .row.ub-more-products > div + div {
    margin-top: 16px;
  }
}
.ultimate-plan3 .ub-section-6 .card {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 32px;
  padding-bottom: 32px;
}
.ultimate-plan3 .ub-section-6 .card.card-v {
  height: 100%;
}
@media (max-width: 480px) {
  .ultimate-plan3 .ub-section-6 .card.card-v {
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .ultimate-plan3 .ub-section-6 .card.card-v .card-media {
    padding: 0;
    max-width: 25%;
  }
}
.ultimate-plan3 .ub-section-6 .card.card-v .card-media img {
  max-width: 100%;
}
.ultimate-plan3 .ub-section-7 .section-decor svg {
  fill: #6366f1;
}
.ultimate-plan3 .ub-section-7 .section-header h4 {
  color: #059669;
}
.ultimate-plan3 .ub-section-7 .ub-feature-list {
  margin-bottom: 64px;
}
.ultimate-plan3 .ub-section-7 .ub-feature-list li span {
  background: #059669;
}
.ultimate-plan3 .ub-section-7 .statistics-wrap ul {
  display: flex;
  list-style: none;
  margin: 32px 0;
  padding: 0;
  gap: 16px;
}
.ultimate-plan3 .ub-section-7 .statistics-wrap ul li {
  background: #ecfdf5;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-7 .statistics-wrap ul li {
    font-size: 20px;
    padding: 32px;
    text-align: left;
  }
}
.ultimate-plan3 .ub-section-7 .statistics-wrap ul li strong {
  color: #059669;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .ultimate-plan3 .ub-section-7 .statistics-wrap ul li strong {
    font-size: 36px;
  }
}
.ultimate-plan3 .ub-section-7 .statistics-wrap ul li:last-child {
  background: #fff7ed;
}
.ultimate-plan3 .ub-section-7 .statistics-wrap ul li:last-child strong {
  color: #f97316;
}
.ultimate-plan3 .ub-section-8 .section-decor svg {
  fill: #fff;
}
.ultimate-plan3 .ub-section-8 .section-header h4 {
  color: #EE355B;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 64px;
  padding: 0;
  gap: 32px;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li {
  background: #9333ea;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  padding: 24px;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li .statistic-media {
  flex-basis: 25%;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li .statistic-media img {
  max-width: 100%;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li .statistic-content {
  flex: 1;
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-8 .statistic-wrap li h3 {
    font-size: 36px;
  }
}
.ultimate-plan3 .ub-section-8 .statistic-wrap li p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ultimate-plan3 .ub-section-8 .statistic-wrap li p {
    font-size: 18px;
  }
}
.ultimate-plan3 .ub-section-9 {
  background: url(//static.joomlart.com/images/promotions/ultimate-plan-2023/one-price-bg.png) top left #101011;
  color: #ffffff;
}
.ultimate-plan3 .ub-section-9 .section-decor svg {
  fill: #fff7ed;
}
.ultimate-plan3 .ub-section-9 .section-header {
  margin-bottom: 48px;
  padding-bottom: 0;
}
.ultimate-plan3 .ub-section-9 h2 {
  color: #ffffff;
}
.ultimate-plan3 .ub-section-9 h2 span {
  color: #5DCDBD;
}
.ultimate-plan3 .ub-section-9 .ub-button {
  background: #9333ea;
  color: #ffffff;
}
.ultimate-plan3 .ub-section-9 .ub-button:hover,
.ultimate-plan3 .ub-section-9 .ub-button:focus,
.ultimate-plan3 .ub-section-9 .ub-button:active {
  background: #7e22ce;
}
.ultimate-plan3 .ub-section-10 {
  background: #fff7ed;
}
.ultimate-plan3 .ub-section-10 .section-decor svg {
  fill: #101011;
}
.ultimate-plan3 .ub-section-10 .panel {
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 2px;
}
.ultimate-plan3 .ub-section-10 .panel + .panel {
  margin-top: 8px;
}
.ultimate-plan3 .ub-section-10 .panel > .panel-heading {
  background: #ffedd5;
  border: 0;
  border-radius: 8px;
  padding: 8px 16px;
}
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a {
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a:hover,
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a:focus,
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a:active {
  text-decoration: none;
}
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a i {
  color: #f97316;
  font-size: 24px;
}
.ultimate-plan3 .ub-section-10 .panel > .panel-heading a.collapsed i {
  color: #fed7aa;
}
.ultimate-plan3 .ub-section-10 .panel .panel-body {
  border: 0;
  padding: 12px 16px;
}
.ultimate-plan3 .ub-section-10 .panel .panel-body p:last-child {
  margin-bottom: 0;
}
.promotion-wrap .countdown-wrap,
.ultimate-plan2 .countdown-wrap {
  margin-top: 30px;
}
.promotion-wrap .countdown,
.ultimate-plan2 .countdown {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .promotion-wrap .countdown,
  .ultimate-plan2 .countdown {
    margin-top: 0;
  }
}
.promotion-wrap .countdown .tiles > span,
.ultimate-plan2 .countdown .tiles > span {
  color: #ffffff;
  text-indent: 0;
  width: 90px;
}
.promotion-wrap .countdown .tiles > span:after,
.ultimate-plan2 .countdown .tiles > span:after {
  background: #ffffff;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .promotion-wrap .countdown .tiles > span,
  .ultimate-plan2 .countdown .tiles > span {
    width: 60px;
  }
}
.promotion-wrap .countdown .labels li,
.ultimate-plan2 .countdown .labels li {
  color: #ffffff;
  text-transform: capitalize;
  width: 90px;
  font-size: 13px;
}
@media (max-width: 480px) {
  .promotion-wrap .countdown .labels li,
  .ultimate-plan2 .countdown .labels li {
    width: 60px;
  }
}
.promotion-wrap .countdown .labels li:before,
.ultimate-plan2 .countdown .labels li:before {
  background-image: url('//static.joomlart.com/images/promotions/valentine-2022/item-3.png');
  background-size: 100% 100%;
  border-radius: 0;
  left: 6px;
  top: -41px;
  width: 76px;
}
.promotion-wrap .grid-flex,
.ultimate-plan2 .grid-flex {
  flex-wrap: wrap;
}
.show-mr {
  display: none;
}
.ultimate-plan2 .birthday-sale-hero {
  background: #000;
  position: relative;
}
.ultimate-plan2 .birthday-sale-hero .bg-mask {
  background-image: url('//static.joomlart.com/images/promotions/valentine-2022/item-6.jpg');
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.ultimate-plan2 .birthday-sale-hero .container {
  position: relative;
  z-index: 2;
}
.ultimate-plan2 h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 85px;
}
@media (max-width: 991px) {
  .ultimate-plan2 h1 {
    font-size: 40px;
  }
}
.ultimate-plan2 .hero-intro h3 {
  color: #ffffff;
}
.ultimate-plan2 .discount-wrap {
  color: #ffffff;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .ultimate-plan2 .discount-wrap {
    margin-bottom: 25px;
  }
}
.ultimate-plan2 .discount-wrap .price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  font-size: 64px;
  font-weight: 700;
}
.ultimate-plan2 .discount-wrap .price > span {
  margin: 5px 15px;
}
.ultimate-plan2 .discount-wrap .price .old-price {
  opacity: 0.6;
  text-decoration: line-through;
}
.ultimate-plan2 .discount-wrap .price .new-price {
  color: #F6C30A;
}
.ultimate-plan2.theme-merry .btn {
  background: #302b4a;
  text-transform: uppercase;
  padding: 13px 50px;
}
.ultimate-plan2.theme-merry .btn:hover,
.ultimate-plan2.theme-merry .btn:focus,
.ultimate-plan2.theme-merry .btn:active {
  background: #26223a;
}
.ultimate-plan2.theme-merry .tit-reason {
  color: #111;
  font-size: 42px;
}
@media (max-width: 991px) {
  .ultimate-plan2.theme-merry .tit-reason {
    font-size: 28px;
  }
}
.ultimate-plan2.theme-merry .hidden-mr {
  display: none !important;
}
.ultimate-plan2.theme-merry .show-mr {
  display: block;
}
.ultimate-plan2.theme-merry .birthday-sale-hero .btn {
  background: #fff;
  color: #2F2F2F;
}
.ultimate-plan2.theme-merry .birthday-sale-hero .btn:hover,
.ultimate-plan2.theme-merry .birthday-sale-hero .btn:focus,
.ultimate-plan2.theme-merry .birthday-sale-hero .btn:active {
  background: rgba(255, 255, 255, 0.9);
}
.ultimate-plan2.theme-merry .j4-ready {
  background-color: #fff;
}
.ultimate-plan2.theme-merry .j4-ready .subtit-reason {
  color: #EA0000;
}
.ultimate-plan2.theme-merry .j4-ready .subtit-reason:before {
  background: #EA0000;
}
.ultimate-plan2.theme-merry .j4-ready .list-info .item {
  background: #B32122;
  position: relative;
}
.ultimate-plan2.theme-merry .j4-ready .list-info .item:before {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-3.png');
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: -4px;
  right: -5px;
  height: 47px;
  width: 90px;
}
.ultimate-plan2.theme-merry .j4-ready .list-info .item .icon {
  background: rgba(255, 255, 255, 0.1);
}
.ultimate-plan2.theme-merry .j4-ready .list-info .item span {
  color: #fff;
}
.ultimate-plan2.theme-merry .j4-ready .btn {
  background: transparent;
  border: 2px solid #111;
  color: #111;
}
.ultimate-plan2.theme-merry .j4-ready .btn:hover,
.ultimate-plan2.theme-merry .j4-ready .btn:focus,
.ultimate-plan2.theme-merry .j4-ready .btn:active {
  background: #111;
  color: #fff;
}
.ultimate-plan2.theme-merry .t4-intro-section {
  background: #fff1e3;
}
.ultimate-plan2.theme-merry .t4-intro-section .subtit-reason {
  color: #EA0000;
}
.ultimate-plan2.theme-merry .t4-intro-section .subtit-reason:before {
  background: #EA0000;
}
.ultimate-plan2.theme-merry .t4-intro-section .tit-reason span {
  color: #FCB415;
}
.ultimate-plan2.theme-merry .reason-section-1 {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-5.png');
  background-color: #01731f;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ultimate-plan2.theme-merry .reason-section-1 .subtit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-1 .subtit-reason:before {
  background: #fff;
}
.ultimate-plan2.theme-merry .reason-section-1 .tit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-1 .des-reason {
  color: #fff;
  opacity: 0.7;
}
.ultimate-plan2.theme-merry .reason-section-2 {
  background: #B32122;
}
.ultimate-plan2.theme-merry .reason-section-2 .tit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-2 .tit-reason strong {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-2 .subtit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-2 .subtit-reason:before {
  background: #fff;
}
.ultimate-plan2.theme-merry .reason-section-2 .btn {
  background: #fff;
  border: 2px solid #fff;
  color: #111;
}
.ultimate-plan2.theme-merry .reason-section-2 .btn:hover,
.ultimate-plan2.theme-merry .reason-section-2 .btn:focus,
.ultimate-plan2.theme-merry .reason-section-2 .btn:active {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}
.ultimate-plan2.theme-merry .reason-section-3 .pd-card {
  background-color: #B32122;
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-4.png');
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 66%;
}
.ultimate-plan2.theme-merry .reason-section-3 .pd-card:before {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-3.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -4px;
  right: -5px;
  height: 47px;
  width: 90px;
}
.ultimate-plan2.theme-merry .reason-section-3 .pd-card:after {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  height: 47px;
  width: 90px;
}
.ultimate-plan2.theme-merry .reason-section-3 .pd-card p {
  text-transform: uppercase;
  font-weight: 700;
}
.ultimate-plan2.theme-merry .reason-section-3 .reason-feature-item {
  background-color: #B32122;
  position: relative;
  padding-top: 60px;
}
.ultimate-plan2.theme-merry .reason-section-3 .reason-feature-item:before {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-1.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  right: -5px;
  height: 60px;
}
.ultimate-plan2.theme-merry .reason-section-3 .reason-feature-item h4 {
  color: #fff;
  text-transform: uppercase;
}
.ultimate-plan2.theme-merry .reason-section-4 {
  background-image: url('//static.joomlart.com/images/promotions/mr-2021/decor-5.png');
  background-color: #01731f;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ultimate-plan2.theme-merry .reason-section-4 .tit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-4 .subtit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .reason-section-4 .subtit-reason:before {
  background: #fff;
}
.ultimate-plan2.theme-merry .reason-section-4 .reason-static-item p {
  text-transform: capitalize;
}
.ultimate-plan2.theme-merry .reason-section-4 .reason-static-item p strong {
  color: #EA0000;
  font-weight: 700;
}
.ultimate-plan2.theme-merry .reason-section-5 {
  background: transparent;
}
.ultimate-plan2.theme-merry .reason-section-5 .pd-update li h4 {
  color: #EA0000;
}
.ultimate-plan2.theme-merry .reason-section-5 .sup-more .reason-feature-item {
  background: #f9e7c9;
  box-shadow: none;
}
.ultimate-plan2.theme-merry .cta-section {
  background: #b50000;
}
.ultimate-plan2.theme-merry .cta-section .tit-reason {
  color: #fff;
}
.ultimate-plan2.theme-merry .promotion-qa.cm-action {
  background: #111;
}
.promotion-wrap .birthday-sale-hero {
  background-image: url('//static.joomlart.com/images/promotions/valentine-2022/item-1.jpg');
}
.ultimate-plan2.theme-halloween,
.promotion-wrap.theme-halloween {
  font-family: 'Bubblegum Sans', cursive;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero,
.promotion-wrap.theme-halloween .halloween-sale-hero {
  background-image: url(//static.joomlart.com/images/promotions/hw-2022/hero-bg-2.jpg);
  background-position: bottom center;
  animation-name: none;
  font-family: 'Mouse Memoirs', sans-serif;
  position: relative;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .message,
.promotion-wrap.theme-halloween .halloween-sale-hero .message {
  padding-top: 100px;
  padding-bottom: 280px;
  text-align: center;
}
@media (min-width: 1200px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero .message,
  .promotion-wrap.theme-halloween .halloween-sale-hero .message {
    padding-top: 150px;
    padding-bottom: 340px;
  }
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .hero-decor-1,
.promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor-1 {
  background: url(//static.joomlart.com/images/promotions/hw-2022/hero-decor-1.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 106px;
  position: relative;
  margin-bottom: 24px;
  width: 209px;
}
@media (min-width: 992px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero .hero-decor-1,
  .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor-1 {
    height: 106px;
    margin-bottom: 24px;
    width: 209px;
  }
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .hero-decor-1::before,
.promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor-1::before,
.ultimate-plan2.theme-halloween .halloween-sale-hero .hero-decor-1::after,
.promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor-1::after {
  background-color: #c00;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 73px;
  height: 8px;
  width: 8px;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .hero-decor-1::after,
.promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor-1::after {
  left: 94px;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero h1,
.promotion-wrap.theme-halloween .halloween-sale-hero h1 {
  background: none;
  background-clip: none;
  color: #000;
  font-size: 46px;
  font-family: 'Mouse Memoirs', sans-serif;
  position: relative;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero h1,
  .promotion-wrap.theme-halloween .halloween-sale-hero h1 {
    font-size: 80px;
  }
}
.ultimate-plan2.theme-halloween .halloween-sale-hero h1::before,
.promotion-wrap.theme-halloween .halloween-sale-hero h1::before {
  content: "";
  height: 106px;
  width: 209px;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info,
.promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .label,
.promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .label {
  color: #000;
  padding: 0;
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .big-number,
.promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .big-number {
  font-size: 120px;
  line-height: 1;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .big-number,
  .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .big-number {
    font-size: 218px;
    padding-right: 48px;
  }
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .msg-r,
.promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r {
  background: url(//static.joomlart.com/images/promotions/hw-2022/hero-decor-2.png) no-repeat center center;
  background-size: contain;
  font-size: 32px;
}
@media (min-width: 768px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .msg-r,
  .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r {
    font-size: 52px;
  }
}
.ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .msg-r .coupon-wrap,
.promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r .coupon-wrap {
  line-height: 1;
  padding: 6px 0;
}
@media (min-width: 768px) {
  .ultimate-plan2.theme-halloween .halloween-sale-hero .promotion-info .msg-r .coupon-wrap,
  .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r .coupon-wrap {
    padding: 12px 0;
  }
}
.ultimate-plan2.theme-halloween h2,
.promotion-wrap.theme-halloween h2,
.ultimate-plan2.theme-halloween .tit-reason,
.promotion-wrap.theme-halloween .tit-reason,
.ultimate-plan2.theme-halloween .tit-reason-h3,
.promotion-wrap.theme-halloween .tit-reason-h3 {
  font-family: 'Creepster', cursive;
  font-size: 50px;
}
@media (max-width: 767px) {
  .ultimate-plan2.theme-halloween h2,
  .promotion-wrap.theme-halloween h2,
  .ultimate-plan2.theme-halloween .tit-reason,
  .promotion-wrap.theme-halloween .tit-reason,
  .ultimate-plan2.theme-halloween .tit-reason-h3,
  .promotion-wrap.theme-halloween .tit-reason-h3 {
    font-size: 24px;
  }
}
.ultimate-plan2.theme-halloween h4,
.promotion-wrap.theme-halloween h4,
.ultimate-plan2.theme-halloween .reason-static-item p strong,
.promotion-wrap.theme-halloween .reason-static-item p strong {
  font-weight: 400;
  font-family: 'Creepster', cursive;
}
.ultimate-plan2.theme-halloween .j4-ready,
.promotion-wrap.theme-halloween .j4-ready,
.ultimate-plan2.theme-halloween .reason-section-1,
.promotion-wrap.theme-halloween .reason-section-1 {
  background-color: #ffefdd;
}
.ultimate-plan2.theme-halloween .j4-ready .list-info .item,
.promotion-wrap.theme-halloween .j4-ready .list-info .item {
  background: rgba(0, 0, 0, 0.05);
}
.ultimate-plan2.theme-halloween .j4-ready .list-info .item .icon,
.promotion-wrap.theme-halloween .j4-ready .list-info .item .icon {
  background: #ff5244;
}
.ultimate-plan2.theme-halloween .reason-section-2,
.promotion-wrap.theme-halloween .reason-section-2 {
  background: #5c1e69;
}
.ultimate-plan2.theme-halloween .reason-section-4,
.promotion-wrap.theme-halloween .reason-section-4 {
  background: #321d55;
}
.ultimate-plan2.theme-halloween .cta-section,
.promotion-wrap.theme-halloween .cta-section {
  background: #321d55;
}
.ultimate-plan2.theme-halloween .bundle-brand,
.promotion-wrap.theme-halloween .bundle-brand {
  display: none;
}
.ultimate-plan2.theme-halloween .bundle-brand.brand-hw,
.promotion-wrap.theme-halloween .bundle-brand.brand-hw {
  display: block;
  max-width: 1100px;
}
.ultimate-plan2.theme-halloween .btn {
  background-image: url(//static.joomlart.com/images/promotions/hw-2021/btn-2.png) !important;
  background-color: transparent !important;
  background-size: 100% 100%;
  border-radius: 0;
  padding: 10px 39px;
}
.ultimate-plan2.theme-halloween .btn:hover {
  background: url(//static.joomlart.com/images/promotions/hw-2021/btn-2.png);
  background-size: 100% 100%;
  opacity: 0.8;
}
.independent-sale .promotion-wrap.theme-halloween .promo-statistics,
.independent-sale .promotion-wrap.theme-halloween #gavick-pricing,
.independent-sale .promotion-wrap.theme-halloween #jb-pricing,
.independent-sale .promotion-wrap.theme-halloween #ijoomla-pricing,
.independent-sale .promotion-wrap.theme-halloween #benefits {
  background: #ffefdd;
}
.independent-sale .promotion-wrap.theme-halloween #benefits .common-info h3 {
  font-family: 'Creepster', cursive;
}
.independent-sale .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  font-family: 'Creepster', cursive;
  font-size: 30px;
}
@media (max-width: 767px) {
  .independent-sale .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
    font-size: 24px;
  }
}
.hero-decor-1::before,
.hero-decor-1::after {
  -webkit-animation: action-owl 1s infinite alternate;
  animation: action-owl 1s infinite alternate;
}
.cloud-decor {
  background: url(//static.joomlart.com/images/promotions/hw-2022/cloud-decor.png) no-repeat center center;
  -webkit-animation: action-cloud 2s infinite alternate;
  animation: action-cloud 2s infinite alternate;
  display: none;
  position: absolute;
  top: 10%;
  height: 133px;
  width: 222px;
}
@media (min-width: 1200px) {
  .cloud-decor {
    display: block;
    left: 5%;
  }
}
@media (min-width: 1800px) {
  .cloud-decor {
    left: 15%;
  }
}
.witch-decor {
  background: url(//static.joomlart.com/images/promotions/hw-2022/witch-decor.png) no-repeat center center;
  -webkit-animation: action-witch 1s infinite alternate;
  animation: action-witch 1s infinite alternate;
  display: none;
  position: absolute;
  top: 12%;
  height: 208px;
  width: 267px;
}
@media (min-width: 1200px) {
  .witch-decor {
    display: block;
    right: 5%;
  }
}
@media (min-width: 1800px) {
  .witch-decor {
    right: 12%;
  }
}
@-webkit-keyframes action-witch {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes action-witch {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes action-cloud {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes action-cloud {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes action-owl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes action-owl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ultimate-plan2.ultimate-halloween .birthday-sale-hero .bg-mask {
  background: url(//static.joomlart.com/images/promotions/hw-2022/ultimate-hero-3.jpg) no-repeat center bottom;
  background-size: cover;
  opacity: .3;
}
.ultimate-plan2.ultimate-halloween .birthday-sale-hero .btn {
  background: #AA2B1D;
}
.ultimate-plan2.ultimate-halloween .birthday-sale-hero .btn:hover,
.ultimate-plan2.ultimate-halloween .birthday-sale-hero .btn:focus,
.ultimate-plan2.ultimate-halloween .birthday-sale-hero .btn:active {
  background: #B43D30;
}
.ultimate-plan2.ultimate-halloween .hero-ct h1 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: rgba(225, 255, 241, 0);
  font-size: 48px;
}
@media (min-width: 1200px) {
  .ultimate-plan2.ultimate-halloween .hero-ct h1 {
    font-size: 80px;
  }
}
.ultimate-plan2.ultimate-halloween .btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ultimate-plan2.ultimate-halloween .btn:hover,
.ultimate-plan2.ultimate-halloween .btn:focus,
.ultimate-plan2.ultimate-halloween .btn:active {
  background: #AA2B1D;
  color: #fff;
}
.ultimate-plan2.ultimate-halloween .subtit-reason {
  background: transparent;
  border: 2px solid #CC561E;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  color: #CC561E;
  padding: 6px 16px;
  letter-spacing: 1px;
}
.ultimate-plan2.ultimate-halloween .subtit-reason::before {
  display: none;
}
.ultimate-plan2.ultimate-halloween .tit-reason {
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: none;
}
@media (min-width: 1200px) {
  .ultimate-plan2.ultimate-halloween .tit-reason {
    font-size: 48px;
  }
}
.ultimate-plan2.ultimate-halloween .j4-ready {
  background-color: #FFDDCF;
}
.ultimate-plan2.ultimate-halloween .j4-ready .list-info .item .icon {
  background: #000;
}
.ultimate-plan2.ultimate-halloween .reason-section-1 {
  background: #fff;
}
.ultimate-plan2.ultimate-halloween .reason-section-2,
.ultimate-plan2.ultimate-halloween .reason-section-4 {
  background-image: linear-gradient(316deg, #0d1529, #6b3a38);
  position: relative;
}
.ultimate-plan2.ultimate-halloween .reason-section-2 .container,
.ultimate-plan2.ultimate-halloween .reason-section-4 .container {
  position: relative;
  z-index: 10;
}
.ultimate-plan2.ultimate-halloween .reason-section-2::after,
.ultimate-plan2.ultimate-halloween .reason-section-4::after {
  background: url(//static.joomlart.com/images/promotions/hw-2022/reason-bg.png) no-repeat center bottom;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}
.ultimate-plan2.ultimate-halloween .reason-section-2 .subtit-reason,
.ultimate-plan2.ultimate-halloween .reason-section-4 .subtit-reason {
  color: #fff;
}
.ultimate-plan2.ultimate-halloween .reason-section-2 .subtit-reason::before,
.ultimate-plan2.ultimate-halloween .reason-section-4 .subtit-reason::before {
  background-color: #fff;
}
.ultimate-plan2.ultimate-halloween .reason-section-2 .tit-reason,
.ultimate-plan2.ultimate-halloween .reason-section-4 .tit-reason {
  color: #fff;
}
.ultimate-plan2.ultimate-halloween .cta-section .tit-reason {
  color: #fff;
}
.ultimate-plan2.ultimate-halloween .reason-section-3 {
  background-color: #FFDDCF;
}
.ultimate-plan2.ultimate-halloween .promotion-qa.cm-action {
  background: #0f172a;
}
.ultimate-plan2.ultimate-halloween .promotion-qa.cm-action .container #accordion .panel-heading {
  background: #1e293b;
}
:root {
  --bf-subtitle-text: #fff;
}
.promotion .theme-blackfriday .hero {
  background: url(//static.joomlart.com/images/promotions/blackfirday-2022/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.promotion .theme-blackfriday .hero::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promotion .theme-blackfriday .hero .container {
  position: relative;
  z-index: 20;
}
.promotion .theme-blackfriday.promotion-wrap {
  background-color: #000;
  color: #fff;
}
.promotion .theme-blackfriday.promotion-wrap .pricing-page-head .title-wrap > .sub-title {
  color: var(--bf-subtitle-text);
}
.promotion .theme-blackfriday .hero-ct {
  padding: 160px 0 80px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .hero-ct {
    padding: 240px 0 120px;
  }
}
.promotion .theme-blackfriday .message {
  background: linear-gradient(to bottom, #ed30ff, #00e8fe);
  border-radius: 12px;
  padding: 10px;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 992px) {
  .promotion .theme-blackfriday .message {
    width: 760px;
  }
}
.promotion .theme-blackfriday .message .promotion-wrap {
  background: #fff;
  border-radius: 8px;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promotion-wrap {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.promotion .theme-blackfriday .message .promo-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 160px;
  width: 160px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-badge {
    height: 272px;
    width: 272px;
  }
}
.promotion .theme-blackfriday .message .promo-badge img {
  max-width: 100%;
}
.promotion .theme-blackfriday .message .promo-arrow {
  background: linear-gradient(to bottom, #ed30ff, #00e8fe);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 70px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-arrow {
    bottom: -45px;
    height: 90px;
    width: 90px;
  }
}
.promotion .theme-blackfriday .message .promo-arrow a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 64px;
  width: 64px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-arrow a {
    height: 84px;
    width: 84px;
  }
}
.promotion .theme-blackfriday .message .promo-arrow img {
  position: relative;
  z-index: 10;
  animation: pulse-2 2.5s infinite;
}
.promotion .theme-blackfriday .message .promo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1e293b;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-info {
    flex-direction: row;
  }
}
.promotion .theme-blackfriday .message .coupon-value {
  font-size: 36px;
  display: flex;
  align-items: center;
  width: auto;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .coupon-value {
    padding-right: 24px;
    width: 260px;
  }
}
.promotion .theme-blackfriday .message .coupon-value strong {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4px;
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 12px;
}
.promotion .theme-blackfriday .message .coupon-value span {
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
.promotion .theme-blackfriday .message .sep {
  background-color: #02020E;
  border-radius: 2px;
  display: none;
  height: 100px;
  width: 3px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .sep {
    display: block;
  }
}
.promotion .theme-blackfriday .message .coupon-label {
  line-height: 1;
  width: auto;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .coupon-label {
    padding-left: 24px;
    text-align: left;
    width: 260px;
  }
}
.promotion .theme-blackfriday .message .coupon-label > div {
  margin-bottom: 12px;
}
.promotion .theme-blackfriday .message .coupon-label h5 {
  margin: 0 0 4px;
}
.promotion .theme-blackfriday .message .coupon-label strong {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .theme-blackfriday .promo-statistics {
  background: #0F0F0F;
}
.promotion .theme-blackfriday .promo-statistics .statistic-box {
  color: #fff;
}
.promotion .theme-blackfriday .promo-statistics .statistic-value {
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  border: 2px solid #2D2D2D;
  transition: all 0.25s ease-in-out;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:hover,
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:focus,
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:active {
  border-color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a small {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a {
  background: #DC2E37;
  border-color: #DC2E37;
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list {
  color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list strong {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col {
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header {
  border-bottom: 1px solid #1E1E1E;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background-color: #000;
  border-bottom: 1px solid #1E1E1E;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li {
  color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li strong {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body li.choose-plan.select-a-plan {
  background: #111827;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a {
  background-color: #000;
  color: #fff !important;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #cb28ba, #2895af);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:hover,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:focus,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:active {
  background: #DC2E37;
  border-image-source: linear-gradient(to left, #dc2e37, #dc2e37);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a span {
  padding-top: 16px;
  padding-bottom: 16px;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a span {
  background: #DC2E37;
  border-image-source: linear-gradient(to left, #dc2e37, #dc2e37);
}
.promotion .theme-blackfriday #gavick-pricing,
.promotion .theme-blackfriday #jb-pricing,
.promotion .theme-blackfriday #ijoomla-pricing,
.promotion .theme-blackfriday #benefits {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow {
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow .item-product {
  border-color: #1E1E1E;
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow .item-product .product-info .price-wrap .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday #ijoomla-pricing .item-product .product-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs h2 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs ul li + li {
  border-top: 1px solid #2D2D2D;
}
.promotion .theme-blackfriday #benefits .common-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .common-info .common-features li {
  color: #B4B4B4;
}
.promotion .theme-blackfriday #benefits .common-features {
  background-color: #000;
}
@keyframes pulse-2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ultimate-blackfriday .birthday-sale-hero .bg-mask {
  background: url(http://static.joomlart.com/images/promotions/blackfirday-2022/hero-bg.jpg) no-repeat center center;
}
.ultimate-blackfriday .birthday-sale-hero .bg-mask::after {
  background: rgba(0, 0, 0, 0.93);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ultimate-blackfriday .birthday-sale-hero h1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ultimate-blackfriday .birthday-sale-hero h1 .front {
  position: relative;
  z-index: 10;
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 1.2;
  text-align: right;
}
@media (min-width: 768px) {
  .ultimate-blackfriday .birthday-sale-hero h1 .front {
    font-size: 52px;
    line-height: 1;
    padding-right: 12px;
  }
}
.ultimate-blackfriday .birthday-sale-hero h1 .text-right {
  line-height: 1;
  font-size: 72px;
}
@media (min-width: 768px) {
  .ultimate-blackfriday .birthday-sale-hero h1 .text-right {
    font-size: 124px;
    padding-left: 12px;
  }
}
.ultimate-blackfriday .birthday-sale-hero h1 .back {
  position: absolute;
  font-size: 95px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 60px;
  color: transparent;
  text-stroke: 2px rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
  z-index: -1;
}
@media (min-width: 992px) {
  .ultimate-blackfriday .birthday-sale-hero h1 .back {
    font-size: 110px;
  }
}
.ultimate-blackfriday .birthday-sale-hero .btn {
  background: linear-gradient(to right, #d630d7, #449bee);
}
.ultimate-blackfriday .subtit-reason {
  font-size: 16px;
  font-weight: 700;
}
.ultimate-blackfriday .tit-reason {
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ultimate-blackfriday .j4-ready {
  background-color: #fff;
}
.ultimate-blackfriday .j4-ready .list-info .item {
  background-color: #f3f4f6;
}
.ultimate-blackfriday .reason-section-1 {
  background-color: #e5e7eb;
}
.ultimate-blackfriday .reason-section-2 {
  background: #fff;
  color: #374151;
}
.ultimate-blackfriday .reason-section-3 {
  background-color: #fff;
  color: #374151;
}
.ultimate-blackfriday .t4-intro-section {
  background: #e5e7eb;
  color: #fff;
}
.ultimate-blackfriday .reason-section-4 {
  background: #111827;
}
.ultimate-blackfriday .reason-section-5 {
  background: #fff;
  color: #374151;
}
.ultimate-blackfriday .promotion-qa.cm-action {
  background-color: #000;
}
.ultimate-blackfriday .promotion-qa.cm-action .container #accordion .panel-heading {
  background-color: rgba(255, 255, 255, 0.05);
}

.ja-builder-wrap .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: -0.5px;
}
.ja-builder-wrap .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ja-builder-wrap img {
  max-width: 100%;
}
.ja-builder-wrap .btn {
  border-radius: 3px !important;
  padding: 10px 25px!important;
  font-weight: 600;
  height: auto !important;
  line-height: 1.625 !important;
}
.ja-builder-wrap .btn .fa {
  margin-right: 5px;
}
.ja-builder-wrap .section-title {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .ja-builder-wrap .section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .ja-builder-wrap .section-title {
    margin-bottom: 16px;
  }
}
.ja-builder-wrap .section-title .title {
  font-size: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .ja-builder-wrap .section-title .title {
    font-size: 20px;
  }
}
.ja-builder-wrap .section-title .title-desc {
  font-size: 18px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .section-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.ja-builder-wrap .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ja-builder-wrap .nav-tabs li a {
  background: #f9f9fc;
  color: #1c1c1e;
  border-radius: 5px;
  margin: 5px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.ja-builder-wrap .nav-tabs li a:hover {
  background: #e8e8f4;
}
.ja-builder-wrap .nav-tabs li.active a {
  background: #1c1c1e;
  color: #ffffff;
}
.ja-builder-wrap .tab-pane {
  column-count: 3;
  column-gap: 30px;
  padding: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .ja-builder-wrap .tab-pane {
    column-gap: 15px;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .ja-builder-wrap .tab-pane {
    column-count: 1;
    margin-top: 16px;
  }
}
.ja-builder-wrap .tab-pane .item-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ja-builder-wrap .tab-pane .item-image {
    margin-bottom: 15px;
  }
}
.ja-builder-wrap .tab-pane .item-image img {
  width: 100%;
}
.ja-builder-wrap .section-1 {
  background: #263238;
  color: #fff;
  text-align: center;
}
.ja-builder-wrap .section-1 .section-inner {
  padding-bottom: 0;
}
.ja-builder-wrap .section-1 h1 {
  color: #fff;
  margin-top: 0;
}
.ja-builder-wrap .section-1 .desc {
  font-size: 18px;
  font-weight: 300;
  max-width: 740px;
  margin: auto;
  opacity: 0.8;
}
.ja-builder-wrap .section-1 .actions {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .section-1 .actions {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.ja-builder-wrap .section-1 .actions .btn {
  margin: 5px;
}
.ja-builder-wrap .section-2 {
  background: #f9f9fc;
  border-bottom: 1px solid #dddddd;
}
.ja-builder-wrap .row + .row {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .row + .row {
    margin-top: 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ja-builder-wrap .row > div + div {
    margin-top: 16px;
  }
}
.ja-builder-wrap .ft-wrap .intro-image {
  margin-bottom: 16px;
}
.ja-builder-wrap .ft-wrap .intro-image img {
  max-height: 50px;
}
.ja-builder-wrap .ft-wrap .ft-content p {
  font-size: 15px;
  padding-right: 30px;
}
.ja-builder-wrap .section-3 .section-title {
  margin-bottom: 16px;
}
.ja-builder-wrap .section-4 {
  background: #f9f9fc;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.ja-builder-wrap .section-4 .section-title {
  margin-bottom: 16px;
}
.ja-builder-wrap .section-4 .nav-tabs li a {
  background: rgba(0, 0, 0, 0.05);
}
.ja-builder-wrap .section-4 .nav-tabs li.active a {
  background: #1c1c1e;
}
.ja-builder-wrap .section-5 {
  background: #344150;
  color: #ffffff;
}
.ja-builder-wrap .section-5 .title {
  color: #ffffff;
}
.ja-builder-wrap .showcase-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1px;
  text-align: center;
}
.ja-builder-wrap .showcase-item .showcase-image {
  height: 320px;
  overflow: hidden;
}
.ja-builder-wrap .showcase-item span {
  display: block;
  padding: 8px 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ja-builder-wrap .section-6 {
  background: #f9f9fc;
  border-bottom: 1px solid #dddddd;
}
.ja-builder-wrap .statics-item {
  text-align: center;
}
.ja-builder-wrap .statics-item .number {
  color: #1c1c1e;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ja-builder-wrap .statics-item .number {
    font-size: 30px;
  }
}
.ja-builder-wrap .statics-item .text {
  text-transform: uppercase;
  display: block;
}
.ja-builder-wrap .t4-landingpage-8 .section-price {
  margin-bottom: 0;
}
.ja-builder-wrap .section-8 {
  border-top: 1px solid #F2F2F2;
}
.ja-builder-wrap .hero-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .hero-wrap {
    margin-top: 20px;
  }
}
.ja-builder-wrap .hero-wrap h2 {
  font-size: 40px;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .ja-builder-wrap .hero-wrap h2 {
    font-size: 20px;
  }
  .ja-builder-wrap .hero-wrap h2 br {
    display: none;
  }
}
.ja-builder-wrap .hero-wrap p {
  font-size: 18px;
}
.ja-builder-wrap .hero-wrap .hero-actions {
  margin-top: 30px;
}
.ja-builder-wrap .hero-wrap .hero-actions .btn {
  margin-right: 5px;
}
.ja-builder-wrap .cta a {
  background: #27ae60;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
  letter-spacing: 2px;
  padding: 90px 20px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .cta a {
    padding: 40px 20px;
    font-size: 15px;
  }
}
.ja-builder-wrap .cta a .fa {
  font-size: 25px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .ja-builder-wrap .cta a .fa {
    font-size: 15px;
  }
}
.ja-builder-wrap .cta a:hover {
  background: #229955;
  text-decoration: none;
}

.t4-landingpage {
  background-color: #fff;
  color: #42526e;
  padding-top: 66px;
}
@-webkit-keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
@-moz-keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
@-o-keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
@keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
.t4-landingpage a {
  text-decoration: none;
}
.t4-landingpage a:hover {
  text-decoration: none;
}
.t4-landingpage ol,
.t4-landingpage ul {
  list-style: none;
}
.t4-landingpage img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.t4-landingpage h1 {
  font-size: 54px;
}
@media (max-width: 767px) {
  .t4-landingpage h1 {
    font-size: 42px;
  }
}
.t4-landingpage h2 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .t4-landingpage h2 {
    font-size: 32px;
  }
  .t4-landingpage h2 br {
    display: none;
  }
}
.t4-landingpage h3 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .t4-landingpage h3 {
    font-size: 28px;
  }
}
.t4-landingpage h4 {
  font-size: 24px;
}
.t4-landingpage h5 {
  font-size: 18px;
}
.t4-landingpage h6 {
  font-size: 16px;
}
@media (max-width: 992px) {
  .t4-landingpage .pic-wrap {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .t4-landingpage .col-md-7:first-child .pic-wrap {
    margin-left: -60px;
  }
  .t4-landingpage .col-md-7:last-child .pic-wrap {
    margin-right: -60px;
  }
}
.t4-landingpage .bg-light {
  background: #f9fafb;
}
.t4-landingpage .bg-gradient-light {
  background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
}
.t4-landingpage .bg-gradient-light2 {
  background-image: linear-gradient(67deg, #eaf4f9, #f6fefe);
}
.t4-landingpage .bg-light-decor {
  background: #f9fafb url('../../images/t4/light-decor.png') left center no-repeat;
}
.t4-landingpage .bg-gradient-blue1 {
  background-image: linear-gradient(301deg, #1c1d50, #2456ff);
  color: #fff;
}
.t4-landingpage .bg-gradient-blue-decor1 {
  background-image: linear-gradient(301deg, #1c1d50, #2456ff);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.t4-landingpage .bg-gradient-blue-decor1 .box-content {
  position: relative;
  z-index: 2;
}
.t4-landingpage .bg-gradient-blue-decor1:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  left: -100px;
  top: -200px;
  border-radius: 50%;
}
.t4-landingpage .bg-gradient-blue-decor1:after {
  background-image: linear-gradient(240deg, #1d348f, #174f93);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10%;
  top: 10%;
  border-radius: 50%;
}
.t4-landingpage .bg-gradient-blue2 {
  background-image: linear-gradient(67deg, #1958dd, #03d1ef);
  color: #fff;
}
.t4-landingpage .bg-gradient-blue-decor2 {
  background-image: linear-gradient(67deg, #1958dd, #03d1ef);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.t4-landingpage .bg-gradient-blue-decor2 .hero-image,
.t4-landingpage .bg-gradient-blue-decor2 .box-content {
  position: relative;
  z-index: 2;
}
.t4-landingpage .bg-gradient-blue-decor2:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  left: -70px;
  top: -200px;
  border-radius: 50%;
}
.t4-landingpage .bg-gradient-blue-decor2:after {
  background-image: linear-gradient(240deg, #0da6e9, #08c1ed);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 15%;
  top: 10%;
  border-radius: 50%;
}
.t4-landingpage .bg-gradient-blue-decor3 {
  background-color: #2b85c1;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.t4-landingpage .bg-gradient-blue-decor3 .hero-image,
.t4-landingpage .bg-gradient-blue-decor3 .box-content {
  position: relative;
  z-index: 2;
}
.t4-landingpage .bg-gradient-blue-decor3:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  left: -70px;
  top: -200px;
  border-radius: 50%;
}
.t4-landingpage .bg-gradient-blue-decor3:after {
  background-image: linear-gradient(240deg, #3996d3, #2b85c1);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 15%;
  top: 10%;
  border-radius: 50%;
}
.t4-landingpage .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.t4-landingpage .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t4-landingpage .landing-title-h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .t4-landingpage .landing-title-h1 br {
    display: none;
  }
}
.t4-landingpage .landing-title-h2 {
  font-size: 48px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .t4-landingpage .landing-title-h2 br {
    display: none;
  }
}
.t4-landingpage .landing-title-h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.t4-landingpage .landing-title-h5 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  color: #c0392b;
}
.t4-landingpage .landing-sup-h4 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 24px;
}
.t4-landingpage .landing-des {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .t4-landingpage .landing-des br {
    display: none;
  }
}
.t4-landingpage .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.t4-landingpage .embed-responsive:before {
  display: block;
  content: "";
}
.t4-landingpage .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.t4-landingpage .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.t4-landingpage .btn {
  margin: 0;
}
.t4-landingpage .btn-default,
.t4-landingpage .btn-primary,
.t4-landingpage .btn-warning,
.t4-landingpage .btn-second {
  border: none;
  border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.t4-landingpage .btn-default.shadow,
.t4-landingpage .btn-primary.shadow,
.t4-landingpage .btn-warning.shadow,
.t4-landingpage .btn-second.shadow {
  box-shadow: 0 14px 41px 0 rgba(0, 0, 0, 0.21);
}
.t4-landingpage .btn-default {
  background-color: #fff;
  color: #343352;
}
.t4-landingpage .btn-default:hover {
  background: #e6e6e6;
}
.t4-landingpage .btn-primary {
  background-color: #2d8eff;
}
.t4-landingpage .btn-primary:hover {
  background: #0073f9;
}
.t4-landingpage .btn-second {
  background-color: #ef6c00;
}
.t4-landingpage .btn-second:hover {
  background: #bc5500;
}
.t4-landingpage .group-btn .btn + .btn {
  margin-left: 12px;
}
.t4-landingpage .group-item {
  display: flex;
}
@media (max-width: 992px) {
  .t4-landingpage .group-item {
    display: block;
  }
}
.t4-landingpage .group-item .item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.t4-landingpage .group-item .item-center h3 {
  color: #253858;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .t4-landingpage .group-item .item-center h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.t4-landingpage .group-item .item-center p {
  margin-bottom: 32px;
}
.t4-landingpage .group-item .item-center .btn-item a,
.t4-landingpage .group-item .item-center .btn-item .far {
  color: #2d8eff;
  font-weight: 500;
}
.t4-landingpage .group-item .item-center .btn-item a {
  margin-right: 12px;
}
.t4-landingpage .group-item .item-center .btn-item:hover a,
.t4-landingpage .group-item .item-center .btn-item:hover .far {
  color: #0073f9;
}
@media (max-width: 992px) {
  .t4-landingpage .group-item .picture-left {
    margin-bottom: 48px;
  }
}
.t4-landingpage .wrapper-content {
  padding: 72px 0;
}
@media (max-width: 992px) {
  .t4-landingpage .wrapper-content {
    padding: 50px 0;
  }
}
.t4-landingpage .t4-header {
  position: relative;
}
.t4-landingpage .t4-header .container-hd {
  margin: 0 auto;
  max-width: 1600px;
  padding: 32px 15px;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd {
    padding: 32px 15px 0 15px;
  }
}
.t4-landingpage .t4-header .container-hd .btn-second {
  padding: 8px;
  line-height: 1.25;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .menu-main {
    position: static;
  }
}
.t4-landingpage .t4-header .container-hd .navbar {
  background: transparent;
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar {
    position: static;
  }
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-toggle {
  margin: 0 -12px 0 0;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-color: #42526e;
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-toggle:hover,
.t4-landingpage .t4-header .container-hd .navbar .navbar-toggle:focus,
.t4-landingpage .t4-header .container-hd .navbar .navbar-toggle:active {
  border-color: #2d8eff;
  background-color: #2d8eff;
  color: #fff;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar .t4-main-menu {
    background: #fff;
    display: block;
    min-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse {
  text-align: center;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar .navbar-collapse {
    text-align: left;
    border-color: #eaeaea;
  }
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul {
  display: inline-block;
  float: none;
  text-align: center;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul {
    text-align: left;
    margin: 0 -15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li {
    border-bottom: 1px solid #eaeaea;
  }
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li > a {
  color: #1d262c;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
}
@media (max-width: 992px) {
  .t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li > a {
    padding: 10px 12px;
  }
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li > a:hover {
  color: #2d8eff;
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li.active a {
  background: transparent;
  color: #2d8eff;
  position: relative;
}
.t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li.active a:after {
  background: #2d8eff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20%;
}
@media (max-width: 767px) {
  .t4-landingpage .t4-header .container-hd .navbar .navbar-collapse > ul > li.active a:after {
    display: none;
  }
}
.t4-landingpage .box-infor {
  margin: 80px 0 130px;
  text-align: center;
}
@media (max-width: 768px) {
  .t4-landingpage .box-infor {
    margin: 40px 0 80px;
  }
}
.t4-landingpage .box-infor .wrap-content {
  max-width: 1000px;
  margin: 0 auto;
}
.t4-landingpage .box-infor .wrap-content h1 {
  font-weight: 700;
  color: #253858;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .t4-landingpage .box-infor .wrap-content h1 {
    font-size: 36px;
  }
}
.t4-landingpage .box-infor .wrap-content p {
  line-height: 1.78;
  margin-bottom: 40px;
}
.t4-landingpage .box-infor .wrap-content .group-btn .btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-infor .wrap-content .group-btn .btn {
    margin-bottom: 12px;
  }
}
.t4-landingpage .box-video .box-content {
  position: relative;
}
.t4-landingpage .box-video .box-content .bg-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.t4-landingpage .box-video .box-content .bg-mark {
  background: linear-gradient(120deg, #1b3bd8, #176ce0 31%, #0b92e7 49%, #0bb6eb 71%, #00e0f2);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.t4-landingpage .box-video .box-content .bg-mark:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 314px;
  height: 185px;
  opacity: 0.1;
  background-image: linear-gradient(125deg, #1b3bd8, #176ce0 31%, #0b92e7 49%, #0bb6eb 71%, #00e0f2);
}
.t4-landingpage .box-video .box-content .bg-mark:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -48px;
  right: -24px;
  width: 383px;
  height: 364px;
  opacity: 0.09;
  background-image: linear-gradient(211deg, #1b3bd8, #176ce0 31%, #0b92e7 49%, #0bb6eb 71%, #00e0f2);
}
.t4-landingpage .box-video .box-content .content-video {
  position: relative;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 1188px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-video .box-content .content-video {
    top: -32px;
  }
}
.t4-landingpage .box-video .box-content .content-video img {
  box-shadow: 0 34px 62px 0 rgba(0, 0, 0, 0.3);
}
.t4-landingpage .box-features .content-title {
  max-width: 500px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .t4-landingpage .box-features .content-title {
    margin: 0 auto 30px;
  }
}
.t4-landingpage .box-features .content-title h2 {
  color: #091e42;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-features .content-title h2 {
    font-size: 34px;
  }
}
.t4-landingpage .box-features .group-item {
  padding-top: 26px;
}
.t4-landingpage .box-features .group-item .pic-features img {
  box-shadow: 0 16px 37px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 992px) {
  .t4-landingpage .box-features .group-item .pic-features {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .t4-landingpage .box-features .group-item .content-feature p {
    margin: 0;
  }
}
.t4-landingpage .box-limitless .pic-limitless img {
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.09));
  -webkit-filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.09));
}
.t4-landingpage .box-responsive .pic-responsive img {
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.09));
  -webkit-filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.09));
}
@media (max-width: 992px) {
  .t4-landingpage .box-library .content-library {
    margin: 0 0 32px;
  }
}
.t4-landingpage .box-library .pic-library img {
  filter: drop-shadow(2px 5px 28px rgba(0, 0, 0, 0.18));
  -webkit-filter: drop-shadow(2px 5px 28px rgba(0, 0, 0, 0.18));
}
.t4-landingpage .box-content-block {
  background-image: url('../../images/t4/bg-img-6.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.t4-landingpage .box-content-block .wrap-item {
  text-align: center;
  margin: 0 auto 80px;
  padding-top: 72px;
  color: #fff;
  max-width: 800px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-content-block .wrap-item {
    margin: 0;
    padding: 50px 15px;
  }
}
.t4-landingpage .box-content-block .wrap-item h2 {
  margin-top: 0;
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 768px) {
  .t4-landingpage .box-content-block .wrap-item h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
.t4-landingpage .box-content-block .wrap-item p {
  margin-bottom: 32px;
}
.t4-landingpage .box-content-block .wrap-item .btn-item {
  background: #fff;
  padding: 11px 18px;
  border: none;
  border-radius: 8px;
  width: 212px;
}
.t4-landingpage .box-content-block .wrap-item .btn-item a {
  font-size: 14px;
  color: #2d8eff;
  margin-right: 12px;
}
.t4-landingpage .box-content-block .wrap-item .btn-item .far {
  color: #2d8eff;
}
.t4-landingpage .box-content-block .wrap-item .btn-item:hover {
  background: rgba(225, 225, 225, 0.9);
}
.t4-landingpage .box-content-block .pic-item {
  background-image: url('../../images/t4/img-6.png');
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
  
  -webkit-animation: slidein 50s linear infinite;
  
  -moz-animation: slidein 50s linear infinite;
  
  -o-animation: slidein 50s linear infinite;
  
  animation: slidein 50s linear infinite;
}
.t4-landingpage .box-content-block .pic-item:before {
  content: "";
  background: linear-gradient(to bottom, rgba(11, 162, 233, 0), rgba(17, 132, 228, 0.79) 47%, #1763de);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t4-landingpage .box-content-block .pic-item img {
  opacity: 1;
  visibility: hidden;
}
.t4-landingpage .box-add-ons .content-add-ons {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .content-add-ons {
    margin: 0 auto 50px;
  }
}
.t4-landingpage .box-add-ons .content-add-ons h2 {
  color: #42526e;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .content-add-ons h2 {
    font-size: 36px;
  }
}
.t4-landingpage .box-add-ons .content-add-ons p {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .content-add-ons p {
    margin-bottom: 36px;
  }
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele {
  padding: 14px 18px;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons {
  padding: 14px 25px;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd6;
  margin: 0 8px 6px;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele .icon,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons span {
  display: table-cell;
  vertical-align: middle;
  color: #344563;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:hover,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:hover,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:focus,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:focus,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:active,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:active {
  box-shadow: 0 10px 40px 0 rgba(113, 130, 138, 0.2);
  border: 1px solid #fff;
}
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:hover span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:hover span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:focus span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:focus span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-ele:active span,
.t4-landingpage .box-add-ons .content-add-ons .group-btn .btn-add-ons:active span {
  color: #2d8eff;
}
.t4-landingpage .box-add-ons .group-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.t4-landingpage .box-add-ons .group-item > ul > li {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  margin: 0 16px 32px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: center;
  height: 110px;
  width: 110px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-shadow: 0 0px 35px 0 rgba(113, 130, 138, 0.1);
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .group-item > ul > li {
    margin: 0 10px 20px 10px;
    height: 85px;
    width: 85px;
    padding: 4px;
    border-radius: 20px;
  }
}
.t4-landingpage .box-add-ons .group-item > ul > li:hover {
  box-shadow: 0 5px 40px 0 rgba(113, 130, 138, 0.2);
  transform: translateY(-5px);
}
.t4-landingpage .box-add-ons .group-item > ul > li i {
  margin-bottom: 12px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .group-item > ul > li i {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.t4-landingpage .box-add-ons .group-item > ul > li span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-add-ons .group-item > ul > li span {
    font-size: 12px;
  }
}
.t4-landingpage .box-group-shadow .content-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.t4-landingpage .box-group-shadow .content-item > ul > li {
  background: #fff;
  border-radius: 8px;
  padding: 32px 16px;
  margin: 0 16px 32px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  align-content: center;
  width: 255px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .t4-landingpage .box-group-shadow .content-item > ul > li {
    margin: 0 10px 20px 10px;
    padding: 16px 8px;
  }
}
.t4-landingpage .box-group-shadow .content-item > ul > li:hover {
  box-shadow: 0 11px 56px 0 rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}
.t4-landingpage .box-group-shadow .content-item > ul > li .pic-icon {
  line-height: 80px;
  margin-bottom: 16px;
}
.t4-landingpage .box-group-shadow .content-item > ul > li .pic-icon img {
  display: inline-block;
}
.t4-landingpage .box-group-shadow .content-item > ul > li i {
  margin-bottom: 12px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-group-shadow .content-item > ul > li i {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.t4-landingpage .box-group-shadow .content-item > ul > li span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-group-shadow .content-item > ul > li span {
    font-size: 12px;
  }
}
.t4-landingpage .item-box-shadow {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: column;
  align-content: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media (max-width: 768px) {
  .t4-landingpage .item-box-shadow {
    padding: 16px;
  }
}
.t4-landingpage .item-box-shadow:hover {
  box-shadow: 0 11px 56px 0 rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .t4-landingpage .box-mega-menu .item-center p {
    margin: 0;
  }
}
.t4-landingpage .box-mega-menu .pic-mega img {
  box-shadow: 0 9px 57px 0 rgba(0, 0, 0, 0.21);
}
@media (max-width: 992px) {
  .t4-landingpage .box-mega-menu .pic-mega {
    margin-bottom: 25px;
  }
}
.t4-landingpage .box-list {
  background: linear-gradient(128deg, #1b3bd8, #176ce0 31%, #0b92e7 49%, #0bb6eb 71%, #00e0f2);
  color: #fff;
  font-weight: 300;
}
.t4-landingpage .box-list .box-content {
  margin-bottom: 48px;
}
.t4-landingpage .box-list .box-content h3 {
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .t4-landingpage .box-list .box-content h3 {
    font-size: 32px;
  }
}
.t4-landingpage .box-list .box-content p {
  margin: 0;
}
.t4-landingpage .box-list .tabs-item {
  display: flex;
}
@media (max-width: 768px) {
  .t4-landingpage .box-list .tabs-item {
    display: unset;
  }
}
.t4-landingpage .box-list .tabs-item .list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.t4-landingpage .box-list .tabs-item .list-content > ul {
  border: none;
}
.t4-landingpage .box-list .tabs-item .list-content > ul > li {
  padding: 24px;
  margin-bottom: 18px;
  width: 100%;
}
.t4-landingpage .box-list .tabs-item .list-content > ul > li a {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
}
.t4-landingpage .box-list .tabs-item .list-content > ul > li a h4 {
  margin-bottom: 12px;
  margin-top: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 768px) {
  .t4-landingpage .box-list .tabs-item .list-content > ul > li a h4 {
    font-size: 18px;
  }
}
.t4-landingpage .box-list .tabs-item .list-content > ul > li a p {
  margin: 0;
  text-transform: none;
}
.t4-landingpage .box-list .tabs-item .list-content > ul > li:hover,
.t4-landingpage .box-list .tabs-item .list-content > ul > li.active {
  box-shadow: 0 28px 68px 0 rgba(0, 0, 0, 0.06);
  background-color: #2d8eff;
}
.t4-landingpage .box-technology .wrap-header {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-technology .wrap-header {
    margin: 0 auto 50px;
  }
}
.t4-landingpage .box-technology .wrap-header h2 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #253858;
}
@media (max-width: 768px) {
  .t4-landingpage .box-technology .wrap-header h2 {
    font-size: 36px;
  }
}
.t4-landingpage .box-technology .list-content > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.t4-landingpage .box-technology .list-content > ul > li {
  width: 360px;
  box-shadow: 0 22px 36px 0 rgba(0, 0, 0, 0.26);
  margin: 0 16px 32px 16px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 32px 12px;
  height: 100%;
  width: 340px;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .t4-landingpage .box-technology .list-content > ul > li {
    width: 316px;
  }
}
@media (max-width: 768px) {
  .t4-landingpage .box-technology .list-content > ul > li {
    margin: 0 8px 16px 8px;
  }
}
.t4-landingpage .box-technology .list-content > ul > li.item-bootstrap {
  background-color: #650bb4;
}
.t4-landingpage .box-technology .list-content > ul > li.item-font {
  background-color: #1d9d73;
}
.t4-landingpage .box-technology .list-content > ul > li.item-google {
  background-color: #ff5252;
}
.t4-landingpage .box-technology .list-content > ul > li.item-sass {
  background-color: #cd6799;
}
.t4-landingpage .box-technology .list-content > ul > li.item-seo {
  background-color: #0aa2dd;
}
.t4-landingpage .box-technology .list-content > ul > li.item-performance {
  background-color: #008da6;
}
.t4-landingpage .box-technology .list-content > ul > li .img-icon {
  margin-bottom: 12px;
}
.t4-landingpage .box-technology .list-content > ul > li p {
  font-weight: 300;
  margin-bottom: 0;
}
.t4-landingpage .box-technology .list-content > ul > li img {
  display: inline-block;
  width: auto !important;
}
.t4-landingpage .box-technology .list-content > ul > li h5 {
  color: #ffffff;
}
.t4-landingpage .box-technology .list-content > ul > li:hover {
  margin-top: -5px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-technology .list-content > ul > li:hover {
    margin-top: 0;
  }
}
.t4-landingpage .box-frequent .title-frequent {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-frequent .title-frequent {
    margin-bottom: 40px;
  }
}
.t4-landingpage .box-frequent .title-frequent h2 {
  color: #253858;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .t4-landingpage .box-frequent .title-frequent h2 {
    font-size: 34px;
  }
}
.t4-landingpage .box-frequent .group-box {
  margin: 0 72px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-frequent .group-box {
    margin: 0;
  }
}
.t4-landingpage .box-frequent .panel-group {
  margin-bottom: 0;
}
.t4-landingpage .box-frequent .panel-group .panel {
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.t4-landingpage .box-frequent .panel-group .panel:first-child {
  border-top: 1px solid #eee;
}
.t4-landingpage .box-frequent .panel-group .panel.active {
  background: rgba(0, 0, 0, 0.03);
}
.t4-landingpage .box-frequent .panel-group .panel.active .panel-heading {
  background: transparent !important;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading {
  background: transparent;
  padding: 24px 12px;
  border: none;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item {
  display: inline-block;
  width: 95%;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item .group {
  display: flex;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item .group .number {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-right: 24px;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item .group .number {
    margin-right: 12px;
  }
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item .group .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .heder-item .group .title h6 {
  display: inline-block;
  margin: 0;
  color: #42526e;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.65;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .item-icon {
  display: inline-block;
  float: right;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-heading .panel-title .item-icon .icon-fa {
  font-size: 20px;
  color: #3c3d41;
}
.t4-landingpage .box-frequent .panel-group .panel .panel-body {
  color: #42526e;
  font-weight: 300;
  padding: 0 69px 12px 69px;
  border: none;
}
@media (max-width: 768px) {
  .t4-landingpage .box-frequent .panel-group .panel .panel-body {
    padding: 0 30px 12px 30px;
  }
}
.t4-landingpage .box-welcome {
  background-image: url('../../images/t4/bg-img-16.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.t4-landingpage .box-welcome .group-item {
  align-items: center;
}
.t4-landingpage .box-welcome .content-item {
  color: #fff;
}
.t4-landingpage .box-welcome .content-item h3 {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t4-landingpage .box-welcome .content-item h3 {
    font-size: 30px;
  }
}
.t4-landingpage .box-welcome .group-btn .btn {
  margin-bottom: 6px;
}
.t4-landingpage .box-welcome .group-btn .btn.btn-second {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .t4-landingpage .box-welcome .pic-welcome {
    margin-top: 32px;
  }
}
.t4-landingpage .group-explore .wrap-content > div {
  padding-top: 72px;
}
.t4-landingpage .group-explore .wrap-content p {
  padding: 0 48px;
}
.t4-landingpage .group-explore .landing-title-h5 {
  margin-bottom: 24px;
}
.t4-landingpage .group-explore .btn-link {
  font-size: 16px;
  font-weight: bold;
  color: #c0392b;
}
.t4-landingpage .group-explore .btn-link:hover {
  text-decoration: underline;
}
.t4-landingpage .t4-footer {
  background: #334150;
  color: #868E97;
}
.t4-landingpage .t4-footer .footer-top,
.t4-landingpage .t4-footer .footer-bottom {
  max-width: 1500px;
  margin: 0 auto;
}
.t4-landingpage .t4-footer .footer-top p,
.t4-landingpage .t4-footer .footer-bottom p {
  font-weight: 300;
}
.t4-landingpage .t4-footer .footer-top {
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  padding: 50px 60px;
}
.t4-landingpage .t4-footer .footer-top h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 12px;
}
.t4-landingpage .t4-footer .footer-top p {
  margin-bottom: 32px;
}
.t4-landingpage .t4-footer .footer-top .list-social > ul > li {
  display: inline-block;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(225, 225, 225, 0.3);
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
}
.t4-landingpage .t4-footer .footer-top .list-social > ul > li .fab {
  color: #fff;
}
.t4-landingpage .t4-footer .footer-top .list-social > ul > li:hover {
  background: rgba(225, 225, 225, 0.6);
}
.t4-landingpage .t4-footer .footer-top .input-group .input-group-label {
  border: 1px solid gray;
  padding: 6px 12px;
  float: left;
  border-right: none;
}
.t4-landingpage .t4-footer .footer-top .input-group .input-group-field {
  height: 41px;
  width: 220px;
  background: transparent;
  border: 1px solid gray;
  padding: 12px;
  float: left;
  color: #fff;
}
.t4-landingpage .t4-footer .footer-top .input-group .button {
  background: #2B84C0;
  height: 41px;
  border: none;
  color: #fff;
  padding: 0 12px;
}
.t4-landingpage .t4-footer .footer-top .input-group .button:hover {
  background: #226796;
}
.t4-landingpage .t4-footer .footer-top .group-green {
  background: #26AE60;
  padding: 12px 24px;
  color: #fff;
  margin-bottom: 24px;
  display: flex;
}
.t4-landingpage .t4-footer .footer-top .group-green .number {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-right: 24px;
}
.t4-landingpage .t4-footer .footer-top .group-green .number span {
  font-size: 30px;
  font-weight: 700;
}
.t4-landingpage .t4-footer .footer-top .group-green .item-text h5 {
  margin-bottom: 6px;
}
.t4-landingpage .t4-footer .footer-top .group-green .item-text p {
  margin-bottom: 0;
}
.t4-landingpage .t4-footer .footer-top .group-orange {
  background: #BF392A;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
}
.t4-landingpage .t4-footer .footer-top .group-orange p {
  margin-bottom: 0;
}
.t4-landingpage .t4-footer .footer-top .group-orange h5 {
  margin-bottom: 6px;
}
.t4-landingpage .t4-footer .footer-bottom {
  padding: 20px 60px;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom {
  padding-left: 200px;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul {
  margin: 0;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul > li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #868E97;
  line-height: 1.2;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul > li:first-child {
  padding-left: 0;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul > li:last-child {
  border: none;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul > li > a {
  color: #868E97;
  font-weight: 300;
}
.t4-landingpage .t4-footer .footer-bottom .menu-bottom > ul > li > a:hover {
  color: #AFBECF;
}
.t4-landingpage-2 {
  background-color: #fff;
  color: #666;
  font-family: 'Mukta', sans-serif;
}
.t4-landingpage-2 h1,
.t4-landingpage-2 h2,
.t4-landingpage-2 h3,
.t4-landingpage-2 h4,
.t4-landingpage-2 h5,
.t4-landingpage-2 h6 {
  font-family: 'PTSans', sans-serif;
  color: #343352;
}
.t4-landingpage-2 > section {
  margin-bottom: 70px;
}
.t4-landingpage-2 > section.mb-0 {
  margin-bottom: 0;
}
.t4-landingpage-2 .section-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
.t4-landingpage-2 .section-title:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #2b85c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.t4-landingpage-2 .section-title.center:after {
  left: 50%;
  margin-left: -25px;
}
.t4-landingpage-2 .landing-title-h2 {
  margin-bottom: 12px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .t4-landingpage-2 .landing-title-h2 {
    font-size: 30px;
  }
}
.t4-landingpage-2 .landing-des {
  margin-bottom: 0;
}
.t4-landingpage-2 .wrap-experience {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: inherit;
}
@media (max-width: 992px) {
  .t4-landingpage-2 .wrap-experience {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
}
.t4-landingpage-2 .wrap-experience h1.landing-title-h1 {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .t4-landingpage-2 .wrap-experience h1.landing-title-h1 {
    font-size: 36px;
  }
}
.t4-landingpage-2 .wrap-experience h1.landing-title-h1 small {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
  font-weight: 100;
  text-transform: none;
  line-height: 1.4;
  display: block;
}
.t4-landingpage-2 .wrap-experience .landing-title-h2 {
  color: #fff;
}
.t4-landingpage-2 .wrap-experience .landing-des {
  margin-bottom: 48px;
  letter-spacing: 0.5px;
}
.t4-landingpage-2 .wrap-experience .box-content {
  padding: 24px 0 0 0;
}
@media (max-width: 992px) {
  .t4-landingpage-2 .wrap-experience .box-content {
    padding: 0 0 48px;
  }
}
.t4-landingpage-2 .wrap-experience-content {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .t4-landingpage-2 .wrap-experience-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .t4-landingpage-2 .wrap-experience-content .row {
    display: flex;
  }
}
.t4-landingpage-2 .wrap-experience-content .icon-font {
  width: 56px;
  height: 56px;
  font-size: 52px;
  margin: 0 0 24px;
  color: #2b85c1;
}
.t4-landingpage-2 .wrap-experience-content .icon-font i {
  display: block;
}
.t4-landingpage-2 .wrap-experience-content .picture {
  line-height: 200px;
}
.t4-landingpage-2 .wrap-experience-content .picture img {
  display: inline-block;
}
.t4-landingpage-2 .wrap-experience-content .item-exterience-content {
  background: #fff;
  padding: 48px;
  margin-bottom: 48px;
  border-radius: 0 50px 0 50px;
  box-shadow: 0 4px 10px #eee;
  transition: 0.2s;
  height: 100%;
}
@media (min-width: 992px) {
  .t4-landingpage-2 .wrap-experience-content .item-exterience-content {
    margin: 0;
  }
}
.t4-landingpage-2 .wrap-experience-content .item-exterience-content h4 {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  line-height: normal;
  font-weight: 500;
  font-size: 21px;
  position: relative;
}
.t4-landingpage-2 .wrap-experience-content .item-exterience-content h4:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #2b85c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.t4-landingpage-2 .wrap-experience-content .item-exterience-content:hover {
  background: #f9fafb;
  box-shadow: none;
}
.t4-landingpage-2 .wrap-builder {
  position: relative;
}
@media (min-width: 1200px) {
  .t4-landingpage-2 .wrap-builder .row {
    display: flex;
  }
}
.t4-landingpage-2 .wrap-builder .row .content-item,
.t4-landingpage-2 .wrap-builder .row .pic-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .t4-landingpage-2 .wrap-builder .pic-wrap {
    width: 115%;
  }
}
@media (min-width: 1600px) {
  .t4-landingpage-2 .wrap-builder .pic-wrap {
    width: 135%;
  }
}
.t4-landingpage-2 .wrap-builder .hafl-bg-decor {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16%;
}
@media (min-width: 768px) {
  .t4-landingpage-2 .wrap-builder .hafl-bg-decor {
    height: 32%;
  }
}
@media (min-width: 1200px) {
  .t4-landingpage-2 .wrap-builder .hafl-bg-decor {
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
  }
}
.t4-landingpage-2 .wrap-builder .hafl-bg-decor .bg-decor {
  height: 100%;
  position: relative;
  background-color: #2b85c1;
}
@media (min-width: 1200px) {
  .t4-landingpage-2 .wrap-builder .hafl-bg-decor .bg-decor {
    margin-left: 20%;
  }
}
.t4-landingpage-2 .wrap-builder .hafl-bg-decor .bg-decor:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  left: -150px;
  bottom: -20px;
  border-radius: 50%;
}
.t4-landingpage-2 .wrap-builder .hafl-bg-decor .bg-decor:after {
  background-image: linear-gradient(240deg, #3996d3, #2b85c1);
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 15%;
  top: 10%;
  border-radius: 50%;
}
.t4-landingpage-2 .wrap-builder .content-item ul {
  padding: 0;
}
.t4-landingpage-2 .wrap-builder .content-item ul li {
  padding: 0 0 24px 110px;
  position: relative;
}
.t4-landingpage-2 .wrap-builder .content-item ul li:before {
  content: "";
  background: #2b85c1;
  width: 3px;
  height: 100%;
  left: 34px;
  top: 0;
  position: absolute;
  opacity: 0.3;
}
.t4-landingpage-2 .wrap-builder .content-item ul li .icon-font {
  background: #2b85c1;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 0 15px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.t4-landingpage-2 .wrap-builder .content-item ul li .icon-font img {
  display: inline-block;
}
.t4-landingpage-2 .wrap-builder .content-item ul li h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 12px;
}
.t4-landingpage-2 .wrap-builder .content-item ul li:last-child:before {
  display: none;
}
@media (min-width: 768px) {
  .t4-landingpage-2 .wrap-feature .row {
    display: flex;
    margin-bottom: 48px;
  }
}
.t4-landingpage-2 .wrap-feature .content-item {
  background-color: #f9fafb;
  text-align: center;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .t4-landingpage-2 .wrap-feature .content-item {
    margin-bottom: 24px;
  }
}
.t4-landingpage-2 .wrap-feature .pic-img {
  margin: -24px -24px 32px;
}
.t4-landingpage-2 .wrap-feature .pic-img img {
  border-radius: 4px 4px 0 0;
}
.t4-landingpage-2 .wrap-feature h4 {
  color: #343352;
  font-size: 21px;
  margin: 0 0 18px;
}
.t4-landingpage-2 .wrap-feature p {
  margin: 0;
}
.t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 {
  background-image: url('../../images/t4/bg-welcome.png');
  background-size: inherit;
}
.t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 .group-item {
  position: relative;
  z-index: 2;
}
.t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 h3 {
  font-size: 44px;
}
@media (max-width: 992px) {
  .t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 h3 {
    font-size: 36px;
  }
}
.t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 p {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 48px;
}
.t4-landingpage-2 .box-welcome.bg-gradient-blue-decor3 .btn {
  min-width: 140px;
}
.t4-landingpage-3 {
  color: #1d262c;
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-3 h1,
.t4-landingpage-3 h2,
.t4-landingpage-3 h3,
.t4-landingpage-3 h4,
.t4-landingpage-3 h5,
.t4-landingpage-3 h6 {
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-3 .landing-title-h5 {
  font-size: 24px;
  margin-bottom: 48px;
}
.t4-landingpage-3 .wrap-features {
  padding-bottom: 90px;
  padding-top: 90px;
}
.t4-landingpage-3 .wrap-features h1 {
  color: #fff;
}
.t4-landingpage-3 .group-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.t4-landingpage-3 .group-item > ul > li {
  margin: 0 3.3% 32px 0;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 992px) {
  .t4-landingpage-3 .group-item > ul > li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-3 .group-item > ul > li {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.t4-landingpage-3 .group-item > ul > li h5 {
  margin: 0 0 16px;
}
.t4-landingpage-3 .group-item > ul > li .hightlight {
  background: #c0392b;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  margin-left: 5px;
  font-weight: normal;
  vertical-align: text-top;
}
.t4-landingpage-4 {
  font-family: 'PTSans', sans-serif;
  color: #343352;
}
.t4-landingpage-4 h1,
.t4-landingpage-4 h2,
.t4-landingpage-4 h3,
.t4-landingpage-4 h4,
.t4-landingpage-4 h5,
.t4-landingpage-4 h6 {
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-4 > section {
  margin-bottom: 70px;
}
.t4-landingpage-4 > section.mb-0 {
  margin-bottom: 0;
}
.t4-landingpage-4 .landing-des {
  margin-bottom: 48px;
}
.t4-landingpage-4 .item-box-shadow {
  min-height: 265px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: #5c6771;
}
.t4-landingpage-4 .wrap-developer {
  padding-bottom: 150px;
}
.t4-landingpage-4 .wrap-developer h1 {
  color: #fff;
}
.t4-landingpage-4 .wrap-developer-content {
  margin-top: -75px;
}
.t4-landingpage-4 .wrap-developer-content .item-box-shadow h4 {
  margin: 0 0 24px 0;
}
.t4-landingpage-4 .wrap-workflow .item-box-shadow {
  min-height: 320px;
}
.t4-landingpage-4 .wrap-workflow .item-box-shadow h5 {
  margin: 0 0 24px;
}
.t4-landingpage-4 .wrap-workflow .item-box-shadow .btn-link {
  font-size: 16px;
  font-weight: bold;
  color: #c0392b;
  margin-top: 24px;
}
.t4-landingpage-4 .wrap-workflow .item-box-shadow .btn-link:hover {
  text-decoration: underline;
}
.t4-landingpage-4 .wrap-performance {
  background: url('../../images/t4/bg-decor-1.png') no-repeat 0 0;
}
.t4-landingpage-4 .wrap-performance .box-content {
  margin-bottom: 100px;
}
.t4-landingpage-4 .wrap-performance .landing-title-h2 {
  margin-bottom: 48px;
}
.t4-landingpage-4 .wrap-performance .group-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.t4-landingpage-4 .wrap-performance .group-item > ul > li {
  margin: 0 3.3% 64px 0;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 992px) {
  .t4-landingpage-4 .wrap-performance .group-item > ul > li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-4 .wrap-performance .group-item > ul > li {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.t4-landingpage-4 .wrap-performance .group-item > ul > li h5 {
  margin: 0 0 16px;
}
.t4-landingpage-4 .wrap-github .pic-featured {
  margin-bottom: 32px;
}
.t4-landingpage-4 .wrap-github .landing-title-h1 {
  font-size: 44px;
  color: #fff;
}
.t4-landingpage-4 .wrap-github .btn-item .btn-star {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 2px;
  background-color: #e3e3e3;
  color: #343352;
}
.t4-landingpage-4 .wrap-github .btn-item .btn-star i {
  margin-right: 4px;
}
.t4-landingpage-4 .wrap-github .btn-item .number-label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #fff;
  color: #343352;
  position: relative;
  margin-left: 16px;
}
.t4-landingpage-4 .wrap-github .btn-item .number-label:before {
  content: "";
  height: 0;
  display: inline-block;
  position: absolute;
  left: -15px;
  margin-top: -5px;
  top: 50%;
  border: 5px solid transparent;
  border-right: 10px solid #fff;
}
.t4-landingpage-4 .wrap-testimonial .landing-title-h2 {
  margin-bottom: 48px;
}
.t4-landingpage-4 .wrap-testimonial .item-box-shadow {
  color: #171c34;
}
.t4-landingpage-4 .wrap-testimonial .item-box-shadow .pic-avatar {
  margin-bottom: 24px;
}
.t4-landingpage-4 .wrap-testimonial .item-box-shadow h6 {
  color: #919aa3;
  font-weight: normal;
  font-size: 16px;
}
.t4-landingpage-5 {
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-5 h1,
.t4-landingpage-5 h2,
.t4-landingpage-5 h3,
.t4-landingpage-5 h4,
.t4-landingpage-5 h5,
.t4-landingpage-5 h6 {
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-5 > section {
  margin-bottom: 70px;
}
.t4-landingpage-5 > section.mb-0 {
  margin-bottom: 0;
}
.t4-landingpage-5 .landing-title-h5 {
  margin-bottom: 48px;
}
.t4-landingpage-6 {
  font-family: 'Mukta', sans-serif;
}
.t4-landingpage-6 h1,
.t4-landingpage-6 h2,
.t4-landingpage-6 h3,
.t4-landingpage-6 h4,
.t4-landingpage-6 h5,
.t4-landingpage-6 h6 {
  font-family: 'PTSans', sans-serif;
}
.t4-landingpage-6 > section {
  margin-bottom: 70px;
}
.t4-landingpage-6 > section.mb-0 {
  margin-bottom: 0;
}
.t4-landingpage-6 .landing-title-h5 {
  margin-bottom: 48px;
}
.t4-landingpage-body .item-page {
  margin-bottom: 0;
}
.t4-landingpage-7 {
  background-color: #fff;
  color: #5c6771;
  font-family: 'Mukta', sans-serif;
}
.t4-landingpage-7 h1,
.t4-landingpage-7 h2,
.t4-landingpage-7 h3,
.t4-landingpage-7 h4,
.t4-landingpage-7 h5,
.t4-landingpage-7 h6 {
  font-family: 'PTSans', sans-serif;
  color: #343352;
}
.t4-landingpage-7 .btn-link {
  font-size: 16px;
  font-weight: bold;
  color: #c0392b;
}
.t4-landingpage-7 .btn-link:hover {
  text-decoration: underline;
}
.t4-landingpage-7 > section {
  margin-bottom: 70px;
}
.t4-landingpage-7 > section.mb-0 {
  margin-bottom: 0;
}
.t4-landingpage-7 .group-section > section {
  margin-bottom: 70px;
}
.t4-landingpage-7 .landing-title-h1,
.t4-landingpage-7 .landing-title-h2 {
  margin-bottom: 48px;
  font-size: 44px;
}
.t4-landingpage-7 .content-item .landing-title-h5 {
  margin-bottom: 0;
}
.t4-landingpage-7 .content-item h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 16px 0;
}
.t4-landingpage-7 .content-item ul {
  padding: 0;
}
.t4-landingpage-7 .content-item ul li {
  padding: 12px 0 0;
}
.t4-landingpage-7 .content-item ul li h5 {
  font-size: 21px;
}
.t4-landingpage-7 .wrap-leading {
  padding-top: 96px;
  padding-bottom: 96px;
}
.t4-landingpage-7 .wrap-leading h1 {
  color: #fff;
  font-size: 54px;
}
.t4-landingpage-7 .wrap-leading .landing-des {
  margin-bottom: 48px;
}
.t4-landingpage-7 .wrap-leading .group-btn {
  margin: 64px 0 32px;
}
.t4-landingpage-7 .wrap-leading .group-btn .btn {
  margin: 0 15px;
}
.t4-landingpage-7 .wrap-leading .item-box h4 {
  color: #fff;
}
.t4-landingpage-7 .wrap-leading .content-video {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .t4-landingpage-7 .group-section > section .row {
    display: flex;
  }
}
.t4-landingpage-7 .group-section > section .row .content-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.t4-landingpage-7 .wrap-showcase .pic-wrap {
  margin-top: 32px;
}
.t4-landingpage-7 .wrap-global-phenomenon {
  padding-top: 96px;
}
.t4-landingpage-7 .wrap-global-phenomenon h1,
.t4-landingpage-7 .wrap-global-phenomenon h2,
.t4-landingpage-7 .wrap-global-phenomenon h3,
.t4-landingpage-7 .wrap-global-phenomenon h4,
.t4-landingpage-7 .wrap-global-phenomenon h5,
.t4-landingpage-7 .wrap-global-phenomenon h6 {
  color: #fff;
}
.t4-landingpage-7 .wrap-global-phenomenon .pic-featured {
  mix-blend-mode: soft-light;
}
.t4-landingpage-7 .wrap-feature .pic-avatar {
  margin: 32px 0;
}
.t4-landingpage-7 .wrap-feature h6 {
  color: #919aa3;
  font-size: 16px;
  margin: 16px 0 32px;
}
.t4-landingpage-7 .wrap-web-creators .pic-featured {
  margin-bottom: 32px;
}
.t4-landingpage-7 .wrap-web-creators .landing-title-h1 {
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 32px;
}
.t4-landingpage-7 .wrap-web-creators .landing-des {
  font-weight: 100;
}
.t4-landingpage-7 .wrap-explore .group-item .item-box-shadow {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 12px 12px;
}
.t4-landingpage-7 .wrap-explore .group-item .picture {
  line-height: 150px;
}
@-webkit-keyframes popUp {
  70% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes popDown {
  0% {
    -moz-transform: scale(0.95);
    opacity: 0;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popDown {
  0% {
    transform: scale(0.95);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -moz-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(50px) scale(0.98);
    transform: translateY(50px) scale(0.98);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(50px) scale(0.98);
    transform: translateY(50px) scale(0.98);
    -moz-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
@keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(50px) scale(0.98);
    transform: translateY(50px) scale(0.98);
    animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -moz-animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(-20deg);
    opacity: 0.8;
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(-20deg);
    opacity: 0.8;
  }
  100% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: rotateY(-20deg);
    opacity: 0.8;
  }
  100% {
    animation-timing-function: ease-out;
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .has-animation .js-animate {
    position: relative;
    opacity: 0;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
  }
  .has-animation .inview .js-animate[data-animation="move-from-left"] {
    -webkit-animation: moveFromLeft 1000ms ease-in-out forwards;
    -moz-animation: moveFromLeft 1000ms ease-in-out forwards;
    animation: moveFromLeft 1000ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-animation="move-from-right"] {
    -webkit-animation: moveFromRight 1000ms ease-in-out forwards;
    -moz-animation: moveFromRight 1000ms ease-in-out forwards;
    animation: moveFromRight 1000ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-animation="move-from-bottom"] {
    -webkit-animation: moveFromBottom 1100ms ease-in-out forwards;
    -moz-animation: moveFromBottom 1100ms ease-in-out forwards;
    animation: moveFromBottom 1100ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-animation="fadeIn"] {
    -webkit-animation: fadeIn 1200ms ease-in-out forwards;
    -moz-animation: fadeIn 1200ms ease-in-out forwards;
    animation: fadeIn 1200ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-animation="flip"] {
    transform-style: preserve-3d;
    -webkit-animation: flip 1200ms ease-in-out forwards;
    -moz-animation: flip 1200ms ease-in-out forwards;
    animation: flip 1200ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-animation="popDown"] {
    -webkit-animation: popDown 1200ms ease-in-out forwards;
    -moz-animation: popDown 1200ms ease-in-out forwards;
    animation: popDown 1200ms ease-in-out forwards;
  }
  .has-animation .inview .js-animate[data-delay="item-0"] {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .has-animation .inview .js-animate[data-delay="item-1"] {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
  }
  .has-animation .inview .js-animate[data-delay="item-2"] {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .has-animation .inview .js-animate[data-delay="item-3"] {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .has-animation .inview .js-animate[data-delay="item-4"] {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .has-animation .inview .js-animate[data-delay="item-5"] {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
  }
}
.t4-landingpage-8 {
  overflow: hidden;
}
.t4-landingpage-8 .container {
  padding-left: 16px;
  padding-right: 16px;
}
.t4-landingpage-8 .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
.t4-landingpage-8 .container .row [class^="col-"],
.t4-landingpage-8 .container .row [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.t4-landingpage-8 .btn {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 16px 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .t4-landingpage-8 .btn {
    padding: 16px 32px;
  }
}
.t4-landingpage-8 .btn.btn-bd {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.t4-landingpage-8 .btn.btn-bd:hover,
.t4-landingpage-8 .btn.btn-bd:focus,
.t4-landingpage-8 .btn.btn-bd:active {
  background: rgba(225, 225, 225, 0.07000000000000001);
}
.t4-landingpage-8 .btn.btn-green {
  background: #27AE60;
}
.t4-landingpage-8 .btn.btn-green:hover {
  opacity: 0.8;
}
.t4-landingpage-8 .section-txt .ct-txt-fet {
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-txt .ct-txt-fet {
    text-align: center;
  }
}
.t4-landingpage-8 .section-txt .ct-txt-fet h6 {
  background: #EDF8FF;
  border-radius: 8px;
  color: #2B85C1;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 4px 16px;
  text-align: center;
  text-transform: uppercase;
}
.t4-landingpage-8 .section-txt .ct-txt-fet h3 {
  color: #333;
  line-height: 48px;
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-txt .ct-txt-fet h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.t4-landingpage-8 .section-txt .ct-txt-fet p {
  color: #666;
  line-height: 28px;
  margin: 0;
}
.t4-landingpage-8 .section-txt .ct-txt-fet .btn-link {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-txt .ct-txt-fet .btn-link {
    margin-top: 32px;
  }
}
.t4-landingpage-8 .has-bg .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .has-bg .row .mb-sec {
    order: 2;
  }
}
.t4-landingpage-8 .has-bg .pic-wrap {
  position: relative;
}
.t4-landingpage-8 .has-bg .pic-wrap:before {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
}
.t4-landingpage-8 .has-bg .pic-wrap img {
  position: relative;
  z-index: 10;
}
.t4-landingpage-8 .txt-center {
  text-align: center;
}
.t4-landingpage-8 .txt-center .box-content {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  margin-bottom: 64px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .txt-center .box-content {
    margin-bottom: 40px;
  }
}
.t4-landingpage-8 .txt-center .box-content h2,
.t4-landingpage-8 .txt-center .box-content h3 {
  color: #333;
  line-height: 48px;
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .txt-center .box-content h2,
  .t4-landingpage-8 .txt-center .box-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .txt-center .box-content h2,
  .t4-landingpage-8 .txt-center .box-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.t4-landingpage-8 .txt-center .box-content p {
  color: #666;
  line-height: 28px;
}
.t4-landingpage-8 .section-hero {
  margin-bottom: 156px;
  padding: 0 16px;
  position: relative;
}
.t4-landingpage-8 .section-hero .bg-content {
  content: "";
  background-image: url('//static.joomlart.com/t4/product-page/hero-bg-2.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .bg-content {
    height: 100%;
  }
}
.t4-landingpage-8 .section-hero .box-content {
  margin-top: 0;
  margin-bottom: 208px;
  padding-top: 156px;
  position: relative;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-hero .box-content {
    margin-top: 0;
    margin-bottom: 64px;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .box-content {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-hero .box-content .wrap-ct {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .box-content .wrap-ct {
    order: 2;
  }
}
.t4-landingpage-8 .section-hero .box-content h1 {
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 64px;
  margin: 0 auto 24px;
  font-size: 48px;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-hero .box-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .box-content h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
.t4-landingpage-8 .section-hero .box-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 26px;
}
.t4-landingpage-8 .section-hero .box-content .desc {
  margin-bottom: 52px;
}
.t4-landingpage-8 .section-hero .box-content .desc p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 24px;
  max-width: 730px;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-hero .box-content .desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.t4-landingpage-8 .section-hero .box-content .group-btn {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-hero .box-content .group-btn {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .box-content .group-btn .btn {
    margin-bottom: 12px;
  }
}
.t4-landingpage-8 .section-hero .fet-pic {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
  position: relative;
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-hero .fet-pic {
    order: 1;
    margin-bottom: 32px;
  }
}
.t4-landingpage-8 .section-hero .fet-pic .videoWrapper {
  z-index: 10;
}
.t4-landingpage-8 .section-hero .fet-pic .decor {
  position: absolute;
  display: block;
}
.t4-landingpage-8 .section-hero .fet-pic .decor.decor-1 {
  background: url('//static.joomlart.com/t4/product-page/video-decor-11.png') no-repeat center bottom;
  left: 52px;
  bottom: -24px;
  height: 80px;
  width: 172px;
}
.t4-landingpage-8 .section-hero .fet-pic .decor.decor-2 {
  background: url('//static.joomlart.com/t4/product-page/video-decor-2.png') no-repeat center bottom;
  right: -24px;
  bottom: -24px;
  height: 99px;
  width: 103px;
}
.t4-landingpage-8 .section-hero .fet-pic .decor.decor-3 {
  background: url('//static.joomlart.com/t4/product-page/video-decor-3.png') no-repeat center bottom;
  right: -94px;
  top: 24px;
  height: 70px;
  width: 70px;
}
.t4-landingpage-8 .section-info {
  margin-bottom: 68px;
}
.t4-landingpage-8 .section-info .group-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-info .group-item {
    padding: 0;
  }
}
.t4-landingpage-8 .section-info .group-item .ic-fet {
  margin-bottom: 40px;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-info .group-item .ic-fet {
    margin-bottom: 20px;
  }
}
.t4-landingpage-8 .section-info .group-item .ic-fet img {
  position: relative;
  z-index: 5;
  width: auto;
  height: 50px;
}
.t4-landingpage-8 .section-info .group-item .ic-fet.bg-blue {
  background: #EDF8FF;
}
.t4-landingpage-8 .section-info .group-item .ic-fet.bg-green {
  background: #F0FAF9;
}
.t4-landingpage-8 .section-info .group-item .ic-fet.bg-red {
  background: #FFF5F4;
}
.t4-landingpage-8 .section-info .group-item h4 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0;
}
.t4-landingpage-8 .section-info .group-item p {
  color: #666;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-info .group-item.item-middle {
    margin: 50px 0;
  }
}
.t4-landingpage-8 .section-design {
  margin-bottom: 50px;
}
.t4-landingpage-8 .section-design .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-3.png');
  height: 774px;
  right: -300px;
  top: 0;
  width: 1100px;
}
.t4-landingpage-8 .section-marketing {
  margin-bottom: 40px;
}
.t4-landingpage-8 .section-marketing .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-2.png');
  width: 1095px;
  height: 813px;
  top: -160px;
  left: -350px;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-marketing .pic-wrap:before {
    top: 0;
  }
}
.t4-landingpage-8 .section-design2 {
  margin-bottom: 90px;
}
.t4-landingpage-8 .section-design2 .box-content {
  max-width: 632px;
}
.t4-landingpage-8 .section-design2 .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-1.png');
  height: 774px;
  right: -340px;
  top: 0;
  width: 1100px;
}
.t4-landingpage-8 .section-website {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-website {
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-website {
    padding-top: 32px;
  }
}
.t4-landingpage-8 .section-website:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-4.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.t4-landingpage-8 .section-website .box-content {
  max-width: 750px;
}
.t4-landingpage-8 .section-website .list-article .row {
  display: flex;
  flex-wrap: wrap;
}
.t4-landingpage-8 .section-website .btn-more {
  margin-top: 48px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-anything {
    padding-top: 10px;
  }
}
.t4-landingpage-8 .section-anything .box-content {
  max-width: 820px;
}
.t4-landingpage-8 .section-anything .box-content p {
  max-width: 580px;
  margin: 0 auto;
}
.t4-landingpage-8 .section-anything .group-item {
  position: relative;
}
.t4-landingpage-8 .section-anything .group-item:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-5.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
}
.t4-landingpage-8 .section-anything .group-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
.t4-landingpage-8 .section-anything .group-item > ul > li {
  align-content: center;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 118px;
  justify-content: center;
  margin: 0 16px 32px 16px;
  padding: 12px;
  text-align: center;
  width: 118px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-anything .group-item > ul > li {
    height: 85px;
    margin: 0 10px 20px 10px;
    padding: 4px;
    width: 85px;
  }
}
.t4-landingpage-8 .section-anything .group-item > ul > li:hover {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.t4-landingpage-8 .section-anything .group-item > ul > li i {
  margin-bottom: 12px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-anything .group-item > ul > li i {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.t4-landingpage-8 .section-anything .group-item > ul > li span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-anything .group-item > ul > li span {
    font-size: 12px;
  }
}
.t4-landingpage-8 .section-pre {
  margin: 0 0 200px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-pre {
    margin: 0 0 80px;
  }
}
.t4-landingpage-8 .section-pre .box-inner {
  background: #F3F5FF;
  border-radius: 20px;
  padding: 100px 0 120px 100px;
  position: relative;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-pre .box-inner {
    padding: 60px 0 70px 60px;
  }
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-pre .box-inner {
    padding: 32px;
  }
}
.t4-landingpage-8 .section-pre .box-inner:before {
  background-image: url('https://static.joomlart.com/t4/product-page/content-block-joomla-page-builder.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.t4-landingpage-8 .section-pre .box-inner:after {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/pat-4.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -65px;
  content: "";
  height: 404px;
  left: 30px;
  position: absolute;
  width: 578px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-pre .box-inner:after {
    bottom: -39px;
    height: 210px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .t4-landingpage-8 .section-pre .box-inner .ct-txt-fet {
    max-width: 368px;
  }
}
.t4-landingpage-8 .section-customize {
  margin: 0 0 40px;
}
.t4-landingpage-8 .section-customize .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-3.png');
  height: 774px;
  right: -300px;
  top: -30px;
  width: 1100px;
}
.t4-landingpage-8 .section-popup .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-2.png');
  width: 1095px;
  height: 813px;
  top: -60px;
  left: -298px;
}
.t4-landingpage-8 .section-widget {
  margin: 0;
}
.t4-landingpage-8 .section-widget .pic-wrap:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-1.png');
  height: 774px;
  right: -340px;
  top: -30px;
  width: 1100px;
}
.t4-landingpage-8 .group-section {
  position: relative;
}
.t4-landingpage-8 .group-section:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/vc-1.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.t4-landingpage-8 .section-sup {
  position: relative;
  z-index: 20;
}
.t4-landingpage-8 .section-sup .box-content {
  max-width: 820px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-sup .box-content {
    margin-top: 32px;
  }
}
.t4-landingpage-8 .section-sup .box-content p {
  max-width: 580px;
  margin: 0 auto;
}
.t4-landingpage-8 .section-sup .group-item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-sup .group-item {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-sup .group-item > div {
    margin-bottom: 32px;
  }
}
.t4-landingpage-8 .section-sup .group-item .item {
  background: #fff;
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
  border-radius: 20px;
  padding: 56px;
  text-align: center;
  height: 100%;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-sup .group-item .item {
    max-width: 400px;
    padding: 32px;
    margin: 0 auto;
  }
}
.t4-landingpage-8 .section-sup .group-item .item .icon-lay {
  display: inline-block;
  text-align: center;
}
.t4-landingpage-8 .section-sup .group-item .item h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 32px 0 16px;
}
.t4-landingpage-8 .section-sup .group-item .item p {
  line-height: 28px;
  color: #828282;
  margin-bottom: 0;
}
.t4-landingpage-8 .section-price {
  position: relative;
  z-index: 20;
  margin-bottom: 120px;
}
.t4-landingpage-8 .section-price .box-content {
  max-width: 820px;
  margin: 120px auto 64px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .box-content {
    margin: 0 auto 40px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing {
  padding: 0 16px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table tr {
    width: 100%;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table tr th,
.t4-landingpage-8 .section-price .tb-pricing table tr td {
  border: 1px solid #F2F2F2;
  text-align: center;
  vertical-align: middle;
}
.t4-landingpage-8 .section-price .tb-pricing table .ic-gl {
  content: "";
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.t4-landingpage-8 .section-price .tb-pricing table .ic-gl.ic-check {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/done.png');
  width: 16px;
  height: 12px;
}
.t4-landingpage-8 .section-price .tb-pricing table .ic-gl.ic-close {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/close.png');
  width: 10px;
  height: 10px;
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th {
  padding: 40px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th {
    padding: 16px 8px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th.has-sale {
  position: relative;
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-info h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-info h5 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-price {
  line-height: 1;
  margin-bottom: 12px;
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-price strong {
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -0.05em;
  color: #27AE60;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-price strong {
    font-size: 40px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-price strong sup {
  font-size: 36px;
  line-height: 28px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-price strong sup {
    font-size: 24px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-desc {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-desc {
    font-size: 12px;
    line-height: 16px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-sale {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-sale {
    display: none;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-sale:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-sale.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  right: 0;
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th .txt-sale span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 600;
  transform: translateY(20px) rotate(45deg);
  -webkit-transform: translateY(20px) rotate(45deg);
  display: inline-block;
  text-transform: uppercase;
}
.t4-landingpage-8 .section-price .tb-pricing table thead tr th:first-child {
  border: none;
}
.t4-landingpage-8 .section-price .tb-pricing table tbody tr td {
  padding: 12px;
}
.t4-landingpage-8 .section-price .tb-pricing table tbody tr td span {
  color: #2B85C1;
  font-weight: 500;
}
.t4-landingpage-8 .section-price .tb-pricing table tbody tr td span.txt {
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
.t4-landingpage-8 .section-price .tb-pricing table tbody tr td:first-child {
  text-align: left;
}
.t4-landingpage-8 .section-price .tb-pricing table tfoot tr td {
  padding: 40px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table tfoot tr td {
    padding: 16px 8px;
  }
}
.t4-landingpage-8 .section-price .tb-pricing table tfoot tr td:first-child {
  border: none;
}
.t4-landingpage-8 .section-price .tb-pricing table tfoot tr td .btn.btn-default {
  background: #EDF8FF;
  border: 1px solid #EDF8FF;
  color: #2B85C1;
}
.t4-landingpage-8 .section-price .tb-pricing table tfoot tr td .btn.btn-default:hover {
  background: #27AE60;
  color: #fff;
  border-color: #27AE60;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .tb-pricing table tfoot tr td .btn {
    padding: 10px;
    font-size: 11px;
    height: auto;
  }
}
.t4-landingpage-8 .section-price .item {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
  border-radius: 8px;
  max-width: 368px;
  width: 100%;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-price .item {
    margin: 0 auto 32px;
  }
}
.t4-landingpage-8 .section-price .item .col-header {
  padding: 48px;
}
.t4-landingpage-8 .section-price .item .col-header .txt-info h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 4px;
  margin-top: 0;
}
.t4-landingpage-8 .section-price .item .col-header .txt-info span {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 16px;
  display: inline-block;
}
.t4-landingpage-8 .section-price .item .col-header .txt-price {
  line-height: 1;
}
.t4-landingpage-8 .section-price .item .col-header .txt-price strong {
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -0.05em;
}
.t4-landingpage-8 .section-price .item .col-header .txt-price strong sup {
  font-size: 36px;
  line-height: 28px;
  margin-right: 8px;
}
.t4-landingpage-8 .section-price .item .col-body {
  padding: 32px 48px;
}
.t4-landingpage-8 .section-price .item .col-body ul.feature-list {
  padding: 0;
  margin: 0;
}
.t4-landingpage-8 .section-price .item .col-body ul.feature-list li span {
  font-size: 15px;
  line-height: 48px;
}
.t4-landingpage-8 .section-price .item .col-body ul.feature-list li span:before {
  content: "";
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 16px;
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/done-2.png');
}
.t4-landingpage-8 .section-price .item .col-body ul.feature-list li span.txt-gray {
  opacity: 0.6;
}
.t4-landingpage-8 .section-price .item .col-body ul.feature-list li span.txt-gray:before {
  display: none;
}
.t4-landingpage-8 .section-price .item .col-action {
  padding: 0 0 48px;
}
.t4-landingpage-8 .section-price .item .col-action .btn {
  border-radius: 8px;
  color: #333;
  background: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green {
  background: #27AE60;
}
.t4-landingpage-8 .section-price .item.bg-green .col-header {
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
.t4-landingpage-8 .section-price .item.bg-green .col-header .txt-info h5 {
  color: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green .col-header .txt-info span {
  color: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green .col-header .txt-price strong {
  letter-spacing: -0.05em;
  color: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green .col-header .txt-price strong sup {
  color: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green .col-body ul.feature-list li span {
  color: #fff;
}
.t4-landingpage-8 .section-price .item.bg-green .col-body ul.feature-list li span:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/done-2.png');
}
.t4-landingpage-8 .section-price .item.bg-green .col-action .btn:hover {
  opacity: 0.8;
}
.t4-landingpage-8 .section-price .item.bg-white .col-header {
  border-bottom: 1px solid #F2F2F2;
}
.t4-landingpage-8 .section-price .item.bg-white .col-header .txt-info h5 {
  color: #000;
}
.t4-landingpage-8 .section-price .item.bg-white .col-header .txt-info span {
  color: #828282;
}
.t4-landingpage-8 .section-price .item.bg-white .col-header .txt-price strong {
  color: #27AE60;
}
.t4-landingpage-8 .section-price .item.bg-white .col-header .txt-price strong sup {
  color: #27AE60;
}
.t4-landingpage-8 .section-price .item.bg-white .col-body ul.feature-list li span {
  color: #333;
}
.t4-landingpage-8 .section-price .item.bg-white .col-body ul.feature-list li span:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/done.png');
}
.t4-landingpage-8 .section-price .item.bg-white .col-action .btn {
  border-color: #F2F2F2;
}
.t4-landingpage-8 .section-price .item.bg-white .col-action .btn:hover {
  background: #27AE60;
  border-color: #27AE60;
  color: #fff !important;
}
@media (min-width: 992px) {
  .t4-landingpage-8 .section-price .item.item-right {
    float: right;
  }
}
.t4-landingpage-8 .section-price .block-question .content-inner {
  margin: 64px auto 0;
  max-width: 600px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .block-question .content-inner {
    margin: 16px auto 0;
    padding: 0 16px;
  }
}
.t4-landingpage-8 .section-price .block-question .content-inner h4 {
  font-size: 30px;
  margin: 0 0 16px;
  color: #333;
  font-weight: 500;
  line-height: 40px;
}
.t4-landingpage-8 .section-price .block-question .content-inner p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.t4-landingpage-8 .section-price .block-question .btn-contact {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-price .block-question .btn-contact {
    margin-top: 32px;
  }
}
.t4-landingpage-8 .section-fet {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-6.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 106px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-fet {
    padding: 40px 16px;
    margin-bottom: 60px;
  }
}
.t4-landingpage-8 .section-fet .box-content {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.t4-landingpage-8 .section-fet .box-content h3 {
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 56px;
  margin-bottom: 28px;
  margin-top: 0;
  font-weight: 500;
  font-size: 48px;
}
@media (max-width: 992px) {
  .t4-landingpage-8 .section-fet .box-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-fet .box-content h3 {
    font-size: 16px;
    line-height: 36px;
  }
}
.t4-landingpage-8 .section-fet .box-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 64px;
  max-width: 650px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-fet .box-content p {
    margin-bottom: 32px;
  }
}
.t4-landingpage-8 .section-fet .box-content .group-btn {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .t4-landingpage-8 .section-fet .box-content .group-btn .btn {
    margin: 0 0 16px;
  }
}
.t4-landingpage-8 .section-bundle .list-article .blog-item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-bundle .list-article .blog-item {
    text-align: center;
  }
}
.t4-landingpage-8 .section-bundle .list-article .blog-item .intro-image {
  margin: 0 auto 32px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .section-bundle .list-article .blog-item .intro-image {
    margin-bottom: 20px;
  }
}
.t4-landingpage-8 .section-bundle .list-article .blog-item .intro-image img {
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.t4-landingpage-8 .section-bundle .list-article .blog-item:hover .intro-image {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.t4-landingpage-8 .section-bundle .list-article .blog-item:hover .intro-image img {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.t4-landingpage-8 .section-bundle .list-article .category-name a {
  margin: 32px 0 16px;
  background: #EDF8FF;
  height: 32px;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 13px;
  color: #2B85C1;
  line-height: 24px;
  text-transform: capitalize;
}
.t4-landingpage-8 .section-bundle .list-article .article-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.t4-landingpage-8 .section-bundle .list-article .article-title a {
  color: #333;
}
.t4-landingpage-8 .section-bundle .list-article .article-title a:hover {
  color: #27AE60;
}
.t4-landingpage-8 .section-bundle .list-article .article-intro {
  line-height: 28px;
  color: #4F4F4F;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .t4-landingpage-8 .space-mb {
    margin-bottom: 50px;
  }
}
.t4-landingpage-9 {
  padding-top: 23px;
  color: #4F4F4F;
}
.t4-landingpage-9 .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-bottom: -16px;
}
.t4-landingpage-9 .row > div {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 {
    padding-top: 0;
  }
}
.t4-landingpage-9 .pd-top {
  padding-top: 60px;
}
.t4-landingpage-9 .pd-bottom {
  padding-bottom: 60px;
}
.t4-landingpage-9 .pd-y {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t4-landingpage-9 .pd-y-large {
  padding-bottom: 94px;
  padding-top: 94px;
}
.t4-landingpage-9 .mg-top {
  margin-top: 60px;
}
.t4-landingpage-9 .mg-bottom {
  margin-bottom: 60px;
}
.t4-landingpage-9 .mg-y {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .pd-top {
    padding-top: 40px;
  }
  .t4-landingpage-9 .pd-bottom {
    padding-bottom: 40px;
  }
  .t4-landingpage-9 .pd-y {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .t4-landingpage-9 .mg-top {
    margin-top: 40px;
  }
  .t4-landingpage-9 .mg-bottom {
    margin-bottom: 40px;
  }
  .t4-landingpage-9 .mg-y {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .t4-landingpage-9 .pd-y-large {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .pd-top {
    padding-top: 25px;
  }
  .t4-landingpage-9 .pd-bottom {
    padding-bottom: 25px;
  }
  .t4-landingpage-9 .pd-y {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .t4-landingpage-9 .mg-top {
    margin-top: 25px;
  }
  .t4-landingpage-9 .mg-bottom {
    margin-bottom: 25px;
  }
  .t4-landingpage-9 .mg-y {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .t4-landingpage-9 .pd-y-large {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.t4-landingpage-9 .btn {
  background: #007AFF;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 32px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .btn {
    padding: 5px 12px;
    font-size: 14px;
    height: 38px;
  }
}
.t4-landingpage-9 .btn:hover {
  opacity: 0.85;
}
.t4-landingpage-9 .btn.btn-border {
  border: 2px solid #007AFF;
  background: transparent;
  color: #007AFF;
}
.t4-landingpage-9 .btn.btn-border:hover,
.t4-landingpage-9 .btn.btn-border:focus,
.t4-landingpage-9 .btn.btn-border:active {
  background: #007AFF;
  color: #fff;
  opacity: 1;
}
.t4-landingpage-9 .btn.btn-green {
  background: #27AE60;
}
.t4-landingpage-9 .btn.btn-white {
  background: #fff;
  color: #333 !important;
}
.t4-landingpage-9 h1,
.t4-landingpage-9 h2,
.t4-landingpage-9 h3,
.t4-landingpage-9 h4,
.t4-landingpage-9 h5,
.t4-landingpage-9 h6 {
  color: #333;
}
.t4-landingpage-9 section.full-width {
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.t4-landingpage-9 section.has-border {
  border-top: 1px solid #F2F2F2;
}
@media (min-width: 992px) {
  .t4-landingpage-9 #section-hero .fet-pic img {
    margin-left: auto;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 #section-hero .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 991px) {
  .t4-landingpage-9 #section-hero .box-inner {
    max-width: 468px;
  }
}
.t4-landingpage-9 #section-hero h1 {
  letter-spacing: -0.02em;
  line-height: 56px;
  margin: 0 auto 24px;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 #section-hero h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 #section-hero h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 #section-hero h1 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
  }
}
.t4-landingpage-9 #section-hero p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .t4-landingpage-9 #section-hero p {
    margin-bottom: 25px;
  }
}
.t4-landingpage-9 #section-hero .list-featured {
  border-top: 2px solid #F2F8FF;
  padding-top: 40px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 #section-hero .list-featured {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 #section-hero .list-featured {
    justify-content: center;
  }
}
.t4-landingpage-9 #section-hero .list-featured .item + .item {
  margin-left: 58px;
}
@media (max-width: 480px) {
  .t4-landingpage-9 #section-hero .list-featured .item + .item {
    width: 100%;
    margin: 30px 0 0;
  }
}
.t4-landingpage-9 #section-hero .list-featured .item h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 8px;
}
.t4-landingpage-9 #section-hero .list-featured .item span {
  font-size: 14px;
  line-height: 24px;
}
.t4-landingpage-9 .section-info .row {
  display: flex;
  flex-wrap: wrap;
}
.t4-landingpage-9 .section-info .box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 48px 40px;
  background: #FAFBFC;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-info .box-item {
    padding: 20px;
  }
}
.t4-landingpage-9 .section-info .box-item .picture-fet {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-info .box-item .picture-fet {
    margin-bottom: 20px;
  }
}
.t4-landingpage-9 .section-info .box-item h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 0;
}
.t4-landingpage-9 .section-info .box-item p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-info .item + .item {
    margin-top: 32px;
  }
}
@media (min-width: 1199px) {
  .t4-landingpage-9 .list-item + .list-item {
    margin-top: 64px;
  }
}
.t4-landingpage-9 .title-lead {
  text-align: center;
  max-width: 632px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .title-lead {
    margin: 0 auto 20px;
  }
}
.t4-landingpage-9 .title-lead h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #007AFF;
  margin-bottom: 8px;
  margin-top: 0;
}
.t4-landingpage-9 .title-lead h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .title-lead h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .title-lead h3 {
    font-size: 29px;
    line-height: 39px;
  }
}
.t4-landingpage-9 .section-builder {
  background: #FAFBFC;
  text-align: center;
  margin-top: -75px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-builder {
    margin-top: -52px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-builder {
    padding: 40px 0;
  }
}
.t4-landingpage-9 .section-builder .box-inner {
  margin-left: 0;
}
@media (min-width: 991px) {
  .t4-landingpage-9 .section-builder .box-inner {
    max-width: 660px;
    margin: 0 auto !important;
  }
}
.t4-landingpage-9 .section-builder .box-inner h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.01em;
  color: #007AFF;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-builder .box-inner h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-builder .box-inner h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
.t4-landingpage-9 .section-builder .box-inner p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.t4-landingpage-9 #section-built .box-item {
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
.t4-landingpage-9 .section-features {
  padding-top: 0;
}
.t4-landingpage-9 .section-join {
  background: #333;
  position: relative;
  overflow: hidden;
}
.t4-landingpage-9 .section-join > .fa {
  position: absolute;
  bottom: -160px;
  left: 0;
  font-size: 800px;
  opacity: 0.3;
}
.t4-landingpage-9 .section-join .box-inner {
  color: #fff;
}
@media (min-width: 991px) {
  .t4-landingpage-9 .section-join .box-inner {
    max-width: 540px;
    margin: 0 auto !important;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-join .box-inner {
    padding: 20px 0;
  }
}
.t4-landingpage-9 .section-join .box-inner h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-join .box-inner h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
  }
}
.t4-landingpage-9 .section-join .box-inner p {
  margin-bottom: 40px;
  max-width: 450px;
}
.t4-landingpage-9 .section-all-in .box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 991px) {
  .t4-landingpage-9 .section-all-in .box-item {
    max-width: 520px;
  }
}
.t4-landingpage-9 .section-all-in .box-item .picture-fet {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-all-in .box-item .picture-fet {
    margin-bottom: 20px;
  }
}
.t4-landingpage-9 .section-all-in .box-item h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: -0.02em;
  max-width: 440px;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-all-in .box-item h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-all-in .box-item h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.t4-landingpage-9 .section-all-in .box-item p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-all-in .item + .item {
    margin-top: 32px;
  }
}
.t4-landingpage-9 .section-beauti {
  color: #fff;
  background: #007AFF;
  padding: 116px 0;
  position: relative;
}
@media (max-width: 1600px) {
  .t4-landingpage-9 .section-beauti {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-beauti {
    padding: 40px 0;
  }
}
.t4-landingpage-9 .section-beauti:before,
.t4-landingpage-9 .section-beauti:after {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
}
.t4-landingpage-9 .section-beauti:before {
  background-image: url('https://static.joomlart.com/t4/landing-page/7.png');
  left: 0;
  width: 330px;
  height: 600px;
}
@media (max-width: 1600px) {
  .t4-landingpage-9 .section-beauti:before {
    width: 207px;
    height: 528px;
    background-position: right;
  }
}
@media (max-width: 1399px) {
  .t4-landingpage-9 .section-beauti:before {
    display: none;
  }
}
.t4-landingpage-9 .section-beauti:after {
  background-image: url('https://static.joomlart.com/t4/landing-page/8.png');
  right: 0;
  width: 845px;
  height: 600px;
}
@media (max-width: 1600px) {
  .t4-landingpage-9 .section-beauti:after {
    width: 684px;
    height: 528px;
    background-position: left;
  }
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-beauti:after {
    display: none;
  }
}
.t4-landingpage-9 .section-beauti .box-inner {
  max-width: 632px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-beauti .box-inner {
    text-align: center;
    max-width: 100%;
    margin: 0;
  }
}
.t4-landingpage-9 .section-beauti .box-inner:after {
  content: '';
  display: inline-block;
  background-image: url('https://static.joomlart.com/t4/landing-page/pattern-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 924px;
  height: 600px;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.t4-landingpage-9 .section-beauti h2 {
  letter-spacing: -0.02em;
  line-height: 56px;
  margin: 0 auto 24px;
  font-size: 48px;
  color: #fff;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-beauti h2 {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-beauti h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.t4-landingpage-9 .section-beauti p {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .t4-landingpage-9 .section-beauti p {
    margin-bottom: 30px;
  }
}
.t4-landingpage-9 .section-beauti .list-featured {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-beauti .list-featured {
    margin-top: 30px;
    justify-content: center;
  }
}
.t4-landingpage-9 .section-beauti .list-featured .item + .item {
  margin-left: 58px;
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-beauti .list-featured .item + .item {
    margin-left: 30px;
  }
}
.t4-landingpage-9 .section-beauti .list-featured .item h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 8px;
}
.t4-landingpage-9 .section-beauti .list-featured .item span {
  font-size: 14px;
  line-height: 24px;
}
.t4-landingpage-9 #section-library {
  background: #FAFBFC;
}
.t4-landingpage-9 #section-library .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-tabs .item {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .t4-landingpage-9 .section-tabs ul#myTabs li + li {
    margin-top: 5px;
  }
}
.t4-landingpage-9 .section-tabs ul#myTabs li a {
  background: transparent;
  color: #333;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-tabs ul#myTabs li a {
    padding: 10px 15px;
  }
}
.t4-landingpage-9 .section-tabs ul#myTabs li a:hover {
  color: #007AFF;
}
.t4-landingpage-9 .section-tabs ul#myTabs li.active a {
  background: #FAFBFC;
}
@media (min-width: 992px) {
  .t4-landingpage-9 .section-tabs ul#myTabs li.active a:before {
    background: #007AFF;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    content: '';
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-tabs ul#myTabs.nav-stacked {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.t4-landingpage-9 .section-tabs a.btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-tabs a.btn {
    margin-bottom: 24px;
  }
}
.t4-landingpage-9 .section-tabs-2 ul#myTabs {
  margin-top: -32px;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-tabs-2 ul#myTabs {
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-9 .section-tabs-2 ul#myTabs {
    padding: 0 16px;
  }
}
.t4-landingpage-9 .section-tabs-2 ul#myTabs li {
  margin: 3px 6px;
}
.t4-landingpage-9 .section-tabs-2 ul#myTabs li a {
  background: #EEF6FE;
  padding: 10px 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.t4-landingpage-9 .section-tabs-2 ul#myTabs li a:hover {
  background: #d6e9fd;
}
.t4-landingpage-9 .section-tabs-2 ul#myTabs li.active a {
  background: #007AFF;
  color: #fff;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-tabs-2 .tab-content img {
    margin: auto;
  }
}
.t4-landingpage-9 .list-item-icon {
  position: relative;
}
.t4-landingpage-9 .list-item-icon > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 10;
  margin: -32px -16px 0;
}
@media (max-width: 767px) {
  .t4-landingpage-9 .list-item-icon > ul {
    justify-content: space-around;
  }
}
.t4-landingpage-9 .list-item-icon > ul > li {
  padding: 0 16px;
  margin-top: 32px;
  text-align: center;
  flex-basis: 20%;
  list-style: none;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .list-item-icon > ul > li {
    flex-basis: 33.33%;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .list-item-icon > ul > li {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .t4-landingpage-9 .list-item-icon > ul > li {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.t4-landingpage-9 .list-item-icon > ul > li .inner {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .t4-landingpage-9 .list-item-icon > ul > li .inner {
    padding: 12px;
  }
}
.t4-landingpage-9 .list-item-icon > ul > li .inner:hover {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.t4-landingpage-9 .list-item-icon > ul > li i {
  margin-right: 5px;
  font-size: 20px;
  text-align: left;
  width: 26px;
}
.t4-landingpage-9 .list-item-icon > ul > li svg {
  margin-right: 12px;
  height: 20px;
  width: 20px;
}
.t4-landingpage-9 #addons-features {
  background: #FAFBFC;
}
@media (min-width: 992px) {
  .t4-landingpage-9 #addons-features .title-lead {
    text-align: left;
  }
}
.t4-landingpage-9 #addons-features .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
}
.t4-landingpage-9 #addons-features .box-item + .box-item {
  margin-top: 32px;
}
.t4-landingpage-9 #section-developer {
  background: #FAFBFC;
}
.t4-landingpage-9 #section-developer .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
.t4-landingpage-9 #section-endless {
  padding-top: 0;
}
.t4-landingpage-9 #section-endless .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
.t4-landingpage-9 #section-community {
  background: #FAFBFC;
}
.t4-landingpage-9 #section-community img {
  max-height: 120px;
}
@media (min-width: 992px) {
  .t4-landingpage-9 #section-versatile .row > div {
    margin-bottom: 32px;
  }
}
.t4-landingpage-9 .section-3column .box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 991px) {
  .t4-landingpage-9 .section-3column .box-item {
    max-width: 343px;
    margin: auto;
  }
}
.t4-landingpage-9 .section-3column .box-item .picture-fet {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .t4-landingpage-9 .section-3column .box-item .picture-fet {
    margin-bottom: 20px;
  }
}
.t4-landingpage-9 .section-3column .box-item .picture-fet img {
  max-height: 242px;
}
.t4-landingpage-9 .section-3column .box-item h2,
.t4-landingpage-9 .section-3column .box-item h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: -0.02em;
}
.t4-landingpage-9 .section-3column .box-item p {
  margin-bottom: 0;
}
.t4-landingpage-9 .section-endless h3 {
  font-size: 24px;
}
.t4-landingpage-9 .section-endless .btn-explore {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-endless .btn-explore {
    margin-top: 32px;
  }
}
.t4-landingpage-9 .section-popular .box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 991px) {
  .t4-landingpage-9 .section-popular .box-item {
    max-width: 520px;
  }
}
.t4-landingpage-9 .section-popular .box-item .picture-fet {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-popular .box-item .picture-fet {
    margin-bottom: 20px;
  }
}
.t4-landingpage-9 .section-popular .box-item .picture-fet img {
  max-width: 450px;
}
.t4-landingpage-9 .section-popular .box-item h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-popular .box-item h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .t4-landingpage-9 .section-popular .box-item h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.t4-landingpage-9 .section-popular .box-item p {
  margin-bottom: 0;
}
.t4-landingpage-9 .section-popular .item {
  margin-bottom: 34px;
}
.t4-landingpage-9 .section-more-features {
  border-top: 1px solid #eee;
}
.t4-landingpage-9 .section-more-features .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
.t4-landingpage-9 .section-form-2 .box-item {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 100%;
  height: 100%;
}
.t4-landingpage-9 .section-fet {
  color: #fff;
  background: #007AFF;
  padding: 86px 0;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-fet {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet {
    text-align: center;
  }
}
.t4-landingpage-9 .section-fet img {
  margin: auto;
}
.t4-landingpage-9 .section-fet .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.t4-landingpage-9 .section-fet h2,
.t4-landingpage-9 .section-fet h3 {
  letter-spacing: -0.02em;
  line-height: 50px;
  margin: 0 auto 24px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1199px) {
  .t4-landingpage-9 .section-fet h2,
  .t4-landingpage-9 .section-fet h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet h2,
  .t4-landingpage-9 .section-fet h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.t4-landingpage-9 .section-fet p {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet p {
    margin-bottom: 32px;
  }
}
.t4-landingpage-9 .section-fet .group-btn {
  display: flex;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet .group-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet .group-btn .btn {
    margin-top: 8px;
  }
}
.t4-landingpage-9 .section-fet .group-btn .btn + .btn {
  margin-left: 10px;
}
.t4-landingpage-9 .section-fet .group-btn .btn-try {
  border: 2px solid #fff;
  color: #fff;
}
.t4-landingpage-9 .section-fet .group-btn .btn-try:hover {
  background: #fff;
  color: #333;
}
@media (max-width: 991px) {
  .t4-landingpage-9 .section-fet .item + .item {
    margin-top: 32px;
  }
}
.section-bg .wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section-bg .wrap-title {
    margin-bottom: 32px;
  }
}
.section-bg .wrap-title h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
}
.section-bg .list-article .blog-item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-bg .list-article .blog-item {
    text-align: center;
  }
}
.section-bg .list-article .blog-item .intro-image {
  margin: 0 auto 32px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-bg .list-article .blog-item .intro-image {
    margin-bottom: 20px;
  }
}
.section-bg .list-article .blog-item .intro-image img {
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.section-bg .list-article .blog-item:hover .intro-image {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.section-bg .list-article .blog-item:hover .intro-image img {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.section-bg .list-article .category-name a {
  margin: 32px 0 16px;
  background: #EDF8FF;
  height: 32px;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 13px;
  color: #2B85C1;
  line-height: 24px;
  text-transform: capitalize;
}
.section-bg .list-article .article-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.section-bg .list-article .article-title a {
  color: #333;
}
.section-bg .list-article .article-title a:hover {
  color: #27AE60;
}
.section-bg .list-article .article-intro {
  line-height: 28px;
  color: #4F4F4F;
  margin-top: 16px;
}
.section-form {
  text-align: center;
  border-top: 1px solid #F2F2F2;
  padding-top: 120px;
  max-width: 1160px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .section-form {
    padding-top: 32px;
    margin: 0;
  }
}
.section-form .inner-content {
  padding: 0 16px;
}
.section-form .box-content {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
.section-form .box-content:after {
  content: "";
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/mail.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 213px;
  height: 213px;
}
.section-form .box-content .content-inner {
  position: relative;
  z-index: 10;
}
.section-form .box-content .content-inner h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  color: #333;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .section-form .box-content .content-inner h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px;
  }
}
.section-form .box-content .content-inner p {
  line-height: 28px;
  color: #666;
  margin: 0;
}
.section-form .wrap-form {
  margin: 86px auto 120px;
  max-width: 568px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .section-form .wrap-form {
    margin: 40px auto 32px;
  }
}
.section-form .wrap-form form {
  width: 100%;
}
.section-form .wrap-form #email {
  width: 100%;
  max-width: 100%;
  border: 1px solid #F2F2F2;
  height: 56px;
  border-radius: 8px;
  padding: 14px 160px 14px 24px;
  box-shadow: none;
}
.section-form .wrap-form #email::placeholder {
  
  color: #BDBDBD;
}
.section-form .wrap-form #email:-ms-input-placeholder {
  
  color: #BDBDBD;
}
.section-form .wrap-form #email::-ms-input-placeholder {
  
  color: #BDBDBD;
}
.section-form .wrap-form #submit {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 48px;
  border-radius: 4px;
  background: #27AE60;
  padding: 16px 32px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
}
.section-form .wrap-form #submit:hover {
  opacity: 0.7;
}
.t3-footer.t4-buider-8 {
  background: #4830D1;
  padding: 56px 0;
}
@media (max-width: 992px) {
  .t3-footer.t4-buider-8 {
    text-align: center;
    padding: 32px 0;
  }
}
.t3-footer.t4-buider-8 .container {
  padding-left: 16px;
  padding-right: 16px;
}
.t3-footer.t4-buider-8 .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
.t3-footer.t4-buider-8 .container .row [class^="col-"],
.t3-footer.t4-buider-8 .container .row [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.t3-footer.t4-buider-8 .module {
  margin: 0;
}
.t3-footer.t4-buider-8 .copyright-menu {
  margin-bottom: 16px;
  display: flex;
}
@media (max-width: 992px) {
  .t3-footer.t4-buider-8 .copyright-menu {
    justify-content: center;
  }
}
.t3-footer.t4-buider-8 .copyright-menu ul {
  float: left;
}
.t3-footer.t4-buider-8 .copyright-menu ul:after {
  display: none;
}
.t3-footer.t4-buider-8 .copyright-menu ul li {
  border: none;
  margin-bottom: 8px;
  margin-right: 32px;
  background: none;
}
@media (max-width: 768px) {
  .t3-footer.t4-buider-8 .copyright-menu ul li {
    margin-right: 16px;
  }
}
.t3-footer.t4-buider-8 .copyright-menu ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
.t3-footer.t4-buider-8 .copyright-menu ul li a:hover {
  opacity: 0.7;
}
.t3-footer.t4-buider-8 .txt-copyright {
  line-height: 16px;
  font-size: 14px;
  color: #A397E8;
  margin: 0;
}
.t3-footer.t4-buider-8 ul.social-links {
  float: right;
}
@media (max-width: 992px) {
  .t3-footer.t4-buider-8 ul.social-links {
    display: flex;
    float: none;
    justify-content: center;
    margin-top: 32px !important;
  }
}
.t3-footer.t4-buider-8 ul.social-links li a {
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.t3-footer.t4-buider-8 ul.social-links li a:hover {
  opacity: 0.7;
}
.page-builder .page-masthead .jumbotron {
  background: transparent;
  padding: 80px 24px 48px;
}
@media (max-width: 768px) {
  .page-builder .page-masthead .jumbotron {
    padding: 40px 16px;
  }
}
.page-builder .page-masthead.article-masshead {
  display: none;
}
.page-builder .pd-filters .container {
  position: relative;
  padding: 0;
  width: auto;
}
.page-builder .pd-filters .pd-search {
  display: none;
}
@media (min-width: 1200px) {
  .page-builder .pd-filters .pd-search {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 10;
  }
}
.page-builder .pd-filters .pd-search .form-group {
  position: relative;
}
@media (max-width: 1200px) {
  .page-builder .pd-filters .pd-search .form-group {
    width: 100%;
    max-width: 700;
    margin: 0 auto 32px;
    display: flex;
  }
}
.page-builder .pd-filters .pd-search #pd-search-input {
  width: 100%;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .page-builder .pd-filters .pd-search #pd-search-input {
    height: 48px;
    border-radius: 8px;
  }
}
.page-builder .pd-filters .pd-search .btn-pd-search {
  background: transparent;
  border: none;
  color: #2E3A59;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .page-builder .pd-filters .pd-search .btn-pd-search {
    top: 8px;
  }
}
.page-builder .pd-filters .pd-tags {
  border-radius: 10px;
  background: #F0FAF9;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-builder .pd-filters .pd-tags {
    padding: 16px;
  }
}
.page-builder .pd-filters .pd-tags ul li {
  margin: 0 5px 5px 0;
}
@media (min-width: 992px) {
  .page-builder .pd-filters .pd-tags ul li {
    display: block;
    margin: 0;
  }
  .page-builder .pd-filters .pd-tags ul li.secondary {
    display: none;
  }
  .page-builder .pd-filters .pd-tags ul li + li {
    border-top: 1px solid #DEEDEB;
    padding-top: 16px;
    margin-top: 16px;
  }
}
.page-builder .pd-filters .pd-tags ul li a {
  font-size: 16px;
  color: #4F4F4F;
  line-height: 28px;
  padding: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .page-builder .pd-filters .pd-tags ul li a {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .page-builder .pd-filters .pd-tags ul li a {
    border: 1px solid rgba(225, 225, 225, 0.4);
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
  }
}
.page-builder .pd-filters .pd-tags ul li.active a {
  color: #27AE60;
}
.page-builder .pd-filters .pd-tags ul li.show-all a:after {
  content: "\f107";
  color: #4F4F4F;
  font-family: FontAwesome;
  margin-left: 5px;
  font-weight: 400;
  display: inline-block;
}
.page-builder .pd-filters .pd-tags ul li:hover:after {
  color: #27AE60;
}
.page-builder .pd-filters .pd-tags ul li:hover a {
  color: #27AE60;
}
@media (min-width: 992px) {
  .page-builder .pd-filters .pd-tags ul.all-tags li.secondary {
    display: block;
  }
}
@media (min-width: 992px) {
  .page-builder .sticky-sidebar {
    position: sticky;
    top: 90px;
  }
}
.page-builder .pd-item-article .pd-item-intro {
  padding: 82px 0;
  background: #fff;
}
@media (max-width: 1200px) {
  .page-builder .pd-item-article .pd-item-intro {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .page-builder .pd-item-article .pd-item-intro {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-builder .pd-item-article .pd-item-intro .pd-item-intro-ct {
    padding-right: 40px;
  }
}
.page-builder .pd-item-article .pd-item-intro .quick-info .list-tags a span {
  background: #EDF8FF;
  border-radius: 4px;
  padding: 8px 32px;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #2B85C1;
  text-transform: uppercase;
}
.page-builder .pd-item-article .pd-item-intro .title-article h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #333;
  margin: 0 0 16px;
}
.page-builder .pd-item-article .pd-item-intro .txt_slogan {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #333;
}
.page-builder .pd-item-article .pd-item-intro .description {
  color: #666;
}
.page-builder .pd-item-article .pd-item-intro .group-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .page-builder .pd-item-article .pd-item-intro .group-btn {
    margin-top: 0;
  }
}
.page-builder .pd-item-article .pd-item-intro .group-btn .btn {
  height: 48px;
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
}
@media (max-width: 480px) {
  .page-builder .pd-item-article .pd-item-intro .group-btn .btn {
    margin-bottom: 8px;
  }
}
.page-builder .pd-item-article .pd-item-intro .group-btn .btn.btn-default {
  color: #2B85C1;
  background: #EDF8FF;
}
.page-builder .pd-item-article .pd-item-intro .group-btn .btn.btn-success {
  margin-right: 12px;
  color: #fff;
  background: #27AE60;
}
.page-builder .pd-item-article .pd-item-intro .group-btn .btn:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .page-builder .pd-item-article .pd-item-intro-img {
    margin-top: 40px !important;
  }
}
.page-builder .pd-item-article #item-carousel {
  border: none;
}
.page-builder .pd-item-article #item-carousel .item {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.page-builder .pd-item-article #item-carousel .item img {
  border-radius: 20px;
  border: none;
}
.page-builder .pd-item-article #item-carousel .carousel-control {
  border-radius: 50%;
  background: #EDF8FF;
  color: #2B85C1;
  opacity: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .page-builder .pd-item-article #item-carousel .carousel-control {
    height: 40px;
    width: 40px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .page-builder .pd-item-article #item-carousel .carousel-control.left {
    left: 0;
  }
}
@media (max-width: 480px) {
  .page-builder .pd-item-article #item-carousel .carousel-control.right {
    right: 0;
  }
}
.page-builder .pd-item-article #item-carousel .carousel-control:hover {
  background: #27AE60;
  color: #fff;
}
.page-builder .pd-item-article #item-carousel .carousel-indicators li {
  background: #EDF8FF;
}
.page-builder .pd-item-article #item-carousel .carousel-indicators li.active {
  background: #27AE60;
}
.page-builder.pd-item-view .container {
  padding-left: 16px;
  padding-right: 16px;
}
.page-builder.pd-item-view .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
.page-builder.pd-item-view .container .row [class^="col-"],
.page-builder.pd-item-view .container .row [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.page-builder .pd-related-list {
  background: #fff;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .page-builder .pd-related-list {
    padding-bottom: 50px;
  }
}
.page-builder .pd-related-list .page-header {
  display: none;
}
.page-builder .pd-related-list .title-sec {
  padding: 90px 0 64px;
  border-top: 1px solid #EDF8FF;
  margin: 50px auto 0;
}
@media (max-width: 1200px) {
  .page-builder .pd-related-list .title-sec {
    padding: 40px 0;
    margin: 20px auto 0;
  }
}
.page-builder .pd-related-list .title-sec h3 {
  color: #333;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  .page-builder .pd-related-list .title-sec h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-builder .pd-related-list .related-templates ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-builder .pd-related-list .related-templates ul li.item {
  list-style: none;
}
@media (max-width: 768px) {
  .page-builder .pd-related-list .related-templates ul li.item + li {
    margin-top: 32px;
  }
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner {
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  padding: 32px;
  height: 100%;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .item-image {
  margin: -32px -32px 32px;
  border-bottom: 1px solid #F2F2F2;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .item-image img {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .item-title h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .item-title h4 a {
  color: #333;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .item-title h4 a:hover {
  color: #27AE60;
  text-decoration: none;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner .description p {
  margin: 0;
  line-height: 28px;
  color: #666;
}
.page-builder .pd-related-list .related-templates ul li.item .content-inner:hover {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.t4-page-portfolio .container {
  padding-left: 16px;
  padding-right: 16px;
}
.t4-page-portfolio .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
.t4-page-portfolio .container .row [class^="col-"],
.t4-page-portfolio .container .row [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.porfolio.page-builder {
  margin: 64px auto;
}
@media (max-width: 768px) {
  .porfolio.page-builder {
    margin: 40px auto 20px;
  }
}
.porfolio.page-builder .porfolio-items .pd-list-item {
  margin-bottom: 32px;
}
.porfolio.page-builder .porfolio-items .pd-list-item .content-inner .item-image {
  border-bottom: 1px solid #eee;
  height: 280px;
  overflow: hidden;
}
.porfolio.page-builder .porfolio-items .pd-list-item .content-inner .item-image .pd-screen-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
}
.porfolio.page-builder .porfolio-items .pd-list-item .content-inner .item-image .pd-screen-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.porfolio.page-builder .porfolio-items .pd-list-item .content-inner .pd-title h2 a {
  color: #333;
}
.porfolio.page-builder .porfolio-items .pd-list-item .content-inner p {
  padding: 0 26px 26px;
}
.view-t4-blocks {
  padding: 122px 0;
}
@media (max-width: 767px) {
  .view-t4-blocks {
    padding: 30px 0;
  }
}
.view-t4-blocks .page-heading {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .view-t4-blocks .page-heading {
    margin-bottom: 30px;
  }
}
.view-t4-blocks .page-heading h1 {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .view-t4-blocks .page-heading h1 {
    font-size: 26px;
  }
}
.view-t4-blocks .page-heading span {
  font-size: 20px;
}
.view-t4-blocks .gallery-block {
  position: relative;
  min-height: 700px;
}
@media (min-width: 992px) {
  .view-t4-blocks .gallery-block .nav-tabs {
    background: #F0FAF9;
    border: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    position: absolute;
    padding: 32px;
    width: 270px;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li + li {
    border-top: 1px solid #DEEDEB;
    padding-top: 16px;
    margin-top: 16px;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li > a {
    background: transparent;
    color: #4F4F4F;
    padding: 0;
    text-transform: capitalize;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li > a:hover {
    color: #27AE60;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li > a[aria-controls="all"] {
    font-weight: 700;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li.active > a {
    color: #27AE60;
  }
}
@media (max-width: 991px) {
  .view-t4-blocks .gallery-block .nav-tabs {
    margin-bottom: 20px;
    border: 0;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li > a {
    background: #F0FAF9;
    color: #4F4F4F;
    text-transform: capitalize;
    margin: 0 5px 5px 0;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li > a span {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.05);
    margin-left: 8px;
  }
  .view-t4-blocks .gallery-block .nav-tabs > li.active > a {
    color: #27AE60;
  }
}
@media (min-width: 992px) {
  .view-t4-blocks .gallery-block .tab-content {
    padding-left: 300px;
    padding-top: 0;
  }
}
.view-t4-blocks .gallery-block .tab-content .tab-pane {
  column-count: 3;
  column-gap: 32px;
  orphans: 1;
  widows: 1;
}
@media (max-width: 1200px) {
  .view-t4-blocks .gallery-block .tab-content .tab-pane {
    column-count: 2;
    column-gap: 16px;
  }
}
@media (max-width: 676px) {
  .view-t4-blocks .gallery-block .tab-content .tab-pane {
    column-count: 1;
    column-gap: 0;
  }
}
.view-t4-blocks .gallery-block .tab-content .tab-pane .intro-image {
  display: inline-block;
  margin-bottom: 32px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1200px) {
  .view-t4-blocks .gallery-block .tab-content .tab-pane .intro-image {
    margin-bottom: 16px;
  }
}
.view-t4-blocks .gallery-block .tab-content .tab-pane .intro-image img {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  width: 100%;
}
.view-t4-blocks .gallery-block .tab-content .tab-pane .intro-image img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.view-t4-blocks .gallery-block .tab-content .tab-pane .intro-image .name-block {
  display: block;
  text-transform: capitalize;
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.pre-oder-t4-builder {
  margin-bottom: 122px;
}
@media (max-width: 767px) {
  .pre-oder-t4-builder {
    margin-bottom: 30px;
  }
}
.pre-oder-t4-builder .pre-oder-inner {
  background-image: url('//static.joomlart.com/images/blog/2019/promotion-bar/bg-t4-landing.png');
  background-size: cover;
  border-radius: 8px;
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pre-oder-t4-builder .pre-oder-inner {
    padding: 110px 40px 40px;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .pre-oder-t4-builder .pre-oder-inner {
    padding: 80px 20px 20px;
    min-height: 0;
  }
}
.pre-oder-t4-builder .pre-oder-inner .pre-title {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 50px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .pre-oder-t4-builder .pre-oder-inner .pre-title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .pre-oder-t4-builder .pre-oder-inner .pre-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.pre-oder-t4-builder .pre-oder-inner .intro-image {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .pre-oder-t4-builder .pre-oder-inner .intro-image {
    width: 50%;
  }
}
.pre-oder-t4-builder .pre-oder-inner .pre-discount {
  background: #3B97E3;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: -60px;
  height: 177px;
  width: 177px;
  padding: 85px 40px 20px 20px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 480px) {
  .pre-oder-t4-builder .pre-oder-inner .pre-discount {
    transform: scale(0.6);
  }
}
.pre-oder-t4-builder .pre-oder-inner .pre-discount span {
  display: block;
}
.pre-oder-t4-builder .pre-oder-inner .action .btn {
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .t4-blocks-landing .view-t4-blocks .container,
  .t4-blocks-landing .pre-oder-t4-builder .container {
    width: 1400px;
    max-width: 1400px;
  }
}
.page-buider.style-2 {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.page-buider.style-2 h1,
.page-buider.style-2 h2,
.page-buider.style-2 h3,
.page-buider.style-2 h4,
.page-buider.style-2 h5,
.page-buider.style-2 h6 {
  color: #333;
}
.page-buider.style-2 .btn-load {
  text-align: center;
  margin-top: 50px;
}
.page-buider.style-2 .btn-view {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.page-buider.style-2 .btn-default {
  background: #2B85C1;
  border: 1px solid #EDF8FF;
  color: #fff !important;
}
.page-buider.style-2 .btn-default:hover {
  background: #27AE60;
  border: 1px solid #27AE60;
  text-decoration: none;
}
.page-buider.style-2 .container {
  padding-left: 16px;
  padding-right: 16px;
}
.page-buider.style-2 .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
.page-buider.style-2 .container .row [class^="col-"],
.page-buider.style-2 .container .row [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
}
.page-buider.style-2 .btn {
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 16px 32px;
  text-transform: uppercase;
}
.page-buider.style-2 .btn.btn-bd {
  border: 1px solid #5C3DFA;
}
.page-buider.style-2 .btn.btn-bd:hover {
  background: rgba(225, 225, 225, 0.07000000000000001);
}
.page-buider.style-2 .btn.btn-green {
  background: #27AE60;
}
.page-buider.style-2 .btn.btn-green:hover {
  opacity: 0.8;
}
.page-buider.style-2 .title-section {
  text-align: center;
  margin: 120px 0 80px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section {
    margin: 40px 0 30px;
  }
}
.page-buider.style-2 .title-section:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-buider.style-2 .title-section.number-1:before {
  background-image: url('https://static.joomlart.com/t4/features/01.png');
  width: 185px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-1:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-2 h2 {
  color: #27AE60;
}
.page-buider.style-2 .title-section.number-2:before {
  background-image: url('https://static.joomlart.com/t4/features/02.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-2:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-3:before {
  background-image: url('https://static.joomlart.com/t4/features/03.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-3:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-4 h2 {
  color: #27AE60;
}
.page-buider.style-2 .title-section.number-4:before {
  background-image: url('https://static.joomlart.com/t4/features/04.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-4:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-5:before {
  background-image: url('https://static.joomlart.com/t4/features/05.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-5:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-6:before {
  background-image: url('https://static.joomlart.com/t4/features/06.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-6:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-7:before {
  background-image: url('https://static.joomlart.com/t4/features/07.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-7:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-8 h2 {
  color: #27AE60;
}
.page-buider.style-2 .title-section.number-8:before {
  background-image: url('https://static.joomlart.com/t4/features/08.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-8:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section.number-9:before {
  background-image: url('https://static.joomlart.com/t4/features/09.png');
  width: 214px;
  height: 147px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section.number-9:before {
    width: 130px;
    height: 90px;
  }
}
.page-buider.style-2 .title-section h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #2B85C1;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section h2 {
    font-size: 32px;
    line-height: 30px;
  }
}
.page-buider.style-2 .title-section h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 768px) {
  .page-buider.style-2 .title-section h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-buider.style-2 .fet-pic img {
  border-radius: 8px;
}
.page-buider.style-2 #lead-title .box-content {
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-buider.style-2 #lead-title .box-content {
    padding-bottom: 40px;
  }
}
.page-buider.style-2 #lead-title .box-content h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .page-buider.style-2 #lead-title .box-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.page-buider.style-2 #lead-title .box-content p {
  margin-bottom: 0;
  font-size: 20px;
}
.page-buider.style-2 .section-ft .item {
  margin-top: 32px;
  text-align: center;
}
.page-buider.style-2 .section-ft .item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 22x;
  margin: 24px 0 14px;
}
.page-buider.style-2 .section-ft .item h3 a {
  color: #333;
}
.page-buider.style-2 .section-ft .item h3 a:hover {
  color: #2B85C1;
  text-decoration: none;
}
.page-buider.style-2 .section-ft .item p {
  margin: 0;
}
.page-buider.style-2 .section-ft.style-2,
.page-buider.style-2 .section-ft.style-4 {
  position: relative;
}
.page-buider.style-2 .section-ft.style-2:before,
.page-buider.style-2 .section-ft.style-4:before {
  background-image: url('https://static.joomlart.com/t4/features/bg-vector.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  top: 4%;
  right: 0;
  width: 1920px;
  height: 1799px;
  position: absolute;
}
.page-buider.style-2 .section-ft.has-bg .mg-top {
  margin-top: 40px;
}
.page-buider.style-2 .section-ft.has-bg .fet-pic.bg-circle {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.page-buider.style-2 .section-ft.has-bg .fet-pic.bg-circle:after {
  content: "";
  background: #F0F6FB;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}
.page-buider.style-2 .section-ft.has-bg .list-info {
  display: flex;
  flex-wrap: wrap;
}
.page-buider.style-2 .section-ft.has-bg .list-info .item {
  margin-top: 0;
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  padding: 50px 30px 30px;
  height: 100%;
}
.page-buider.style-2 .section-ft.has-bg .list-info .item h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.page-buider.style-2 .section-ft.has-bg .list-info .item .fet-pic {
  height: 70px;
}
.page-buider.style-2 .section-ft.has-bg .list-info .item .fet-pic img {
  height: 70px;
}
.page-buider.style-2 .section-use {
  background-image: url('https://static.joomlart.com/t4/features/bg-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 16px;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-use {
    margin-top: 40px;
    padding: 40px 16px;
  }
}
.page-buider.style-2 .section-use .box-content {
  max-width: 800px;
  margin: 0 auto;
}
.page-buider.style-2 .section-use .box-content h3 {
  color: #2B85C1;
  margin: 0 0 16px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-use .box-content h3 {
    font-size: 30px;
  }
}
.page-buider.style-2 .section-use .box-content h4 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-use .box-content h4 {
    font-size: 20px;
  }
}
.page-buider.style-2 .section-use .box-content h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-use .box-content h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.page-buider.style-2 .section-use .box-content p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: #4F4F4F;
  opacity: 0.7;
}
.page-buider.style-2 .section-use .box-content .btn {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-use .box-content .btn {
    margin-top: 16px;
  }
}
.page-buider.style-2 .section-fet {
  background-image: url('https://static.joomlart.com/t4/features/bg-3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 106px 16px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-fet {
    padding: 60px 16px;
    margin-top: 60px;
  }
}
.page-buider.style-2 .section-fet .box-content {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.page-buider.style-2 .section-fet .box-content h3,
.page-buider.style-2 .section-fet .box-content h2 {
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-fet .box-content h3,
  .page-buider.style-2 .section-fet .box-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-buider.style-2 .section-fet .box-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-fet .box-content p {
    margin-bottom: 32px;
  }
}
.page-buider.style-2 .section-fet .box-content .group-btn {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-fet .box-content .group-btn {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .page-buider.style-2 .section-fet .box-content .group-btn .btn {
    margin: 0 0 16px;
  }
}
.page-buider.style-2 .section-pre {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-pre {
    margin: 60px 0;
  }
}
.page-buider.style-2 .section-pre .box-inner {
  border-radius: 8px;
  padding-left: 70px;
  position: relative;
  background-image: url('https://static.joomlart.com/t4/features/vector.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-pre .box-inner {
    padding-left: 30px;
  }
}
.page-buider.style-2 .section-pre .box-inner .pre-discount {
  background: #3B97E3;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: -60px;
  height: 177px;
  width: 177px;
  padding: 85px 40px 20px 20px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-pre .box-inner .pre-discount {
    top: -25px;
    left: -25px;
    height: 90px;
    width: 90px;
    padding: 32px 18px;
    font-size: 20px;
  }
}
.page-buider.style-2 .section-pre .box-inner .ct-txt-fet {
  max-width: 368px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-buider.style-2 .section-pre .box-inner .ct-txt-fet h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 48px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-pre .box-inner .ct-txt-fet h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
.page-buider.style-2 .section-pre .box-inner .intro-image {
  float: right;
}
.page-buider.style-2 .section-icons {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-icons {
    margin-top: 50px;
  }
}
.page-buider.style-2 .section-icons .group-item {
  position: relative;
}
.page-buider.style-2 .section-icons .group-item:before {
  background-image: url('//static.joomlart.com/t4/product-page/t4-p8/bg-5.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
}
.page-buider.style-2 .section-icons .group-item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
.page-buider.style-2 .section-icons .group-item > ul > li {
  align-content: center;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 118px;
  justify-content: center;
  margin: 0 10px 32px 10px;
  padding: 12px;
  text-align: center;
  width: 118px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-icons .group-item > ul > li {
    height: 85px;
    margin: 0 10px 20px 10px;
    padding: 4px;
    width: 85px;
  }
}
.page-buider.style-2 .section-icons .group-item > ul > li:hover {
  box-shadow: 0px 0px 60px rgba(39, 50, 157, 0.1);
}
.page-buider.style-2 .section-icons .group-item > ul > li i {
  margin-bottom: 12px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-icons .group-item > ul > li i {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.page-buider.style-2 .section-icons .group-item > ul > li span {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-icons .group-item > ul > li span {
    font-size: 12px;
  }
}
.page-buider.style-2 .section-work {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-work {
    margin-top: 60px;
  }
}
.page-buider.style-2 .section-work .block-ct {
  border-radius: 8px;
  padding-left: 70px;
  position: relative;
  background-image: url('https://static.joomlart.com/t4/features/vector.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}
.page-buider.style-2 .section-work .block-ct .wrap-inner {
  display: flex;
  align-items: center;
}
.page-buider.style-2 .section-work .block-ct .ct-txt-fet {
  max-width: 450px;
  width: 100%;
}
.page-buider.style-2 .section-work .block-ct .ct-txt-fet h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #2B85C1;
  position: relative;
}
.page-buider.style-2 .section-work .block-ct .ct-txt-fet h2:before {
  content: "";
  background-image: url('https://static.joomlart.com/t4/features/06.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 211px;
  height: 147px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-work .block-ct .ct-txt-fet h2:before {
    width: 140px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .page-buider.style-2 .section-work .block-ct .ct-txt-fet h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 18px;
  }
}
.page-buider.style-2 .section-work .block-ct .intro-image {
  float: right;
}
.page-buider.style-2 .title-section p.lead {
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.has-hero .t4-landingpage-body.has-ecotopbar {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .has-hero .t4-landingpage-body.has-ecotopbar {
    padding-top: 0;
  }
}
.has-hero .t4-landingpage-body header#ja-header.t4-view-landing {
  background: transparent;
}
.t4-landingpage-body header#ja-header.t4-view-landing {
  background: #4830D1;
  box-shadow: none;
}
@media (max-width: 767px) {
  .t4-landingpage-body header#ja-header.t4-view-landing #t3-mainnav {
    background: #4830D1;
  }
  .t4-landingpage-body header#ja-header.t4-view-landing #t3-mainnav .navbar-header {
    left: 24px;
  }
}
.t4-landingpage-body header#ja-header.t4-view-landing .off-canvas-toggle {
  color: #ffffff;
}
.t4-landingpage-body header#ja-header.t4-view-landing .mainnav-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .t4-landingpage-body header#ja-header.t4-view-landing .mainnav-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.t4-landingpage-body header#ja-header.t4-view-landing .flex-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t4-landingpage-body header#ja-header.t4-view-landing .head-actions-wrap {
  margin-top: 10px;
  text-align: right;
}
.t4-landingpage-body header#ja-header.t4-view-landing .head-actions-wrap .btn {
  border-radius: 8px;
  color: #fff;
  border: 0;
  background: #27AE60;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  letter-spacing: 0.05em;
  line-height: 11px;
  padding: 16px 24px;
  text-transform: uppercase;
}
.t4-landingpage-body header#ja-header.t4-view-landing .logo a:hover,
.t4-landingpage-body header#ja-header.t4-view-landing .logo a:focus,
.t4-landingpage-body header#ja-header.t4-view-landing .logo a:active {
  background: transparent;
}
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav {
  border: 0;
}
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li > a {
  background: transparent !important;
  color: #ffffff;
  border: 0;
  opacity: 0.7;
  font-weight: 500;
}
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li > a:hover,
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li > a:focus,
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li > a:active {
  background: transparent;
  opacity: 1;
}
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li.open > a,
.t4-landingpage-body header#ja-header.t4-view-landing .navbar-default .navbar-nav > li.active > a {
  opacity: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .t4-landingpage-body .our-brands {
    margin-left: 20px;
  }
}
.t4-landingpage-body .section {
  margin-top: 0;
}
.scrollDown .has-ecotopbar header#ja-header.t4-view-landing,
.scrollUp .has-ecotopbar header#ja-header.t4-view-landing {
  top: -60px;
  background: #4830D1;
}
.itemid-821 .page-masthead,
.itemid-802 .page-masthead {
  position: relative;
  display: none;
}
.has-full-width body {
  overflow-x: hidden;
}

.t4-framework {
  padding-top: 66px;
  background-color: #ffffff;
  color: #666;
  line-height: 1.63;
  position: relative;
}
.t4-framework a {
  text-decoration: none;
}
.t4-framework a:hover {
  text-decoration: none;
}
.t4-framework ol,
.t4-framework ul {
  list-style: none;
}
.t4-framework img {
  max-width: 100%;
  height: auto;
  width: auto !important;
  display: inline-block;
}
.t4-framework h1,
.t4-framework h2,
.t4-framework h3,
.t4-framework h4,
.t4-framework h5,
.t4-framework h6 {
  font-weight: 600;
}
.t4-framework h1 {
  font-size: 44px;
}
.t4-framework h2 {
  font-size: 34px;
}
.t4-framework h3 {
  font-size: 28px;
}
.t4-framework h4 {
  font-size: 24px;
}
.t4-framework h5 {
  font-size: 18px;
}
.t4-framework h6 {
  font-size: 16px;
}
.t4-framework section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.t4-framework .section-bg-light {
  background: #fbfbfb;
}
.t4-framework .section-bg-blue {
  background: #2057e8;
  color: #ffffff;
}
.t4-framework .section-bg-blue.section-bg-blue-decor1 {
  background: #2057e8 url("../../images/t4/bg-blue-decor.png") left bottom no-repeat;
  background-size: 100%, contain;
}
.t4-framework .section-bg-blue.section-bg-blue-decor2 {
  background: #2452d3 url("../../images/t4/bg-blue-decor2.png") left top no-repeat;
  background-size: auto, contain;
}
.t4-framework .section-title {
  margin-bottom: 52px;
}
.t4-framework .title-sub {
  display: block;
  color: #2057eb;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.t4-framework .title-h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222;
  margin: 0 0 26px;
}
.t4-framework .description {
  font-size: 18px;
}
@media (max-width: 991px) {
  .t4-framework .description br {
    display: none;
  }
}
.t4-framework .btn {
  margin: 0;
  padding: 10px 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.t4-framework .btn.btn-lg {
  padding: 16px 24px;
}
.t4-framework .btn i {
  margin-right: 8.66666667px;
}
.t4-framework .btn-default,
.t4-framework .btn-primary,
.t4-framework .btn-second,
.t4-framework .btn-border {
  box-sizing: broder-box;
  color: #fff;
  min-width: 150px;
}
.t4-framework .btn-border {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.t4-framework .btn-border:hover,
.t4-framework .btn-border:focus,
.t4-framework .btn-border:active {
  border-color: #ffffff;
}
.t4-framework .btn-default {
  background-color: #fff;
  color: #343352;
}
.t4-framework .btn-default:hover,
.t4-framework .btn-default:focus,
.t4-framework .btn-default:active {
  background: #e6e6e6;
}
.t4-framework .btn-primary {
  background-color: #1cd6d4;
}
.t4-framework .btn-primary:hover,
.t4-framework .btn-primary:hover,
.t4-framework .btn-primary:active {
  background: #16a9a7;
}
.t4-framework .btn-second {
  background-color: #133489;
}
.t4-framework .btn-second:hover {
  background-color: #102b73;
}
.t4-framework .group-btn .btn + .btn {
  margin-left: 12px;
}
.t4-framework .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 0;
}
.t4-framework .navbar .navbar-brand {
  padding: 0;
  height: auto;
  left: 0;
}
.t4-framework .navbar .navbar-nav > li > a {
  padding: 10px 16px;
  color: #ffffff;
  line-height: normal;
}
.t4-framework .navbar .navbar-nav > li > a:hover,
.t4-framework .navbar .navbar-nav > li > a:active,
.t4-framework .navbar .navbar-nav > li > a:focus {
  background: none;
  opacity: 0.8;
}
.t4-framework .navbar .btn {
  min-width: auto;
  margin-left: 16px;
}
.t4-framework .box-intro {
  padding-top: 104px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .t4-framework .box-intro {
    padding-top: 156px;
  }
}
.t4-framework .box-intro h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 500;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.t4-framework .box-intro h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.t4-framework .box-intro p {
  font-size: 18px;
  margin-bottom: 26px;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
@media (max-width: 991px) {
  .t4-framework .box-intro p br {
    display: none;
  }
}
.t4-framework .box-intro .group-btn {
  margin-bottom: 78px;
}
.t4-framework .box-intro iframe {
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .t4-framework .box-intro iframe {
    height: 250px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .t4-framework .box-intro iframe {
    height: 400px !important;
    width: 100% !important;
  }
}
.t4-framework .box-layout {
  text-align: center;
}
.t4-framework .content-layout {
  margin-bottom: 52px;
}
.t4-framework .content-layout .description {
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .t4-framework .group-item > div + div {
    border-left: 1px solid #e8eefd;
  }
}
.t4-framework .content-group-item .icon-lay {
  display: block;
  margin-bottom: 26px;
}
.t4-framework .content-group-item h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 26px;
  color: #222;
}
.t4-framework .content-group-item p {
  font-size: 18px;
}
.t4-framework .box-feature .row {
  display: flex;
}
@media (max-width: 991px) {
  .t4-framework .box-feature .row {
    display: block;
  }
}
@media (min-width: 992px) {
  .t4-framework .content-feat {
    width: 554px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.t4-framework .content-feat ul {
  padding: 0;
}
.t4-framework .content-feat ul li {
  padding-left: 26px;
  margin-bottom: 26px;
  position: relative;
}
.t4-framework .content-feat ul li:before,
.t4-framework .content-feat ul li:after {
  background: #2156e6;
  border-radius: 50%;
  content: "";
  display: block;
  top: 8px;
  left: 3px;
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 5;
}
.t4-framework .content-feat ul li:after {
  background-color: #d8e2fb;
  height: 12px;
  top: 5px;
  left: 0;
  width: 12px;
  z-index: 3;
}
.t4-framework .content-feat ul li h5 {
  color: #222;
  margin: 0 0 6.5px;
}
@media (min-width: 992px) {
  .t4-framework .box-cont-l .content-feat {
    float: right;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .t4-framework .box-cont-r .content-feat {
    padding-left: 32px;
  }
}
.t4-framework .box-cont-r .img-feat {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .t4-framework .box-cont-r .img-feat {
    text-align: right;
    margin: 0;
  }
}
.t4-framework .box-explore .row > div {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .t4-framework .box-explore .row > div {
    margin-bottom: 26px;
  }
}
.t4-framework .box-explore .icon-exp {
  display: block;
  float: left;
  margin-top: 2px;
  width: 50px;
}
.t4-framework .box-explore .cont-exp {
  margin-left: 72px;
}
.t4-framework .box-explore .cont-exp h5 {
  color: #222;
  margin: 0 0 6.5px;
}
.t4-framework .box-explore .cont-exp p {
  margin: 0;
}
.t4-framework .box-testmonials .carousel {
  border: none;
  padding-bottom: 52px;
}
.t4-framework .box-testmonials .carousel-indicators {
  bottom: 0;
}
.t4-framework .box-testmonials .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: relative;
  margin: 4px 6px;
}
.t4-framework .box-testmonials .carousel-indicators li:after {
  background: none;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  content: "";
  border-radius: 50%;
}
.t4-framework .box-testmonials .carousel-indicators li.active {
  background: #2452d2;
  width: 8px;
  height: 8px;
}
.t4-framework .box-testmonials .carousel-indicators li.active:after {
  border: 1px solid #2452d2;
}
.t4-framework .box-testmonials .testmonials-item {
  padding-bottom: 52px;
}
.t4-framework .box-testmonials .testmonials-item .text {
  position: relative;
  font-size: 15px;
  padding-top: 26px;
}
.t4-framework .box-testmonials .testmonials-item .text:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff395c;
  font-size: 50px;
  opacity: 0.1;
  display: block;
  line-height: normal;
}
.t4-framework .box-testmonials .testmonials-item .info {
  margin: 26px 0 0;
  display: inline-block;
  text-align: left;
}
.t4-framework .box-testmonials .testmonials-item .info .avata {
  display: block;
  float: left;
}
.t4-framework .box-testmonials .testmonials-item .info .avata img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.t4-framework .box-testmonials .testmonials-item .info h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #2452d2;
  margin-left: 72px;
}
.t4-framework .box-testmonials .testmonials-item .info h6 span {
  text-transform: none;
  color: #666;
  display: block;
  font-weight: normal;
}
.t4-framework .box-welcome {
  padding-top: 130px;
  padding-bottom: 130px;
}
.t4-framework .box-welcome h2 {
  color: #ffffff;
  margin: 0 0 26px;
  font-size: 36px;
  font-weight: 500;
}
.t4-framework .box-welcome h2 strong {
  color: #1cd6d4;
}
.t4-framework .box-welcome p {
  font-size: 18px;
}
.t4-framework .box-welcome .group-btn {
  padding-top: 52px;
  text-align: right;
}
.t4-framework .footer {
  background: #10235B;
  color: #7C8CBB;
  font-size: 14px;
  padding: 39px 0;
  text-align: center;
}
.t4-framework .footer a {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.t4-framework .footer a:hover,
.t4-framework .footer a:focus,
.t4-framework .footer a:active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.j4-tutorials .bg-gradient-blue-decor {
  background-image: linear-gradient(67deg, #1958dd, #03d1ef);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.j4-tutorials .bg-gradient-blue-decor .box-content {
  position: relative;
  z-index: 2;
}
.j4-tutorials .bg-gradient-blue-decor:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  left: -70px;
  top: -200px;
  border-radius: 50%;
}
.j4-tutorials .bg-gradient-blue-decor:after {
  background-image: linear-gradient(240deg, #0da6e9, #08c1ed);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 15%;
  top: 10%;
  border-radius: 50%;
}
.j4-tutorials .tutorials-h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 24px;
  color: #ffffff;
}
.j4-tutorials .tutorials-des {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 992px) {
  .j4-tutorials .tutorials-des br {
    display: none;
  }
}
.j4-tutorials .btn-link {
  font-size: 16px;
  font-weight: bold;
  color: #c0392b;
}
.j4-tutorials .wrap-masthead {
  padding-top: 78px;
  padding-bottom: 78px;
}
.j4-tutorials .wrapper-tutorials {
  padding-top: 65px;
}
.j4-tutorials .wrapper-tutorials .box-content {
  margin-bottom: 52px;
}
.j4-tutorials .wrapper-tutorials .box-content p {
  margin-bottom: 13px;
}
.j4-tutorials .tutorials-image {
  margin-bottom: 26px;
}
.j4-tutorials .tutorials-image img {
  border-radius: 4px;
}
.j4-tutorials .tutorials-title {
  margin: 0 0 13px;
  font-size: 18px;
  line-height: normal;
}
.j4-tutorials .tutorials-title a {
  color: #3a3a3c;
}
.j4-tutorials .tutorials-title a:hover,
.j4-tutorials .tutorials-title a:focus,
.j4-tutorials .tutorials-title a:active {
  color: #007aff;
}

.btn-indigo {
  background: #5856d6;
  color: #ffffff;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active {
  background-color: #4441d1;
  color: #ffffff;
}
.custom-services .section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.custom-services .container > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .custom-services .container > .row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .custom-services .section-header {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
  }
}
.custom-services .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 13px;
}
@media screen and (min-width: 992px) {
  .custom-services .section-header h2 {
    font-size: 44px;
  }
}
.custom-services .section-header p {
  font-size: 18px;
  padding: 0;
  line-height: 1.78;
}
.custom-services .block-title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .custom-services .block-title {
    margin-bottom: 26px;
  }
}
.custom-services .block-desc {
  font-size: 18px;
  margin-bottom: 52px;
  line-height: 1.78;
}
.custom-services #userForm {
  margin-bottom: 0;
}
.custom-services .contact-form {
  background-color: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
  box-shadow: 0px 40px 60px rgba(86, 86, 133, 0.1);
  padding: 26px;
}
@media (min-width: 992px) {
  .custom-services .contact-form {
    padding: 33.8px;
  }
}
.custom-services .contact-form .formControlLabel {
  font-weight: 500;
  margin-bottom: 6.5px;
}
.custom-services .contact-form .formControlLabel .formRequired {
  color: #ff3b30;
}
.custom-services .contact-form .rsform-select-box {
  background: url("../../images/arrow.svg") no-repeat right center / 1850px;
  background-color: #f0f0f0;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
}
.custom-services .contact-form .rsform-input-box,
.custom-services .contact-form select.rsform-select-box,
.custom-services .contact-form textarea.rsform-text-box {
  border: 1px solid #e5e5ea;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}
.custom-services .contact-form .rsform-input-box:focus,
.custom-services .contact-form select.rsform-select-box:focus,
.custom-services .contact-form textarea.rsform-text-box:focus {
  border-color: #007aff;
  box-shadow: none;
}
.custom-services .contact-form .rsform-input-box {
  display: block;
  padding: 0 13px;
  height: 42px;
  line-height: 42px;
}
.custom-services .contact-form select.rsform-select-box {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
.custom-services .contact-form textarea.rsform-text-box {
  padding: 13px;
}
.custom-services .contact-form .rsform-submit-button {
  padding: 14px 39px !important;
  width: 100% !important;
  color: #fff !important;
  background: #007aff;
  padding: 17.33333333px 26px;
  line-height: 1;
  box-shadow: none;
  border: 0;
  font-size: 16px;
  text-shadow: none;
  width: 100%;
}
.custom-services .contact-form .rsform-submit-button:hover,
.custom-services .contact-form .rsform-submit-button:active,
.custom-services .contact-form .rsform-submit-button:focus {
  background: #0053ad;
}
@media (min-width: 1199px) {
  .custom-services .contact-form .rsform-submit-button {
    padding: 17.33333333px 39px;
  }
}
@media (min-width: 992px) {
  .custom-services .contact-form .rsform-submit-button {
    width: auto;
  }
}
.custom-services .contact-form .rsform-submit-button:hover,
.custom-services .contact-form .rsform-submit-button:focus,
.custom-services .contact-form .rsform-submit-button:active {
  background: #007aff;
  text-shadow: none;
}
.custom-services .action-wrap .btn {
  margin-right: 13px;
}
.custom-services .action-wrap .btn i {
  font-size: 22px;
  margin-right: 8.66666667px;
  vertical-align: middle;
}
.custom-services .action-wrap .btn i::before {
  color: rgba(0, 122, 255, 0.8);
}
.custom-services .action-wrap .btn i::after {
  color: rgba(0, 122, 255, 0.4);
}
.custom-services .action-wrap .btn-chat {
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
  background-color: #fff;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.custom-services .action-wrap .btn-chat.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.custom-services .action-wrap .btn-chat:hover,
.custom-services .action-wrap .btn-chat:focus,
.custom-services .action-wrap .btn-chat:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.custom-services .action-wrap .btn-chat.btn-primary:hover,
.custom-services .action-wrap .btn-chat.btn-primary:focus,
.custom-services .action-wrap .btn-chat.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-danger {
  border-color: #ff3b30;
}
.custom-services .action-wrap .btn-chat.btn-danger:hover,
.custom-services .action-wrap .btn-chat.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-warning {
  border-color: #ff9500;
}
.custom-services .action-wrap .btn-chat.btn-warning:hover,
.custom-services .action-wrap .btn-chat.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-success {
  border-color: #34c759;
}
.custom-services .action-wrap .btn-chat.btn-success:hover,
.custom-services .action-wrap .btn-chat.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-info {
  border-color: #17a2b8;
}
.custom-services .action-wrap .btn-chat.btn-info:hover,
.custom-services .action-wrap .btn-chat.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-inverse:focus,
.custom-services .action-wrap .btn-chat.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.custom-services .action-wrap .btn-chat.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.custom-services .action-wrap .btn-chat.btn-inverse:active,
.custom-services .action-wrap .btn-chat.btn-inverse.active,
.open > .dropdown-toggle.custom-services .action-wrap .btn-chat.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.custom-services .action-wrap .btn-chat.btn-inverse:active:hover,
.custom-services .action-wrap .btn-chat.btn-inverse.active:hover,
.open > .dropdown-toggle.custom-services .action-wrap .btn-chat.btn-inverse:hover,
.custom-services .action-wrap .btn-chat.btn-inverse:active:focus,
.custom-services .action-wrap .btn-chat.btn-inverse.active:focus,
.open > .dropdown-toggle.custom-services .action-wrap .btn-chat.btn-inverse:focus,
.custom-services .action-wrap .btn-chat.btn-inverse:active.focus,
.custom-services .action-wrap .btn-chat.btn-inverse.active.focus,
.open > .dropdown-toggle.custom-services .action-wrap .btn-chat.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.custom-services .action-wrap .btn-chat.btn-inverse.disabled:hover,
.custom-services .action-wrap .btn-chat.btn-inverse[disabled]:hover,
fieldset[disabled] .custom-services .action-wrap .btn-chat.btn-inverse:hover,
.custom-services .action-wrap .btn-chat.btn-inverse.disabled:focus,
.custom-services .action-wrap .btn-chat.btn-inverse[disabled]:focus,
fieldset[disabled] .custom-services .action-wrap .btn-chat.btn-inverse:focus,
.custom-services .action-wrap .btn-chat.btn-inverse.disabled.focus,
.custom-services .action-wrap .btn-chat.btn-inverse[disabled].focus,
fieldset[disabled] .custom-services .action-wrap .btn-chat.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.custom-services .action-wrap .btn-chat.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.custom-services .action-wrap .btn-chat.btn-inverse:hover,
.custom-services .action-wrap .btn-chat.btn-inverse:focus,
.custom-services .action-wrap .btn-chat.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.custom-services .action-wrap .btn-chat:hover,
.custom-services .action-wrap .btn-chat:focus,
.custom-services .action-wrap .btn-chat:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat:hover i::before,
.custom-services .action-wrap .btn-chat:focus i::before,
.custom-services .action-wrap .btn-chat:active i::before {
  color: rgba(0, 122, 255, 0.6);
}
.custom-services .action-wrap .btn-chat:hover i::after,
.custom-services .action-wrap .btn-chat:focus i::after,
.custom-services .action-wrap .btn-chat:active i::after {
  color: #ffffff;
}
.custom-services .action-wrap .btn-chat i {
  position: absolute;
  left: 16px;
}
.custom-services .owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  left: -16px;
  right: -16px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 992px) {
  .custom-services .owl-theme .owl-nav {
    left: -65px;
    right: -65px;
  }
}
.custom-services .owl-theme .owl-nav .owl-prev,
.custom-services .owl-theme .owl-nav .owl-next {
  background-color: transparent;
  border-radius: 50%;
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  width: 48px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.custom-services .owl-theme .owl-nav .owl-prev:hover,
.custom-services .owl-theme .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.custom-services .owl-theme .owl-nav .owl-prev::before,
.custom-services .owl-theme .owl-nav .owl-next::before {
  color: #8e8e93;
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 40px;
  left: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-indent: 0;
  width: 48px;
}
.custom-services .owl-theme .owl-nav .owl-prev {
  float: left;
}
.custom-services .owl-theme .owl-nav .owl-prev:before {
  content: "\f104";
}
.custom-services .owl-theme .owl-nav .owl-next {
  float: right;
}
.custom-services .owl-theme .owl-nav .owl-next:before {
  content: "\f105";
}
.custom-services .sec-hero {
  background-image: url(https://static.joomlart.com/images/blog/2021/updates/joomla-migration.webp);
  background-color: #f5f5fa;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center 222px;
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 992px) {
  .custom-services .sec-hero {
    background: #f5f5fa;
  }
}
@media (min-width: 768px) {
  .custom-services .sec-hero .hero-ct-wrap {
    text-align: left;
  }
}
.custom-services .sec-hero .hero-ct-wrap .action-wrap {
  justify-content: center;
}
@media (min-width: 768px) {
  .custom-services .sec-hero .hero-ct-wrap .action-wrap {
    justify-content: left;
  }
}
.custom-services .sec-hero h2.block-title {
  font-weight: 500;
  line-height: 1.25;
}
.custom-services .sec-hero h2.block-title strong {
  color: #007aff;
  font-weight: 600;
}
.custom-services .sec-hero .container-wide {
  padding-left: 26px;
  padding-right: 26px;
}
.custom-services .sec-hero .action-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .custom-services .sec-hero .action-wrap {
    text-align: left;
  }
}
.custom-services .sec-hero .action-wrap .btn {
  margin-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
}
.custom-services .sec-hero .action-wrap .btn.btn-chat {
  padding-left: 52px;
}
.custom-services .sec-hero::after {
  content: url('//static.joomlart.com/images/blog/2020/campaign08/camp2/Ellipse 2.svg');
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .custom-services .sec-hero::after {
    display: block;
  }
}
.custom-services .sec-hero .decor {
  display: none;
}
@media screen and (min-width: 1200px) {
  .custom-services .sec-hero .decor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
.custom-services .sec-hero .decor img {
  box-shadow: none;
}
.custom-services .sec-hero .images {
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .custom-services .sec-hero .images {
    margin-right: -80px;
  }
}
.custom-services .sec-hero .images img {
  border-radius: 0;
  box-shadow: none;
}
.custom-services .sec-quality {
  background-color: #f4f9fc;
  position: relative;
}
.custom-services .sec-quality::before {
  content: url('//static.joomlart.com/images/blog/2020/campaign08/camp2/Ellipse 3.svg');
  display: none;
  position: absolute;
  top: -60px;
  left: 590px;
}
.custom-services .sec-quality .item {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .custom-services .sec-quality .item {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.custom-services .sec-quality .item .item-inner {
  background-color: #ffffff;
  border-radius: 8px;
  min-height: 510px;
  padding: 26px;
}
.custom-services .sec-quality .item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.custom-services .sec-quality .item img {
  box-shadow: none;
}
.custom-services .section-3 .section-header {
  text-align: left;
}
.custom-services .section-3 span.btn-text {
  font-weight: 500;
}
.custom-services .section-3 .special-layout {
  margin-bottom: 26px;
}
.custom-services .section-3 #popup-video {
  background: #4c44db;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  text-indent: 2px;
  font-size: 12px;
  margin-right: 13px;
  position: relative;
  line-height: 58px;
  height: 58px;
  width: 58px;
}
.custom-services .section-3 #popup-video:before {
  content: "";
  animation: pulse-border 1500ms ease-out infinite;
  background: transparent;
  border: 2px solid #4c44db;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 58px;
  width: 58px;
  z-index: 0;
}
.custom-services .section-3 .item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 40px 60px rgba(86, 86, 133, 0.1);
  margin: 0 0 26px;
  padding: 39px;
  position: relative;
  z-index: 1;
}
.custom-services .section-3 .item .item-number {
  display: block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1.35;
}
.custom-services .section-3 .item .item-number.dark {
  color: #333;
}
.custom-services .section-3 .item .item-number.green {
  color: #34c759;
}
.custom-services .section-3 .item .item-number.purple {
  color: #af52de;
}
.custom-services .section-3 .item .item-number.orange {
  color: #ff9500;
}
.custom-services .section-3 .item h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.custom-services .section-3 .item p {
  margin-bottom: 0;
  line-height: 1.62;
}
.custom-services .section-3 .item a {
  color: #4c44db;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.93;
  margin-top: 25px;
}
.custom-services .section-3 .item a .far {
  font-size: 10px;
  margin-left: 1rem;
}
.custom-services .section-3 .item.item-2::after,
.custom-services .section-3 .item.item-3::after {
  content: "";
  position: absolute;
}
.custom-services .section-3 .item.item-2::before {
  content: url('//static.joomlart.com/images/blog/2020/campaign08/camp2/Ellipse 5.svg');
  position: absolute;
  top: -10px;
  right: 50%;
}
.custom-services .section-3 .item.item-mt {
  margin-top: 78px;
}
.custom-services .section-3 .decor-circle-1 {
  display: block;
  background: url('//static.joomlart.com/images/blog/2020/campaign08/camp2/Ellipse 6.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -25px;
  bottom: 235px;
  height: 100px;
  width: 100px;
}
.custom-services .section-3 .decor-circle-2 {
  display: none;
  background: url('//static.joomlart.com/images/blog/2020/campaign08/camp2/Ellipse 7.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -50px;
  bottom: 50%;
  height: 200px;
  transform: translateY(50%);
  width: 200px;
}
@media (min-width: 992px) {
  .custom-services .section-3 .decor-circle-2 {
    display: block;
  }
}
.custom-services .sec-custom-services {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-services .sec-custom-services .item {
  padding: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  background-color: #f9f9fc;
  margin-bottom: 52px;
  min-height: 670px;
}
.custom-services .sec-custom-services .item .item-content {
  margin-bottom: 52px;
}
.custom-services .sec-custom-services .item .item-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 26px;
}
.custom-services .sec-custom-services .item .item-content .btn {
  background: transparent;
  border: 2px solid #3a3a3c;
  color: #3a3a3c;
  border-color: #007aff;
  color: #007aff;
  padding: 6.5px 13px;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-lg {
  padding-right: 52px;
  padding-left: 52px;
}
.custom-services .sec-custom-services .item .item-content .btn:hover,
.custom-services .sec-custom-services .item .item-content .btn:focus,
.custom-services .sec-custom-services .item .item-content .btn:active {
  background: #3a3a3c;
  border-color: #3a3a3c;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-primary {
  border-color: #007aff;
  color: #007aff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-primary:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-primary:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-primary:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-danger {
  border-color: #ff3b30;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-danger:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-danger:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-warning {
  border-color: #ff9500;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-warning:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-warning:focus {
  background: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-success {
  border-color: #34c759;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-success:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-success:focus {
  background: #34c759;
  border-color: #34c759;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-info {
  border-color: #17a2b8;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-info:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-info:focus {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse {
  color: #ffffff;
  background-color: #3a3a3c;
  border-color: #353537;
  border: 3px solid #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #212122;
  border-color: #000000;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:hover {
  color: #ffffff;
  background-color: #212122;
  border-color: #171718;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:active,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.active,
.open > .dropdown-toggle.custom-services .sec-custom-services .item .item-content .btn.btn-inverse {
  color: #ffffff;
  background-color: #212122;
  background-image: none;
  border-color: #171718;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:active:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.active:hover,
.open > .dropdown-toggle.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:active:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.active:focus,
.open > .dropdown-toggle.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:active.focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.active.focus,
.open > .dropdown-toggle.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.focus {
  color: #ffffff;
  background-color: #0f0f10;
  border-color: #000000;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.disabled:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse[disabled]:hover,
fieldset[disabled] .custom-services .sec-custom-services .item .item-content .btn.btn-inverse:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.disabled:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse[disabled]:focus,
fieldset[disabled] .custom-services .sec-custom-services .item .item-content .btn.btn-inverse:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse.disabled.focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse[disabled].focus,
fieldset[disabled] .custom-services .sec-custom-services .item .item-content .btn.btn-inverse.focus {
  background-color: #3a3a3c;
  border-color: #353537;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse .badge {
  color: #3a3a3c;
  background-color: #ffffff;
}
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:hover,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:focus,
.custom-services .sec-custom-services .item .item-content .btn.btn-inverse:active {
  background: #3a3a3c;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.custom-services .sec-custom-services .item .item-content .btn:hover,
.custom-services .sec-custom-services .item .item-content .btn:focus,
.custom-services .sec-custom-services .item .item-content .btn:active {
  background: #007aff;
  border-color: #007aff;
  color: #ffffff;
}
.custom-services .sec-custom-services .item .item-media img {
  display: inline-block;
}
.custom-services .sec-advanced-features {
  padding-bottom: 0;
}
.custom-services .sec-advanced-features .section-ct {
  border-bottom: 1px solid #f2f2f7;
  padding-bottom: 52px;
}
.custom-services .sec-advanced-features .item {
  text-align: center;
}
.custom-services .sec-advanced-features .item .item-inner {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .custom-services .sec-advanced-features .item .item-inner {
    margin: 13px;
    padding: 26px;
  }
}
.custom-services .sec-advanced-features .item h5 {
  font-size: 16px;
}
.custom-services .sec-advanced-features .item img {
  box-shadow: none;
  display: inline-block;
  margin-bottom: 26px;
  max-height: 60px;
  width: auto !important;
}
.custom-services .sec-submit-request .section-header {
  text-align: left;
  padding-bottom: 26px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .custom-services .sec-submit-request .section-header {
    margin-top: 130px;
  }
}
.custom-services .sec-submit-request .section-header h3 {
  color: #007aff;
  font-size: 14px;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.custom-services .sec-submit-request .section-header h2 {
  margin-bottom: 0;
}
.custom-services .sec-submit-request .section-header p {
  margin-bottom: 0;
}
.custom-services .sec-submit-request .section-ct p {
  margin-bottom: 52px;
}
.custom-services .sec-submit-request .section-ct .action-wrap {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .custom-services .sec-submit-request .section-ct .action-wrap {
    text-align: left;
  }
}
.custom-services .sec-submit-request .section-ct .action-wrap .btn {
  margin-bottom: 13px;
}
.custom-services .sec-submit-request .contact-form {
  margin-top: 26px;
}
.custom-services .sec-showcase {
  background-color: #F4F9FC;
}
.custom-services .sec-showcase .owl-carousel {
  padding-top: 156px;
}
@media screen and (min-width: 768px) {
  .custom-services .sec-showcase .owl-carousel {
    padding-top: 78px;
  }
}
.custom-services .sec-showcase .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.custom-services .sec-showcase .owl-dots .owl-dot span {
  background: #e5e5ea;
  border-radius: 25px;
  height: auto;
  padding: 4px 16px;
  text-shadow: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: auto;
}
.custom-services .sec-showcase .owl-dots .owl-dot:hover span {
  background: #d1d1d6;
}
.custom-services .sec-showcase .owl-dots .owl-dot.active span {
  background-color: #007aff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.custom-services .sec-showcase .owl-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .custom-services .sec-showcase .owl-nav {
    display: block;
  }
}
.custom-services .sec-faq .section-header h2 {
  margin-bottom: 0;
}
.custom-services .sec-faq .section-ct {
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .custom-services .sec-faq .section-ct {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .custom-services .sec-faq .section-ct {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-services .sec-faq .question-block {
  margin-bottom: 39px;
}
.custom-services .sec-faq .question-block h4 {
  font-size: 20px;
  font-weight: 600;
}
.custom-services .sec-faq .ja-checklist li {
  padding: 6.5px 0 6.5px 32px;
}
.custom-services .sec-faq .ja-checklist li::before {
  left: 0;
  top: 8px;
}
.joomla-migration .item {
  min-height: 0 !important;
  margin: 0 !important;
}
.joomla-migration .item .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0 !important;
  padding: 26px 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 992px) {
  .joomla-migration .item .item-inner {
    padding: 39px 26px !important;
  }
}
.joomla-migration .item .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0 !important;
  margin-top: 26px !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .joomla-migration .item .item-content {
    margin-top: 39px !important;
  }
}
.joomla-migration .item .item-content h3 {
  font-size: 20px !important;
  margin: 0 auto 13px !important;
}
.joomla-migration .item .item-content p {
  opacity: 0.64;
  margin: 0;
}
.joomla-migration .action-wrap .btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 26px !important;
  font-size: 16px !important;
}
.joomla-migration .action-wrap .btn .fad,
.joomla-migration .action-wrap .btn .fa {
  position: static !important;
  left: auto !important;
}
.joomla-migration .action-wrap {
  display: flex;
  flex-wrap: wrap;
}
.joomla-migration .owl-stage {
  display: grid;
  grid-auto-flow: column;
}
.joomla-migration .owl-item {
  height: 100%;
}
.joomla-migration .item {
  height: 100%;
  padding-left: 26px;
  padding-right: 26px;
}
.joomla-migration .sec-hero {
  padding-top: 65px !important;
}
.joomla-migration .sec-hero .container {
  position: relative;
  z-index: 11;
}
.joomla-migration .sec-hero .block-title {
  margin-top: 0;
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  .joomla-migration .sec-hero .block-title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .joomla-migration .sec-hero .block-title {
    font-size: 44px;
  }
}
.joomla-migration .sec-hero .block-title span {
  display: block;
}
.joomla-migration .sec-hero .decor {
  z-index: -1;
}
.joomla-migration .sec-hero .hero-ct-wrap .action-wrap {
  margin-top: 26px;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .joomla-migration .sec-hero .hero-ct-wrap .action-wrap {
    margin-top: 52px;
  }
}
.joomla-migration .section {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media screen and (min-width: 1200px) {
  .joomla-migration .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
.joomla-migration .section-header {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .joomla-migration .section-header {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 992px) {
  .joomla-migration .section-header {
    text-align: center;
    padding-bottom: 52px;
  }
}
.joomla-migration .section-header h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .joomla-migration .section-header h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .joomla-migration .section-header h2 {
    font-size: 36px;
  }
}
.joomla-migration .section-header p {
  font-size: 16px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.64;
}
@media screen and (min-width: 992px) {
  .joomla-migration .section-header p {
    font-size: 18px;
  }
}
.joomla-migration .sec-quality {
  background-color: #f9f9fc;
  background-image: url("../../images/bg-gradient-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.joomla-migration .sec-quality .item-media .fad {
  font-size: 44px;
  color: #007aff;
}
.joomla-migration .custom-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .joomla-migration .custom-services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
  }
}
@media screen and (min-width: 1200px) {
  .joomla-migration .custom-services-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 26px;
  }
}
.joomla-migration .sec-custom-services .item {
  padding: 0;
  background: transparent;
}
.joomla-migration .sec-advanced-features {
  background-color: #f9f9fc;
  background-image: url("../../images/bg-gradient-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.joomla-migration .sec-advanced-features .section-ct {
  border: 0;
  padding: 0 0 13px;
}
.joomla-migration .sec-advanced-features .item {
  background: #fff;
  border-radius: 8px;
}
.joomla-migration .sec-advanced-features .item-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.joomla-migration .sec-advanced-features .workflow-icon .fad {
  font-size: 44px;
  color: #007aff;
  margin-bottom: 13px;
}
.joomla-migration .section-3 .section-header {
  padding-top: 13px;
}
.joomla-migration .section-3 .item {
  margin-bottom: 26px !important;
  padding: 26px;
}
.joomla-migration .section-3 .item .item-number {
  font-size: 28px;
}
.joomla-migration .section-3 ul {
  margin-bottom: 0;
  margin-top: 13px;
}
.joomla-migration .section-3 .small-txt {
  font-size: 16px;
}

.welcome21-wrap .wel21-sub-head {
  background: #ffffff;
}
.welcome21-wrap .wel21-header-menu {
  padding-left: 0;
  flex: 1;
}
.welcome21-wrap .head-wrap {
  display: flex;
}
.welcome21-wrap .logo-wrap a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #344150;
  padding: 0;
  line-height: 67px;
  margin-right: 22px;
  text-align: right;
  text-decoration: none;
  width: 200px;
}
.welcome21-wrap .logo-wrap a:hover {
  text-decoration: none;
}
.welcome21-wrap .navbar {
  border: 0;
}
.welcome21-wrap .navbar-nav {
  padding-left: 14px;
  padding-right: 28px;
}
.welcome21-wrap .navbar-nav .nav-item .nav-link {
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3c;
  padding: 24px;
}
.welcome21-wrap .navbar-nav .nav-item .nav-link.active {
  color: #007aff;
}
.welcome21-wrap .navbar-nav .nav-item .nav-link:hover,
.welcome21-wrap .navbar-nav .nav-item .nav-link:active {
  background: none;
  color: #007aff;
}
.welcome21-wrap .head-btns {
  display: flex;
  align-items: center;
}
.welcome21-wrap .head-btns .btn {
  color: #fff !important;
  background: #007aff;
}
.welcome21-wrap .head-btns .btn:hover,
.welcome21-wrap .head-btns .btn:active,
.welcome21-wrap .head-btns .btn:focus {
  background: #0053ad;
}
.welcome21-wrap .wel21-section-heading {
  text-align: center;
  margin-bottom: 52px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-section-heading {
    margin-bottom: 104px;
    max-width: 50%;
  }
}
.welcome21-wrap .wel21-section-heading > h3 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.23;
  color: #007AFF;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .welcome21-wrap .wel21-section-heading > h3 {
    font-size: 28px;
  }
}
.welcome21-wrap .wel21-section-heading > h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
  color: #1C1C1E;
  margin-bottom: 32px;
}
.welcome21-wrap .wel21-section-heading p {
  font-size: 18px;
}
.welcome21-wrap .wel21-section-heading .btn {
  margin-top: 56px;
}
.welcome21-wrap .container-md {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.welcome21-wrap .wel21-slide {
  background: url(http://static.joomlart.com/images/blog/2020/welcome21/slide-bg.png) no-repeat center center;
  min-height: 642px;
  min-width: 642px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 662px) {
  .welcome21-wrap .wel21-slide {
    min-width: 100%;
    min-height: unset;
    padding-left: 32px;
    padding-right: 32px;
    background: none;
  }
}
.welcome21-wrap .wel21-slide.wel21-slide1 {
  background-image: url(http://static.joomlart.com/images/blog/2020/welcome21/slide-bg1.png);
}
.welcome21-wrap .wel21-slide .owl-carousel {
  width: 542px;
  max-width: 100%;
}
.welcome21-wrap .wel21-slide .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  margin-top: -34px;
}
.welcome21-wrap .wel21-slide .owl-nav .owl-prev,
.welcome21-wrap .wel21-slide .owl-nav .owl-next {
  position: absolute;
  background: none;
  font-size: 40px;
  color: #BDBDBD;
}
.welcome21-wrap .wel21-slide .owl-nav .owl-prev:hover,
.welcome21-wrap .wel21-slide .owl-nav .owl-next:hover {
  background: none;
  color: #007AFF;
}
.welcome21-wrap .wel21-slide .owl-prev {
  left: -40px;
}
.welcome21-wrap .wel21-slide .owl-next {
  right: -40px;
}
.welcome21-wrap .wel21-slide .wel21-slide-item img {
  max-width: 100%;
}
.welcome21-wrap .row-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .welcome21-wrap .row-flex {
    display: block;
  }
}
.welcome21-wrap .wel21-highlight {
  color: #006EE5;
}
.welcome21-wrap .heading-blue h4 {
  color: #007AFF;
}
.welcome21-wrap .heading-green h4 {
  color: #34C759;
}
.welcome21-wrap .heading-cyan h4 {
  color: #2EABBE;
}
.welcome21-wrap .heading-yellow h4 {
  color: #FF9500;
}
.welcome21-wrap .embed-responsive {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 40px 120px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.welcome21-wrap .embed-responsive .embed-responsive-item,
.welcome21-wrap .embed-responsive embed,
.welcome21-wrap .embed-responsive iframe,
.welcome21-wrap .embed-responsive object,
.welcome21-wrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.welcome21-wrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.welcome21-wrap .embed-responsive::before {
  display: block;
  content: "";
}
.welcome21-wrap .wel21-hero {
  background: url(//static.joomlart.com/images/blog/2020/welcome21/hero-bg.png) no-repeat top center;
  text-align: center;
  padding: 68px 0 60px;
}
.welcome21-wrap .wel21-hero .wel21-weltext {
  margin-bottom: 9px;
}
.welcome21-wrap .wel21-hero .wel21-21text {
  margin-bottom: 68px;
}
@media (max-width: 1199px) {
  .welcome21-wrap .wel21-hero {
    padding-bottom: 0;
  }
  .welcome21-wrap .wel21-hero .wel21-weltext,
  .welcome21-wrap .wel21-hero .wel21-21text {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.welcome21-wrap .wel21-hero .responsive-video {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 40px;
  padding-bottom: 40px;
  position: relative;
}
.welcome21-wrap .wel21-hero .responsive-video:before {
  content: "";
  background: url(//static.joomlart.com/images/blog/2020/welcome21/video-decor.png) no-repeat bottom center;
  width: 844px;
  height: 235px;
  position: absolute;
  bottom: -60px;
  left: 60px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .welcome21-wrap .wel21-hero .responsive-video:before {
    display: none;
  }
}
.welcome21-wrap .wel21-hero .responsive-video > div {
  position: relative;
  z-index: 2;
}
.welcome21-wrap .wel21-introduce .section-inner {
  padding-bottom: 0;
}
.welcome21-wrap .wel21-introduce .container {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .welcome21-wrap .wel21-introduce .container {
    padding-bottom: 104px;
  }
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-introduce .row {
    display: flex;
    align-items: center;
  }
}
.welcome21-wrap .wel21-introduce .wel21-introduce-intro > h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4;
  color: #007AFF;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .welcome21-wrap .wel21-introduce .wel21-introduce-intro > h3 {
    font-size: 28px;
  }
}
.welcome21-wrap .wel21-introduce .wel21-introduce-intro > h6 {
  color: #1C1C1E;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 13px;
  line-height: 1.56;
}
.welcome21-wrap .wel21-introduce .wel21-introduce-intro p {
  color: #8E8E93;
  font-size: 16px;
  margin-bottom: 52px;
  line-height: 1.62;
}
.welcome21-wrap .wel21-introduce .wel21-introduce-intro .btn {
  padding: 17.33333333px 26px;
  line-height: 1;
  border: 2px solid #3191FF;
  color: #3191FF;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1199px) {
  .welcome21-wrap .wel21-introduce .wel21-introduce-intro .btn {
    padding: 17.33333333px 39px;
  }
}
.welcome21-wrap .wel21-introduce .wel21-introduce-intro .btn:hover {
  opacity: 0.8;
}
.welcome21-wrap .wel21-services h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.42;
}
.welcome21-wrap .wel21-services p {
  font-size: 18px;
}
.welcome21-wrap .wel21-services img {
  margin-bottom: 40px;
}
.welcome21-wrap .wel21-services .btn-link {
  margin-top: 40px;
  color: #ffffff;
  display: inline-block;
}
.welcome21-wrap .wel21-services .wel21-services-joomlart {
  background: url(//static.joomlart.com/images/blog/2020/welcome21/joomlart-decor.png) no-repeat left bottom #3190ff;
  color: #ffffff;
  border-radius: 8px;
  padding: 48px;
  background-size: cover;
}
.welcome21-wrap .wel21-services .wel21-services-designon {
  background: url(//static.joomlart.com/images/blog/2020/welcome21/designon-decor.png) no-repeat left bottom #bd70e4;
  color: #ffffff;
  border-radius: 8px;
  padding: 48px;
  background-size: cover;
}
.welcome21-wrap .wel21-review {
  background: #F7FBFF;
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-review .container > .row {
    display: flex;
    align-items: center;
  }
}
.welcome21-wrap .wel21-review .container {
  padding-bottom: 80px;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.62;
  text-transform: uppercase;
  color: #007AFF;
  margin-bottom: 8px;
  margin-top: 0;
  display: flex;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro h4 img {
  margin-right: 8px;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro h3 {
  color: #1C1C1E;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.31;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro p {
  color: #3A3A3C;
  font-size: 16px;
  line-height: 1.62;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro .row {
  margin-top: 48px;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro .row h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.42;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
}
.welcome21-wrap .wel21-review .wel21-introduce-intro .row p {
  color: #3A3A3C;
  font-size: 16px;
  line-height: 1.62;
}
.welcome21-wrap .wel21-review .heading-blue h4 {
  color: #007AFF;
}
.welcome21-wrap .wel21-review .heading-green h4 {
  color: #34C759;
}
.welcome21-wrap .wel21-review .heading-cyan h4 {
  color: #2EABBE;
}
.welcome21-wrap .wel21-review .heading-yellow h4 {
  color: #FF9500;
}
.welcome21-wrap .wel21-templates {
  background: #F7FBFF;
}
.welcome21-wrap .wel21-templates .container {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 26px;
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .container {
    margin-left: auto;
    margin-right: auto;
    padding: 80px 64px;
  }
}
.welcome21-wrap .wel21-templates .brand {
  text-align: center;
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .brand {
    text-align: left;
  }
}
.welcome21-wrap .wel21-templates .wel21-template-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.welcome21-wrap .wel21-templates .wel21-template-list li {
  margin-bottom: 13px;
}
@media (min-width: 767px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li {
    float: left;
    width: 50%;
    margin: 0 0 17.33333333px 0;
  }
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li {
    float: none;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li:nth-child(2n+1) {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li:nth-child(2n+1) {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li:nth-child(2n) {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li:nth-child(2n) {
    padding: 0;
  }
}
.welcome21-wrap .wel21-templates .wel21-template-list li .item-inner {
  border: 1px solid transparent;
  position: relative;
  padding: 24px 24px 24px 90px;
}
@media (min-width: 480px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li .item-inner {
    min-height: 160px;
  }
}
@media (min-width: 992px) {
  .welcome21-wrap .wel21-templates .wel21-template-list li .item-inner {
    min-height: 100px;
  }
}
.welcome21-wrap .wel21-templates .wel21-template-list li .item-inner:before {
  border-radius: 8px;
  background: #F2F8FF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.welcome21-wrap .wel21-templates .wel21-template-list li:hover .item-inner::before {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #eee;
}
.welcome21-wrap .wel21-templates .wel21-template-list li .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.welcome21-wrap .wel21-templates .wel21-template-list li .link-overlay span {
  display: none;
}
.welcome21-wrap .wel21-templates .wel21-template-list li .wel21-tpl-logo {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.welcome21-wrap .wel21-templates .wel21-template-list li h5 {
  position: relative;
  margin: 0 0 6.5px;
}
.welcome21-wrap .wel21-templates .wel21-template-list li p {
  position: relative;
  margin-bottom: 0;
}
.welcome21-wrap .wel21-templates .wel21-template-list .wel21-tpl-logo img {
  border-radius: 50%;
  width: 42px;
}
.welcome21-wrap .wel21-templates .wel21-template-list.wel21-tpl-gklist li .item-inner:before {
  background: #FAF8F8;
  opacity: 1;
}
.welcome21-wrap .wel21-templates .wel21-section-heading > h3 {
  color: #3A3A3C;
}
.welcome21-wrap .wel21-templates .wel21-section-heading > h4 {
  color: #007AFF;
}
.welcome21-wrap .wel21-tabs {
  background: #F7FBFF;
}
.welcome21-wrap .wel21-tabs .wel21-introduce-intro p {
  margin-bottom: 26px;
}
.welcome21-wrap .wel21-tabs .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 87px;
}
.welcome21-wrap .wel21-tabs .nav-tabs > li {
  padding-left: 20px;
  padding-right: 20px;
}
.welcome21-wrap .wel21-tabs .nav-tabs > li > a {
  background: none;
  border-bottom: 1px solid #E0E0E0;
  color: #1C1C1E;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .welcome21-wrap .wel21-tabs .nav-tabs > li > a {
    font-size: 16px;
  }
}
.welcome21-wrap .wel21-tabs .nav-tabs > li > a:hover {
  border-bottom-color: #1C1C1E;
}
.welcome21-wrap .wel21-tabs .nav-tabs > li > a img {
  margin-right: 12px;
}
.welcome21-wrap .wel21-tabs .nav-tabs > li.active > a {
  color: #007AFF;
  background: none;
  border-bottom-color: #007AFF;
}
@media (max-width: 767px) {
  .welcome21-wrap .wel21-tabs .nav-tabs {
    display: block;
  }
  .welcome21-wrap .wel21-tabs .nav-tabs > li {
    float: none;
    margin-bottom: 8px;
  }
}
.welcome21-wrap .wel21-plans-image {
  position: relative;
  overflow: hidden;
  max-height: 390px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.welcome21-wrap .wel21-plans-image:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.41%, #000000 94.83%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.welcome21-wrap .wel21-plans-image .inner {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.welcome21-wrap .wel21-plans-image h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.42;
}
.welcome21-wrap .wel21-plans-image p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.62;
}
.welcome21-wrap .wel21-plans-image img {
  border-radius: 8px;
  max-width: 100%;
}
.welcome21-wrap .wel21-plans-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.welcome21-wrap .wel21-plans-list li {
  position: relative;
  padding-left: 28px;
}
.welcome21-wrap .wel21-plans-list li + li {
  margin-top: 26px;
}
.welcome21-wrap .wel21-plans-list li:before {
  content: "";
  background: url(//static.joomlart.com/images/blog/2020/welcome21/dot.png) no-repeat left top;
  height: 14px;
  top: 6px;
  left: 0;
  position: absolute;
  width: 14px;
}
.welcome21-wrap .wel21-plans-list li h5 {
  color: #1C1C1E;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
}
.welcome21-wrap .wel21-plans-list li p {
  color: #8E8E93;
  font-size: 16px;
  line-height: 1.62;
}
.welcome21-wrap .wel21-offer {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.welcome21-wrap .wel21-offer h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.23;
  text-align: center;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .welcome21-wrap .wel21-offer h2 {
    font-size: 28px;
  }
}
.welcome21-wrap .wel21-offer h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 48px;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 768px) {
  .welcome21-wrap .wel21-offer h1 {
    font-size: 96px;
    margin-bottom: 56px;
  }
}
.welcome21-wrap .wel21-offer .container {
  background: url(//static.joomlart.com/images/blog/2020/welcome21/offer-bg.png) no-repeat left bottom #007aff;
  padding: 52px 26px;
  border-radius: 8px;
  background-size: cover;
}
@media (min-width: 768px) {
  .welcome21-wrap .wel21-offer .container {
    padding: 80px;
  }
}
.welcome21-wrap .wel21-offer .btn {
  color: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 56px;
  padding: 16px 40px;
  line-height: 19px;
}
.welcome21-wrap .wel21-offer .btn:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .welcome21-wrap .col-md-6 + .col-md-6,
  .welcome21-wrap .col-md-5 + .col-md-7,
  .welcome21-wrap .col-md-7 + .col-md-5,
  .welcome21-wrap .col-md-6 + .col-md-5,
  .welcome21-wrap .col-md-8 + .col-md-4 {
    margin-top: 32px;
  }
}
.view-welcome-2022 .blog .blog-item-detail {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.view-welcome-2022 .item-content > p,
.view-welcome-2022 .article-header,
.view-welcome-2022 .blog-item-aside,
.view-welcome-2022 #disqus_thread {
  display: none;
}
.view-welcome-2022 .blog-item-ct > .moduletable,
.view-welcome-2022 .blog-item-ct > .ja-newsletter-form {
  display: none;
}
@media (max-width: 991px) {
  .view-welcome-2022 [data-aos]::not(.section-thank-you) {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.preload {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
}
.ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #f2f2f7;
  border-radius: 50%;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  color: #FF8668;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ring:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid transparent;
  border-top: 3px solid #FF8668;
  border-right: 3px solid #FF8668;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}
.ring b {
  line-height: 1.2;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 6px;
  text-shadow: 0 0 10px rgba(255, 134, 104, 0.4);
}
.ring span {
  display: block;
  position: absolute;
  top: calc(48%);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}
.ring span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF8668;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #FF8668;
}
@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.welcome22-wrap img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .welcome22-wrap .big-gutters {
    margin-left: -32px;
    margin-right: -32px;
  }
  .welcome22-wrap .big-gutters > div {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.welcome22-wrap .btn-primary {
  border-color: #FF8668;
  background: #FF8668;
  white-space: normal;
}
.welcome22-wrap .btn-primary:hover,
.welcome22-wrap .btn-primary:focus,
.welcome22-wrap .btn-primary:active {
  background: #ff6944;
  border-color: #ff6944;
}
.welcome22-wrap .hero {
  background-image: url('//static.joomlart.com/images/promotions/welcome-2022/features/bg-1.png');
  background-position: bottom center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 260px;
}
@media (max-width: 767px) {
  .welcome22-wrap .hero {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
.welcome22-wrap .hero .hero-image {
  text-align: center;
  margin-bottom: -30px;
}
.welcome22-wrap .hero .hero-image img {
  display: inline-block;
  max-width: 90%;
}
.welcome22-wrap .hero .hero-content {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 60px 60px;
  display: flex;
  max-width: 1110px;
  margin: auto;
}
@media (max-width: 991px) {
  .welcome22-wrap .hero .hero-content {
    padding: 40px 20px;
  }
}
.welcome22-wrap .hero .hero-content .icon-decor {
  margin-right: 30px;
  flex: 0 0 50px;
}
@media (max-width: 991px) {
  .welcome22-wrap .hero .hero-content .icon-decor {
    display: none;
  }
}
.welcome22-wrap .hero .hero-content h3 {
  color: #fff;
  margin-top: 0;
}
.welcome22-wrap .features div.intro-image {
  margin-bottom: 30px;
}
.welcome22-wrap .features .logo {
  max-width: 300px;
  margin-bottom: 40px;
}
.welcome22-wrap .features .link {
  display: none;
}
.welcome22-wrap .features hr {
  border-color: #F2F2F2;
  margin-bottom: 90px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .welcome22-wrap .features hr {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .welcome22-wrap .features hr {
    margin-bottom: 30px;
  }
}
.welcome22-wrap .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.welcome22-wrap .features ul li + li {
  margin-top: 10px;
}
.welcome22-wrap .features ul .list-item {
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  transition: background 500ms;
}
.welcome22-wrap .features ul .list-item .intro-image {
  flex: 0 0 48px;
  margin-right: 20px;
  width: 48px;
}
.welcome22-wrap .features ul .list-item h4 {
  font-size: 20px;
  margin: 0;
}
.welcome22-wrap .features ul .list-item span {
  font-size: 14px;
  white-space: nowrap;
}
.welcome22-wrap .features ul .list-item .desc {
  color: #4F4F4F;
}
.welcome22-wrap .features ul a:hover {
  text-decoration: none;
}
.welcome22-wrap .features ul a:hover .list-item {
  background: linear-gradient(90deg, rgba(255, 134, 104, 0.4) 0%, rgba(255, 134, 104, 0) 100%);
}
@media (min-width: 1200px) {
  .welcome22-wrap .features ul a:hover .list-item .desc {
    display: none;
  }
  .welcome22-wrap .features ul a:hover .list-item .link {
    display: block;
  }
}
.welcome22-wrap .ja-ctl {
  background: #F7FBFF;
  border-radius: 10px;
  padding: 100px;
}
@media (max-width: 1199px) {
  .welcome22-wrap .ja-ctl {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .welcome22-wrap .ja-ctl {
    padding: 30px;
  }
}
.welcome22-wrap .ja-ctl h3 {
  margin-top: 0;
}
.welcome22-wrap .ctl-info .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .welcome22-wrap .ctl-info .btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .welcome22-wrap .ctl-list {
    margin-top: 30px;
  }
}
.welcome22-wrap .ctl-list ul {
  list-style: none;
  padding: 0;
}
.welcome22-wrap .ctl-list ul li + li {
  margin-top: 12px;
}
.welcome22-wrap .ctl-list ul li .list-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .welcome22-wrap .ctl-list ul li .list-item {
    padding: 10px;
  }
}
.welcome22-wrap .ctl-list ul li .list-item img {
  float: left !important;
  margin-right: 10px;
  width: 24px !important;
}
.welcome22-wrap .section-wrap {
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .welcome22-wrap .section-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .welcome22-wrap .section-wrap {
    margin-bottom: 30px;
  }
}
.welcome22-wrap .section-title {
  margin: 0 auto 30px;
  text-align: center;
}
.welcome22-wrap .section-title h3 {
  color: #2A1C72;
  font-size: 44px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-title h3 {
    font-size: 27px;
  }
}
.welcome22-wrap .section-title p,
.welcome22-wrap .section-title span {
  display: inline-block;
  max-width: 542px;
  margin: auto;
}
.welcome22-wrap .section-title.title-lead h2 {
  color: #fff;
  text-shadow: 2px 0 0 #05baef, -2px 0 0 #05baef, 0 2px 0 #05baef, 0 -2px 0 #05baef, 1px 1px #05baef, -1px -1px 0 #05baef, 1px -1px 0 #05baef, -1px 1px 0 #05baef;
  font-size: 80px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  .welcome22-wrap .section-title.title-lead h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .welcome22-wrap .section-title.title-lead h2 {
    font-size: 30px;
  }
}
.welcome22-wrap .section-title.title-lead p,
.welcome22-wrap .section-title.title-lead span {
  max-width: 850px;
}
.welcome22-wrap .bg-secondary {
  background: #2A1C72;
}
.welcome22-wrap .bg-secondary .section-title h3 {
  color: #fff;
}
.welcome22-wrap .bg-secondary .section-title span {
  color: #fff;
}
.welcome22-wrap .lead-title {
  text-align: center;
}
.welcome22-wrap .section-1 .title-lead {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .welcome22-wrap .section-1 .title-lead {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .welcome22-wrap .section-1 .title-lead {
    margin-top: 30px;
  }
}
.welcome22-wrap .section-1 .title-lead h2 {
  text-shadow: 2px 0 0 #ff8668, -2px 0 0 #ff8668, 0 2px 0 #ff8668, 0 -2px 0 #ff8668, 1px 1px #ff8668, -1px -1px 0 #ff8668, 1px -1px 0 #ff8668, -1px 1px 0 #ff8668;
}
.welcome22-wrap .section-1 .content-inner {
  background: #FCF8F2;
  padding: 30px;
  border-radius: 10px;
  max-width: 1110px;
  margin: auto;
}
.welcome22-wrap .section-3.features ul a:hover .list-item {
  background: linear-gradient(90deg, rgba(5, 186, 239, 0.4) 0%, transparent);
}
.welcome22-wrap .section-4 {
  margin-bottom: -250px;
  position: relative;
  z-index: 2;
}
.welcome22-wrap .section-5 {
  padding-top: 320px;
  padding-bottom: 255px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-5 {
    padding-top: 260px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1199px) {
  .welcome22-wrap .section-5 .container {
    width: 100%;
  }
}
.welcome22-wrap .section-5 .section-title h3 {
  background-image: url('//static.joomlart.com/images/promotions/welcome-2022/features/bg-6.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-5 .section-title h3 {
    background-size: 100% auto;
  }
}
.welcome22-wrap .update-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 38px 48px;
  border-radius: 10px;
  position: relative;
  min-height: 366px;
}
@media (max-width: 1199px) {
  .welcome22-wrap .update-item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .welcome22-wrap .update-item {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .welcome22-wrap .update-item {
    min-height: 0;
    margin-bottom: 20px;
  }
}
.welcome22-wrap .update-item .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .welcome22-wrap .update-item .logo {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.welcome22-wrap .update-item .logo img {
  height: 20px;
  width: auto !important;
}
.welcome22-wrap .update-item .logo.big-size img {
  height: 35px;
}
@media (min-width: 768px) {
  .welcome22-wrap .update-item .logo.big-size {
    margin-top: -24px;
  }
  .welcome22-wrap .update-item .logo.big-size img {
    height: 45px;
    position: relative;
    top: 12px;
  }
}
.welcome22-wrap .update-item ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome22-wrap .update-item ul li {
  position: relative;
  padding-left: 16px;
}
.welcome22-wrap .update-item ul li:before {
  content: "\2022";
  color: #5688FA;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.welcome22-wrap .update-item ul li + li {
  margin-top: 15px;
}
.welcome22-wrap .section-6 {
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-6 {
    margin-top: -120px;
  }
}
.welcome22-wrap .cta {
  background-image: url('//static.joomlart.com/images/promotions/welcome-2022/features/bg-7.png');
  background-size: 100% 100%;
  background-color: #F7FBFF;
  border-radius: 10px;
  color: #828282;
  padding: 60px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome22-wrap .cta {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 30px;
  }
}
.welcome22-wrap .cta h2 {
  margin-top: 0;
  color: #2A1C72;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .welcome22-wrap .cta h2 {
    font-size: 24px;
  }
}
.welcome22-wrap .cta p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.welcome22-wrap .cta .btn {
  margin-top: 10px;
  white-space: normal;
}
.welcome22-wrap .section-7 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .welcome22-wrap .section-7 .container {
    width: 100%;
  }
}
.welcome22-wrap .list-updated {
  background: #FCF8F2;
  border-radius: 10px;
  display: flex;
}
@media (max-width: 1399px) {
  .welcome22-wrap .list-updated {
    flex-direction: column;
  }
}
.welcome22-wrap .list-updated .intro-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 0 0 500px;
  max-width: 500px;
}
@media (max-width: 1399px) {
  .welcome22-wrap .list-updated .intro-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.welcome22-wrap .list-updated .updated-info {
  padding: 60px;
}
@media (max-width: 767px) {
  .welcome22-wrap .list-updated .updated-info {
    padding: 30px;
  }
}
.welcome22-wrap .list-updated .updated-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome22-wrap .list-updated .updated-info li {
  display: flex;
}
@media (max-width: 991px) {
  .welcome22-wrap .list-updated .updated-info li {
    flex-wrap: wrap;
  }
}
.welcome22-wrap .list-updated .updated-info li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  margin-top: 40px;
}
.welcome22-wrap .list-updated .updated-info li h4 {
  font-size: 18px;
  margin-top: 0;
}
.welcome22-wrap .list-updated .updated-info li .number {
  margin-right: 20px;
  flex: 0 0 110px;
  max-width: 110px;
}
@media (max-width: 767px) {
  .welcome22-wrap .list-updated .updated-info li .number {
    margin-right: 10px;
  }
}
.welcome22-wrap .list-updated .updated-info li .number h3 {
  color: #FD8568;
  font-size: 44px;
  margin-top: 0;
  line-height: 1;
}
.welcome22-wrap .list-updated .updated-info li .title {
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .welcome22-wrap .list-updated .updated-info li .title {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .welcome22-wrap .section-8 .container {
    width: 100%;
  }
}
.welcome22-wrap .section-8 .update-item {
  background: #FCF8F2;
  min-height: 480px;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-8 .update-item {
    min-height: 0;
  }
}
.welcome22-wrap .section-8 .update-item ul {
  color: #333;
}
.welcome22-wrap .section-8 .update-item .logo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 25px;
}
.welcome22-wrap .section-8 .update-item .logo img {
  height: 34px;
}
.welcome22-wrap .section-9 .intro-image {
  margin-bottom: 30px;
}
.welcome22-wrap .section-9 h4 {
  font-size: 28px;
  margin-top: 0;
}
.welcome22-wrap .section-9 ul {
  display: flex;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-9 ul {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.welcome22-wrap .section-9 ul li {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-9 ul li {
    margin-top: 10px;
  }
}
.welcome22-wrap .section-9 ul li .statics {
  color: #FF8668;
  font-size: 24px;
  font-weight: 700;
}
.welcome22-wrap .section-9 ul li .info {
  color: #333;
  font-weight: 600;
}
.welcome22-wrap .section-10 .cta {
  background-image: url('//static.joomlart.com/images/promotions/welcome-2022/features/bg-5.jpg');
  background-size: cover;
  background-position: center bottom;
  border-radius: 0;
  padding: 90px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .welcome22-wrap .section-10 .cta {
    padding: 30px 0;
  }
}
.welcome22-wrap .section-10 .cta h2 {
  color: #fff;
}
.welcome22-wrap .section-10 .cta .btn {
  background: #fff;
  color: #333333;
}
.welcome22-wrap .plan-item {
  background: #F7FBFF;
  border-radius: 10px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .welcome22-wrap .plan-item {
    margin-top: 20px;
  }
}
.welcome22-wrap .plan-item .plan-intro {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.welcome22-wrap .plan-item .plan-desc {
  padding: 40px 48px;
}
@media (max-width: 767px) {
  .welcome22-wrap .plan-item .plan-desc {
    padding: 30px;
  }
}
.welcome22-wrap .plan-item .plan-desc h3 {
  margin-top: 0;
}
.welcome22-wrap .plan-item .plan-desc > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome22-wrap .plan-item .plan-desc > ul > li:before {
  content: "\2022";
  color: #05BAEF;
  margin-right: 8px;
}
.welcome22-wrap .plan-item .plan-desc > ul > li + li {
  margin-top: 14px;
}
.welcome22-wrap .plan-item .plan-desc > ul > li ul {
  margin-left: 10px;
}
.welcome22-wrap .plan-item .plan-desc > ul > li ul li {
  margin-top: 10px;
}
.welcome22-wrap .section-12 .section-title p {
  max-width: 700px;
}
.welcome22-wrap .section-thank-you {
  position: relative;
  z-index: 20;
  transition: 2000ms all;
  transition-delay: 3000ms;
}
.welcome22-wrap .section-thank-you.aos-animate {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.welcome22-wrap .alert {
  background: #fff;
  border: 2px solid #FD8568;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 50%;
  z-index: 100000;
  padding: 50px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .welcome22-wrap .alert {
    padding: 20px;
  }
}
.welcome22-wrap .alert .section-title h3 {
  color: #2A1C72;
  font-size: 30px;
}
@media (max-width: 767px) {
  .welcome22-wrap .alert .section-title h3 {
    font-size: 22px;
  }
}
.welcome22-wrap .alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.welcome22-wrap .alert .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .welcome22-wrap .alert .btn {
    margin-top: 20px;
  }
}
.welcome22-wrap .aos-animate + .alert {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: 2000ms all;
  transition-delay: 3000ms;
}
.welcome23-wrap .hero {
  background: radial-gradient(73.39% 73.39% at 50% 50%, #ea4817 28.07%, #bb1a2a 100%);
  position: relative;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .welcome23-wrap .hero {
    margin-bottom: 128px;
  }
}
.welcome23-wrap .hero::after {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/square-bg.png);
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.welcome23-wrap .hero .hero-decor-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
}
.welcome23-wrap .hero .hero-decor-top::before,
.welcome23-wrap .hero .hero-decor-top::after {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/decor-tl.svg) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 198px;
}
.welcome23-wrap .hero .hero-decor-top::after {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/decor-tr.svg) no-repeat left top;
  left: auto;
  right: 0;
}
.welcome23-wrap .hero .hero-decor-bot {
  display: none;
}
.welcome23-wrap .hero .hero-decor-bot::before,
.welcome23-wrap .hero .hero-decor-bot::after {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/decor-bl.png) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 149px;
  width: 514px;
}
.welcome23-wrap .hero .hero-decor-bot::after {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/decor-br.png) no-repeat left top;
  left: auto;
  right: 0;
}
.welcome23-wrap .hero .hero-image {
  display: flex;
  justify-content: center;
  padding-top: 104px;
}
.welcome23-wrap .section-wrap {
  position: relative;
}
.welcome23-wrap .section-wrap .container {
  position: relative;
  z-index: 10;
}
.welcome23-wrap .sec-dark {
  background: #0D152C;
  color: #fff;
}
.welcome23-wrap .section-title {
  margin-bottom: 64px;
  text-align: center;
}
.welcome23-wrap .section-title h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 24px;
  
  text-align: center;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #f7006e 2.25%, #6d00f8 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-title h2 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
  }
}
.welcome23-wrap .section-title h3 {
  font-size: 36px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-title h3 {
    font-size: 48px;
    font-weight: 700;
  }
}
.welcome23-wrap .section-title .lead {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-title .lead {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-title .lead {
    font-size: 20px;
  }
}
.welcome23-wrap ul.fd-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.welcome23-wrap ul.fd-list li {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.welcome23-wrap ul.fd-list li::before {
  background: #007AFF;
  border-radius: 8px;
  content: "";
  display: block;
  height: 8px;
  margin-top: 8px;
  margin-right: 16px;
  min-width: 8px;
  width: 8px;
}
.welcome23-wrap .box-wrap {
  border-radius: 8px;
  padding: 64px 32px;
}
.welcome23-wrap .box-wrap h3 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .welcome23-wrap .box-wrap h3 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.welcome23-wrap .section-1 {
  position: relative;
}
.welcome23-wrap .section-1 .container {
  padding-top: 96px;
}
.welcome23-wrap .section-1::after {
  background-color: #0D152C;
  content: "";
  display: block;
  height: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.welcome23-wrap .section-1 .section-title h2 {
  display: flex;
  justify-content: center;
  text-fill-color: #150546;
  -webkit-text-fill-color: #150546;
  position: relative;
  line-height: 1;
}
.welcome23-wrap .section-1 .section-title h2 span {
  background: linear-gradient(to bottom, #933ff8, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  text-fill-color: transparent;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  bottom: -12px;
  line-height: 1;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-1 .section-title h2 span {
    font-size: 220px;
    bottom: -22px;
  }
}
.welcome23-wrap .box-template-list {
  background: linear-gradient(77.23deg, #0695ff 0.72%, #9351ff 90.93000000000001%);
  color: #fff;
}
.welcome23-wrap .box-template-list .box-media {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .box-template-list .box-media {
    margin-bottom: 0;
  }
}
.welcome23-wrap .box-template-list h3 {
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1200px) {
  .welcome23-wrap .box-template-list h3 {
    text-align: left;
  }
}
.welcome23-wrap .box-template-list p {
  opacity: 0.7;
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .welcome23-wrap .box-template-list p {
    text-align: left;
  }
}
.welcome23-wrap .box-template-list .tpl-list-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 16px 24px;
}
.welcome23-wrap .box-template-list .tpl-list-wrap + .tpl-list-wrap {
  margin-top: 24px;
}
.welcome23-wrap .box-template-list .tpl-list-wrap h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin: 0 0 8px;
  padding-bottom: 8px;
}
.welcome23-wrap .box-template-list .template-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.welcome23-wrap .box-template-list .template-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  flex-basis: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .welcome23-wrap .box-template-list .template-list li {
    flex-basis: 50%;
  }
}
.welcome23-wrap .box-template-list .template-list li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.welcome23-wrap .box-template-list .template-list li a:hover,
.welcome23-wrap .box-template-list .template-list li a:focus,
.welcome23-wrap .box-template-list .template-list li a:active {
  text-decoration: none;
}
.welcome23-wrap .box-template-list .template-list li span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 8px;
  width: 36px;
}
@media (min-width: 768px) {
  .welcome23-wrap .box-template-list .template-list li span {
    height: 40px;
    margin-right: 16px;
    width: 40px;
  }
}
.welcome23-wrap .box-template-list .template-list li span img {
  border-radius: 50%;
}
.welcome23-wrap .section-2 {
  padding: 64px 0;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-2 {
    padding: 128px 0;
  }
}
.welcome23-wrap .section-2 .section-ct > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.welcome23-wrap .section-2 .section-ct > .row > div {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-2 .section-ct > .row > div {
    margin-bottom: 0;
  }
}
.welcome23-wrap .section-2 .section-title h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.welcome23-wrap .section-2 .section-title h3 {
  background: linear-gradient(90.45deg, #fe095e 0.4%, #fda21a 96.04000000000001%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
}
.welcome23-wrap .section-2 .col-inner {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 32px 32px;
  height: 100%;
}
.welcome23-wrap .section-2 .col-inner .col-head .col-media span {
  background: linear-gradient(136.23deg, #9333ea 5.82%, #a855f7 96.88%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
}
.welcome23-wrap .section-2 .col-inner .col-head .col-media span img {
  width: auto !important;
}
.welcome23-wrap .section-2 .col-inner .col-head .col-media.adagency span {
  background: linear-gradient(136.23deg, #f59e0b 5.82%, #fbbf24 96.88%);
}
.welcome23-wrap .section-2 .col-inner .col-head .col-media.shape5 span {
  background: linear-gradient(136.23deg, #16b2c6 5.82%, #32e0b3 96.88%);
}
.welcome23-wrap .section-2 .col-inner .col-head .col-media.more span {
  background: linear-gradient(136.23deg, #16a34a 5.82%, #22c55e 96.88%);
}
.welcome23-wrap .section-2 .col-inner .col-head h3 {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 24px;
  margin: 0 0 16px;
}
.welcome23-wrap .section-2 .col-inner .col-head h3 .badge {
  background: transparent;
  border: 1px solid #f59e0b;
  border-radius: 4px;
  color: #f59e0b;
  font-size: 10px;
  padding: 4px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: 8px;
}
.welcome23-wrap .section-2 .col-inner .col-media {
  margin-bottom: 24px;
}
.welcome23-wrap .section-3 {
  position: relative;
}
.welcome23-wrap .section-3::after {
  background: #0D152C;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.welcome23-wrap .section-3 .box-light {
  background-color: #F4F7FF;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-3 .box-light {
    background: url(//static.joomlart.com/images/promotions/welcome-2023/lap-decor.png) no-repeat right 10px #f4f7ff;
  }
}
.welcome23-wrap .section-3 .section-title {
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-3 .section-title {
    max-width: 50%;
    text-align: left;
  }
}
.welcome23-wrap .section-3 .section-title h3 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-3 .section-title h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
.welcome23-wrap .section-3 .section-title h3 br {
  display: none;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-3 .section-title h3 br {
    display: block;
  }
}
.welcome23-wrap .section-3 .section-title h3 span {
  background: linear-gradient(90.45deg, #ff941e 0.4%, #ff1ec4 96.04000000000001%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.welcome23-wrap .section-3 .section-title h3 span::before {
  background-color: #F5E2FA;
  content: "";
  border-radius: 6px;
  padding: 8px 12px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.welcome23-wrap .section-3 .section-actions {
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-3 .section-actions {
    text-align: left;
  }
}
.welcome23-wrap .section-3 .section-actions a {
  background: linear-gradient(90deg, #0895ff 0.21%, #9452ff 100.21%);
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  color: #fff;
  padding: 16px 32px;
}
.welcome23-wrap .section-4 {
  padding: 64px 0;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-4 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.welcome23-wrap .section-4 .box-wrap.box-gradient {
  background: linear-gradient(90deg, #0895ff 0.21%, #9452ff 100.21%);
  margin-bottom: 32px;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner {
  background: #fff;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item {
    flex-direction: row;
  }
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item + .stats-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item:first-of-type {
  padding-top: 0;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item:last-of-type {
  padding-bottom: 0;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value {
    margin-bottom: 8px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value {
    flex-basis: 180px;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value strong {
  color: #007AFF;
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value strong {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value strong {
    font-size: 48px;
  }
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-value span {
  font-weight: 600;
}
.welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-desc {
  flex: 1;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-4 .box-wrap.box-gradient .col-inner .stats-item .stats-desc {
    text-align: left;
    font-size: 18px;
  }
}
.welcome23-wrap .section-4 .col-inner {
  background: linear-gradient(202.53deg, #f1f9ff 14.69%, #ffffff 85.36%);
  border-radius: 8px;
  padding: 32px;
}
.welcome23-wrap .section-4 .col-inner .col-media span {
  background: linear-gradient(136.23deg, #16b2c6 5.82%, #32e0b3 96.88%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
  width: 48px;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-4 .col-inner .col-media span {
    height: 64px;
    padding: 16px;
    width: 64px;
  }
}
.welcome23-wrap .section-4 .col-inner h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}
.welcome23-wrap .section-5 {
  padding-bottom: 64px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 {
    padding-bottom: 128px;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .box {
    background: url(//static.joomlart.com/images/promotions/welcome-2023/suport-decor.png) no-repeat right center #ffffff;
    background-size: contain;
  }
}
.welcome23-wrap .section-5 .section-title {
  text-align: left;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-5 .section-title {
    max-width: 70%;
    margin: 0 auto 32px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .section-title {
    max-width: none;
    text-align: left;
  }
}
.welcome23-wrap .section-5 .section-title h3 {
  color: #2A1C72;
  margin: 0 0 24px;
}
.welcome23-wrap .section-5 .support-statistic {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .support-statistic {
    flex-direction: column;
    gap: 0;
  }
}
.welcome23-wrap .section-5 .support-statistic > div {
  background-color: #F4F7FF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  padding: 8px 16px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .support-statistic > div {
    margin-bottom: 16px;
    padding: 12px 24px;
  }
}
.welcome23-wrap .section-5 .support-statistic .value {
  background: linear-gradient(90deg, #0895ff 0.21%, #9452ff 100.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .support-statistic .value {
    font-size: 20px;
    min-width: 90px;
  }
}
.welcome23-wrap .section-5 .support-statistic .label {
  color: #333333;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-5 .support-statistic .label {
    font-size: 16px;
  }
}
.welcome23-wrap .section-xmas {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/xmax-bg.jpg) no-repeat center center #ffffff;
  background-size: cover;
  padding: 64px 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas {
    padding: 128px 0;
  }
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas .section-title {
    text-align: left;
  }
}
.welcome23-wrap .section-xmas .section-title h3 {
  color: #fff;
  margin: 0 0 16px;
}
.welcome23-wrap .section-xmas .section-title p.lead {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas .section-title p.lead {
    margin: 0;
    text-align: left;
  }
}
.welcome23-wrap .section-xmas .section-actions {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas .section-actions {
    margin-bottom: 0;
    text-align: left;
  }
}
.welcome23-wrap .section-xmas .section-actions a {
  background: #fff;
  color: #333;
  border-radius: 6px;
  padding: 16px 32px;
}
.welcome23-wrap .section-xmas .offers-list {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.welcome23-wrap .section-xmas .offers-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.welcome23-wrap .section-xmas .offers-list ul::before,
.welcome23-wrap .section-xmas .offers-list ul::after {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.welcome23-wrap .section-xmas .offers-list ul::after {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
}
.welcome23-wrap .section-xmas .offers-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas .offers-list ul li {
    flex-basis: 50%;
    padding: 48px 24px;
  }
}
.welcome23-wrap .section-xmas .offers-list ul li strong {
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-xmas .offers-list ul li strong {
    font-size: 48px;
  }
}
.welcome23-wrap .section-xmas .offers-list ul li span {
  font-size: 14px;
}
.welcome23-wrap .section-7 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-7 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.welcome23-wrap .section-7 .section-title {
  padding-top: 96px;
  padding-bottom: 24px;
}
.welcome23-wrap .section-7 .section-title h2 {
  background: transparent;
  -webkit-text-fill-color: #150546;
  display: flex;
  justify-content: center;
  color: #150546;
  position: relative;
  line-height: 1;
}
.welcome23-wrap .section-7 .section-title h2 span {
  background: linear-gradient(to bottom, #15c2d8, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  text-fill-color: transparent;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  bottom: -12px;
  line-height: 1;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .section-title h2 span {
    font-size: 220px;
    bottom: -22px;
  }
}
.welcome23-wrap .section-7 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-7 .row + .row {
    margin-top: 36px;
  }
}
.welcome23-wrap .section-7 .row > div {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-7 .row > div {
    margin-bottom: 0;
  }
}
.welcome23-wrap .section-7 .col-inner {
  background: #F1F9FF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;
}
.welcome23-wrap .section-7 .col-inner.gd-1 {
  background: linear-gradient(77.23deg, #0695ff 0.72%, #9351ff 90.93000000000001%);
  color: #fff;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-title h3,
.welcome23-wrap .section-7 .col-inner.gd-1 .col-title h4 {
  color: #fff;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-ct {
  margin-top: 0;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-ct ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-ct ul li {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-ct ul li + li {
  margin-top: 12px;
}
.welcome23-wrap .section-7 .col-inner.gd-1 .col-ct ul li sup {
  background-color: #fff;
  color: #16a34a;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 6px;
}
.welcome23-wrap .section-7 .col-inner.gd-2 {
  background: linear-gradient(83.55deg, #13c1d9 1.61%, #47f0c4 81.65000000000001%);
}
.welcome23-wrap .section-7 .col-inner.gd-2 .col-title h3,
.welcome23-wrap .section-7 .col-inner.gd-2 .col-title h4 {
  color: #fff;
}
.welcome23-wrap .section-7 .col-inner .col-title {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .col-inner .col-title {
    text-align: left;
  }
}
.welcome23-wrap .section-7 .col-inner .col-title h3 {
  color: #2A1C72;
  font-size: 24px;
  margin: 0;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .col-inner .col-title h3 {
    font-size: 36px;
    font-weight: 700;
  }
}
.welcome23-wrap .section-7 .col-inner .col-title h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: none;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .col-inner .col-title h4 {
    font-size: 18px;
  }
}
.welcome23-wrap .section-7 .col-inner .col-ct {
  margin-top: auto;
}
.welcome23-wrap .section-7 .box-dark {
  background: #0D152C;
  color: #fff;
  margin-top: 32px;
}
.welcome23-wrap .section-7 .box-dark h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .box-dark h3 {
    font-size: 48px;
    line-height: 54px;
    text-align: left;
  }
}
.welcome23-wrap .section-7 .box-dark .lead {
  text-align: center;
}
@media (min-width: 992px) {
  .welcome23-wrap .section-7 .box-dark .lead {
    text-align: left;
  }
}
.welcome23-wrap .section-7 .place-holder {
  background: #fff;
  border-radius: 8px;
  min-height: 350px;
}
.welcome23-wrap .section-thank-you {
  padding-bottom: 96px;
}
.welcome23-wrap .section-thank-you .section-title {
  padding: 96px 16px 0;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-thank-you .section-title {
    max-width: 40%;
    margin: 0 auto;
    padding: 0;
  }
}
.welcome23-wrap .section-thank-you .section-title h3 {
  color: #2A1C72;
  line-height: 48px;
  position: relative;
}
@media (min-width: 1200px) {
  .welcome23-wrap .section-thank-you .section-title h3 {
    line-height: 58px;
  }
}
.welcome23-wrap .section-thank-you .section-title h3::before {
  background: url(//static.joomlart.com/images/promotions/welcome-2023/ico-thank.png) no-repeat center center;
  content: "";
  display: inline-block;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -92px;
  width: 42px;
}
.welcome23-wrap .section-thank-you .section-title .btn {
  background: linear-gradient(90deg, #0895ff 0.21%, #9452ff 100.21%);
  border: 0;
}
:root {
  --promo-primary: #CF5236;
  --promo-accent-1: #5C7D35;
  --promo-accent-2: #E7A72F;
  --promo-bg: #221A30;
  --promo-border: #000;
  --promo-border-radius: 8px;
}
.promotion .promotion-wrap.theme-halloween {
  background: var(--promo-bg);
  font-family: 'DM Sans', sans-serif;
}
.promotion .promotion-wrap.theme-halloween .sub-head {
  background-color: rgba(0, 0, 0, 0.5);
}
.promotion .promotion-wrap.theme-halloween h2 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero {
  background: var(--promo-bg);
  position: relative;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/promotion-bg.jpg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::before,
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::after {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/spiderweb-left.png) no-repeat center top;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::before,
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::after {
    height: 210px;
    width: 226px;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::after {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/spiderweb-right.png) no-repeat center top;
  background-size: contain;
  left: auto;
  right: 0;
  height: 120px;
  width: 120px;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .hero-decor::after {
    height: 237px;
    width: 255px;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero::before {
  background: var(--promo-primary);
  content: "";
  display: block;
  position: absolute;
  bottom: 149px;
  top: 0;
  left: 0;
  right: 0;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .container {
  position: relative;
  z-index: 30;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .container {
    min-height: 560px;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .message {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .message {
    padding-bottom: 280px;
  }
}
@media (min-width: 1280px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .message {
    padding-bottom: 340px;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .message h1 {
  color: #fff;
  font-family: 'Spicy Rice', serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 3rem;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .message h1 {
    font-size: 72px;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/coupon-bg.png) no-repeat center center;
  font-family: 'Spicy Rice', serif;
  font-size: 24px;
  font-weight: 400;
  height: 262px;
  padding-top: 120px;
  padding-bottom: 51px;
  position: relative;
  text-transform: uppercase;
  width: 334px;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .promotion-info .msg-r::after {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/land.png) no-repeat center bottom;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 51px;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .ghost {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/ghost-1.png) no-repeat center top;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 20px;
  height: 361px;
  left: 0;
  width: 249px;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .ghost {
    display: block;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .ghost.ghost-1 {
  animation: ghost-fly 3.25s ease-in-out infinite;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .ghost.ghost-2 {
  background: url(//static.joomlart.com/images/promotions/halloween-2023/ghost-2.png) no-repeat center top;
  animation: ghost-fly 2s ease-in-out infinite;
  height: 383px;
  width: 193px;
  left: auto;
  right: 0;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .big-number img {
  margin-top: 20px;
  width: 100%;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-wrap .coupon {
  color: var(--promo-accent-1);
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .renew-wrap .coupon {
  color: var(--promo-accent-2);
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner {
  display: inline-flex;
  flex-direction: column;
  padding: 12px;
  gap: 12px;
}
@media (min-width: 768px) {
  .promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner {
    flex-direction: row;
  }
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner .coupon-item {
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  flex: 1;
  margin: 0;
  padding: 2px;
  min-width: 240px;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner .coupon-item .coupon-title {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner .coupon-item .coupon-code {
  background: #fff;
  border: 2px solid #333;
  border-bottom-width: 4px;
  border-radius: 8px;
  color: #FEBF00;
  padding: 16px 0;
  text-transform: uppercase;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .coupon-inner .coupon-item.renewal .coupon-code {
  color: #06b6d4;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .countdown-wrap .countdown .labels li {
  font-size: 16px;
}
.promotion .promotion-wrap.theme-halloween .halloween-sale-hero .countdown-wrap .countdown .labels li::before {
  background: rgba(0, 0, 0, 0.1);
  border-radius: var(--promo-border-radius);
  border: 1px solid var(--promo-border);
  border-bottom-width: 3px;
}
.promotion .promotion-wrap.theme-halloween .promo-statistics {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--promo-border);
  border-bottom: 1px solid var(--promo-border);
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .promo-statistics .grid-flex {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .promo-statistics .statistic-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotion .promotion-wrap.theme-halloween .promo-statistics .statistic-box .statistic-data {
  opacity: .5;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  font-family: 'DM Sans', sans-serif;
}
.promotion .promotion-wrap.theme-halloween #gavick-pricing {
  background: rgba(0, 0, 0, 0.1);
}
.promotion .promotion-wrap.theme-halloween #jb-pricing {
  background: #1D152A;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing {
  background: #1D152A;
}
@media (min-width: 992px) {
  .promotion .promotion-wrap.theme-halloween #ijoomla-pricing .box-shadow > div {
    width: auto;
    flex: 1;
  }
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product {
  border-bottom: 1px solid var(--promo-border);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .page-title .title-wrap > .sub-title {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs {
  gap: .5rem;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li {
  margin: 0;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li > a {
  background: #413658;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li > a:hover,
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li > a:focus,
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li > a:active {
  border: 1px solid var(--promo-accent-2);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li > a small {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs > li.active > a {
  background: var(--promo-accent-1);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col {
  background: #413658;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action .btn span {
  background: var(--promo-accent-1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header {
  border-bottom: 1px solid #000;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-old {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: var(--promo-accent-2);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col li > strong {
  color: var(--promo-accent-2);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background: rgba(0, 0, 0, 0.1);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.1);
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn {
  background: #1D152A;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid var(--promo-border);
  border-radius: 0;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:hover span,
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:focus span,
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:active span {
  background: var(--promo-accent-1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn span {
  color: #fff;
  padding: 16px 0;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .box-shadow {
  background: #413658;
  border: 1px solid var(--promo-border);
  box-shadow: none;
  border-radius: 0;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product {
  border-right: 1px solid var(--promo-border);
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product:hover .intro-thumb {
  background: var(--promo-accent-1);
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info h3 {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .price-wrap .price-old {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .price-wrap .price-new {
  color: var(--promo-accent-2);
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .product-desc {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .action .btn {
  background: #1D152A;
  border-radius: 0;
  border: 1px solid var(--promo-border);
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .action .btn:hover span,
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .action .btn:focus span,
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .action .btn:active span {
  background: var(--promo-accent-1) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #ijoomla-pricing .item-product .product-info .action .btn span {
  background: #1D152A !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #benefits {
  background: #1D152A;
}
.promotion .promotion-wrap.theme-halloween #benefits .common-info h3 {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}
.promotion .promotion-wrap.theme-halloween #benefits .common-info .common-features {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border: 1px solid var(--promo-accent-1);
  border-radius: 0;
}
.promotion .promotion-wrap.theme-halloween #benefits .common-info .common-features li {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #benefits .common-info .common-features li::before {
  color: var(--promo-accent-1);
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs h2 {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs ul li {
  background-color: #413658;
  border: 1px solid var(--promo-border);
  border-radius: 0;
  border-bottom-width: 4px;
  color: #fff;
  padding: 24px;
  padding-left: 72px;
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs ul li::before {
  background: rgba(0, 0, 0, 0.1);
  color: var(--promo-accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  top: 16px;
  height: 36px;
  left: 16px;
  width: 36px;
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs ul li + li {
  margin-top: 32px;
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs ul li h3 {
  color: #fff;
}
.promotion .promotion-wrap.theme-halloween #benefits .pricing-faqs ul li p {
  color: #fff;
  opacity: .8;
}
.promotion .promotion-wrap.theme-halloween .footer {
  background: #000;
}
@keyframes ghost-fly {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}
:root {
  --bf-subtitle-text: #fff;
  --bf-primary-color: #d97706;
}
.promotion .theme-blackfriday .hero {
  background: url(//static.joomlart.com/images/promotions/blackfirday-2022/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.promotion .theme-blackfriday .hero::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promotion .theme-blackfriday .hero .container {
  position: relative;
  z-index: 20;
}
.promotion .theme-blackfriday.promotion-wrap {
  background-color: #000;
  color: #fff;
}
.promotion .theme-blackfriday.promotion-wrap .pricing-page-head .title-wrap > .sub-title {
  color: var(--bf-subtitle-text);
}
.promotion .theme-blackfriday .hero-ct {
  padding: 160px 0 80px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .hero-ct {
    padding: 240px 0 120px;
  }
}
.promotion .theme-blackfriday .message {
  background: linear-gradient(to bottom, #ed30ff, #00e8fe);
  border-radius: 12px;
  padding: 10px;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 992px) {
  .promotion .theme-blackfriday .message {
    width: 760px;
  }
}
.promotion .theme-blackfriday .message .promotion-wrap {
  background: #fff;
  border-radius: 8px;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promotion-wrap {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.promotion .theme-blackfriday .message .promo-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 160px;
  width: 160px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-badge {
    height: 272px;
    width: 272px;
  }
}
.promotion .theme-blackfriday .message .promo-badge img {
  max-width: 100%;
}
.promotion .theme-blackfriday .message .promo-arrow {
  background: linear-gradient(to bottom, #ed30ff, #00e8fe);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 70px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-arrow {
    bottom: -45px;
    height: 90px;
    width: 90px;
  }
}
.promotion .theme-blackfriday .message .promo-arrow a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 64px;
  width: 64px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-arrow a {
    height: 84px;
    width: 84px;
  }
}
.promotion .theme-blackfriday .message .promo-arrow img {
  position: relative;
  z-index: 10;
  animation: pulse-2 2.5s infinite;
}
.promotion .theme-blackfriday .message .promo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1e293b;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .promo-info {
    flex-direction: row;
  }
}
.promotion .theme-blackfriday .message .coupon-value {
  font-size: 36px;
  display: flex;
  align-items: center;
  width: auto;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .coupon-value {
    padding-right: 24px;
    width: 260px;
  }
}
.promotion .theme-blackfriday .message .coupon-value strong {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4px;
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 12px;
}
.promotion .theme-blackfriday .message .coupon-value span {
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
.promotion .theme-blackfriday .message .sep {
  background-color: #02020E;
  border-radius: 2px;
  display: none;
  height: 100px;
  width: 3px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .sep {
    display: block;
  }
}
.promotion .theme-blackfriday .message .coupon-label {
  line-height: 1;
  width: auto;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday .message .coupon-label {
    padding-left: 24px;
    text-align: left;
    width: 260px;
  }
}
.promotion .theme-blackfriday .message .coupon-label > div {
  margin-bottom: 12px;
}
.promotion .theme-blackfriday .message .coupon-label h5 {
  margin: 0 0 4px;
}
.promotion .theme-blackfriday .message .coupon-label strong {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .theme-blackfriday .promo-statistics {
  background: #0F0F0F;
}
.promotion .theme-blackfriday .promo-statistics .statistic-box {
  color: #fff;
}
.promotion .theme-blackfriday .promo-statistics .statistic-value {
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  border: 2px solid #2D2D2D;
  transition: all 0.25s ease-in-out;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:hover,
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:focus,
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:active {
  border-color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a small {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a {
  background: #DC2E37;
  border-color: #DC2E37;
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list {
  color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list strong {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col {
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header {
  border-bottom: 1px solid #1E1E1E;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background-color: #000;
  border-bottom: 1px solid #1E1E1E;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li {
  color: #C3C3C3;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li strong {
  color: #fff;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-body li.choose-plan.select-a-plan {
  background: #111827;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a {
  background-color: #000;
  color: #fff !important;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #cb28ba, #2895af);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:hover,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:focus,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a:active {
  background: #DC2E37;
  border-image-source: linear-gradient(to left, #dc2e37, #dc2e37);
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col .col-action a span {
  padding-top: 16px;
  padding-bottom: 16px;
}
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a,
.promotion .theme-blackfriday .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a span {
  background: #DC2E37;
  border-image-source: linear-gradient(to left, #dc2e37, #dc2e37);
}
.promotion .theme-blackfriday #gavick-pricing,
.promotion .theme-blackfriday #jb-pricing,
.promotion .theme-blackfriday #ijoomla-pricing,
.promotion .theme-blackfriday #benefits {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow {
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow .item-product {
  border-color: #1E1E1E;
}
.promotion .theme-blackfriday #ijoomla-pricing .box-shadow .item-product .product-info .price-wrap .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday #ijoomla-pricing .item-product .product-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs h2 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .pricing-faqs ul li + li {
  border-top: 1px solid #2D2D2D;
}
.promotion .theme-blackfriday #benefits .common-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday #benefits .common-info .common-features li {
  color: #B4B4B4;
}
.promotion .theme-blackfriday #benefits .common-features {
  background-color: #000;
}
@keyframes pulse-2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.promotion.scrollDown .sub-head,
.promotion.scrollUp .sub-head {
  background: #d97706;
}
.promotion .sub-head {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(0, 0, 0, 0.1);
}
.promotion .sub-head .logo-wrap .logo {
  padding-top: 0;
  padding-bottom: 0;
}
.promotion .sub-head .logo-wrap .logo a i {
  font-size: 16px;
}
.promotion .sub-head .logo-wrap .logo a span {
  display: none;
}
@media (min-width: 768px) {
  .promotion .sub-head .logo-wrap .logo a span {
    display: inline-block;
  }
}
.promotion .sub-head ul {
  display: flex;
  align-items: center;
  float: none;
}
.promotion .head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.promotion .theme-blackfriday-2023 .head-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}
.promotion .theme-blackfriday-2023 .promotion-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotion .theme-blackfriday-2023 .promotion-wrap .countdown {
  margin-top: 3rem;
}
.promotion .theme-blackfriday-2023 .promotion-wrap .countdown .labels li::before {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: .5rem;
}
.promotion .theme-blackfriday-2023 .hero {
  background: url('//static.joomlart.com/images/promotions/blackfriday-2023/hero-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 0;
}
.promotion .theme-blackfriday-2023 .hero .container {
  position: relative;
  z-index: 20;
}
.promotion .theme-blackfriday-2023.promotion-wrap {
  background-color: #030712;
  color: #fff;
}
.promotion .theme-blackfriday-2023.promotion-wrap .pricing-page-head .title-wrap > .sub-title {
  color: var(--bf-subtitle-text);
}
.promotion .theme-blackfriday-2023 .hero-ct {
  padding: 120px 0 48px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .hero-ct {
    padding: 160px 0 80px;
  }
}
.promotion .theme-blackfriday-2023 .message .promotion-wrap h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .promotion .theme-blackfriday-2023 .message .promotion-wrap h2 {
    font-size: 30px;
  }
}
.promotion .theme-blackfriday-2023 .message .promotion-wrap h2 span {
  background: #f59e0b;
  border: 2px solid #000;
  display: inline-block;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .message .promotion-wrap h2 span {
    padding: 0 2rem;
    letter-spacing: 4px;
    width: auto;
  }
}
.promotion .theme-blackfriday-2023 .message .promo-badge {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .message .promo-badge {
    max-width: 640px;
  }
}
.promotion .theme-blackfriday-2023 .message .promo-badge img {
  max-width: 100%;
}
.promotion .theme-blackfriday-2023 .message .promo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1e293b;
}
.promotion .theme-blackfriday-2023 .message .coupon-value {
  font-size: 72px;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-shadow: -1px -1px 0 #fbbf24, 1px -1px 0 #fbbf24, -1px 1px 0 #fbbf24, 1px 1px 0 #fbbf24;
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .message .coupon-value {
    color: #101211;
    font-size: 120px;
  }
}
.promotion .theme-blackfriday-2023 .message .sep {
  background-color: #02020E;
  border-radius: 2px;
  display: none;
  height: 100px;
  width: 3px;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .message .sep {
    display: block;
  }
}
.promotion .theme-blackfriday-2023 .message .coupon-label {
  display: flex;
  gap: 2rem;
  line-height: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .promotion .theme-blackfriday-2023 .message .coupon-label {
    width: auto;
  }
}
.promotion .theme-blackfriday-2023 .message .coupon-label > div {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 1.5rem;
  flex: 1;
  text-align: left;
  width: 50%;
}
@media (min-width: 480px) {
  .promotion .theme-blackfriday-2023 .message .coupon-label > div {
    min-width: 200px;
    width: auto;
  }
}
.promotion .theme-blackfriday-2023 .message .coupon-label h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: .6;
  margin: 0 0 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.promotion .theme-blackfriday-2023 .message .coupon-label strong {
  color: #f59e0b;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.promotion .theme-blackfriday-2023 .promo-statistics {
  background: rgba(0, 0, 0, 0.5);
}
.promotion .theme-blackfriday-2023 .promo-statistics .statistic-box {
  color: #fff;
}
.promotion .theme-blackfriday-2023 .promo-statistics .statistic-value {
  background: linear-gradient(to right, #d630d7, #449bee);
  background-clip: text;
  background: -webkit-linear-gradient(to right, #d630d7, #449bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a {
  background-color: #030712;
  border-radius: 0;
  color: #fff;
  border: 2px solid #1f2937;
  transition: all 0.25s ease-in-out;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:hover,
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:focus,
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:active {
  border-color: #C3C3C3;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a small {
  color: #fff;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a {
  background: var(--bf-primary-color);
  border-color: var(--bf-primary-color);
  color: #fff;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list {
  color: #C3C3C3;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list strong {
  color: #fff;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col {
  background: #111827;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-header {
  border-bottom: 1px solid #1f2937;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-header h2 {
  color: #fff;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background-color: #030712;
  border-bottom: 1px solid #1f2937;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li {
  color: #C3C3C3;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li strong {
  color: #fff;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-body li.choose-plan.select-a-plan {
  background: #111827;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-action a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #cb28ba, #2895af);
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-action a:hover,
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-action a:focus,
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-action a:active {
  background: var(--bf-primary-color);
  border-image-source: linear-gradient(to left, #b45309, #b45309);
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col .col-action a span {
  padding-top: 16px;
  padding-bottom: 16px;
}
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a,
.promotion .theme-blackfriday-2023 .pricing-page .pricing-page-content .pricing-list > .col:hover .col-action a span {
  background: var(--bf-primary-color);
  border-image-source: linear-gradient(to left, #b45309, #b45309);
}
.promotion .theme-blackfriday-2023 #gavick-pricing,
.promotion .theme-blackfriday-2023 #jb-pricing,
.promotion .theme-blackfriday-2023 #ijoomla-pricing,
.promotion .theme-blackfriday-2023 #benefits {
  background: rgba(255, 255, 255, 0.04);
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .box-shadow {
  background: #030712;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .box-shadow .item-product {
  border-color: #1f2937;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .box-shadow .item-product .product-info .price-wrap .price-new {
  color: #FFCD01;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product:hover .intro-thumb {
  background: #f59e0b;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product .product-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product .product-info .action .btn {
  background: var(--bf-primary-color) !important;
}
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product .product-info .action .btn:hover span,
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product .product-info .action .btn:focus span,
.promotion .theme-blackfriday-2023 #ijoomla-pricing .item-product .product-info .action .btn:active span {
  background: #f59e0b !important;
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs h2 {
  color: #fff;
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs h3 {
  color: #fff;
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs ul li::before {
  color: var(--bf-primary-color);
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs ul li + li {
  border-top: 1px solid #2D2D2D;
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs p {
  color: #9ca3af;
}
.promotion .theme-blackfriday-2023 #benefits .pricing-faqs p a {
  color: var(--bf-primary-color);
}
.promotion .theme-blackfriday-2023 #benefits .common-info h3 {
  color: #fff;
}
.promotion .theme-blackfriday-2023 #benefits .common-info .common-features li {
  color: #B4B4B4;
}
.promotion .theme-blackfriday-2023 #benefits .common-info .common-features li::before {
  color: var(--bf-primary-color);
}
.promotion .theme-blackfriday-2023 #benefits .common-features {
  background-color: #030712;
  border-radius: 8px;
}
.promotion-wrap .promo-statistics {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.promotion-wrap .promo-statistics .grid-flex {
  justify-content: space-between;
}
:root {
  --xmas-p: #18786A;
  --xmas-p-rgb: 24, 120, 106;
  --xmas-pf: #18786A;
  --xmas-pc: #fff;
  --xmas-base-1: #FDF8F1;
  --xmas-a: #A4202E;
  --xmas-af: #97342E;
  --xmas-ac: #fff;
  --xmas-border: #3E393A;
}
.promotion.scrollDown .sub-head,
.promotion.scrollUp .sub-head {
  background: var(--xmas-a);
  border-bottom: 0;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero {
  background: url(//static.joomlart.com/images/promotions/xmas-2023/xmas-bg.png) no-repeat center bottom #f7e7d1;
  background-size: contain;
  color: var(--xmas-pc);
  text-align: center;
  padding: 96px 0 120px;
}
@media (min-width: 1200px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero {
    background-size: cover;
    padding: 120px 0 360px;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3 {
  color: #97342E;
  display: inline-block;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 32px;
  line-height: 1;
  position: relative;
  margin: 0 0 2rem;
  padding-left: 92px;
  padding-right: 92px;
}
@media (min-width: 992px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3 {
    font-size: 40px;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3::before,
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3::after {
  background: url(//static.joomlart.com/images/promotions/xmas-2023/tree-1.png) no-repeat center center;
  content: "";
  display: none;
  position: absolute;
  height: 80px;
  width: 72px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3::before,
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3::after {
    display: block;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish h3::after {
  background: url(//static.joomlart.com/images/promotions/xmas-2023/tree-2.png) no-repeat center center;
  right: 0;
  left: auto;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .promo-wish span {
  background-color: var(--xmas-p);
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  padding: .875rem 2rem;
  text-transform: uppercase;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .discount-value {
  margin-bottom: 4rem;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .discount-value img {
  max-width: 100%;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label {
  display: inline-block;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner {
    flex-wrap: nowrap;
    width: 636px;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div {
  background: var(--xmas-a);
  border-radius: 1rem;
  padding: 3rem 2.5rem 2.5rem;
  position: relative;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div::before {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: .5rem;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div::after {
  background: url(//static.joomlart.com/images/promotions/xmas-2023/decor-11.png) no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 40px;
  width: 150px;
  transform: translateX(-50%);
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div h5 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 .5rem;
  font-weight: 400;
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div strong {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner > div strong {
    font-size: 22px;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner .coupon {
  padding-bottom: 16px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner .coupon {
    border-bottom: 0;
    flex-basis: 50%;
    margin-bottom: 0;
  }
}
.promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner .renew {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .promotion-wrap.theme-xmas .hero.xmas-sale-hero .coupon-label-inner .renew {
    flex-basis: 50%;
  }
}
.promotion-wrap.theme-xmas .promo-statistics {
  border-bottom: 1px solid #F7E7D1;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .page-title .title-wrap .logo-brand {
  position: relative;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a {
  background: #f1f5f9;
  border: 0;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:hover,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:focus,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li > a:active {
  background: #e2e8f0;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-head .nav-tabs-wrap ul.nav-tabs li.active > a {
  background: var(--xmas-a);
  border: 0;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col {
  background: var(--xmas-base-1);
  border: 1px solid #F7E7D1;
  border-bottom-width: 4px;
  box-shadow: none;
  border-radius: .875rem;
  position: relative;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-header .price-new {
  color: var(--xmas-a);
  font-weight: 700;
  font-size: 36px;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col:hover .btn span {
  background-color: var(--xmas-p);
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-body > h5 {
  background: #fff;
  color: var(--xmas-p);
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-body .feature-list li:nth-child(2n) {
  background: #fff;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn {
  background: #fff;
  border: 2px solid var(--xmas-border);
  border-bottom-width: 4px;
  border-radius: .875rem;
  color: var(--xmas-border) !important;
  text-align: center;
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:hover,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:focus,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:active {
  background: #496F6C;
  color: var(--xmas-pc);
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:hover span,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:focus span,
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn:active span {
  background: var(--xmas-p);
  color: var(--xmas-border);
}
.promotion-wrap.theme-xmas .pricing-page .pricing-page-content .pricing-list > .col .col-action .btn span {
  padding: 1.5rem 0;
}
.promotion-wrap.theme-xmas #gavick-pricing,
.promotion-wrap.theme-xmas #jb-pricing,
.promotion-wrap.theme-xmas #ijoomla-pricing {
  background: #D9EFEC;
}
.promotion-wrap.theme-xmas #jb-pricing .pricing-page-content .pricing-list > .col,
.promotion-wrap.theme-xmas #gavick-pricing .pricing-page-content .pricing-list > .col {
  border: 1px solid #95CFC7;
  background: #fff;
}
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn {
  background: #D9EFEC !important;
  border: 2px solid var(--xmas-border);
  border-bottom-width: 4px;
  border-radius: 8px;
}
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:hover,
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:focus,
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:active {
  background: var(--xmas-p) !important;
}
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:hover span,
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:focus span,
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn:active span {
  background: var(--xmas-p) !important;
  color: #fff;
}
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product .product-info .action .btn span {
  color: var(--xmas-p);
}
.promotion-wrap.theme-xmas #ijoomla-pricing .item-product:hover .intro-thumb {
  background: var(--xmas-p);
}
.promotion-wrap.theme-xmas #benefits {
  background: var(--xmas-p);
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs h3 {
  color: #fff;
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs p {
  color: #fff;
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs p a {
  color: #fff;
  opacity: .7;
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs ul li::before {
  color: #fff;
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.promotion-wrap.theme-xmas #benefits .common-info h3 {
  color: #fff;
}
.promotion-wrap.theme-xmas #benefits .common-info .common-features-wrap {
  margin-top: 36px;
  border-radius: 16px;
}
.promotion-wrap.theme-xmas #benefits .common-info .common-features {
  background: #fff;
  border-radius: 12px;
  margin: 0;
}
.promotion-wrap.theme-xmas #benefits .pricing-faqs h2 {
  color: #fff;
}
.promotion-wrap.theme-xmas .footer {
  background: #156A5E;
}
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero {
  background: url(//static.joomlart.com/images/promotions/xmas-2023/xmas-bg.png) no-repeat center bottom #f7e7d1;
  background-size: cover;
  padding-bottom: 240px;
}
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero h1,
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero h3 {
  color: var(--xmas-a);
}
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero .btn {
  background: var(--xmas-a);
  border: 2px solid var(--xmas-border);
  border-bottom-width: 4px;
  font-weight: 700;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero .btn:hover,
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero .btn:focus,
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero .btn:active {
  background-color: #A92937;
}
.ultimate-xmas.ultimate-plan3 .birthday-sale-hero .btn::before {
  border: 0;
}
.ultimate-xmas.ultimate-plan3 .hero-intro h3 {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
@media (min-width: 992px) {
  .ultimate-xmas.ultimate-plan3 .hero-intro h3 {
    font-size: 20px;
  }
}
.ultimate-xmas.ultimate-plan3 .hero-intro h3::before,
.ultimate-xmas.ultimate-plan3 .hero-intro h3::after {
  background: url(//static.joomlart.com/images/promotions/xmas-2022/pine-tree.png) repeat-x center bottom;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  left: -42px;
  top: -8px;
  width: 28px;
}
.ultimate-xmas.ultimate-plan3 .hero-intro h3::after {
  left: auto;
  right: -42px;
}
.ultimate-xmas.ultimate-plan3 .discount-wrap .price .old-price {
  color: #541A07;
}
.ultimate-xmas.ultimate-plan3 .discount-wrap .price .new-price {
  color: var(--xmas-p);
}
.ultimate-xmas.ultimate-plan3 .btn {
  border: 2px solid var(--xmas-border);
  border-bottom-width: 4px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  transition: none;
}
.ultimate-xmas.ultimate-plan3 .btn:hover,
.ultimate-xmas.ultimate-plan3 .btn:focus,
.ultimate-xmas.ultimate-plan3 .btn:active {
  background: var(--xmas-pf);
}
.ultimate-xmas.ultimate-plan3 .btn::before {
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  content: "";
  display: none;
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.ultimate-xmas.ultimate-plan3 .subtit-reason {
  color: var(--xmas-p);
  font-size: 18px;
  font-weight: 700;
  padding-left: 44px;
  margin-bottom: 12px;
}
.ultimate-xmas.ultimate-plan3 .subtit-reason::before {
  background: url(//static.joomlart.com/images/promotions/xmas-2022/christmas-ball.png) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 32px;
  top: auto;
  left: 0;
  width: 32px;
}
.ultimate-xmas.ultimate-plan3 .tit-reason {
  font-size: 40px;
}
.ultimate-xmas.ultimate-plan3 .j4-ready {
  background-color: #EDEDED;
}
.ultimate-xmas.ultimate-plan3 .ub-section-1 {
  background: var(--xmas-p);
}
.ultimate-xmas.ultimate-plan3 .ub-section-1 .btn {
  background: #fff !important;
}
.ultimate-xmas.ultimate-plan3 .ub-section-1 .btn:hover,
.ultimate-xmas.ultimate-plan3 .ub-section-1 .btn:focus,
.ultimate-xmas.ultimate-plan3 .ub-section-1 .btn:active {
  color: var(--xmas-p) !important;
}
.ultimate-xmas.ultimate-plan3 .ub-section-1 .section-decor svg {
  fill: #fff;
  color: #fff;
}
.ultimate-xmas.ultimate-plan3 .ub-section-2 .section-decor svg {
  fill: var(--xmas-p);
}
.ultimate-xmas.ultimate-plan3 .ub-section-2 .subtit-reason {
  color: #fff;
}
.ultimate-xmas.ultimate-plan3 .reason-section-3 .reason-feature-item {
  border-radius: 12px;
}
.ultimate-xmas.ultimate-plan3 .reason-section-4 {
  background: #446A46;
}
.ultimate-xmas.ultimate-plan3 .reason-section-4 .subtit-reason {
  color: #fff;
}
.ultimate-xmas.ultimate-plan3 .ub-section-9 {
  background-color: var(--xmas-a);
}
.ultimate-xmas.ultimate-plan3 .ub-section-9 .btn {
  background: #fff;
  color: #48484a;
}
.ultimate-xmas.ultimate-plan3 .ub-section-9 .btn:hover,
.ultimate-xmas.ultimate-plan3 .ub-section-9 .btn:focus,
.ultimate-xmas.ultimate-plan3 .ub-section-9 .btn:active {
  color: var(--xmas-p);
}
.ultimate-xmas.ultimate-plan3 .ub-section-10 .section-decor svg {
  fill: var(--xmas-a);
}
.ultimate-xmas.ultimate-plan3 .promotion-qa.cm-action {
  background-color: #161853;
  color: #fff;
}
.ultimate-xmas.ultimate-plan3 .promotion-qa.cm-action .subtit-reason {
  color: #fff;
}
.ultimate-xmas.ultimate-plan3 .promotion-qa.cm-action .container #accordion .panel-heading {
  background: rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 12px;
}
:root {
  --era-primary: #007AFF;
  --era-accent: #9333EA;
  --era-text: #1C1C1E;
}
@media (max-width: 768px) {
  .ai-era.ultimate-plan3 .ub-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .ai-era.ultimate-plan3 .ub-section .section-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ai-era.ultimate-plan3 .ub-section .section-header h2 {
    font-size: 32px;
  }
}
.ai-era.ultimate-plan3 .ub-section .section-actions {
  display: flex;
  justify-content: center;
}
.ai-era.ultimate-plan3 .ub-section .section-actions .btn-lg {
  display: flex;
  align-items: center;
  padding: 0 32px;
  height: 64px;
}
.ai-era.ultimate-plan3 .ub-hero {
  background: url(../../../../images/ai-era/era-hero-bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #1C1C1E;
  text-align: left;
}
.ai-era.ultimate-plan3 .ub-hero h1 {
  color: #1C1C1E;
  font-size: 46px;
  text-transform: none;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-hero h1 {
    font-size: 64px;
  }
}
.ai-era.ultimate-plan3 .ub-hero h3 {
  color: #707584;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper {
    flex-direction: row;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col {
  background-color: #7A40ED;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  color: #fff;
  position: relative;
  padding: 24px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col {
    box-shadow: none;
    border-radius: 16px 0 0 16px;
    flex-basis: 33.33%;
    padding: 32px;
    text-align: left;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-head h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-head p {
  font-size: 18px;
  margin: 0;
  opacity: .8;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices .prices {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices .prices {
    justify-content: start;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices .prices .new-price {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices .prices .old-price {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  opacity: .6;
  line-height: 1;
  text-decoration: line-through;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-prices p {
  font-size: 15px;
  margin: 0;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-action .btn-white {
  background: #fff;
  border-radius: 8px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-action .btn-white:hover,
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-action .btn-white:focus,
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-action .btn-white:active {
  background-color: var(--era-primary);
  color: #fff !important;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-col .ai-pricing-decor {
  position: absolute;
  bottom: -7px;
  right: -56px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features {
    padding: 32px;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features h5 {
  color: #8E8E93;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features h4 {
  font-size: 18px;
  margin: 0;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-row {
    flex-wrap: nowrap;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-left {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-left {
    padding-bottom: 0;
    padding-right: 32px;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-right {
  border-top: 1px solid #F1F1F4;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper .ai-pricing-features .features-right {
    border-top: 0;
    border-left: 1px solid #F1F1F4;
    padding-left: 32px;
    padding-top: 0;
  }
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul li {
  position: relative;
  padding-left: 44px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul li .badge {
  background: #34C759;
  color: #fff;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul li > span {
  background: var(--era-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul li > span i {
  font-size: 12px;
}
.ai-era.ultimate-plan3 .ub-hero .ai-pricing-wrapper ul p {
  margin: 0;
}
.ai-era.ultimate-plan3 .ub-hero .old-price {
  color: #1C1C1E66;
  opacity: .4;
  font-size: 36px;
}
.ai-era.ultimate-plan3 .ub-hero .new-price {
  color: #1C1C1E;
}
.ai-era.ultimate-plan3 .ub-hero .btn {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.ai-era.ultimate-plan3 .ub-era-1 {
  background-color: #F2F2F7;
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header {
  text-align: left;
}
@media (min-width: 1400px) {
  .ai-era.ultimate-plan3 .ub-era-1 .section-header {
    margin-bottom: 0;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .ai-era.ultimate-plan3 .ub-era-1 .section-header h2 br {
    display: none;
  }
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header .lead {
  margin-bottom: 2rem;
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header .lead:last-child {
  margin-bottom: 0;
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header .era-action {
  margin-top: 32px;
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header .era-action .btn {
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
.ai-era.ultimate-plan3 .ub-era-1 .section-header .era-action .btn:hover,
.ai-era.ultimate-plan3 .ub-era-1 .section-header .era-action .btn:focus,
.ai-era.ultimate-plan3 .ub-era-1 .section-header .era-action .btn:active {
  background: var(--era-primary);
  color: #fff !important;
}
@media (min-width: 1200px) {
  .ai-era.ultimate-plan3 .ub-era-1 .section-media {
    padding-top: 40px;
  }
}
.ai-era.ultimate-plan3 .ub-era-2 .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media (max-width: 992px) {
  .ai-era.ultimate-plan3 .ub-era-2 .section-header h2 br {
    display: none;
  }
}
.ai-era.ultimate-plan3 .ub-era-2 .section-header .lead {
  margin-bottom: 2rem;
}
.ai-era.ultimate-plan3 .ub-era-2 .section-header .lead:last-child {
  margin-bottom: 0;
}
.ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list li .reason-item {
  background-color: #F2F2F7;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list li span.reason-numb {
  background-image: linear-gradient(to top, #f2f2f7, #9333ea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  opacity: .3;
}
.ai-era.ultimate-plan3 .ub-era-2 .ub-reason-list li h4 {
  font-size: 18px;
  margin: 0;
}
.ai-era.ultimate-plan3 .ub-era-2 .section-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-era-2 .section-actions {
    margin-top: 64px;
  }
}
.ai-era.ultimate-plan3 .ub-era-2 .section-actions .btn-primary {
  background-color: var(--era-primary);
}
.ai-era.ultimate-plan3 .ub-era-3 {
  background: url(../../../../images/ai-era/era-sec-3-bg.jpg);
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-era-3 .era-feature-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-era-3 .era-feature-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card {
  background: #F9F9FC;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
  align-items: start;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card {
    border-radius: 16px;
    padding: 24px;
  }
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-icon {
  background: rgba(0, 0, 0, 0.05);
  color: var(--era-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  height: 48px;
  width: 48px;
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-body {
  flex: 1;
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-body h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-body h3 .bg-success {
  background: #34C759;
  border-radius: 6px;
  color: #fff;
}
.ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-body p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ai-era.ultimate-plan3 .ub-era-3 .era-feature-list .card .card-body p {
    font-size: 15px;
  }
}
.ai-era.ultimate-plan3 .ub-section-1 .card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ai-era.ultimate-plan3 .ub-section-1 .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-section-1 .card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ai-era.ultimate-plan3 .ub-section-1 .card-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.ai-era.ultimate-plan3 .ub-section-1 .card {
  margin-top: 0;
}
@media (min-width: 992px) {
  .ai-era.ultimate-plan3 .ub-section-1 .card {
    flex-direction: column;
    align-items: start;
  }
}
.ai-era.ultimate-plan3 .ub-section-1 .card .card-media {
  padding: 12px;
  min-height: 64px;
}
.ai-era.ultimate-plan3 .ub-section-2 {
  background-color: #f2f2f7;
}
.ai-era.ultimate-plan3 .ub-section-7 {
  background-color: #fff;
}
.ai-era.ultimate-plan3 .ub-section-9 {
  background: url(/images/ai-era/cta-section-bg.png) no-repeat bottom center #686bf2;
  background-size: cover;
}
.ai-era.ultimate-plan3 .ub-section-9 .section-header h3 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.ai-era.ultimate-plan3 .ub-section-9 .section-header h3::before,
.ai-era.ultimate-plan3 .ub-section-9 .section-header h3::after {
  background: url(/images/ai-era/cta-decor.png) no-repeat center center;
  content: "";
  height: 7px;
  width: 48px;
}
.ai-era.ultimate-plan3 .ub-section-9 .section-actions .btn-white:hover,
.ai-era.ultimate-plan3 .ub-section-9 .section-actions .btn-white:focus,
.ai-era.ultimate-plan3 .ub-section-9 .section-actions .btn-white:active {
  background-color: var(--era-accent);
}
.geo-section {
  padding: 64px 0;
}
@media (min-width: 1200px) {
  .geo-section {
    padding: 104px 0;
  }
}
.ja-geo-hero {
  background: url(../../../../images/ai-era/geo-hero-bg.jpg) no-repeat top center;
  background-size: cover;
}
.ja-geo-hero .section-heading {
  color: #fff;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  .ja-geo-hero .section-heading {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.ja-geo-hero .section-heading h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .ja-geo-hero .section-heading h1 {
    font-size: 52px;
  }
}
.ja-geo-hero .section-heading .lead {
  font-size: 16px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .ja-geo-hero .section-heading .lead {
    font-size: 18px;
  }
}
.ja-geo-hero .section-heading .geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .ja-geo-hero .section-heading .geo-hero-actions {
    gap: 24px;
  }
}
.ja-geo-hero .section-heading .geo-hero-actions .btn {
  min-width: 300px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.ja-geo-hero .section-heading .geo-hero-actions .btn-white {
  background: #fff;
  color: var(--era-text);
}
.ja-geo-hero .section-heading .geo-hero-actions .btn-outline-light {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  color: #fff;
}
.ja-geo-hero .section-ct .card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .ja-geo-hero .section-ct .card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.ja-geo-hero .section-ct .card {
  background: #F4F9FC;
  border-radius: 16px;
  border: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ja-geo-hero .section-ct .card {
    border-radius: 16px;
  }
}
.ja-geo-hero .section-ct .card .card-media {
  background: url(../../../../images/ai-era/square-grid-bg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
}
.ja-geo-hero .section-ct .card .card-body {
  padding: 32px;
}
.ja-geo-hero .section-ct .card h3 {
  font-size: 24px;
  margin: 0 0 16px;
}
.ja-geo-hero .section-ct .card p {
  font-size: 14px;
  margin: 0;
}
.geo-section.ja-geo-sec-1 {
  padding-bottom: 0;
}
.geo-section .row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .geo-section .row {
    flex-wrap: wrap;
  }
}
.geo-section .col-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .geo-section .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .geo-section .col-lg-6 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .geo-section .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.geo-section .era-feature-ct {
  padding: 0 16px;
}
.geo-section .era-feature-ct h2 {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .geo-section .era-feature-ct h2 {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 1.2;
  }
}
.geo-section .era-feature-ct h2 span {
  color: var(--era-primary);
}
.geo-section .era-feature-ct p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .geo-section .era-feature-ct p {
    font-size: 18px;
  }
}
.geo-section .era-feature-media {
  justify-content: center;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .geo-section .era-feature-media {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.geo-section .era-feature-media img {
  width: 100%;
}
.geo-section .media-right {
  padding-left: 0;
}
@media (max-width: 567px) {
  .geo-section .media-right {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .geo-section .media-right .era-feature-ct {
    padding-right: 32px;
  }
}
.geo-section .media-right .era-feature-media {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .geo-section .media-right .era-feature-media {
    margin-top: 0;
  }
}
.geo-section.bg-gray {
  background: #F2F2F7;
}
.geo-section .geo-feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.geo-section .geo-feature-list li {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.geo-section .geo-feature-list li span {
  background: var(--era-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.geo-section .geo-feature-list li strong {
  flex: 1;
}
.ja-geo-success-stories {
  padding-top: 0;
  padding-bottom: 0;
}
.ja-geo-success-stories .geo-ss-wrapper {
  background: url(../../../../images/ai-era/geo-ss-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
  padding: 48px 24px;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper .geo-ss-inner {
    max-width: 832px;
    margin: 0 auto;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .section-heading {
  margin: 0 0 108px;
  text-align: center;
}
.ja-geo-success-stories .geo-ss-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper h2 {
    font-size: 48px;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .lead {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper .lead {
    font-size: 18px;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories {
  background: #fff;
  border-radius: 24px;
  position: relative;
  padding: 48px 16px 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories {
    border-radius: 32px;
    padding: 48px 96px;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories blockquote {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories blockquote {
    font-size: 20px;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l,
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l::before,
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r,
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r::after {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  display: none;
  width: 12px;
}
@media (min-width: 992px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l,
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l::before,
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r,
  .ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r::after {
    display: block;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l::before,
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r::after {
  content: "";
  display: block;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l {
  border-radius: 16px 0 0 16px;
  border-right: 0;
  top: 40px;
  bottom: 40px;
  left: -12px;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-l::before {
  border-radius: 16px 0 0 16px;
  border-right: 0;
  top: 30px;
  bottom: 30px;
  left: -13px;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r {
  border-radius: 0 16px 16px 0;
  border-left: 0;
  top: 40px;
  bottom: 40px;
  right: -12px;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stories .ss-decors .ss-decor-r::after {
  border-radius: 0 16px 16px 0;
  border-left: 0;
  top: 30px;
  bottom: 30px;
  right: -13px;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars {
  margin-top: -92px;
  margin-bottom: 48px;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul li:nth-child(1) {
  margin-right: -12px;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul li:nth-child(2) {
  margin-right: -12px;
  z-index: 20;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul li:nth-child(3) {
  z-index: 30;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul li:nth-child(4) {
  margin-left: -12px;
  z-index: 20;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul li:nth-child(5) {
  margin-left: -12px;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul span {
  border-radius: 100%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
  overflow: hidden;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul span img {
  width: 100%;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul .avt-md span {
  height: 64px;
  width: 64px;
}
.ja-geo-success-stories .geo-ss-wrapper .author-avatars ul .avt-lg span {
  height: 88px;
  width: 88px;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stast {
  margin-top: 48px;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stast ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stast ul {
    flex-direction: row;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stast ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stast ul li:first-child {
    border-right: 2px solid #B5E0FE;
  }
}
@media (min-width: 768px) {
  .ja-geo-success-stories .geo-ss-wrapper .ss-stast ul li:last-child {
    border-left: 2px solid #B5E0FE;
  }
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stast ul li strong {
  color: var(--era-primary);
  font-size: 36px;
  font-weight: 700;
}
.ja-geo-success-stories .geo-ss-wrapper .ss-stast ul li span {
  font-size: 18px;
}
.ja-geo-joomlart .section-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .ja-geo-joomlart .section-header {
    max-width: 55%;
  }
}
.ja-geo-joomlart .section-header h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .ja-geo-joomlart .section-header h2 {
    font-size: 52px;
    font-weight: 700;
  }
}
.ja-geo-joomlart .section-header h2 span {
  color: var(--era-primary);
}
.ja-geo-joomlart .era-feature-ct {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
}
.ja-geo-joomlart .era-feature-ct .lead {
  font-size: 24px;
  font-weight: 600;
}
.ja-geo-joomlart .era-feature-ct ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
}
.ja-geo-joomlart .era-feature-ct ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ja-geo-joomlart .era-feature-ct .actions {
  margin-top: 64px;
}
.ja-geo-joomlart .era-feature-ct .btn-outline-primary {
  border: 2px solid var(--era-primary);
}
.ja-geo-faq {
  background: url(../../../../images/ai-era/geo-faq-bg.jpg) no-repeat center center #c5ecff;
  background-size: cover;
}
.ja-geo-faq .section-heading {
  margin-bottom: 32px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .ja-geo-faq .section-heading {
    text-align: left;
  }
}
.ja-geo-faq .section-heading h2 {
  font-size: 36px;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .ja-geo-faq .section-heading h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 48px;
  }
}
.ja-geo-faq .section-heading .btn-outline-primary {
  background: #fff;
  border: 2px solid var(--era-primary);
}
@media (max-width: 768px) {
  .ja-geo-faq .section-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ja-geo-faq #accordion {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ja-geo-faq .panel {
  border: 0;
  margin: 0 !important;
  padding: 16px;
}
.ja-geo-faq .panel-heading {
  background: #fff;
  color: #1C1C1E;
  font-weight: 600;
  box-shadow: none;
  padding: 0;
}
.ja-geo-faq .panel-heading .panel-title > a {
  display: block;
  position: relative;
  line-height: 32px;
}
.ja-geo-faq .panel-heading .panel-title > a:hover,
.ja-geo-faq .panel-heading .panel-title > a:focus,
.ja-geo-faq .panel-heading .panel-title > a:active {
  text-decoration: none;
}
.ja-geo-faq .panel-heading .panel-title > a::after {
  background: #EBEBEB;
  color: #7B818B;
  border-radius: 50%;
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f067";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.ja-geo-faq .panel-heading .panel-title > a[aria-expanded="true"]::after {
  background: #D8E8FD;
  color: #3181F6;
  content: "\f068";
}
.ja-geo-faq .panel-body {
  border: 0 !important;
  margin-top: 16px;
  padding: 0;
}
.ja-geo-faq .panel-body p:last-child {
  margin-bottom: 0;
}
.ja-geo-cta {
  background: url(../../../../images/ai-era/geo-cta-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .ja-geo-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ja-geo-cta .section-header {
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .ja-geo-cta .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .ja-geo-cta .section-header {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 48px;
  }
}
.ja-geo-cta h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .ja-geo-cta h2 {
    font-size: 48px;
    margin: 0 0 24px;
  }
}
.ja-geo-cta .lead {
  margin-bottom: 0;
}
.ja-geo-cta .geo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .ja-geo-cta .geo-cta-actions {
    gap: 24px;
  }
}
.ja-geo-cta .geo-cta-actions .btn {
  min-width: 300px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.ja-geo-cta .geo-cta-actions .btn-white {
  background: #fff;
  color: var(--era-text);
}
.ja-geo-cta .geo-cta-actions .btn-outline-light {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  color: #fff;
}
.geo-modal {
  background: rgba(255, 255, 255, 0.8);
  z-index: 3050;
}
.geo-modal .modal-dialog {
  max-width: 560px;
}
.geo-modal .modal-content {
  border-radius: 4px;
  border: 1px solid #E9E9EA;
  box-shadow: 4px 4px 0 #E6E6E6;
  padding: 32px;
}
.geo-modal .modal-content .close {
  position: absolute;
  right: -24px;
  top: -24px;
}
.geo-modal .modal-content h3 {
  font-size: 20px;
  margin: 0 0 32px;
}
.geo-modal .modal-body {
  padding: 0;
}
.geo-modal #userForm {
  margin-bottom: 0;
}
.geo-modal #userForm h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 32px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
.geo-modal #userForm .formRed {
  font-weight: 400;
  font-size: 12px;
}
.geo-modal #userForm div.formHorizontal .rsform-block {
  margin-bottom: 12px;
}
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-pagebreak,
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-submitbutton {
  margin-bottom: 0;
}
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-pagebreak .formBody,
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-submitbutton .formBody {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-pagebreak .formValidation,
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-submitbutton .formValidation,
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-pagebreak .formDescription,
.geo-modal #userForm div.formHorizontal .rsform-block.rsform-type-submitbutton .formDescription {
  display: none;
}
.geo-modal #userForm .rsform-block {
  display: flex;
  flex-direction: column;
}
.geo-modal #userForm .rsform-block label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 8px;
  width: 100%;
}
.geo-modal #userForm .rsform-block .formControls {
  margin: 0;
}
.geo-modal #userForm .rsform-block .formControls input {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  padding: 8px 12px;
  min-height: 46px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.geo-modal #userForm .rsform-block .formControls input:focus {
  border: 1px solid var(--era-primary);
}
.geo-modal #userForm .rsform-block .formControls input::placeholder {
  font-weight: 400;
}
.geo-modal #userForm .rsform-block .formControls .formValidation {
  display: block;
}
.geo-modal #userForm .rsform-block .formControls .formValidation span {
  padding: 0;
}
.geo-modal #userForm .rsform-block .formControls .formDescription {
  font-size: 12px;
  margin: 0;
  opacity: .8;
}
.geo-modal #userForm .rsform-button-prev,
.geo-modal #userForm .rsform-submit-button,
.geo-modal #userForm .rsform-button-next.rsform-button {
  background: #fff;
  border: 1px solid var(--era-primary);
  color: var(--era-primary);
  box-shadow: none;
  border-radius: 4px;
  padding: 8px 12px;
  margin-left: auto;
  flex: 1;
  min-height: 46px;
  box-sizing: border-box;
  font-size: 16px;
}
.geo-modal #userForm .rsform-submit-button,
.geo-modal #userForm .rsform-button-next.rsform-button {
  background: var(--era-primary);
  border: 0;
  color: #fff;
}
.geo-modal .geo-frm-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.geo-modal .geo-frm-wrap label {
  color: #1C1C1E;
  font-weight: 600;
  font-size: 14px;
}
.geo-modal .geo-frm-wrap input {
  border: 1px solid #EBEBEB;
  box-shadow: none;
  padding: 8px;
  width: 100%;
}
.geo-modal .geo-frm-wrap input:focus {
  border: 1px solid var(--era-primary);
}
.geo-modal .geo-frm-wrap input::placeholder {
  font-weight: 400;
}
.geo-modal .geo-frm-wrap .frm-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
}
.geo-modal .geo-frm-wrap .frm-actions button {
  flex: 1;
}
.geo-modal .geo-frm-wrap .frm-actions button.btn-outline-primary {
  background: transparent;
  border: 1px solid var(--era-primary);
  color: var(--era-primary);
}
.geo-thank-wrap {
  border: 1px solid #EDEDEE;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 32px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 6rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .geo-thank-wrap {
    margin: 8rem auto;
    width: 560px;
  }
}
@media (min-width: 768px) {
  .geo-thank-wrap span.thank-icon {
    margin-bottom: 16px;
  }
}
.geo-thank-wrap h3 {
  margin: 0;
  font-size: 20px;
}
.geo-thank-wrap p {
  font-size: 14px;
  opacity: .7;
}
@media (min-width: 768px) {
  .geo-thank-wrap p {
    margin-bottom: 16px;
  }
}
.t3-megamenu li.badge-new > a {
  padding-right: 58px;
}
.t3-megamenu li.badge-new > a::after {
  border: 1px solid;
  border-radius: 4px;
  content: "New";
  color: #34c759;
  margin-left: 0;
  font-size: 10px;
  font-weight: 600;
  padding: 2px;
  position: absolute;
  text-transform: uppercase;
  top: -2px;
  line-height: 1;
  top: 16px;
  right: 20px;
}