@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,700);
@font-face {
  font-family: Geist;
  src: url("https://jobjet.tech/fonts/geist-font-family/Geist-Black.otf");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Geist;
  src: url("https://jobjet.tech/fonts/geist-font-family/Geist-Bold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Geist;
  src: url("https://jobjet.tech/fonts/geist-font-family/Geist-SemiBold.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Geist;
  src: url("https://jobjet.tech/fonts/geist-font-family/Geist-Medium.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Geist;
  src: url("https://jobjet.tech/fonts/geist-font-family/Geist-Regular.otf");
  font-style: normal;
  font-weight: normal;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.preview-outer {
  overflow: hidden;
  height: 360px;
}
.preview-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
body {
  background-color: #fff;
  font-family: Geist;
  color: #000;
}
.body-grey {
  background-color: #f2f7fb;
}
.logo img {
  box-shadow: 0 4px 12px rgba(63, 82, 227, 0.6);
  border-radius: 30px;
}
.navbar {
  left: 0;
  right: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.navbar-light .navbar-toggler {
  color: #000;
  background-color: #eee;
}
.navbar-light:not(.active) .navbar-nav .nav-link {
  color: #999;
}
.navbar .navbar-nav .dropdown-item {
  color: #777;
}
.navbar .navbar-nav .nav-link {
  padding: 3px 20px !important;
}
.navbar .navbar-nav .dropdown-title {
  padding-bottom: 5px;
  font-size: 10px !important;
  font-weight: 700 !important;
}
.navbar .navbar-nav .dropdown-title:not(:first-child) {
  margin-top: 10px;
}
.navbar .navbar-nav .btn,
.navbar .navbar-nav .dropdown-item,
.navbar .navbar-nav .dropdown-title,
.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
}
.navbar .navbar-nav .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  line-height: 25px;
  padding: 7px 25px;
}
.navbar .navbar-nav .btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.navbar-light:not(.active) .navbar-nav .nav-link:focus,
.navbar-light:not(.active) .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar.active {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(63, 82, 227, 0.05);
}
.navbar.active.navbar-light .navbar-toggler {
  color: #fff;
  color: #fff;
}
.navbar .navbar-brand {
  font-weight: 700;
}
.navbar:not(.active):not(.navbar-reverse) .navbar-brand,
.navbar:not(.active):not(.navbar-reverse) .navbar-brand:focus,
.navbar:not(.active):not(.navbar-reverse) .navbar-brand:hover {
  color: #000;
}
.hero-wrapper {
  display: inline-block;
  width: 100%;
}
.hero .headline {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 30px;
  padding: 5px 25px 5px 5px;
  font-size: 12px;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.hero .headline i {
  font-size: 9px !important;
}
.hero .headline .badge {
  padding: 4px 7px;
  margin-right: 5px;
  font-size: 10px;
}
.hero .headline:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero,
.hero-inside {
  width: 100%;
  position: relative;
  color: #fff;
}
.hero-inside {
  border-radius: 0;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.hero .btn,
.hero-mini .btn {
  font-size: 18px;
  border-radius: 70px;
  padding: 50px 40px;
  box-shadow: 0 0 30px rgba(252, 189, 37, 0.4);
}
.hero .btn-info,
.hero-mini .btn-info {
  box-shadow: 0 0 30px rgba(58, 186, 244, 0.4);
}
.hero .text-job {
  color: rgba(255, 255, 255, 0.6);
}
.hero-mini {
  background-image: linear-gradient(to right, #697ded, #5e30c1);
  padding-top: 40px;
  height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-mini.hero-mini-sm {
  height: 250px;
}
.hero-mini.pb {
  padding-bottom: 70px;
}
.your-breadcrumb {
  display: flex;
  margin-top: 20px;
}
.your-breadcrumb .breadcrumb-item {
  font-weight: 500;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
}
.your-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 2px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
.hero-mini-up {
  padding: 0;
  margin-top: -170px;
  margin-bottom: 80px;
}
.hero-mini.bg {
  background-image: url("bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-mini h1 {
  font-size: 30px;
}
.hero-mini .lead {
  color: rgba(255, 255, 255, 0.8);
}
.img-flip {
  transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .hero .text {
    padding: 160px 80px 100px 0;
  }
}
.hero:after {
  content: " ";
  background-image: linear-gradient(to bottom, #697ded, #5e30c1);
  position: absolute;
  border-radius: 50% 0 0 50%;
  top: 0;
  right: 0;
  bottom: 25px;
  width: 53%;
  transform: skewY(0);
  z-index: -1;
}
@media (min-width: 991.5px) {
  .hero .image,
  .hero .text {
    color: #fff;
    flex-grow: 0;
    width: calc(100% / 2);
  }
  .section-faqs .faq,
  .section-features .feature {
    width: calc(100% / 3);
    padding: 25px;
  }
  .section-appeal-right:after,
  .section-appeal:after,
  .section-declare:after,
  .section-steps .container:after {
    content: " ";
    background-image: linear-gradient(to bottom, #697ded, #5e30c1);
    position: absolute;
    border-radius: 50% 0 0 50%;
    top: -180px;
    right: 0;
    bottom: -50px;
    width: 53%;
    transform: skewY(-20deg);
    z-index: -1;
  }
}
.hero:after {
  width: 100%;
  border-radius: 0;
  transform: skewY(0);
}
.hero-inside:after {
  width: 100%;
  border-radius: 0;
  transform: skewY(0);
}
.hero-inside:after {
  content: " ";
  background-image: linear-gradient(to bottom, #697ded, #5e30c1);
  position: absolute;
  top: -130px;
  right: 0;
  bottom: -130px;
  z-index: -1;
}
.section-appeal,
.section-appeal-right,
.section-declare,
.section-steps .container {
  position: relative;
}
.section-appeal-right:after,
.section-appeal:after,
.section-declare:after {
  right: 20px;
  top: 0;
  bottom: 0;
  left: 40px;
  border-radius: 20% 50% 50% 30%;
  transform: skewY(20deg) skewX(-22deg);
  width: 36%;
}
.section-appeal-right:after {
  right: 0;
  left: initial;
  top: 100px;
  bottom: 50px;
  border-radius: 50% 20% 30% 50%;
}
.section-appeal-right {
  padding: 200px 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-steps .container:after {
  left: 50px;
  right: initial;
  top: 50px;
  bottom: 50px;
  border-radius: 50% 50% 30% 30%;
  width: 50%;
}
.section-steps {
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.hero .container {
  display: flex;
  align-items: center;
  min-height: 595px;
}
.hero .image,
.hero .text {
  color: #fff;
  flex-grow: 0;
}
.hero .image img {
  width: 100%;
}
.hero .hero-image {
  display: inline-block;
  width: 100%;
  box-shadow: 0 4px 8px rgba(63, 82, 227, 0.05);
}
.hero .hero-image img {
  image-rendering: optimizeQuality;
  width: 100%;
  border-radius: 3px;
}
.hero .hero-image iframe {
  -ms-zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
  -o-transform: scale(1);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 0;
}
.hero .text {
  padding: 0;
}
.hero .text h1 {
  font-weight: 700;
  line-height: 42px;
  font-size: 2rem;
  opacity: 0.5;
  width: 520px;
}
.hero .text h1 span {
  font-weight: 500;
}
.hero .text p.lead {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  line-height: 160px;
  margin-top: 0;
  font-size: 160px;
}
.hero .h2 {
  display: inline-block;
  background-color: #fff95e;
  border-radius: 50px;
  padding: 0px 24px;
  font-size: 40px;
  text-align: center;
}
.hero .cta,
.hero-mini .cta {
  margin-top: 40px;
  text-align: end;
}
#support {
  background-color: #574b90;
}
section {
  padding: 120px 0;
}
section.info {
  border-top: 1px solid #f9f9f9;
}
section.wave {
  position: relative;
  background-color: #f2f7fb;
  background-image: url("wave.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 20px;
}
section.skew {
  position: relative;
  padding-bottom: 160px;
  padding-top: 0;
}
section.skew:after,
section.wave:after {
  content: " ";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fafbfe;
  z-index: -1;
  transform: skew(0, -3deg);
}
section.grey.wave:after {
  background-color: #f2f7fb;
}
section.wave h2 {
  margin-top: 80px;
}
section.grey {
  background-color: #f2f7fb;
}
section.light {
  background-color: #fafdfb;
}
.section-pricing,
.section-templates {
  margin-top: 60px;
  position: relative;
}
.section-blog-inside:after,
.section-blog-main:after,
.section-faqs-inside:after,
.section-page-inside:after,
.section-pricing-inside:after,
.section-pricing:after,
.section-templates:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transform: skewY(0);
  background-color: #fafbfe;
}
.section-pricing-inside {
  position: relative;
  margin-top: 25px;
  margin-bottom: 80px;
}
.section-pricing-faqs-inside {
  margin-bottom: 80px;
  position: relative;
}
.section-blog-inside,
.section-blog-main,
.section-faqs-inside,
.section-page-inside {
  position: relative;
  margin-top: 25px;
  margin-bottom: 80px;
}
.section-page-inside {
  padding: 80px 0;
}
.section-blog-inside {
  padding: 60px 0;
}
.section-blog-inside h1,
.section-blog-main h1,
.section-faqs-inside h1,
.section-page-inside h1,
.section-pricing-inside h1 {
  font-size: 2rem !important;
}
.section-blog-inside h2,
.section-blog-main h2,
.section-faqs-inside h2,
.section-page-inside h2,
.section-pricing-inside h2 {
  font-size: 1.8rem !important;
}
.section-blog-inside h3,
.section-blog-main h3,
.section-faqs-inside h3,
.section-page-inside h3,
.section-pricing-inside h3 {
  font-size: 1.6rem !important;
}
.section-blog-inside h4,
.section-blog-main h4,
.section-faqs-inside h4,
.section-page-inside h4,
.section-pricing-inside h4 {
  font-size: 1.4rem !important;
}
.section-blog-inside h5,
.section-blog-main h5,
.section-faqs-inside h5,
.section-page-inside h5,
.section-pricing-inside h5 {
  font-size: 1.2rem !important;
}
.section-faqs-inside .section-title h2 {
  font-size: 1.4rem !important;
}
.section-blog-inside .section-title:before,
.section-faqs-inside .section-title:before {
  margin-top: 13px !important;
}
.section-blog-main .blog-pagination {
  justify-content: center !important;
}
.section-blog-inside .blog-box-short,
.section-blog-main .blog-box-short {
  position: relative;
  max-height: 130px;
  overflow: hidden;
}
.section-blog-inside .blog-box-short p,
.section-blog-main .blog-box-short p {
  margin-top: 5px;
}
.section-blog-inside .blog-box-short .read-more,
.section-blog-main .blog-box-short .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 0, 0, 0)),
    color-stop(1, #fff)
  );
}
.section-blog-inside .blog-box-short.inside,
.section-blog-main .blog-box-short.inside {
  max-height: 145px !important;
}
.section-blog-inside .blog-box-short .read-more.inside,
.section-blog-main .blog-box-short .read-more.inside {
  padding: 35px 0 !important;
}
section h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
section .lead {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 30px;
}
section p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 34px;
}
section ol,
section p,
section ul {
  color: #4e5051;
}
p.lead {
  font-weight: 500;
}
section .icon {
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #3f52e3;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 72px;
}
.section-tryout {
  background-color: #0b032d;
  color: #fff;
}
.section-tryout .lead {
  color: rgba(255, 255, 255, 0.7);
}
.section-tryout .btn {
  background-color: #fff;
  color: #0b032d;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 700;
  transition: all 0.5s;
}
.section-tryout .btn:hover {
  opacity: 0.8;
}
.absolute {
  position: relative;
}
.absolute .card {
  position: absolute;
  max-width: 300px;
  width: 300px;
  right: 0;
}
.card.has-row {
  padding: 0 15px;
}
.card {
  overflow: hidden;
}
.section-blog-inside .card.author {
  overflow: visible !important;
}
.mt-lg {
  margin-top: 150px !important;
}
.lh-lg {
  line-height: 36px;
}
.video-wrapper {
  display: inline-block;
  position: relative;
}
.card-pricing .card-header {
  padding: 50px 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.card-pricing .card-body {
  padding-bottom: 40px;
}
.card-pricing .card-body p {
  margin-top: 0;
  line-height: 26px;
}
.card-pricing .card-header h4 {
  font-size: 18px;
}
.card-pricing .card-price {
  font-size: 60px;
  margin: 40px 0;
  font-weight: 600;
  color: #3f52e3;
}
.card-pricing .card-footer {
  padding: 10px 0 50px 0;
}
.card-pricing .price-cut {
  text-decoration: line-through;
  font-size: 14px;
  display: inline-block;
  color: #000;
}
.link-icon {
  font-weight: 600;
  font-size: 16px;
}
.link-icon i {
  font-size: 10px;
}
.lh-sm {
  line-height: 28px;
}
.pre-block {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
pre {
  background-color: #212138 !important;
  border-radius: 3px;
  padding-top: 60px !important;
  position: relative;
}
pre code {
  background-color: #212138 !important;
}
pre:before {
  content: attr(data-name);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #252543;
  color: #696987;
  padding: 15px;
}
.section-resources {
  padding: 0;
  position: relative;
  z-index: 99;
  margin-top: 0;
}
footer {
  padding: 40px 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 10px;
  position: relative;
  background-image: linear-gradient(to right, #697ded, #5e30c1);
  color: #fff;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer:after {
  content: " ";
  background-image: linear-gradient(to right, #697ded, #5e30c1);
  transform: skewY(0);
  z-index: 1;
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 100%;
}
footer h4 {
  font-size: 12px;
}
footer p {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 300;
}
footer ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
}
footer a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer ul li a {
  border-bottom: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 12px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fbfbfb;
  margin: 150px 0 80px 0;
}
.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.card-icon i {
  line-height: 50px;
  font-size: 20px;
}
.card-icon + div .card-header {
  padding: 0;
  border: none;
}
.card-icon + div .card-header h4 {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
}
.card-icon + div p {
  margin-top: 10px;
  color: #4e5051;
}
.p-45 {
  padding: 35px !important;
}
.force-rounded {
  border-radius: 5px !important;
  overflow: hidden;
}
.shadow {
  box-shadow: 0 4px 8px rgba(63, 82, 227, 0.05);
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  line-height: 42px;
}
.accordion-header h4 {
  line-height: 26px;
}
.btn-primary.btn-shadow {
  box-shadow: 0 4px 8px rgba(63, 82, 227, 0.3);
}
.carousel-item {
  text-align: center;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-inner {
  height: 650px;
}
.carousel-item,
.carousel-item-left {
  height: 650px !important;
  align-items: center;
  justify-content: center;
}
.carousel-item.active,
.carousel-item.carousel-item-next,
.carousel-item.carousel-item-prev {
  display: flex;
}
.list-icons {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.list-icons li {
  display: flex;
  margin-bottom: 25px;
}
.list-icons li .card-icon {
  height: 50px;
  width: 50px;
  line-height: 52px;
}
.list-icons li span:last-child {
  line-height: 24px;
}
.bg-grey {
  background-color: #f2f7fb !important;
}
.bg-ghostwhite {
  background-color: #fafbfe !important;
}
.secure-text {
  float: right;
  margin-top: 27px;
  opacity: 0.8;
}
.card-testi {
  background-color: #1e33d1;
  margin-bottom: 0;
  box-shadow: none;
  color: #fff;
}
.card-testi .card-body p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.text-14 {
  font-size: 14px !important;
  letter-spacing: 2px;
}
.lh {
  line-height: 28px !important;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-0 {
  letter-spacing: 0 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.section-faqs,
.section-features {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.section-faqs-2,
.section-features-2 {
  text-align: center;
}
.section-faqs.section-faqs-2 .faq .faq-icon,
.section-features.section-features-2 .feature .feature-icon {
  background-color: #6772e7;
  color: #fff;
}
.section-faqs .faq,
.section-features .feature {
  padding: 25px;
}
.section-faqs .faq .faq-icon,
.section-features .feature .feature-icon {
  background-color: rgba(103, 119, 239, 0.1);
  color: #6777ef;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}
.section-faqs .faq .faq-icon i,
.section-features .feature .feature-icon i {
  font-size: 22px;
  margin-bottom: 25px;
}
.section-features .feature h3 {
  margin-bottom: 5px;
  font-size: 1.25rem !important;
}
.section-faqs .faq h3 {
  margin-bottom: 5px;
  font-size: 1.2rem !important;
}
.section-resources h3 {
  font-size: 1.25rem !important;
}
.section-faqs .faq p,
.section-features .feature p {
  margin-top: 10px;
  line-height: 32px;
}
.stats {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(103, 119, 239, 0.1);
  margin-top: -117px;
  border-radius: 3px;
  padding: 60px 50px;
}
.stats .text-job {
  font-weight: 500;
}
.stats .h1:after {
  content: " ";
  border-radius: 5px;
  height: 8px;
  width: 50px;
  background-color: #6777ef;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-right: 15px;
}
.bg-gr {
  background-image: linear-gradient(to right, #697ded, #5e30c1);
}
.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.lg-icon {
  font-size: 30px;
}
.bar-info {
  background-color: #fc544b;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.bar-info span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.bar-info-badge {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 700;
  text-decoration: none !important;
}
.social-links a {
  border-bottom: none;
}
.social-links a i {
  font-size: 16px;
}
.long-shadow {
  box-shadow: 0 0 60px rgba(103, 119, 239, 0.15);
}
.dark-shadow {
  box-shadow: 0 0 40px rgba(103, 119, 239, 0.2);
}
.browser-container {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.browser-row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.browser-column {
  float: left;
}
.browser-left {
  width: 15%;
}
.browser-right {
  width: 10%;
}
.browser-middle {
  width: 75%;
}
.browser-row:after {
  content: "";
  display: table;
  clear: both;
}
.browser-dot {
  margin-top: 4px;
  height: 10px;
  width: 10px;
  margin-right: 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.browser-container input[type="text"] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: #fff;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
}
.browser-bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}
.browser-content {
  padding: 20px;
  background-color: #fff;
  height: 340px;
  border-radius: 0 0 3px 3px;
}
.abs-images {
  position: relative;
}
.abs-images img {
  position: absolute;
}
.abs-images img:first-child {
  top: 140px;
  right: 40px;
  z-index: 2;
}
.abs-images img:nth-child(3) {
  z-index: 1;
  top: 40px;
  right: -80px;
}
.abs-images img:nth-child(2) {
  z-index: 1;
  top: -120px;
}
.abs-images-2 {
  position: relative;
}
.abs-images-2 img:first-child {
  position: absolute;
  top: 25%;
  left: -60px;
  transform: translateY(-25%);
}
.abs-images-2 img:nth-child(2) {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}
.abs-images-2 img:nth-child(3) {
  position: absolute;
  left: -30px;
  transform: translateY(-75%);
  top: 75%;
  z-index: 2;
}
.abs-images-3 {
  position: relative;
}
.abs-images-3 img {
  position: absolute;
  max-width: 112% !important;
}
.abs-images-3 img {
  top: -70px;
  right: -100px;
  z-index: 2;
}
.section-carryout {
  position: relative;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 60px 0;
  z-index: 99;
}
.section-carryout p {
  margin-top: 0;
}
.section-carryout h2 {
  margin-bottom: 0;
}
.section-carryout .form-control {
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(103, 119, 239, 0.1);
}
.section-carryout .btn {
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  height: 60px;
  line-height: 44px;
  font-size: 16px;
}
.article {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.article:not(:last-child) {
  margin-bottom: 40px;
}
.article-noshadow {
  box-shadow: none;
}
.article figure {
  margin-bottom: 0;
}
.article h2 {
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.article .article-metas {
  display: flex;
  margin: 0 -10px;
}
.article .article-meta {
  margin: 0 10px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.4);
}
.article-detail .article-meta {
  color: #000078;
}
.article-detail .article-description,
.article-detail .article-description p {
  font-family: Poppins, sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}
.article .article-cta {
  display: inline-block;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .article .article-inside-header {
    height: 427px !important;
  }
}
@media (min-width: 991.98px) and (max-width: 1024px) {
  .article .article-inside-header {
    height: 327px !important;
  }
  .stats {
    margin-top: -75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article .article-inside-header {
    height: 280px !important;
  }
  .stats {
    margin-top: -77px;
  }
}
@media (max-width: 768px) {
  .article .article-inside-header {
    height: 233px !important;
  }
}
.faqs h5:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.faqs h5 a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #000064;
}
.card .card-body p:first-of-type {
  margin-top: 0 !important;
}
.card p {
  margin-top: 0;
}
.text-name {
  font-size: 18px;
  font-weight: 600;
}
.section-tryout blockquote {
  color: #fff;
  font-size: 30px;
  background-color: transparent;
}
.section-tryout .text-job {
  color: rgba(255, 255, 255, 0.6);
}
.section-tryout a {
  text-decoration: none;
  border-bottom: 1px solid #6777ef;
  padding-bottom: 1px;
}
.modal-order {
  max-width: 580px !important;
}
.wizard-steps {
  display: flex;
  margin: 0 -10px;
  margin-bottom: 60px;
  counter-reset: wizard-counter;
}
.wizard-steps .wizard-step {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 10px;
}
.wizard-steps .wizard-step:before {
  counter-increment: wizard-counter;
  content: counter(wizard-counter);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #e3eaef;
}
.wizard-steps .wizard-step.wizard-step-active {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #6777ef;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-active:before {
  background-color: #6777ef;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-success {
  background-color: #63ed7a;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-success:before {
  background-color: #63ed7a;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-danger {
  background-color: #fc544b;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-danger:before {
  background-color: #fc544b;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-warning {
  background-color: #ffa426;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-warning:before {
  background-color: #ffa426;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-info {
  background-color: #3abaf4;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-info:before {
  background-color: #3abaf4;
  color: #fff;
}
.wizard-steps .wizard-step .wizard-step-icon .fab,
.wizard-steps .wizard-step .wizard-step-icon .fal,
.wizard-steps .wizard-step .wizard-step-icon .far,
.wizard-steps .wizard-step .wizard-step-icon .fas,
.wizard-steps .wizard-step .wizard-step-icon .ion {
  font-size: 20px;
  margin-bottom: 15px;
}
.wizard-steps .wizard-step .wizard-step-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
#template-frontend-card .template-frontend {
  position: relative;
  text-align: center;
  border: none;
}
#template-frontend-card .template-frontend .template-frontend-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  background-color: #6777ef !important;
  border-color: #6777ef !important;
  color: #fff;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  padding: 5px 15px;
}
#template-frontend-card .template-frontend .template-frontend-padding {
  padding: 27px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
#template-frontend-card .radio-label {
  margin-bottom: 5px;
}
#template-frontend-card .radio-button {
  display: none;
}
#template-frontend-card .radio-label {
  display: inline-block;
  margin: 0 5px;
  background-color: #fff;
  cursor: pointer;
}
#template-frontend-card .template-carousel {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
#template-frontend-card .scroll-left {
  position: absolute;
  left: 30px;
  transform: translateY(-50%);
  z-index: 111;
}
#template-frontend-card .scroll-right {
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  z-index: 111;
}
#template-frontend-card .button-template {
  color: #fff;
  top: 50%;
  background-color: #c4c6c7;
  padding: 4px 10px;
  border: none;
}
#template-frontend-card img {
  width: 300px;
  padding: 8px;
}
.price {
  font-size: 40px;
  font-weight: 600;
  background-color: rgba(103, 119, 239, 0.1);
  border-radius: 3px;
  display: inline-block;
  padding: 5px 15px;
}
.icon-lg {
  font-size: 40px;
}
[id^="payment-step"]:not(.this-active) {
  display: none;
}
@media (max-width: 575.98px) {
  .wizard-steps {
    display: block;
  }
  .wizard-steps .wizard-step {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hero .text {
    width: 100%;
    padding-right: 0;
    padding: 0;
  }
  .hero:after {
    transform: skew(0);
  }
  .hero .container {
    padding-top: 120px;
    padding-bottom: 40px;
    height: auto;
    min-height: auto;
  }
  .section-declare {
    padding-top: 10px;
  }
  .section-declare:after,
  .section-steps .container:after {
    display: none;
  }
  .licenses .license {
    display: block;
  }
  .licenses .license .license-price {
    width: 100%;
  }
  .secure-text {
    float: none;
    margin-top: 15px;
  }
  .stats .h1:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    flex-direction: column;
  }
  .navbar .navbar-nav {
    background-color: #fff;
    width: 100%;
  }
  .navbar .nav-link {
    border: 1px solid #f4f4f4;
    color: #000;
  }
  .navbar .nav-link:active,
  .navbar .nav-link:focus,
  .navbar .nav-link:hover {
    border: 1px solid #f7f7f7 !important;
    color: #b3b3b3;
  }
  .navbar-toggler {
    color: #4440ff;
  }
  .navbar-toggler .fa-bars {
    font-size: 28px;
  }
  .hero-wrapper {
    height: auto;
  }
  section {
    padding: 60px 0;
  }
  .section-appeal-right {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .section-faqs,
  .section-features {
    margin: 0;
  }
  .section-faqs .faq,
  .section-features .feature {
    width: 100%;
  }
  .bar-info {
    height: auto;
    padding: 30px 0;
    line-height: 26px;
  }
  .bar-info .container {
    text-align: center;
    display: inline-block !important;
  }
  .bar-info-badge {
    margin-top: 20px !important;
  }
  footer .row > [class^="col-"] {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.5px) {
  .hero .image,
  .hero .text {
    color: #fff;
    flex-grow: 0;
    width: calc(100% / 2);
  }
  .section-faqs .faq,
  .section-features .feature {
    width: calc(100% / 3);
    padding: 25px;
  }
}
