@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  font-size: 14px;
  --primary: 109, 84, 253;
  --primary-sec: 94, 121, 221;
  --secondary: 79, 79, 79;
  --secondary-light: 240, 240, 240;
  --page-bg: 256, 256, 256;
  --dark: 0, 0, 0;
  --dark-5: 44, 52, 72;
  --info: 19, 199, 199;
  --text-body: 0, 0, 0;
}

@media (max-width: 1199px) {
  :root {
    font-size: 14px;
  }
}
body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

a {
  color: rgba(var(--primary),1);
  text-decoration: none;
}
a:hover {
  color: rgba(var(--primary),1);
}

.rounded-36 {
  border-radius: 2.25rem;
}

.bg-primary {
  background-color: #6d54fd !important;
}

.bg-primary-sec {
  background-color: #5e79dd !important;
}

.bg-dark5 {
  background-color: #2c3748;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 5.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 4.5rem !important;
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 5.5rem !important;
}

.border-info {
  border-color: rgba(var(--info),1) !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

@media (min-width: 992px) {
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

.pt-6 {
  padding-top: 4rem !important;
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.text-primary {
  color: rgba(var(--primary),1) !important;
}

.text-primary-sec {
  color: rgba(var(--primary-sec),1) !important;
}

.text-secondary {
  color: rgba(var(--secondary),1) !important;
}

.text-info {
  color: rgba(var(--info),1) !important;
}

.rounded-1 {
  border-radius: 5px !important;
}

.rounded-2 {
  border-radius: 10px !important;
}

.rounded-3 {
  border-radius: 15px !important;
}

.opacity-1 {
  opacity: 1;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-9 {
  opacity: 0.9;
}

.border-primary {
  border-color: #6d54fd !important;
}

.form-switch-lg .form-check-input {
  height: 1.425rem;
}

.h7 {
  font-size: 12px;
}

.btn {
  border-radius: 8px;
}

textarea {
  resize: none;
}

.form-check-input:checked {
  background-color: #6d54fd;
  border-color: #6d54fd;
}

.btn-primary {
  background-color: #6d54fd;
  border-color: #6d54fd;
}
.btn-primary:hover {
  background-color: #6d54fd;
  border-color: #6d54fd;
  opacity: 0.8;
}

.btn-primary-sec {
  background-color: #5e79dd;
  border-color: #5e79dd;
}
.btn-primary-sec:hover {
  background-color: #5e79dd;
  border-color: #5e79dd;
  opacity: 0.8;
}

.btn-info {
  background-color: #13c7c4;
  border-color: #13c7c4;
  color: white;
}
.btn-info:hover {
  background-color: #13c7c4;
  border-color: #13c7c4;
  color: white;
  opacity: 0.8;
}

.btn-icon::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
  margin-left: 7px;
}

.privacy-page {
  overflow-y: overlay;
}
@media (max-width: 767px) {
  .privacy-page h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.privacy-page .hero-sec {
  height: 180px;
  text-align: center;
  margin-bottom: 63px;
  position: relative;
  background-image: url(../images/login-bg-texture-img.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.privacy-page .hero-sec::after {
  content: "";
  background-image: url("../../images/bg-img.png");
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 132px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.privacy-page .social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.privacy-page .social-icons li a {
  display: inline-block;
}
.privacy-page .social-icons li a::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(to right, rgb(97, 78, 254) 0%, rgb(148, 99, 255) 78%);
  transition: all 265ms ease-out;
}
.privacy-page .social-icons li a .i {
  color: #fff;
  position: absolute;
  top: 13px;
  left: 13px;
  transition: all 265ms ease-out;
  overflow: visible;
}
.privacy-page .social-icons li a .svg-inline--fa.fa-w-16 {
  width: 1em;
}
.privacy-page .social-icons li a .svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.privacy-page .social-icons li a .svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  transition: all ease-in-out 0.3s;
  z-index: 100;
}
.navbar.sticky {
  position: fixed;
  background-color: rgba(var(--primary),0.9);
}
.navbar.sticky h1 {
  font-size: 2rem;
  color: white;
}
@media (min-width: 992px) {
  .navbar.sticky .btn-primary {
    background-color: white;
    color: #2c3748;
    border-color: white;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    justify-content: space-between;
  }
}
.navbar h1 {
  font-size: 4rem;
  transition: all ease-in-out 0.3s;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.navbar .navbar-nav .nav-link {
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    outline: 0;
    background-color: rgba(var(--page-bg),1);
    transition: all 1s ease 0s;
    width: 0px;
    height: 3px;
    left: 1.5rem;
    bottom: 0;
  }
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link.active {
  color: rgba(var(--page-bg),1);
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link:hover::after, .navbar .navbar-nav .nav-link:focus::after, .navbar .navbar-nav .nav-link.active::after {
    width: calc(100% - 3rem);
  }
}
.navbar .navbar-nav .show > .nav-link {
  color: white;
}
.navbar .btn-primary {
  background-color: #9463ff;
  border-color: #9463ff;
  transition: all ease-in-out 0.3s;
}
.navbar .navbar-toggler {
  border-color: white;
  color: white;
  font-size: 2rem;
  line-height: 0;
}
@media(min-width:319.5px) and(max-width:767px){
  .navbar .navbar-toggler {
      border-color: white;
      color: white;
      font-size: 2rem;
      line-height: 0;
      background-color: #594bb2 !important;
  }
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: inherit;
  height: inherit;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    position: static;
    flex-direction: row;
    width: auto;
    visibility: inherit;
    background-color: transparent;
    transform: inherit;
    border: 0;
  }
}
@media (max-width: 991px) {
  .navbar .offcanvas {
    height: 100vh;
    width: 280px;
    border-right: 2px solid rgba(var(--primary),1);
  }
  .navbar .nav-logo {
    position: relative;
    padding: 1rem 1.5rem;
  }
  .navbar .nav-logo .close-icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
    line-height: 0;
  }
  .navbar .nav-logo .close-icon:hover {
    transform: rotate(90deg);
    transition: all ease-in-out 0.3s;
  }
  .navbar .navbar-nav {
    border-bottom: 1px solid rgba(var(--primary),0.1);
    padding: 0 0 1rem 0;
  }
  .navbar .navbar-nav .nav-link {
    color: #2c3748;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #2c3748;
    background-color: rgba(var(--primary),0.1);
  }
  .navbar .btn-primary, .navbar .btn-info {
    margin: 0 auto 2rem;
    width: 70%;
  }
}
.navbar .light {
  display: none;
}

.sticky .dark {
  display: none;
}
.sticky .light {
  display: block;
}

.form-control {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 6px;
}
.form-control:hover, .form-control:focus, .form-control:active {
  border-color: #6d54fd;
}

.field-icon {
  position: relative;
}
.field-icon input {
  padding-right: 2.5rem;
}
.field-icon i {
  position: absolute;
  color: #6d54fd;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.field-icon .forgot-link {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6d54fd;
  font-size: 14px;
}

.dropdown-toggle::after {
  border: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  border: 2px solid rgba(var(--primary),1);
}

.btn:focus {
  background: #6d54fd !important;
  border: 1px solid rgba(var(--primary),1) !important;
  color: #fff !important;
}

.colorselect label {
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 2px;
  width: 22%;
  border-radius: 2px;
}
.colorselect label img {
  width: 100%;
}
.colorselect input:checked + label {
  background: rgba(var(--info), 1);
  border: 1px solid rgba(var(--info), 1);
}

.footer {
  background: rgb(89, 76, 179);
  background: linear-gradient(to right, rgb(89, 76, 179) -22%, rgb(86, 112, 217) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#594cb3", endColorstr="#5670d9",GradientType=1 );
  position: relative;
  padding: 40px 0;
}
.footer .social-icons > a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.footer .social-icons > a:hover i {
  transition: all ease-in-out 0.2s;
}
.footer .social-icons > a:hover .fa-facebook-f {
  color: #37579c;
}
.footer .social-icons > a:hover .fa-twitter {
  color: #5db2f7;
}
.footer .social-icons > a:hover .fa-linkedin-in {
  color: #0c74b3;
}
.footer .social-icons > a:hover .fa-envelope {
  color: #de6227;
}
.footer ul a:hover {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .footer {
    background-position: 40% top;
    padding-top: 2.5rem;
  }
  .footer ul {
    flex-wrap: wrap;
    margin-top: -0.7rem;
  }
  .footer ul li {
    margin-top: 0.7rem;
  }
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}
.steps .step:first-of-type .step-ruller::before {
  display: none;
}
.steps .step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  padding-top: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .step-content {
    width: 3rem;
    max-width: 3rem;
    min-width: 3rem;
  }
}

.step-ruller {
  position: relative;
  font-size: 0;
  height: 20px;
  top: 28px;
}
.step-ruller::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6rem;
  height: 20px;
  transform: translate(-100%, -50%);
  color: #ADB5BD;
  border: 2px solid #13C7C4;
  border-left: 0px;
  border-right: 0px;
}
@media (max-width: 991px) {
  .step-ruller::before {
    width: 3rem;
    left: -4px;
  }
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: transparent;
  border: 5px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  font-size: 0;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: transparent;
  background-color: white;
  border-color: #13c7c4;
  z-index: 1;
}

.step-active .step-ruller::before,
.active .step-ruller::before {
  background-color: #13c7c4;
}

.step-active .step-text {
  color: white;
}

.step:last-child .step-ruller::before {
  border-right: 2px solid #13C7C4;
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.step-error .step-circle::before {
  color: #dc3545;
}

.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}

.step-success .step-circle::before {
  color: #28a745;
}

.step-success .step-text {
  color: #28a745;
}

.steps .step:nth-child(2) .step-ruller::before {
  border-radius: 15px 0 0 15px;
}

.steps .step:last-child .step-ruller::before {
  border-radius: 0 15px 15px 0;
}

.back-to-top-btn {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 45px;
  height: 40px;
  text-align: center;
  color: rgba(var(--primary-sec),1);
  border-radius: 4px;
  position: fixed;
  bottom: 75px;
  right: 1rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: white;
  transition: all ease-in-out 0.3s;
}
.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top-btn:hover {
  background-color: rgba(var(--primary-sec),1);
  color: white;
}
@media (min-width: 1200px) {
  .back-to-top-btn {
    right: 5%;
  }
}

.login-page {
  background: url(../images/bg-texture-img.png), rgb(97, 78, 254);
  background: url(../images/bg-texture-img.png), linear-gradient(to right, rgb(97, 78, 254) 0%, rgb(148, 99, 255) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#614efe", endColorstr="#9463ff",GradientType=1 );
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding: 1rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.login-page .login-page-wrap {
  width: 1300px;
}
.login-page .form-lft-sec {
  background-image: url(../images/login-bg-texture-img.png);
  background-size: 900px auto;
  background-repeat: no-repeat;
  background-position: 0 48%;
  padding: 50px 0;
  background-blend-mode: color-burn;
  display: flex;
  justify-content: center;
}
.login-page .form-lft-sec .form-lft-wrap {
  max-width: 74%;
}
.login-page .form-lft-sec h5 {
  font-weight: bold;
}
.login-page .form-lft-sec h5 span {
  font-weight: normal;
}
.login-page .form-lft-sec p {
  font-size: 1.125rem;
}
.login-page .form-lft-sec p:last-child {
  margin-bottom: 0;
}
.login-page .form-lft-sec .form-rang-wrap {
  width: 360px;
  margin: 0 auto;
}
.login-page .form-lft-sec i {
  width: 112px;
  height: 112px;
  color: #13c7c4;
  background-color: rgba(var(--dark-5),0.6);
  border-radius: 50%;
  font-size: 3.5rem;
  border: 1px solid rgba(var(--info),0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .form-right-sec {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.login-page .form-right-sec .form-right-wrap {
  max-width: 74%;
}
.login-page .form-right-sec .dropdown button {
  padding-right: 25px !important;
  position: relative;
}
.login-page .form-right-sec .dropdown button::after {
  position: absolute;
  right: 0;
}
.login-page .form-right-sec .dropdown.tenant {
  border-right: 2px solid rgba(var(--primary),0.6);
  padding-right: 1rem;
  margin-right: 1rem;
}
.login-page .form-right-sec .btn-primary-sec {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  width: 50%;
}
.login-page .form-right-sec .divider {
  border-top: 2px solid rgba(var(--primary),1);
  position: relative;
  margin-top: 17px;
  margin-bottom: 40px;
}
.login-page .form-right-sec .divider span {
  background: #fff;
  position: absolute;
  border-radius: 6px;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  padding: 5px 15px;
}
.login-page .form-right-sec .divider::before, .login-page .form-right-sec .divider::after {
  content: "";
  width: 40%;
  height: 3px;
  background: linear-gradient(to right, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: -2px;
}
.login-page .form-right-sec .divider::after {
  right: 0;
  transform: rotate(180deg);
}
.login-page .form-right-sec .ext-btn .btn {
  width: 142px;
  font-size: 14px;
}
.login-page .slick-slider {
  padding-bottom: 80px;
}
.login-page .slick-slider .slick-arrow {
  width: 53px;
  height: 53px;
  top: inherit;
  bottom: 0;
  transform: inherit;
}
.login-page .slick-slider .slick-arrow::before {
  border: 1px solid rgba(var(--primary),1);
  border-radius: 1rem;
  width: 53px;
  height: 53px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.login-page .slick-slider .slick-prev {
  left: 50%;
  margin-left: -60px;
}
.login-page .slick-slider .slick-prev::before {
  content: "\f053";
}
.login-page .slick-slider .slick-next {
  right: 50%;
  margin-right: -60px;
}
.login-page .slick-slider .slick-next::before {
  content: "\f054";
}
@media (max-width: 1199px) {
  .login-page .login-page-wrap {
    width: 950px;
  }
  .login-page .form-right-sec .dropdown button {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .login-page .login-page-wrap {
    width: 720px;
  }
  .login-page .form-right-sec .btn-remember {
    flex-direction: column;
    margin-bottom: 2.5rem !important;
  }
  .login-page .form-right-sec .btn-primary-sec {
    width: 100%;
    margin-bottom: 1rem;
  }
  .login-page .form-right-sec .rem-wrap {
    width: 100%;
  }
  .login-page .form-right-sec .ext-btn {
    flex-direction: column;
  }
  .login-page .form-right-sec .ext-btn .bg-dark5 {
    margin: 0 0 1rem !important;
  }
  .login-page .form-right-sec .ext-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login-page .login-page-wrap {
    width: 340px;
    flex-direction: column-reverse;
  }
  .login-page .login-page-wrap .w-50 {
    width: 100% !important;
  }
  .login-page .form-lft-sec {
    padding: 30px 15px;
  }
  .login-page .form-lft-sec .form-lft-wrap {
    max-width: 100%;
  }
  .login-page .form-right-sec {
    padding: 30px 15px;
  }
  .login-page .form-right-sec .form-right-wrap {
    max-width: 100%;
  }
  .login-page .form-right-sec .divider {
    margin-bottom: 30px;
  }
}
.login-page ::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.login-page ::-webkit-scrollbar-track {
  background: none;
}
.login-page ::-webkit-scrollbar-thumb {
  background-color: #6d54fd;
  border-radius: 10px;
}
.login-page ::-webkit-scrollbar-thumb:hover {
  background-color: #6d54fd;
}

/* signup */
.bgm-transparent {
  background-image: none !important;
}
.bgm-transparent .Pricing-plan-sec {
  min-height: auto !important;
}
.bgm-transparent .Pricing-plan-sec::after {
  content: none !important;
}
.bgm-transparent .Pricing-plan-sec::before {
  content: none !important;
}

.signup-tab .step-content {
  width: 8rem;
  min-width: 8rem;
  max-width: 8rem;
}
@media (max-width: 767px) {
  .signup-tab .step-content {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
  }
}
.signup-tab .step-ruller::before {
  width: 9rem;
}
@media (max-width: 767px) {
  .signup-tab .step-ruller::before {
    width: 5rem;
  }
}

.signupPrice .price-plan {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding-left: 45px;
  height: 80px;
  cursor: pointer;
  position: relative;
}
.signupPrice .price-plan::after {
  content: "\f111";
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ddd;
  font-size: 16px;
}
.signupPrice .btn-check:checked + .price-plan {
  background: rgba(var(--info), 1);
  color: #fff;
}
.signupPrice .btn-check:checked + .price-plan::after {
  content: "\f058";
  color: #fff;
}
.signupPrice .desc .card-body {
  font-size: 12px;
}
.signupPrice .desc .card-body ul {
  line-height: 30px;
  height: 255px;
  overflow-y: overlay;
}

.form-right-sec .nav .active {
  display: none;
}
.form-right-sec #nav-sec .d-none {
  display: block !important;
}

.home-page {
  background-image: url(../images/header-wav-img.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .home-page {
    background-size: 80% auto;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .home-page {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .home-page {
    background-size: 60% auto;
  }
}
.home-page section {
  padding: 4rem 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .home-page section {
    height: 100vh;
  }
}
.home-page .hero-sec {
  background-image: url(../images/bg-links-opacity.png);
  background-repeat: no-repeat;
  background-size: 199px auto;
  background-attachment: fixed;
  background-position: 0 25%;
  padding-top: 175px;
  position: relative;
}
@media (min-width: 1400) {
  .home-page .hero-sec {
    background-position: 0 45%;
  }
}
.home-page .hero-sec::before {
  content: "";
  background-image: url(../images/bg-links.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  width: 102px;
  height: 107px;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1400) {
  .home-page .hero-sec::before {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .home-page .hero-sec .col-lg-5 {
    text-align: center;
  }
}
.home-page .feature-sec {
  background-color: rgba(var(--info),0.1);
  height: inherit;
  min-height: 100vh;
}
.home-page .feature-sec .nav-tabs {
  border: none;
  justify-content: space-between;
}
.home-page .feature-sec .nav-tabs .nav-item {
  width: 150px;
}
.home-page .feature-sec .nav-tabs .nav-link {
  position: relative;
  border: none;
  background-color: transparent;
  margin: 170px 0 90px 0;
  color: rgba(var(--dark),1);
  font-size: 1.25rem;
  width: 100%;
  padding: 0;
  height: 50px;
}
.home-page .feature-sec .nav-tabs .nav-link.active i, .home-page .feature-sec .nav-tabs .nav-link:hover i {
  background-color: rgba(var(--primary),1);
  color: white;
}
.home-page .feature-sec .nav-tabs .nav-link.active::after {
  content: "";
  background-image: url(../images/feature-tab-icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 30px;
  height: 44px;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.home-page .feature-sec .nav-tabs i {
  position: absolute;
  top: -170px;
  background-color: white;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5rem;
  border-radius: 20px;
  color: rgba(var(--primary),1);
  transition: all ease-in-out 0.3s;
}
.home-page .feature-sec .tab-content {
  border: 5px solid rgba(var(--primary),1);
  background-color: white;
  padding: 60px 80px;
  border-radius: 20px;
}
.home-page .feature-sec .tab-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home-page .feature-sec .nav-tabs .nav-item {
    width: 140px;
  }
  .home-page .feature-sec .nav-tabs .nav-link {
    margin: 160px 0 70px 0;
  }
  .home-page .feature-sec .nav-tabs .nav-link.active::after {
    width: 34px;
    bottom: -60px;
  }
  .home-page .feature-sec .nav-tabs i {
    top: -160px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .home-page .feature-sec .nav-tabs .nav-item {
    width: 100px;
  }
  .home-page .feature-sec .nav-tabs .nav-link {
    margin: 120px 0 50px 0;
    height: 50px;
    font-size: 16px;
  }
  .home-page .feature-sec .nav-tabs .nav-link.active::after {
    width: 21px;
    bottom: -34px;
    height: 32px;
  }
  .home-page .feature-sec .nav-tabs i {
    top: -120px;
    height: 100px;
    font-size: 3.5rem;
  }
  .home-page .feature-sec .tab-content {
    padding: 50px 70px;
  }
  .home-page .feature-sec .tab-content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-page .feature-sec .list-wrap {
    width: 100%;
    overflow: auto;
  }
  .home-page .feature-sec .nav-tabs {
    width: 525px;
    overflow: auto;
  }
  .home-page .feature-sec .nav-tabs .nav-item {
    width: 80px;
  }
  .home-page .feature-sec .nav-tabs .nav-link {
    margin: 90px 0 50px 0;
    height: 50px;
    font-size: 14px;
  }
  .home-page .feature-sec .nav-tabs .nav-link.active::after {
    width: 21px;
    bottom: -34px;
    height: 32px;
  }
  .home-page .feature-sec .nav-tabs i {
    top: -90px;
    height: 80px;
    font-size: 2rem;
  }
  .home-page .feature-sec .tab-content {
    padding: 30px 50px;
  }
}
@media (max-width: 576px) {
  .home-page .feature-sec .tab-content {
    padding: 20px 30px;
  }
}
.home-page .adm-system-sec {
  background: rgb(89, 75, 178);
  background: linear-gradient(to right, rgb(89, 75, 178) 0%, rgb(85, 122, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#594bb2", endColorstr="#557ae5",GradientType=1 );
  position: relative;
  overflow: hidden;
  height: inherit;
  min-height: 100vh;
}
.home-page .adm-system-sec::before, .home-page .adm-system-sec::after {
  content: "";
  background-image: url(../images/header-wav-img.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -15%;
}
.home-page .adm-system-sec::after {
  bottom: 0;
  left: -15%;
  transform: rotate(180deg);
}
.home-page .adm-system-sec .container {
  position: relative;
  z-index: 1;
}
.home-page .adm-system-sec .img-wrap {
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-page .adm-system-sec h6 {
    font-size: 1.3rem;
  }
}
.home-page .report-system-sec {
  position: relative;
}
.home-page .report-system-sec::before, .home-page .report-system-sec::after {
  content: "";
  background-image: url(../images/bg-links.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  opacity: 0.1;
  width: 168px;
  height: 176px;
  top: 0;
  left: 0;
}
.home-page .report-system-sec::after {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
.home-page .report-system-sec .container {
  position: relative;
  z-index: 1;
}
.home-page .report-system-sec .card {
  width: 190px;
  height: 170px;
  margin: 0 auto 3rem auto;
}
.home-page .report-system-sec .card .card-body {
  padding: 1rem 0.5rem 0.5rem;
}
.home-page .report-system-sec .card .img-wrap {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
}
.home-page .report-system-sec .card .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.home-page .report-system-sec .card h6 {
  font-size: 1.25rem;
  font-weight: normal;
}
.home-page .report-system-sec .col-5 .col-6:nth-child(2) .card {
  margin: 0 auto 3rem 0;
}
.home-page .report-system-sec .more-link {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  padding-left: 3rem;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .home-page .report-system-sec::before, .home-page .report-system-sec::after {
    opacity: 1;
  }
  .home-page .report-system-sec .more-link {
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .report-system-sec .card {
    width: 150px;
    height: 150px;
  }
  .home-page .report-system-sec .card .img-wrap {
    width: 80px;
  }
  .home-page .report-system-sec .card .img-wrap img {
    width: 100%;
  }
  .home-page .report-system-sec .card h6 {
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .home-page .report-system-sec .card {
    width: 100%;
    height: 200px;
  }
}
.home-page .testimonial-sec {
  background-color: rgba(var(--info),1);
  background-image: url(../images/testimonia-bg-img.png);
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .testimonial-sec .slick-list {
  margin: -0.75rem -0.75rem 0;
}
.home-page .testimonial-sec .card {
  position: relative;
  margin: 0.75rem 0.75rem 40px;
}
.home-page .testimonial-sec .card::after {
  content: "";
  background-image: url(../images/icons/testimonial-arrow.png);
  width: 43px;
  height: 36px;
  position: absolute;
  bottom: -41px;
  right: 40px;
}
.home-page .testimonial-sec .card .img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.home-page .testimonial-sec .card .testimonial-date {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding-right: 80px;
}
.home-page .Pricing-plan-sec {
  overflow: hidden;
  position: relative;
  padding-bottom: 18rem;
  height: inherit;
  min-height: 100vh;
}
.home-page .Pricing-plan-sec .container {
  position: relative;
  z-index: 1;
}
.home-page .Pricing-plan-sec::before, .home-page .Pricing-plan-sec::after {
  content: "";
  background-image: url(../images/header-wav-img.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -15%;
  opacity: 0.1;
}
.home-page .Pricing-plan-sec::after {
  bottom: 0;
  left: -15%;
  transform: rotate(180deg);
}
.home-page .Pricing-plan-sec .card {
  position: relative;
}
.home-page .Pricing-plan-sec .card .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
.home-page .Pricing-plan-sec .card.defult {
  transform: scale(1.1);
  background-color: rgba(var(--info),1);
}
.home-page .Pricing-plan-sec .card.defult h4 {
  color: white;
}
.home-page .Pricing-plan-sec .card.defult .text-info {
  color: white !important;
}
.home-page .Pricing-plan-sec .card.defult ul {
  color: white;
}
.home-page .Pricing-plan-sec .card.defult li::before {
  color: white;
}
.home-page .Pricing-plan-sec .card.defult .btn {
  background-color: white;
  color: rgba(var(--info),1);
  border-color: white;
}
.home-page .Pricing-plan-sec ul {
  line-height: 2.5rem;
}
.home-page .Pricing-plan-sec li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: black !important;
  margin-right: 0.7rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .Pricing-plan-sec .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .home-page .Pricing-plan-sec .card h4 {
    font-size: 2rem;
  }
  .home-page .Pricing-plan-sec .card li {
    text-align: left;
    line-height: 1.5rem;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .home-page .Pricing-plan-sec .card li::before {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 991px) {
  .home-page .Pricing-plan-sec {
    padding-bottom: 4rem;
  }
  .home-page .Pricing-plan-sec .card.defult {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .home-page .Pricing-plan-sec .col-md-4 {
    margin-bottom: 3rem !important;
  }
  .home-page .Pricing-plan-sec .col-md-4:last-child {
    margin-bottom: 0 !important;
  }
}
.home-page .happy-customer-sec {
  background-color: rgba(var(--secondary-light));
}
.home-page .happy-customer-sec .slick-list {
  margin: -0.75rem;
}
.home-page .happy-customer-sec .img-wrap {
  border: 1px solid rgba(var(--primary));
  border-radius: 10px;
  background-color: white;
  margin: 0.75rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .happy-customer-sec .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=screen.css.map */