header#Header {
  padding: 15px 0;
}
header#Header button.nav-trigger {
  display: none;
}
header#Header a img {
  max-width: 200px;
}
header#Header .custom-flex {
  display: flex;
  align-items: center;
}
header#Header ul.header-menu-links {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

section.herobanner {
  padding-top: 126px;
  padding-bottom: 100px;
}
section.herobanner ul.tick {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: 30px;
}
section.herobanner h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #FF9E0E, #FF1356 33%, #FF13AC 66%, #7C52FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.customers {
  margin-top: 80px;
}
section.customers h2 {
  margin-bottom: 85px;
}
section.customers .outer-card {
  box-shadow: 0px 5px 35px 0px #D4BCFF;
  border: 1px solid #E6E6E7;
  border-radius: 28px;
  padding: 80px 70px;
}
section.customers .outer-card .outer-flex {
  display: flex;
  justify-content: space-between;
}
section.customers .outer-card .outer-flex .inner-flex:nth-child(1) {
  width: 30%;
}
section.customers .outer-card .outer-flex .inner-flex:nth-child(2) {
  width: 50%;
  font-size: 18px;
}
section.customers .outer-card .thumbnail-outer {
  margin-top: 40px;
  background: #D4BCFF;
  border-radius: 20px;
  padding: 33px 30px;
}
section.customers .outer-card .thumbnail-outer > img {
  border-radius: 15px;
  width: 100%;
}
section.customers .outer-card:not(:last-child) {
  margin-bottom: 85px;
}

section.features {
  margin-top: 132px;
  margin-bottom: 132px;
}
section.features h2 {
  margin-bottom: 85px;
}
section.features .custom-card .custom-thumbnail {
  position: relative;
}
section.features .custom-card .custom-thumbnail::after {
  content: "";
  background-color: #7c52ff;
  position: absolute;
  top: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 22px;
}
section.features .custom-card .custom-thumbnail > img {
  border-radius: 22px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
section.features .custom-card h4.title {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 20px;
}

section.signup {
  margin-bottom: 116px;
}
section.signup .inner-bg {
  background: #D4BCFF;
  border-radius: 45px;
  padding: 116px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
section.signup .inner-bg h2 {
  margin-bottom: 30px;
}

footer#Footer {
  padding-top: 78px;
  padding-bottom: 50px;
}
footer#Footer .custom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#Footer .custom-flex .right-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: flex-end;
}
footer#Footer .custom-flex .right-flex .copyright {
  font-weight: 400;
  font-size: 16px;
}
footer#Footer ul.left-footer-links {
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 0;
  padding-left: 0;
}
footer#Footer ul.left-footer-links li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #10022c;
}

section.register_section {
  background: #F6F8F7;
  /* padding: 74px 0; */
}
section.register_section .register-box .login-link {
  text-align: center;
}
section.register_section .register-box .logo {
  margin-bottom: 26px;
}
section.register_section .register-box h4 {
  margin-bottom: 30px;
  font-family: var(--custom-large-font);
}
section.register_section .register-box label {
  font-family: var(--custom-large-font);
  font-weight: 400;
  font-size: 16px;
  color: #10022c;
}

section.login_section {
  background: #F6F8F7;
  /* padding: 74px 0; */
}
section.login_section .login-box .logo {
  margin-bottom: 26px;
}
section.login_section .login-box h4 {
  margin-bottom: 30px;
  font-family: var(--custom-large-font);
  text-align: center;
}
section.login_section .login-box label {
  font-family: var(--custom-large-font);
  font-weight: 400;
  font-size: 16px;
  color: #10022c;
}

section.custom_sidebar .custom-header {
  border-bottom: 1px solid #D1D5DB;
}
section.custom_sidebar .custom-header .row-custom {
  display: flex;
  align-items: center;
}
section.custom_sidebar .custom-header .row-custom .col-custom-left {
  width: 280px;
  border-right: 1px solid #D1D5DB;
  padding: 20px 40px;
}
section.custom_sidebar .custom-header .right-avatar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #6366F1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown {
  position: absolute;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 200px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
  padding: 20px;
  right: 0;
  border: 1px solid #cbcbcb;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown ul {
  margin-bottom: 0;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown ul li:not(:last-child) {
  margin-bottom: 10px;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown ul li a {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown ul li a:hover {
  color: #6366F1;
}
section.custom_sidebar .custom-header .right-avatar-icon .custom-dropdown::after {
  content: "" !important;
  position: absolute !important;
  height: 15px !important;
  width: 15px !important;
  border: 1px solid #ccc !important;
  border-top: none !important;
  border-left: none !important;
  top: -8px !important;
  right: 15px !important;
  background-color: #fff;
  transform: rotate(230deg);
}
section.custom_sidebar .custom-header .right-avatar-icon:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
}
section.custom_sidebar .custom-header .right-avatar-icon img {
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #6366F1;
}
section.custom_sidebar .col-custom-right {
  display: flex;
  flex: 1;
  justify-content: end;
  padding: 20px 40px;
}
section.custom_sidebar .sidebar {
  display: flex;
}
section.custom_sidebar .sidebar .outer-right-bg {
  background: #f4f6ff;
  padding: 40px;
}
section.custom_sidebar ul.custom-left-side {
  width: 280px;
  padding: 30px 40px;
  border-right: 1px solid #D1D5DB;
  margin-bottom: 0;
}
section.custom_sidebar ul.custom-left-side .custom-left-side {
  padding: 17px;
}
section.custom_sidebar ul.custom-left-side li {
  list-style: none;
  margin: 10px 0;
}
section.custom_sidebar ul.custom-left-side li a {
  text-decoration: none;
  color: #0a0a0a;
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
}
section.custom_sidebar ul.custom-left-side li a.active {
  background-color: #6366F1;
  color: #fff;
}
section.custom_sidebar ul.custom-left-side li a.active img {
  filter: brightness(0) invert(1);
}
section.custom_sidebar .sidebar {
  display: flex;
  position: relative;
  height: 100vh;
}
section.custom_sidebar .right-container {
  position: relative;
  flex: 1;
}
section.custom_sidebar .right-content {
  position: absolute;
  top: 0;
  left: 280px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #f4f6ff;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 50px 40px;
  z-index: 1;
}
section.custom_sidebar .right-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

section.contactForm h2 {
  margin-bottom: 50px;
}
section.contactForm .contact-form-bg {
  border: 1.5px solid #FFFFFF;
  border-radius: 24px;
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, 0.0588235294);
  padding: 60px 75px;
  position: relative;
}
section.contactForm p {
  margin-bottom: 30px;
}
section.contactForm p span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #eee;
  width: 100%;
  background-color: var(--theme-color-light);
}
section.contactForm p span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder {
  color: var(--font-color);
}
section.contactForm p span.wpcf7-form-control-wrap input.wpcf7-form-control:focus-visible {
  outline: none !important;
}
section.contactForm p {
  margin-bottom: 30px;
}
section.contactForm p span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #eee;
  width: 100%;
  background-color: var(--theme-color-light);
}
section.contactForm p span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus-visible {
  outline: none !important;
}
section.contactForm p input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_custom {
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  color: var(--theme-color-light) !important;
  position: relative;
  transition: all 0.5s ease;
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
  font-family: var(--theme-font) !important;
}
section.contactForm p {
  margin-bottom: 30px;
}
section.contactForm p span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #eee;
  width: 100%;
  background-color: var(--theme-color-light);
  resize: none;
  height: 318px;
}
section.contactForm p span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-ms-input-placeholder {
  color: var(--font-color);
}
section.contactForm p span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus-visible {
  outline: none !important;
}

section.innerBanner {
  padding: 70px 0;
  text-align: center;
}
section.innerBanner h1 {
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

section.InnerBanner {
  padding: 100px 0;
  text-align: center;
}
section.InnerBanner h1 {
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

section.pricing .col:nth-child(1) .custom-card {
  background: #D4BCFF;
  border-radius: 24px;
  padding: 24px;
}
section.pricing .col:nth-child(2) .custom-card {
  background: var(--theme-color);
  border-radius: 24px;
  padding: 24px;
  color: var(--theme-color-light);
}
section.pricing .col:nth-child(2) .custom-card .custom-card-btn a.custom_btn_primary {
  background-color: var(--theme-color-light);
  color: var(--theme-color);
  transition: all 0.5s ease;
  border: 1px solid var(--theme-color-light);
}
section.pricing .col:nth-child(2) .custom-card .custom-card-btn a.custom_btn_primary:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color-light);
}
section.pricing .custom-card {
  padding: 25px;
}
section.pricing .custom-card .custom-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px 0;
}
section.pricing .custom-card .custom-header .text-span-13 {
  margin-right: 8px;
  font-size: 40px;
  line-height: 48px;
}
section.pricing .custom-card .custom-header .text-span-14 {
  line-height: 56px;
  font-size: 64px;
}
section.pricing .custom-card .custom-card-body ul.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
section.pricing .custom-card .custom-card-body ul.custom-list li:not(:last-child) {
  margin-bottom: 15px;
}
section.pricing .custom-card .custom-card-btn {
  display: inline-flex;
}

section#MainFAQ {
  margin-top: 100px;
  margin-bottom: 100px;
}
section#MainFAQ h2 {
  margin-bottom: 40px;
}
section#MainFAQ .faqs_outer {
  margin-left: 0px;
}
section#MainFAQ .faqs_outer .Accordion-title:after {
  content: "\f107";
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--theme-color-dark);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
section#MainFAQ .faqs_outer .Accordion-title.active:after {
  content: "\f106";
  color: var(--theme-color-dark);
}
section#MainFAQ .faqs_outer .Accordion-title {
  background-color: transparent;
  cursor: pointer;
  padding: 18px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--theme-color-dark);
  position: relative;
  padding-right: 50px;
}
section#MainFAQ .faqs_outer .Accordion-title.active {
  color: var(--theme-color-dark) !important;
  padding-bottom: 5px;
}
section#MainFAQ .faqs_outer .Accordion-item {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 10px 2rem;
  border-bottom: 1px solid #ccc;
}
section#MainFAQ .faqs_outer .Accordion-content {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.5s ease;
  box-sizing: border-box;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

section.industry h2 {
  margin-bottom: 40px;
}
section.industry .slick-slide {
  margin: 0 15px;
}
section.industry .thumbnail {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
section.industry .thumbnail:hover::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #7c52ff 100%);
}
section.industry .thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
section.industry .thumbnail img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  width: 100%;
}
section.industry .thumbnail .custom-overlay-text {
  position: absolute;
  bottom: 30px;
  left: 15px;
  color: var(--theme-color-light);
  font-size: 25px;
  line-height: 40px;
  z-index: 2;
}
section.industry .custom-position {
  position: relative;
}
section.industry .custom-position .customc-prev {
  border: 1px solid #ccc;
  height: 42px;
  width: 42px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
section.industry .custom-position .customc-next {
  border: 1px solid #ccc;
  height: 42px;
  width: 42px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */