@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Regular.woff2") format("woff2"),
    url("../fonts/RobotoSlab-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --midnight-blue: #000229;
  --tp-common-blue: #6865ff;
  --tp-common-blue-2: #1117a0;
  --tp-common-blue-3: #5138ee;
  --tp-common-blue-4: #600ee4;
  --tp-common-red: #ff3c82;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}

.tp-btn {
  background-color: var(--tp-common-blue);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  padding: 6px 35px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  z-index: 1;
}
.tp-btn:hover {
  background: var(--midnight-blue);
  color: #fff;
}

.admin-module-tab ul .nav-item:last-child,
.available-temp-features ul li:last-child,
.footer .social-icon ul li:last-child,
.nav-tabs > li > a,
.navbar-brand.logo {
  margin-right: 0;
}
.footer-logo img,
.logo img {
  max-height: 70px;
}
.back-to-top-icon,
a,
a:hover {
  text-decoration: none;
}
body {
  background-color: #fff;
  color: #707070;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f2020;
  font-weight: 600;
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #1c0828;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:hover {
  color: var(--tp-common-red);
  outline: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
button:focus {
  outline: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-close:focus,
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn.btn-white {
  background: #fff;
  border: 0;
  color: #1f2020;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-primary,
.btn.btn-white:hover {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  color: #fff;
}
.btn.btn-white:hover {
  background-color: #262a2a;
  box-shadow: inset 0 70px 0 #262a2a;
  transition: 0.7s;
}
.btn-primary {
  background: var(--tp-common-red);
  border: 0;
  transition: 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
}
.btn-primary:hover {
  background: #262a2a;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #262a2a;
  border: 0;
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: var(--tp-common-red);
  border: 0;
  box-shadow: inset 0 70px 0 0 var(--tp-common-red);
  color: #fff !important;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: var(--tp-common-red);
  border: 0;
  box-shadow: inset 70px 0 0 0 var(--tp-common-red);
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #262a2a;
  border: 0;
  box-shadow: inset 70px 0 0 0 #262a2a;
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-outline-primary {
  background-color: #fff;
  border: 1px solid var(--tp-common-red);
  color: var(--tp-common-red);
  box-shadow: inset 0 0 0 #fff;
  border-radius: 5px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-outline-primary.active,
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary.focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.open > .dropdown-toggle.btn-outline-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--tp-common-red);
  border: 1px solid var(--tp-common-red);
  box-shadow: inset 0 70px 0 0 var(--tp-common-red);
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-secondary {
  background: #262a2a;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary {
  background: var(--tp-common-red);
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background-color: #fff;
  border: 0;
  color: #1c0828;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary.disabled,
.btn-secondary:active:not(:disabled):not(.disabled),
.btn-secondary:disabled,
.show > .btn-secondary.dropdown-toggle {
  background-color: #262a2a;
  border-color: #262a2a;
  color: #fff;
}
.btn-secondary-outline {
  background: #262a2a;
  border: 1px solid #262a2a;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.btn-secondary-outline:hover {
  background-color: #262a2a;
  border: 1px solid #262a2a;
  box-shadow: inset 0 70px 0 0 #262a2a;
  color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.nav-tabs .nav-link,
.nav-tabs > li > a {
  border-radius: 0;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  border-color: #dcdcdc;
  color: #28283c;
  min-height: 42px;
  padding: 6px 15px;
  border-radius: 5px;
}
.header-navbar-rht,
.main-nav {
  padding: 0;
  margin: 0;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0;
}
.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li > a {
  color: #888;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-color: transparent;
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:focus,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:focus,
.nav-tabs.nav-tabs-solid > li > a.active:hover {
  background-color: var(--tp-common-red);
  border-color: var(--tp-common-red);
  color: #fff;
}
.tab-content {
  padding-top: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
  color: #272b41;
}
.footer .footer-menu ul li a:hover,
.footer .social-icon ul li a:hover i,
.inner-item h3:hover,
.inner-item:hover .arrow-right i,
.inner-item:hover .inner-content-left h5,
.main-nav li a:hover,
.nav-link:focus,
.nav-link:hover {
  color: var(--tp-common-red);
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:focus,
.nav-tabs-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > li > a:hover {
  border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a,
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover {
  border-radius: 50px;
}
.nav-tabs-justified.nav-tabs-top,
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:focus,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:focus,
.nav-tabs.nav-tabs-top > li > a:hover {
  border-width: 2px 0 0;
}
.bar-icon span:nth-child(3),
.footer .footer-menu ul li:last-child,
.media-icons a:last-child,
.nav-tabs.nav-tabs-solid > li,
.nav-tabs.nav-tabs-top > li,
.price-feature li:last-child,
.work-flow p {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:focus,
.nav-tabs.nav-tabs-top > li > a:hover {
  border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:focus,
.nav-tabs.nav-tabs-top > li > a.active:hover {
  border-top-color: var(--tp-common-red);
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:focus,
.nav-tabs.nav-tabs-bottom > li > a.active:hover {
  border-bottom-width: 2px;
  border-color: transparent transparent var(--tp-common-red);
  background-color: transparent;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:focus,
.nav-tabs.nav-tabs-solid > li > a:hover {
  background-color: #dcdcdc;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #dcdcdc;
  border-color: transparent;
}
.main-wrapper,
html.menu-opened body {
  overflow: hidden;
}
#loader-wrapper {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#loader {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

/* Loader-1 */
.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid var(--tp-common-blue);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid var(--tp-common-blue-3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

/* Keyframes for loader-1 */
@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.header-nav,
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  background: #fff;
}
.header.fixed {
  position: fixed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
.logo img {
  height: auto;
  max-width: 100%;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}
.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 70px;
  padding: 0;
  margin-bottom: 0;
}
.main-menu {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav li a.active {
  color: var(--tp-common-red) !important;
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#mobile_btn,
.inner-item .inner-framework-links li a::before,
.inner-item-2 .inner-img a::before,
.menu-header,
.navbar-brand.logo-small {
  display: none;
}
.main-menu-wrapper .main-nav li + li {
  margin-left: 20px;
}
.main-nav > li.active > a,
.main-nav > li > a {
  color: #2c2c51;
  font-size: 16px;
  font-weight: 500;
}
.main-nav li a {
  display: block;
  font-weight: 500;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
  padding-right: 0;
}
.footer .social-icon ul li,
.header-navbar-rht li > a i {
  margin-right: 5px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.menu-logo img {
  height: auto;
  max-width: 70px;
}
.menu-close {
  font-size: 18px;
  color: #262a2a;
}
.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background: var(--tp-common-red);
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 6px;
  width: 30px;
  border-radius: 2px;
}
.bar-icon span:nth-child(2) {
  width: 16px;
}
#mobile_btn {
  margin-right: 30px;
}
.main-menu-wrapper {
  margin: 0 15px;
}
.navbar-brand.logo-small img {
  max-height: 60px;
}
.banner-content,
.banner-imgs,
.counting-box,
.inner-content .inner-content-left,
.review-content-wrap {
  position: relative;
}
.banner-content h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
}
.banner-content h2 span,
.footer-content h2 span {
  background: linear-gradient(
    90deg,
    #2f80ed 0,
    #3538cd 20%,
    #7c60aa 40%,
    #ef1e1e 60%,
    #ffa201 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.banner-content h2 span::after,
.footer-content h2 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    #2f80ed 0,
    #3538cd 20%,
    #7c60aa 40%,
    #ef1e1e 60%,
    #ffa201 80%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-content p {
  max-width: 840px;
  margin: auto auto 20px;
  color: #fff;
}
.banner-content p span {
  color: #0a1f2f;
  font-weight: 600;
}
.banner-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 40px;
}
.banner-content h5 {
  font-size: 16px;
  font-weight: 400;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.banner-wrap {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}
.inner-item-banner .inner-img-banner {
  position: absolute;
  top: 80px;
  right: 40px;
  max-width: 650px;
  animation: 1s infinite alternate updown;
  transition: 0.5s;
}
.inner-img-banner-two {
  position: absolute;
  top: 50px;
  right: 40px;
  max-width: 600px;
  animation: 1s infinite alternate updown;
  transition: 0.5s;
}
@keyframes updown {
  100% {
    transform: translateY(-10px);
  }
}
.banner-image {
  position: relative;
  width: 100%;
}
.banner-wrap-btn .banner-btns a i {
  margin-right: 10px;
}
.banner-wrap-btn .banner-btns,
.review-users .user-icon {
  margin-right: 15px;
}
.banner-wrap-btn {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.available-features h5,
.available-framework .tech_inner span.features-icon {
  margin-bottom: 15px;
}
.available-features ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 24px;
}
.available-features ul li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.available-features ul li a:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}
.hero-section {
  background-color: var(--midnight-blue);
  position: relative;
  background-image: url(../img/bg/banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  padding: 80px 0 0;
}
.banner-imgs .banner-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-imgs .banner-img-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.counter-sec .bg-1,
.latest-version-sec .bg-1 {
  left: 30%;
  top: 0;
  z-index: -1;
}
.sec-bg-img img {
  position: absolute;
  z-index: -1;
}
.latest-version-sec {
  background: top center/contain no-repeat #fff;
  padding: 60px 0 36px;
  position: relative;
  z-index: 1;
}
.section-bg img {
  position: absolute;
}
.inner-framework-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  justify-content: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
.inner-item .inner-img:hover .inner-framework-links {
  opacity: 1;
  transition: 0.5s;
}
.inner-item .inner-framework-links li .view_img {
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.inner-item .inner-framework-links li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.section-header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gradient-border {
  background: linear-gradient(
    90deg,
    #6865ff 0,
    #1117a0 20%,
    #5138ee 40%,
    #600ee4 60%,
    #ff3c82 80%
  );
  padding: 2px;
  border-radius: 50px;
  display: inline-flex;
  margin-bottom: 16px;
}
.section-header span.badge {
  border-radius: 50px;
  background-color: #d1d1f0;
  color: #1f2020;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
}
@media (min-width: 768px) {
  .section-header span.badge {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.badge.badge-soft-danger {
  background: #ffeeec;
  color: var(--tp-common-red);
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2020;
  margin-bottom: 0;
}
.section-header p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #1f2020;
}
.inner-content-left a {
  display: flex;
  justify-content: space-between;
}
.inner-content-left h6 {
  font-size: 18px;
  font-weight: 600;
}
.inner-item {
  border: 1px solid #e8e8e8;
  transition: 0.5s;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(219, 219, 219, 0.25);
  padding: 20px;
  margin-bottom: 24px;
  width: 100%;
}
.admin-module-tab ul,
.feature-box {
  box-shadow: 0 4px 24px 0 rgba(186, 186, 186, 0.3);
}
.inner-item .inner-img span {
  position: absolute;
  box-shadow: 0 4px 114px 0 rgba(3, 3, 3, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
.inner-item .inner-img:hover span {
  opacity: 1;
  transition: 0.5s;
}
.inner-item .inner-img img {
  border-radius: 10px;
  width: 100%;
}
.inner-item .inner-img a {
  transition: 0.5s;
  overflow: hidden;
  display: block;
  position: relative;
}
.inner-item:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.inner-item .inner-img,
.inner-item .inner-img-two {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.inner-item .inner-img a::before,
.inner-item .inner-img-two a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0);
  transition: 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
.inner-item .inner-img-two:hover ::before,
.inner-item .inner-img:hover ::before {
  transform: scale(1);
  transition: 0.5s;
}
.inner-content-left h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.inner-content-left span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--tp-common-red);
  font-weight: 600;
}
.inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-content .arrow-right i {
  color: #262a2a;
  font-size: 22px;
}
.inner-content-left span.highlight-content {
  background: var(--tp-common-red);
  border-radius: 5px;
  display: inline-flex;
  font-size: 13px;
  padding: 3px;
  color: #fff;
  position: absolute;
  right: -32px;
  top: -13px;
  line-height: normal;
}
.inner-content-left a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge.badge-soft-blue {
  background: #f3edff;
  color: #e41f07;
}
.inner-item:hover .inner-content-left h6 {
  color: #f55937;
}
.badge.badge-soft-success {
  background: #e0f5d7;
  color: #00918e;
}
.template-features {
  position: relative;
  background: var(--midnight-blue);
  padding: 60px 0 36px;
  z-index: 1;
}
.admin-module-tab ul .nav-item .nav-link.active,
.admin-module-tab ul .nav-item .nav-link:hover,
.price-section .section-header span.badge,
.pricing-plan .section-header span.badge,
.template-features .section-header span.badge,
.template-usability .section-header span.badge {
  background: var(--midnight-blue);
  color: #fff;
}
.template-features .section-bg img {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.available-framework .tech_inner {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px;
  transition: 0.5s;
}
.available-framework .tech_inner:hover {
  transition: 0.5s;
  transform: translatey(-10px);
}
.available-framework .tech_inner:hover .buy-icon {
  background: var(--tp-common-red);
  transition: 0.5s;
  transform: rotatey(360deg);
}
.available-framework .tech_inner span.features-icon img {
  width: auto;
}
.available-framework .tech_inner h6 {
  margin: 0;
  font-weight: 500;
}
.available-temp-features ul li {
  margin-bottom: 24px;
}
.feature-box {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .feature-box {
    margin-bottom: 24px;
  }
}
.available-framework .tech_inner span.buy-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #262a2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.available-temp-features ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.counting-box span,
.icon-feature {
  display: inline-block;
}
.section-btn {
  margin-top: 25px;
}
.admin-templates {
  padding: 60px 0 36px;
  position: relative;
  z-index: 1;
}
.admin-templates .section-bg img:first-child {
  left: 30%;
  top: 0;
  z-index: -1;
  max-width: 550px;
}
.admin-module-tab ul {
  border-radius: 5px;
  /* border: 1px solid #e6e6e6; */
  /* background: #fff; */
  padding: 20px 20px 5px;
  margin-bottom: 50px;
  justify-content: center;
}
.admin-module-tab ul .nav-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.admin-module-tab ul .nav-item .nav-link {
  background: #fff;
  display: inline-flex;
  align-items: center;
  color: #262a2a;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
}
.admin-module-tab ul .nav-item .nav-link span {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  color: #262a2a;
  margin-right: 8px;
}
.admin-module-tab ul .nav-item .nav-link.active span,
.counter-sec.feature-temp-sec {
  background: #fff;
}
.admin-module-tab ul .nav-item .nav-link.active img {
  filter: brightness(100) blur(0);
}
.looking-something {
  background: linear-gradient(90deg, #fef3f3 0, #ebecff 100%);
  padding: 60px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.looking-something .section-bg .bg-1 {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.looking-something .section-bg .bg-2 {
  right: 0;
  top: 0;
  z-index: -1;
}
.work-flow {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 20px;
}
.counter-sec {
  background: var(--tp-common-red);
  padding: 80px 0 56px;
  position: relative;
  z-index: 1;
}
.counter-sec .bg-1 {
  position: absolute;
}
.back-to-top i,
.counter-sec .section-header h2,
.counter-sec .section-header p,
.counting-box h4,
.footer-bottom .copyright-text,
.pricing-plan-active .price-feature li {
  color: #fff;
}
.counter-sec.feature-temp-sec .section-header h2 {
  color: #262a2a;
}
.counter-sec.feature-temp-sec .section-header p {
  color: #3a3c3f;
}
.feature-box {
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 12px 10px;
  transition: 0.5s;
  width: 100%;
}
.feature-box img {
  margin-bottom: 10px;
  width: 40px;
}
@media (min-width: 768px) {
  .feature-box {
    padding: 20px 10px;
  }
  .feature-box img {
    margin-bottom: 20px;
    width: 64px;
  }
}
.feature-box h5 {
  font-size: 16px;
  font-weight: 500;
}
.other-modules-sec {
  padding: 60px 0 36px;
}
@keyframes animName {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.badge.badge-soft-warning {
  background: #fff7d8;
  color: #ffa201;
}
.template-usability {
  background: center var(--midnight-blue);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.template-usability .bg-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.layout-img {
  background: #1f202033;
  padding: 20px;
  border-radius: 5px;
}
.layout-design {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1f2020;
}
.counting-box span {
  font-size: 28px;
  background: linear-gradient(360deg, #fff 0, #f1e8b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  line-height: 1;
}
.advance-capable {
  padding-top: 60px;
}
.capable-box {
  background: linear-gradient(90deg, #fef3f3 0, #ebecff 100%);
  padding: 60px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
.review-card,
.review-item {
  background: #fff;
  border-radius: 5px;
}
.capable-box .bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.capable-box .sec-bg img {
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media (min-width: 1400px) {
  .capable-box .sec-bg img {
    right: 40px;
  }
}
.capable-box .section-header h2 span {
  background: linear-gradient(
    90deg,
    #2f80ed 0,
    #3538cd 20%,
    #7c60aa 40%,
    #ef1e1e 60%,
    #ffa201 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-app {
  padding-bottom: 60px;
}
.customer-review {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.customer-review .section-bg img {
  right: 0;
  bottom: -120px;
}
.review-item {
  box-shadow: 0 4px 74px 0 rgba(208, 208, 208, 0.25);
  padding: 10px;
}
.review-card {
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.price-rate,
.pricing-plan {
  border-radius: 5px;
  padding: 20px;
}
.review-card p {
  color: #6f6f6f;
  margin: 16px 0;
  min-height: 102px;
  max-height: 110px;
  overflow-y: scroll;
  /* -webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; */
  display: -webkit-box;
}
.review-card p::-webkit-scrollbar {
  width: 3px;
}

.review-card p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.review-card p::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 4px;
}

.review-users {
  display: flex;
  align-items: center;
}
.review-users a {
  color: #0c1c29;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
.review-users span {
  font-size: 14px;
  display: block;
}
.review-card .star {
  color: #fea843;
}
.review-content-wrap img.review-bg {
  position: absolute;
  bottom: 50px;
  left: 15px;
}
.price-section {
  /* background: var(--midnight-blue); */
  background: linear-gradient(to bottom, rgba(10, 12, 12, 0.98), rgba(10, 12, 12, 0.8)), url(../img/bg/membership-bg.jpg);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
.pricing-plan {
  background: #fff;
  margin-bottom: 24px;
}
.faq-card,
.price-feature li {
  margin-bottom: 12px;
}
.price-rate {
  background: #f7f8f9;
}
.price-feature li {
  display: flex;
  align-items: center;
  color: #1f2020;
}
.price-feature li span {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bg-success {
  background: #27ae60 !important;
}
.bg-danger {
  background: #ef1e1e !important;
}
.pricing-plan-active {
  background: linear-gradient(#000229, #000229) padding-box,
    linear-gradient(90deg, #2f80ed, #3538cd, #7c60aa, #ef1e1e, #ffa201)
      border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 20px;
}
.pricing-plan-active .price-rate {
  background: #1f2020;
}
.faq-section {
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
.head-collpase {
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(219, 219, 219, 0.25);
  padding: 16px 20px;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.faq-heading {
  color: #262a2a;
  font-size: 15px;
  display: block;
  position: relative;
  text-align: left;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faq-heading {
    font-size: 18px;
    font-weight: 500;
  }
}
.faq-heading:after {
  font-family: Feather;
  font-weight: 900;
  content: "\e9b2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #262a2a;
}
.head-collpase:not(.collapsed) .faq-heading:after {
  content: "\e997";
}
.faq-card .card-collapse p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
}
.multi-collapse {
  margin-top: 10px;
}
.head-collpase:not(.collapsed) {
  background: linear-gradient(white, #fff) padding-box,
    linear-gradient(90deg, #2f80ed, #3538cd, #7c60aa, #ef1e1e, #ffa201)
      border-box;
  border: 1px solid transparent;
}
.faq-left-item,
.footer,
.footer .footer-bottom {
  background: var(--midnight-blue);
}
.faq-left-item {
  border-radius: 10px;
  padding: 40px 40px 0;
  max-width: 600px;
}
.footer {
  position: relative;
  z-index: 1;
}
.footer-content h2 {
  text-align: center;
  color: #fff;
  margin: 24px;
  font-size: 36px;
  font-weight: 700;
}
.footer .section-bg .footer-bg {
  left: 0;
  top: 0;
  z-index: -1;
}
.footer .footer-top {
  padding: 60px 0;
  position: relative;
}
.footer-bottom-text {
  padding: 20px 0;
}
.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-align: center;
}
.footer .footer-widget .footer-logo {
  margin-bottom: 25px;
}
.footer .footer-menu ul li {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.footer .footer-menu ul li a {
  font-size: 16px;
  color: #fff;
}
.footer .social-icon {
  text-align: right;
}
.footer .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .social-icon ul li a {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
}
.footer .footer-bottom .copyright-text p {
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .copyright-text p img {
  margin-left: 10px;
}
.back-to-top-icon.show {
  opacity: 1;
  transition: 0.5s;
}
.back-to-top-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--tp-common-blue);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  transition: 0.5s;
  opacity: 0;
}
.back-to-top-icon:hover {
  color: #fff;
  background: var(--tp-common-blue-4);
}
.offcanvas {
  transition: 1s;
}
.offcanvas .custom-btn-close {
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: var(--tp-common-blue);
  opacity: 1;
  color: #fff !important;
}
.media-icons {
  position: fixed;
  right: 10px;
  bottom: 25%;
  z-index: 100;
  background: #fff;
  padding: 5px;
  border-radius: 110px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (min-width: 768px) {
  .media-icons {
    bottom: 40%;
  }
}
.media-icons a {
  width: 28px;
  height: 28px;
  /* font-size:14px; */
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 5px;
}

.media-icons a.whatsap-icon {
  background: #25d366;
}
.media-icons a.whatsap-icon:hover {
  background: #1ebe5d;
}

.media-icons a.twit-icon {
  background: #1da1f2;
}

.media-icons a.twit-icon:hover {
  background: #0d8ddb;
}

.media-icons a.inst-icon {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.media-icons a.inst-icon:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #e6d464 0%,
    #e6d464 5%,
    #e34c40 45%,
    #b31d89 60%,
    #1e4ccf 90%
  );
}

.media-icons a.fb-icon {
  background: #1877f2;
}

.media-icons a.fb-icon:hover {
  background: #145dbf;
}

.media-icons a.linkedin-icon {
  background: #0077b5;
}
.media-icons a.linkedin-icon:hover {
  background: #005983;
}

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 62px;
    padding: 0 !important;
  }
  .main-nav > li > a > i {
    font-size: 13px;
    margin-left: 3px;
  }
  .main-nav li > ul {
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    width: 100%;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}
@media only screen and (max-width: 1399.98px) {
  .inner-item-banner .inner-img-banner {
    max-width: 550px;
    top: 50px;
  }
  .banner-content h2 {
    font-size: 38px;
  }
  .main-menu-wrapper .main-nav li + li {
    margin-left: 15px;
  }
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 15px;
  }
  .header-navbar-rht > li {
    padding-right: 10px;
  }
  .footer .footer-bottom .copyright-text p,
  .footer .footer-menu ul li a {
    font-size: 12px;
  }
  .faq-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .logo img {
    max-width: 170px;
  }
  .capable-box .sec-bg img {
    max-width: 400px;
  }
  .inner-item-banner .inner-img-banner {
    max-width: 450px;
  }
  .main-menu-wrapper {
    margin: 0;
  }
  .header-navbar-rht li > a,
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 13px;
  }
  .btn-primary,
  .btn-secondary {
    padding: 10px 20px;
  }
  .footer-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner-content,
  .container,
  .faq-left-item {
    max-width: 100%;
  }
  .available-features,
  .banner-content,
  .capable-box,
  .copyright-text,
  .footer .footer-widget.footer-menu ul,
  .footer .social-icon,
  .mobile_btns,
  .section-header p {
    text-align: center;
  }
  .main-menu,
  .sidebar-overlay.opened {
    display: block;
  }
  .banner-img-2,
  .banner-img-3,
  .banner-left-bg-01,
  .banner-top-bg,
  .capable-box .bg-1,
  .capable-box .sec-bg img,
  .hero-section::after,
  .inner-item-banner,
  .main-nav ul,
  .section-bg {
    display: none;
  }
  .main-nav li a:hover {
    color: var(--tp-common-red);
  }
  .capable-box {
    padding: 40px;
  }
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 14px;
    font-weight: 500;
  }
  .banner-wrap-btn,
  .footer .footer-bottom .copyright-text p {
    justify-content: center;
  }
  body {
    font-size: 15px;
  }
  .header-navbar-rht > li {
    padding-right: 15px;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    background: #fff;
  }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-menu-wrapper .main-nav li + li,
  .main-nav li + li,
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    font-size: 14px;
  }
  .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: 0.4s;
    background-color: #fff;
    margin: 0;
    display: inline-table;
    height: 100vh;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-nav > li {
    border-bottom: 1px solid #e1e2e5;
    margin-right: 0;
  }
  #mobile_btn {
    line-height: 0;
    display: inline-block;
  }
  .mobile_btns {
    color: var(--tp-common-red);
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }
  .header .header-left .sidebar-logo {
    padding: 26px 0;
  }
  .footer-widget {
    margin-bottom: 0px;
  }
  .footer .footer-top {
    padding-bottom: 0;
  }
  .inner-item {
    margin-bottom: 24px;
  }
  .banner-content h2 {
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto 15px;
  }
  .header-nav {
    height: auto;
  }
  .banner-content .btn {
    padding: 14px 20px;
    min-width: 180px;
  }
  .price-section {
    padding: 60px 0 36px;
  }
  .copyright-text {
    margin-bottom: 0px;
  }
  .footer .footer-bottom .copyright {
    padding: 20px 0;
  }
  .faq-title {
    font-size: 16px;
  }
  .section-header h2 {
    font-size: 28px;
  }
  .footer-bottom-text {
    padding: 30px 0 40px;
  }
  .social-icon {
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding-top: 60px;
  }
  .hero-section {
    height: 100%;
    padding: 60px 0;
    background-image: none;
  }
  .admin-templates,
  .counter-sec,
  .customer-review,
  .latest-version-sec,
  .other-modules-sec,
  .template-features {
    padding: 50px 0 26px;
  }
  .banner-content p {
    margin: 0 auto 20px;
    font-size: 16px;
    max-width: 820px;
  }
  .home-banners .banner-content.top-content {
    padding-top: 0;
  }
  .latest-version-sec {
    margin-top: 0;
  }
  .faq-section {
    padding: 0 0 50px;
  }
  .looking-something {
    padding: 50px 0;
  }
  .template-usability {
    padding: 60px 0 20px;
  }
  .counting-box span {
    font-size: 18px;
  }
  .capable-box .section-header,
  .faq-right-item .section-header {
    align-items: center !important;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 1.75rem;
  }
  .h3,
  h3 {
    font-size: 1.375rem;
  }
  .h4,
  h4 {
    font-size: 1rem;
  }
  .h5,
  .h6,
  h5,
  h6 {
    font-size: 15px;
  }
  .main-nav > li.active > a::after,
  .main-nav > li > a:hover::after {
    top: 0;
    bottom: inherit;
  }
  .footer-content h2 {
    font-size: 22px;
  }
  .banner-content .btn {
    padding: 14px;
    min-width: 70px;
  }
  .banner-content h2 {
    font-size: 24px;
  }
  .banner-content p {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .footer .footer-bottom .copyright {
    padding: 20px 0;
  }
  .core-feature h5,
  .review-users a {
    font-size: 16px;
  }
  .btn-primary,
  .btn-secondary,
  .btn.btn-white {
    font-size: 13px;
  }
  .price-title span {
    width: 65px;
    height: 65px;
  }
  .counter-sec,
  .faq-section,
  .inner-page,
  .latest-version-sec {
    padding: 0px 0 0px;
  }
  .customer-review,
  .hero-section,
  .looking-something,
  .template-features,
  .template-usability {
    padding: 0px 0;
  }
  .layout-design {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding-top: 40px;
  }
  .faq-title > a:after {
    right: 0;
  }
  .capable-box {
    padding: 24px;
  }
  .section-header h2 {
    text-align: center;
  }
  .other-modules-sec {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-wrap,
  .counter-card,
  .qr-code {
    margin-bottom: 24px;
  }
  body {
    font-size: 0.8125rem;
  }
  .h1,
  h1 {
    font-size: 1.75rem;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.25rem;
  }
  .h4,
  h4 {
    font-size: 1rem;
  }
  .h5,
  .h6,
  h5,
  h6 {
    font-size: 15px;
  }
  .banner-content .btn,
  .btn-primary,
  .btn-secondary,
  .btns-primary {
    padding: 10px;
  }
  .available-temp-features ul li .available-framework,
  .navbar-header {
    width: 100%;
  }
  .banner-content h1 {
    font-size: 20px;
  }
  .section-header h2 {
    font-size: 20px !important;
  }
  .section-header h5 {
    font-size: 14px !important;
  }
  #mobile_btn {
    margin-right: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
  }
  .banner-shape .about-shape-2,
  .customise-bg,
  .footer-bg,
  .header-navbar-rht,
  .navbar-brand.logo {
    display: none;
  }
  .navbar-brand.logo-small {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0 45px;
  }
  .navbar-brand.logo img {
    height: 40px;
  }
  .footer-widget .submit-btns .btn {
    padding: 15px;
    font-size: 14px;
  }
  .application-btn .banner-btns,
  .price-title span {
    margin-right: 10px;
  }
  .author-logo ul li {
    margin: 0;
    display: block;
  }
  .banner-hero {
    padding-left: 18px;
  }
  .faq-title {
    font-size: 14px;
  }
  .inner-content .inner-content-left h3 {
    font-size: 16px;
    color: #1c0828;
  }
  .qr-code {
    margin-right: 0;
  }
  .footer .footer-menu ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0px;
  }
  .available-temp-features ul {
    flex-direction: column;
  }
  .available-temp-features ul li {
    width: 100%;
    margin-right: 0;
  }
}

/* form */
.registration_form {
  padding-top: 60px;
}
.form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}

.contact-form {
  background-color: #fff;
  position: relative;
}

form {
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 12px 0;
}

.input {
  width: 100%;
  outline: none;
  border: 1px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: var(--tp-common-blue);
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

@media (max-width: 850px) {
  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0rem 1rem;
  }

  form {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* video */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 991px) {
  .wrapper {
    height: calc(100vh - 100px);
  }
}
.wrapper .wrapper__video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
/* img viver */
#imagePreviewModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1050654;
}

#imagePreviewModal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#previewImage {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

#closePreview {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1100;
}

.dashboard-carousel {
  position: relative;
}

.dashboard-carousel .owl-nav {
  /* position: absolute;
    top: -50px;
    right: 0; */
  display: block;
  gap: 10px;
}

.dashboard-carousel .owl-nav span {
  background: var(--midnight-blue) !important;
  color: #fff !important;
  border: none !important;
  padding: 5px 10px !important;
  font-size: 18px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

.dashboard-carousel .owl-nav span:hover {
  background: #555;
}

.dashboard-carousel .owl-nav.disabled {
  display: block !important;
}
/* testimonial crousel */
.testimonial-carousel {
  position: relative;
}

.testimonial-carousel .owl-nav {
  /* position: absolute;
    top: -50px;
    right: 0; */
  display: block;
  gap: 10px;
}

.testimonial-carousel .owl-nav span {
  background: var(--midnight-blue) !important;
  color: #fff !important;
  border: none !important;
  padding: 5px 10px !important;
  font-size: 18px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

.testimonial-carousel .owl-nav span:hover {
  background: #555;
}

.testimonial-carousel .owl-nav.disabled {
  display: block !important;
}

.nav-pills.inner-tab {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: unset;
  border-radius: 50px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 1px 1px rgb(18 20 32 / 14%) !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: unset;
}

.nav-pills.inner-tab .nav-item {
  flex-shrink: 0;
}

.nav-pills.inner-tab::-webkit-scrollbar {
  height: 2px;
}

.nav-pills.inner-tab::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.nav-pills.inner-tab::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.nav-pills.inner-tab::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox scrollbar styling */
@supports (scrollbar-color: auto) {
  .nav-pills.inner-tab {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
  }
}

.inner-tab .nav-link {
  border-radius: 50px !important;
}
.inner-tab .nav-link:hover {
  background: var(--tp-common-blue) !important;
}
.inner-tab .nav-link.active {
  background: var(--tp-common-blue) !important;
}
.module-carousel .owl-dots.disabled {
  display: block !important;
}
@media (min-width: 768px) {
  .module-carousel .owl-stage {
    margin: auto auto;
  }
}

/* register form */
.file-operation {
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.image-preview {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.image-preview img {
  width: 100%;
  border-radius: 50px;
  height: 100%;
  object-fit: cover;
}
.doc-label {
  font-size: 0.9rem;
  font-weight: 400;
}
.view_img .feather-maximize {
  font-weight: 600;
}

/* verify mail */
.otp-input {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  border: 2px solid #ccc !important;
  border-radius: 5px;
}

#verify-btn-mail:focus {
  border: none;
  box-shadow: none;
}

.is-invalid {
  border-color: var(--tp-common-red);
}
.f-w-400 {
  font-weight: 400 !important;
}
.registration_sideimg {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#verify-btn-mail {
  background: var(--tp-common-blue);
  border: 0;
  transition: 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#resp_msg_block {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
}
#resp_otp_block {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
}
.wrong-otp {
  padding: 2px 20px;
  font-weight: 600;
  /* margin-bottom: 30px; */
  border-radius: 50px;
}
.msg_st_success {
  background: #44f7201a;
  color: #008d0e;
}
.msg_st_error {
  background: #ff00001a;
  color: red;
}
.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.reg_succ {
  color: #77b33f;
}
section {
  scroll-margin-top: 110px !important;
  scroll-behavior: smooth !important;
}
@media (min-width: 768px) {
  section {
    scroll-margin-top: 70px !important;
    scroll-behavior: smooth !important;
  }
}

.upload-btn {
  background: rgba(0, 0, 0, 0.1);
}
.upload-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.error-message {
  color: red !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.is-invalid {
  border-color: red !important;
}
.list-style-disc {
  list-style-type: disc !important;
}
.banner_btn{
  font-size:16px !important;
  padding: 10px 16px;
}
