/* Don't Edit those variables below */
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  border: none !important;
}

body {
  font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #858585;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  color: #222222;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a, button, img, input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #0058A8;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul:last-child {
  margin-bottom: 0;
}

li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

.section-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}

.section-header .title {
  color: #0A0B0B;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}
.section-header .title span {
  color: #0058A8;
}
@media only screen and (max-width: 767px) {
  .section-header .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .section-header .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .pl-30 {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .pl-60 {
    padding-left: 60px;
  }
}

.header-main {
  padding: 7px 0;
}
@media only screen and (max-width: 575px) {
  .header-main {
    padding: 15px 0;
  }
}

.brand-logo a {
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .brand-logo a {
    padding-right: 0;
  }
}
.brand-logo a:last-child {
  padding-right: 0;
}
.brand-logo a:after {
  height: 54px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .brand-logo a:after {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-logo a:after {
    display: none;
  }
}
.brand-logo a:last-child:after {
  display: none;
}

.footer-area {
  background-color: #181C32;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 30px;
  }
}

.footer-content {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .footer-content {
    display: block;
  }
}

.footer-main {
  padding-bottom: 30px;
}

.mail-contact {
  padding-right: 80px;
}
@media only screen and (max-width: 575px) {
  .mail-contact {
    padding-right: 50px;
  }
}
.mail-contact a {
  color: #FFFFFF;
  font-size: 14px;
}
.mail-contact a:hover {
  color: #F9A61B;
}

.address {
  margin-bottom: 0;
}
.address p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.copyright {
  color: #FFFFFF;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .copyright {
    order: 2;
    margin-top: 12px;
    text-align: center;
  }
}

.footer-bottom {
  border-top: 1px solid #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .social-link {
    order: 1;
  }
}
.social-link a {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .social-link a {
    font-size: 20px;
  }
}
.social-link a:last-child {
  margin-right: 0;
}
.social-link a:hover svg {
  color: #F9A61B !important;
}

.hero-banner {
  height: 590px;
  display: flex;
  align-items: center;
  background-image: url("../../assets/images/hero/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-banner {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner {
    height: 820px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner {
    height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content {
    margin-top: 30px;
  }
}
.hero-content .title {
  color: #0058A8;
  font-size: 64px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
  }
}
.hero-content .desc {
  color: #181C32;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content .desc {
    margin-bottom: 20px;
  }
}
.hero-content .hero-btn:hover {
  color: #FFFFFF;
  background-color: #0058A8;
}

.hero-thumbnail {
  text-align: right;
}

.hero-btn {
  color: #0058A8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background-color: #FFCF09;
  border-radius: 5px;
  padding: 20px 58px;
  border: 1px solid #0058A8;
}
.hero-btn:hover {
  background-color: #F9A61B;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-btn {
    padding: 15px 30px;
  }
}

.default-btn {
  color: #0058A8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  background-color: #F9A61B;
  padding: 20px 58px;
}
@media only screen and (max-width: 767px) {
  .default-btn {
    padding: 15px 30px;
  }
}
.default-btn:hover {
  background-color: #0058A8;
  color: #FFFFFF;
}

.pricing-wrapper {
  background-color: #582A76;
  background-image: url("../images/bg/pricing-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.pricing-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .pricing-header {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-header {
    display: block;
  }
}
.pricing-header--left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pricing-header--left {
    width: 100%;
  }
}
.pricing-header--right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pricing-header--right {
    width: 100%;
    margin-top: 20px;
  }
}
.pricing-header--right .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.pricing-header--right .desc {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.pricing-header .on-sale {
  color: #F9A61B;
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-header .on-sale {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-header .on-sale {
    font-size: 50px;
  }
}

.pricing-table {
  background-color: #0058A8;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  border: 3px solid #F6A41B;
}
@media only screen and (max-width: 767px) {
  .pricing-table {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table {
    padding: 30px;
  }
}
.pricing-table--header {
  width: 300px;
  flex: 1 0 300px;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
  text-align: center;
}
.pricing-table--header:before {
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .pricing-table--header:before {
    display: none;
  }
}
.pricing-table--header p {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
}
.pricing-table--header a {
  background-color: #F9A61B;
}
.pricing-table--header a:hover {
  background-color: #FFCF09;
}
.pricing-table .price-regular {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 400;
}
.pricing-table .price-discount {
  color: #FFFFFF;
  font-size: 54px;
  font-weight: 700;
}
.pricing-table .duration {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-list {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .feature-list {
    margin-top: 40px;
  }
}
.feature-list li {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  flex: 1 0 50%;
  margin-bottom: 10px;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li img {
  padding-right: 12px;
}

.guide-area {
  background-color: #F7F9FC;
}
.guide-area .section-header .title span {
  display: block;
}

.guide-card {
  background-color: #FFFFFF;
  border: 1px solid #E5EAF4;
  border-radius: 16px;
  text-align: center;
  position: relative;
  padding: 30px;
  min-height: 165px;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-card--icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #E5EAF4;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.guide-card a {
  color: #0058A8;
  font-size: 14px;
  font-weight: 700;
  background-color: #F9A61B;
  border-radius: 3px;
  padding: 12px 35px;
}
.guide-card a:hover {
  background-color: #0058A8;
  color: #FFFFFF;
}
.guide-card--content {
  height: 100%;
  padding-top: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.guide-card--content .text {
  color: #183B56;
  font-size: 18px;
  font-weight: 400;
}
.guide-card--content .text span {
  display: block;
  font-weight: 600;
}
.guide-card--content .text b {
  font-weight: 600;
}

.compact-solution {
  background-color: #F8FFFB;
  border-top: 13px solid #0058A8;
  border-bottom: 13px solid #01A451;
}
.compact-solution--content {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .compact-solution--content {
    margin-top: 40px;
    text-align: left;
  }
}
.compact-solution--content .section-header .sub-title {
  color: #181C32;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
@media only screen and (max-width: 575px) {
  .compact-solution--content .section-header .sub-title {
    font-size: 30px;
  }
}
.compact-solution--content .section-header .title {
  color: #01A451;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compact-solution--content .section-header .title {
    font-size: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .compact-solution--content .section-header .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .compact-solution--content .section-header .title {
    font-size: 38px;
  }
}
.compact-solution--card {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .compact-solution--card {
    text-align: left;
  }
}
.compact-solution--card .number-count {
  color: #E9ECF2;
  position: absolute;
  top: -48px;
  right: 0;
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .compact-solution--card .number-count {
    left: 0;
  }
}
.compact-solution--card .title {
  color: #181C32;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .compact-solution--card .title {
    font-size: 20px;
  }
}
.compact-solution--card p {
  color: #4E4E4E;
  font-size: 17px;
  font-weight: 300;
}

.feature-area {
  border-bottom: 13px solid #F9A61B;
}
.feature-area .title span {
  display: inline-block;
}

.feature-card {
  background-color: #FFFFFF;
  border: 1px solid #E5EAF4;
  border-radius: 16px;
  text-align: center;
  position: relative;
  padding: 30px;
  min-height: 165px;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
  margin-top: 70px;
}
.feature-card--icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #E5EAF4;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-card--content {
  height: 100%;
  padding-top: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.feature-card--content .title {
  color: #183B56;
  font-size: 18px;
  font-weight: 600;
}
.feature-card--content p {
  color: #5A7184;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  display: inline;
}
.feature-card--content .toggle-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #3E97FF;
}

.plugins-area {
  background-color: #F7F6FB;
}
.plugins-area .sub-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
}
@media only screen and (max-width: 575px) {
  .plugins-area .sub-title {
    font-size: 30px;
  }
}

.plugin-item {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .plugins-carousel-two {
    margin: 0 50px;
  }
}