@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;1,900&display=swap);
a,
a:focus,
a:hover {
  text-decoration: none;
}
body,
p {
  font-size: var(--fontSize);
  font-family: var(--optionalfontFamily);
}
a,
body,
li,
p {
  font-family: var(--optionalfontFamily);
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blackColor);
}
.pt-100,
.ptb-100 {
  padding-top: 100px;
}
.pb-100,
.ptb-100 {
  padding-bottom: 100px;
}
#fluid,
.mouse-cursor {
  pointer-events: none;
  top: 0;
}
.book-item .image::before,
.book-slider.owl-theme .owl-nav [class*="owl-"]:focus,
.book-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--blackColor);
}
.default-btn,
.single-testimonial-item .icon i {
  background: linear-gradient(to right, #ea0a8c, #3b237b);
}
#banner-vid,
.inner-img1 img {
  object-fit: cover;
}
:root {
  --optionalfontFamily: "Poppins", sans-serif;
  --mainColor: #ea0a8c;
  --optionalColor: #6b6b84;
  --whiteColor: #ffffff;
  --blackColor: #031521;
  --fontSize: 16px;
  --transition: 0.5s;
}
body {
  padding: 0;
  margin: 0;
  color: var(--optionalColor);
}
#fluid {
  position: fixed;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 10000000;
}
::-webkit-scrollbar {
  display: none;
}
body,
html {

  overflow-x: clip;
}
a {
  transition: var(--transition);
}
.c-bg-light:hover .service-label,
p {
  color: #000;
}
a:focus,
a:hover {
  color: var(--mainColor);
  outline: 0;
}
button:focus,
input:focus {
  outline: 0;
}
p {
  line-height: 1.6;
  margin-bottom: 12px;
}
.book-list li:last-child,
.main-banner-content .text p,
.main-banner-content p,
.products-about-content .products-list li:last-child,
p:last-child {
  margin-bottom: 0;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.pb-70 {
  padding-bottom: 70px;
}
.default-btn,
.default-btn2 {
  z-index: 1;
  transition: var(--transition);
  opacity: 1;
  padding: 8px 30px;
  color: var(--whiteColor);
  text-align: center;
  font-weight: 600;
  font-family: var(--optionalfontFamily);
  display: inline-block;
  overflow: hidden;
}
.default-btn {
  border: none;
  position: relative;
  border-radius: 30px;
}
.default-btn span,
.default-btn2 span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 30px;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
}
.default-btn2:hover,
.default-btn:hover {
  color: var(--whiteColor) !important;
}
.default-btn2:hover span,
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.default-btn i,
.default-btn2 i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.default-btn2 {
  border: none;
  position: relative;
  background-color: #3d3367;
  border-radius: 30px;
}
.sec1-h3,
.service-label {
  font-family: Poppins, Sans-serif;
}
@media only screen and (max-width: 480px) {
  .c-height {
    height: 100vh !important;
    min-height: unset !important;
  }
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
  .logo img {
    max-width: 200px !important;
  }
  .tabs li {
    width: 50%;
    margin-bottom: 10px;
  }
  .copyright-sec p {
    font-size: 14px;
  }
}
.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: grey;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: grey;
  opacity: 0.3;
}
.preloader .box,
.preloader .shadow {
  background: var(--whiteColor);
  position: absolute;
  left: 0;
}
.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid grey;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: 80ms ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.mouse-cursor {
  position: fixed;
  left: 0;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}
.section-title {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 45px;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 14px;
}
.section-title h3 {
  font-size: 35px;
  margin-bottom: 14px;
}
.section-title h2 > span,
.section-title h3 > span {
  color: #ea0a8c;
}
.section-title p {
  line-height: 1.8;
  margin: 0;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--mainColor);
  top: 0;
  left: 0;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.preloader .box {
  width: 100%;
  height: 100%;
  animation: 0.5s linear infinite animate;
  top: 0;
  border-radius: 3px;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  opacity: 0.1;
  top: 59px;
  border-radius: 50%;
  animation: 0.5s linear infinite shadow;
}
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
.navbar {
  position: relative;
  border-bottom: 1px solid grey;
  transition: 0.5s ease-in-out;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 2px 0 #fff;
  background-color: #000000b5 !important;
  backdrop-filter: blur(5px);
  border-bottom: 0;
  border-radius: 80px;
  margin-top: 5px;
  padding: 15px 25px;
}
.navbar-light {
  background-color: transparent !important;
}
.navbar-light .logo h3 {
  font-size: 35px;
  margin-bottom: 0;
}
.navbar-light .navbar-nav {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.navbar-light .navbar-nav .nav-item a {
  font-size: 17px;
  color: var(--whiteColor);
  text-transform: capitalize;
  position: relative;
  padding: 0;
  margin-left: 13px;
  margin-right: 8px;
  font-weight: 500;
  font-family: var(--optionalfontFamily);
}
.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky .call_any h6,
.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky .call_any span,
.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky a {
  color: #fff;
}
h6,
nav.navbar.navbar-expand-lg.navbar-light.bg-light .call_any span {
  color: #ffff;
}
.navbar-light .navbar-nav .nav-item a.active,
.navbar-light .navbar-nav .nav-item a:focus,
.navbar-light .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
  position: relative;
  transition: var(--transition);
}
.navbar-light .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}
.main-banner-content .banner-holder a:last-child,
.navbar-light .navbar-nav .nav-item:last-child a,
.navbar-light .others-option .option-item .social-icon li:last-child {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.navbar-light .navbar-nav .nav-item.active a,
.navbar-light .navbar-nav .nav-item:hover a {
  color: var(--mainColor);
  transition: var(--transition);
}
.navbar-light .others-option .option-item .social-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-light .others-option .option-item .social-icon li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}
.navbar-light .others-option .option-item .social-icon li i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  transition: var(--transition);
  color: var(--blackColor);
}
.navbar-light .others-option .option-item .social-icon li i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.hero-banner {
  position: relative;
  z-index: 1;
  min-height: 800px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
}
.video-overlay {
  background: rgb(0 0 0 / 52%);
}
#banner-vid,
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.c-height {
  height: 800px;
  padding: 180px 0 0;
}
.hero-banner .main-banner-content p {
  color: var(--whiteColor);
}
.hero-banner .main-banner-content .text p {
  color: var(--blackColor);
}
.main-banner-content {
  position: relative;
  z-index: 1;
}
.main-banner-content > span {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.main-banner-content h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
.book-about-content strong,
.products-about-content span {
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
}
.main-banner-content .banner-btn,
.main-banner-content .banner-holder {
  margin-top: 30px;
}
.main-banner-content .text {
  margin-top: 10px;
}
.main-banner-content .banner-holder a {
  margin-right: 10px;
}
.book-item {
  transition: var(--transition);
}
.book-item .image {
  position: relative;
  text-align: center;
  z-index: 1;

  margin-bottom: 28px;
  overflow: hidden;
}
.book-area {
    background: #f5f5f5;
}
.book-item .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.book-item .image .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.book-item .image .icon a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  text-align: center;
  border-radius: 50px;
  font-size: 25px;
  transition: var(--transition);
}
.book-item .image .icon a i:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.book-item:hover .image::before {
  opacity: 0.5;
  visibility: visible;
}
.book-item:hover .image .icon {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.book-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.book-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 47px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  color: var(--mainColor);
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.book-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -10px;
}
.book-slider.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: var(--transition);
}
.book-slider.owl-theme:hover .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 0;
}
.book-about-image {
  background-image: url(../img/book-about.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.book-about-content {
  padding: 10px;
}
.book-about-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}
.book-about-content p,
.products-about-content p {
  margin-top: 15px;
  margin-bottom: 0;
}
.book-about-content .book-list,
.products-about-content .products-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.book-list li,
.products-about-content .products-list li {
  list-style-type: none;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.book-list li i,
.products-about-content .products-list li i {
  font-size: 20px;
  color: var(--mainColor);
  margin-right: 5px;
}
.products-about-content span {
  color: var(--mainColor);
}
.awards-links,
.companies,
.kindle-chart,
.kindle-chart span,
.number-box,
.services-links,
.tabs {
  display: flex;
  display: flex;
}
.products-about-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  margin-top: 12px;
}
.products-about-image {
  text-align: right;
}
.single-testimonial-item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}
.single-testimonial-item .testimonial-desc {
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 45px 25px 25px;
  text-align: center;
}
.single-testimonial-item .testimonial-desc p {
  margin-bottom: 0;
  position: relative;
}
.single-testimonial-item .testimonial-desc::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: var(--whiteColor);
  transform: rotate(45deg);
}
.single-testimonial-item .icon i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--whiteColor);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-size: 35px;
}
.single-testimonial-item .client-info {
  position: relative;
  padding-left: 58px;
  margin-top: 32px;
  margin-left: 26px;
}
.single-testimonial-item .client-info img {
  width: 45px !important;
  height: 45px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.single-testimonial-item .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.single-testimonial-item .client-info span {
  display: block;
  color: var(--optionalColor);
  margin-top: 4px;
  font-family: var(--optionalfontFamily);
  font-weight: 600;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--mainColor);
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: scale(0);
}
.testimonial-slides.owl-theme .owl-dots .owl-dot.active span::before,
.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.testimonial-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: 0;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.c-drop-down {
  box-shadow: 0 0 4px 1px #eaf3fb40, 0 3px 6px rgb(0 0 0 / 5%);
  border-radius: 5px;
  background: #000;
  width: 340px;
  top: 21px;
  -ms-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 0;
  left: 0;
  padding: 18px 0 10px;
  transform: scale(0);
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 2;
  position: absolute;
  backdrop-filter: blur(12px);
}
.c-drop-down a:hover {
  color: #fff !important;
}
.list-tabs ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  top: 9px;
  position: absolute;
  border-radius: 50%;
  left: -2px;
  box-shadow: inset 0 0 0 12px #ea0a8c;
}
.drop-show:hover .c-drop-down {
  transform: scale(1);
}
.c-drop-down a {
  font-size: 15px !important;
}
.list-tabs ul {
  padding: 0;
}
.list-tabs ul li {
  margin-bottom: 9px;
  position: relative;
}
header .navbar-nav {
  margin-right: 5rem;
}
.footer-box-1 img,
.logo img {
  max-width: 250px;
}
.banner_from {
  position: relative;
  background: #000000b0;
  padding: 30px 40px;
  border-radius: 10px;
  width: 65%;
  margin-inline-start: auto;
  z-index: 1;
}
.banner_from form .form-control {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff29;
  height: 55px;
  color: #fff;
}
.banner_from h3 {
  font-size: 33px;
  color: #fff;
  margin-bottom: 20px;
}
.banner_from form textarea {
  height: 120px !important;
  resize: none;
}
.banner_from form .form-control::placeholder {
  color: #fff;
}

.tankyou-sec {
  background: linear-gradient(to right, #ea0a8c, #3b237b);
  position: relative;
  z-index: 0;
}
.section-2{
    background: #fff;
}
.banner-terms::before,
.contact-area:before,
.portfolio::before,
.section-2::before,
.thankyou-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/backgrounds/sec-2after.png);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: color-dodge;
}
.grey-bg:hover,
.red-bg {
  background-image: linear-gradient(to top, #ea0a8c, #3b237b);
}
.c-bg-light {
  background-color: #f3f3f3;
  transition: 0.3s ease-in-out;
  padding: 40px 30px;
  cursor: pointer;
}
.c-bg-light:hover {
  animation: 2s infinite alternate gradientShift;
  box-shadow: inset 0 0 12px 2px #ffffff40;
}
@keyframes gradientShift {
  0%,
  100% {
    background: linear-gradient(to right, #ea0a8c, #3b237b);
  }
  25% {
    background: linear-gradient(to right, #fff, #ffff);
  }
  50% {
    background: linear-gradient(to left, #3b237b, #ea0a8c);
  }
  75% {
    background: linear-gradient(to left, #fff, #fff);
  }
}
.c-bg-light:hover .effect-2 {
  padding: 0 0 0 20px;
  transition: 0.3s;
}
.effect-2 {
  transition: 0.3s;
  position: relative;
}
.c-bg-light:hover .service-arrow {
  color: #000;
  margin-right: -10px;
  position: absolute;
  right: 0;
}
.service-label {
  color: #101010;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.effect {
  width: 40px;
  transition: 0.9s;
  position: absolute;
  opacity: 0;
  left: -34px;
}
.after,
.grey-bg,
.icon-box,
.sec1-h3 {
  transition: 0.3s;
}
.after,
.features,
.kindle-service,
.portfolio,
.sec1-h3 {
  position: relative;
}
.c-bg-light:hover .effect {
  width: 60px;
  opacity: 0.4;
}
.red-bg {
  background-color: #e9204f;
}
.custom-card {
  padding: 60px 40px;
}
.sec1-h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 20px;
  padding-bottom: 6px;
}
.sec1-p {
  color: #fff;
  font-family: Roboto, Sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}
.icon-box {
  margin-bottom: 60px;
  font-size: 40px;
  color: #ea0a8c;
}
.bottom-link p,
.footer-box-1 .clock-box-links li a,
.grey-bg:hover .icon-box,
.grey-bg:hover .sec1-h3::after,
.inner-side-cont .num a,
.tabs > li > a,
.tabs > li > a:hover,
.text-yellow {
  color: #fff;
}
.grey-bg {
  background-color: #1b1b1b;
}
.after::after,
.kindle-chart span,
.kindle-chart span::before,
.social-links-list li a:hover {
  background: linear-gradient(to right, #ea0a8c, #3b237b);
}
.sec1-h3::after {
  content: "";
  position: absolute;
  color: #3b237b;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid;
  width: 25px;
  transition: 0.3s;
}
.kindle-service,
.number-box,
.social-links-list li a {
  transition: 0.3s ease-in-out;
}
.after::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 67px;
  min-width: 106%;
  z-index: -1;
}
.features {
  z-index: 0;
  background: #000;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/backgrounds/sec-2after.png) 0 0 / cover no-repeat;
  z-index: -1;
}
.inner-side-cont::before
 {
  background-image: url(../img/backgrounds/sec-2after.png);
  z-index: -1;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.tabs {
  margin-bottom: 0;
  justify-content: end;
  align-items: center;
}
.tabs > li > a {
  font-weight: 600;
  padding: 20px;
}
.tabs > li.current > a {
  text-decoration-line: underline;
  text-decoration-style: double;
  color: #fff;
}
.portfolio {
  background: linear-gradient(to left, #ea0a8c, #3b237b);
  z-index: 0;
}
.kindle-service {
  background: #fff;
  padding: 70px 25px;
  max-height: 319px;
}
.kindle-service h4 {
  color: #000;
  margin-bottom: 27px;
  margin-top: 23px;
  font-weight: 700;
  text-align: center;
}
.kindle-service p {
  color: #000;
  font-weight: 600;
  text-align: center;
}
.kindle-chart span,
.number-box {
  border-radius: 50%;
  font-weight: 700;
}
.number-box {
  height: 60px;
  width: 60px;
  background: var(--mainColor);
  color: #000;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -21px;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  font-family: system-ui;
}
.kindle-chart {
  column-gap: 20px;
}
.kindle-chart span {
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  padding: 13px 10px;
  position: relative;
  width: 51px;
  height: 51px;
  font-family: var(--optionalfontFamily);
}
.kindle-chart span.before-hide::before {
  position: unset !important;
  height: unset;
}
.kindle-chart span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 145px;
  z-index: -1;
  top: 0;
}
.kindle-chart-label h6 {
  color: var(--mainColor);
  font-size: 25px;
  line-height: 57px;
}
.inner-side-cont h3,
.inner-side-menu h3 {
  text-transform: uppercase;
  font-family: "Agency FB";
  color: #fff;
}
.kindle-chart-label p {
  color: #000;
  font-weight: 400;
}
.kindle-work-img img {
  box-shadow: -9px 0 0 0 #ea0a8c8a, -10px 10px 5px 0 #3b237b38;
}
.kindle-work {
  background: ;
  position: relative;
  z-index: 0;
}
.kindle-work::before {
  position: absolute;
  background-repeat: no-repeat;
}
.contact-area {
  position: relative;
  z-index: 0;
  background: #f5f5f5;
}
.contact-form {
  background: #000000b0;
  padding: 35px;
}
.contact-form form .form-control {
  height: 60px;
  padding: 0 15px;
  line-height: initial;
  color: var(--blackColor);
  background-color: #fff;
  border: 0 solid #cecfdf;
  border-radius: 2px;
  transition: var(--transition);
  box-shadow: unset !important;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: var(--optionalfontFamily);
}
.inner-side-cont,
.inner-side-menu {
  border-radius: 30px;
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form form textarea {
  height: auto !important;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 20px 20px;
  color: var(--blackColor);
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid var(--mainColor);
  color: var(--optionalColor);
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blackColor);
  font-size: 20px;
  transition: var(--transition);
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
  color: var(--mainColor);
}
.inner-img1 img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.5s;
  height: 450px;
}
.inner-img1 img:hover {
  filter: grayscale(0);
}
.inner-side-menu h3 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 0;
}
.inner-side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner-side-menu ul li {
  margin-bottom: 6px;
}
.inner-side-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0.5rem;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-side-menu ul li:hover svg {
  transform: rotate(0);
}
.inner-side-menu ul li i,
.inner-side-menu ul li svg {
  color: #fff;
  fill: #ffffff;
  transform: rotate(45deg);
  margin-right: 1rem;
  font-size: 10px;
}
.inner-side-menu {
  padding: 3rem;
  background: #ea0a8c;
}
.inner-side-cont {
  padding: 5rem 3rem;
  background: #000;
  margin-top: 2rem;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.inner-side-cont::before {
  position: absolute;
  background-repeat: no-repeat;
  filter: invert(0.5) brightness(0.5);
}
.inner-side-cont h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 0;
}
.inner-side-cont p {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  margin: 2rem 0;
}
.inner-side-cont .num i {
  color: #fc9400;
  fill: #fc9400;
  margin-right: 1rem;
  font-size: 32px;
  transition: 0.5s;
}
.footer-parent {
  position: relative;
  z-index: 1;
  background-color: #ea0a8c;
}
.footer-parent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset -250px -200px 20px 0 #fff;
  z-index: -10;
  border-radius: 0 0 0 25rem;
  background: linear-gradient(to right, #fff, #fff, #fff);
}
.footer-box-1 .clock-box-links {
  margin: 0 0 10px;
  border-bottom: 2px solid #ccc;
  padding: 0 0 10px;
}
.footer-box-1 h6,
.footer-box-1 strong.h6 {
  line-height: 25px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #fff;
  font-family: var(--optionalfontFamily);
}
.social-links,
.social-links-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 0;
  justify-content: center;
  width: fit-content;
}
.clock-box-links li,
li {
  list-style: none;
}
.footer-box-2 strong.h4 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}
.social-links-list li a {
  color: #fff;
  padding: 5px 9px;
  border: 1px solid;
  border-radius: 50%;
}
.social-links-list li a:hover {
  color: #000;
}
.services-links {
  flex-wrap: wrap;
  padding: 0;
}
.services-links li {
  width: 50%;
}
.services-links li i {
  padding: 0 5px 0 0;
  color: #ea0a8c;
  font-size: 14px;
}
.services-links li a {
  color: #000;
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 400;
}
.awards-links {
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.companies {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.companies img {
  max-width: 127px;
}
footer .bdrwrp {
  border-top: 1px solid #363636;
  padding: 30px 0 0;
  margin: 5px 0 0;
}
footer .navwrp h4 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 20px;
  background: linear-gradient(to right, #fff 0, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .navwrp ul li {
  padding: 0 0 5px;
}
footer .navwrp ul li a {
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .pb-100,
  .ptb-100 {
    padding-bottom: 50px;
  }
  .pt-100,
  .ptb-100 {
    padding-top: 50px;
  }
  .banner_from,
  .services-links li {
    width: 100%;
  }
  .after::after {
    position: unset;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .blog-details-desc .article-content .features-list li,
  .main-banner-content > span,
  .products-details-tab .tabs li a,
  .section-title p,
  p {
    font-size: 15px;
  }
  .section-title {
    margin: 0 auto 30px;
  }
  .app-banner-area .main-banner-content h1,
  .main-banner-content h1,
  .newsletter-form-content .newsletter-content h2,
  .page-title-content h2,
  .saas-banner-area .main-banner-content h1,
  .section-title h2,
  .single-pricing-box .price,
  .users-content h3 {
    font-size: 25px;
  }
  .navbar-light .navbar-nav .nav-item a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .main-banner-content .banner-btn,
  .navbar-light .others-option .option-item .social-icon {
    margin-top: 20px;
  }
  .book-banner-area,
  .products-banner-area.two {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-banner-content {
    text-align: center;
    max-width: 100%;
  }
  .banner-image,
  .newsletter-form-content .newsletter-content {
    margin-top: 35px;
  }
  .book-about-content {
    padding: 0;
  }
  .app-about-content h3,
  .app-download-content h3,
  .book-about-content h3,
  .products-about-content h3,
  .saas-about-content h3 {
    font-size: 26px;
  }
  .comments-area .comment-respond .comment-reply-title,
  .comments-area .comments-title,
  .products-details-tab
    .tab_content
    .tabs_item
    .products-details-tab-content
    h3,
  .reviews-slides .reviews-feedback .single-feedback p,
  .single-app-features h3,
  .single-blog-post .post-content h3,
  .single-book-feature h3,
  .single-gallery-item .gallery-content h3,
  .single-pricing-box .pricing-header h3,
  .single-saas-features h3 {
    font-size: 20px;
  }
  .single-book-feature .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
  .single-fun-fact h3 {
    font-size: 30px;
    margin: 6px 0 5px;
  }
  .reviews-area {
    overflow: hidden;
  }
  .newsletter-form-content .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }
  .app-about-area .container,
  .author-content,
  .products-details-tab .tab_content {
    padding: 20px;
  }
  .author-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .author-content .social-icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .author-area .row .col-lg-4 {
    padding-right: 15px;
  }
  .app-about-content,
  .app-banner-area .banner-image,
  .author-image,
  .newsletter-image,
  .products-banner-area .banner-image {
    text-align: center;
  }
  .single-blog-post .post-content {
    padding: 16px;
  }
  .contact-image,
  .faq-image,
  .specification-image {
    margin-bottom: 35px;
    text-align: center;
  }
  .products-banner-area {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .products-about-image,
  .saas-about-image {
    text-align: center;
    margin-top: 30px;
  }
  .app-about-image,
  .app-download-content {
    margin-top: 35px;
    text-align: center;
  }
  .why-choose-image {
    margin-bottom: 20px;
  }
  .app-download-content .app-holder a img {
    max-width: 100px;
  }
  .video-content {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .video-content h3 {
    font-size: 28px;
  }
  .app-banner-area .main-banner-content .banner-holder a img {
    max-width: 128px;
  }
  .app-banner-area .banner-image img {
    max-width: 100%;
  }
  .banner-form,
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
  .overview-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f3f3f3;
  }
  .overview-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .overview-content,
  :nth-child(3) .overview-left-img {
    margin-bottom: 30px;
  }
  .overview-content.text-color {
    padding-left: 0;
  }
  .overview-content h3 {
    font-size: 24px;
  }
  :nth-child(3) .overview-content {
    margin-bottom: 0;
  }
  .page-title-content ul {
    margin-top: 12px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .blockquote,
  blockquote {
    padding: 30px !important;
  }
  .blockquote p,
  blockquote p {
    font-size: 18px !important;
  }
  .comments-area .comment-body {
    padding-left: 70px;
  }
  .comments-area .comment-author .avatar {
    height: 55px;
    width: 55px;
    left: -70px;
  }
  .comments-area .comment-metadata {
    font-size: 12px;
  }
  .comments-area .children {
    margin-left: 0;
  }
  .product-details-image {
    height: 500px;
  }
  .product-details-desc {
    padding: 0;
    margin-top: 25px;
  }
  .product-details-desc .buy-checkbox-btn .cbx span:last-child {
    font-size: 14px;
  }
  .products-details-tab
    .tab_content
    .tabs_item
    .products-details-tab-content
    .product-review-form
    .review-title
    .default-btn {
    display: none;
  }
  .products-details-tab
    .tab_content
    .tabs_item
    .products-details-tab-content
    .product-review-form
    .review-comments
    .review-item {
    padding-right: 0;
  }
  .products-details-tab
    .tab_content
    .tabs_item
    .products-details-tab-content
    .product-review-form
    .review-comments
    .review-item
    .review-report-link {
    position: relative;
    top: 10px;
  }
  .products-banner-area.two .banner-image {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .products-banner-area.two .main-banner-content.two h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .productsQuickView .modal-content {
    padding: 40px 10px;
  }
  .productsQuickView .modal-content .product-content {
    margin-top: 25px;
  }
  .example-demo-modal .inner {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100,
  .ptb-100 {
    padding-bottom: 70px;
  }
  .pt-100,
  .ptb-100 {
    padding-top: 70px;
  }
  .banner_from {
    margin: 0 auto;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .section-title {
    margin: 0 auto 30px;
  }
  .newsletter-form-content .newsletter-content h2,
  .section-title h2,
  .users-content h3 {
    font-size: 35px;
  }
  .navbar-light .navbar-nav .nav-item a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .main-banner-content .banner-btn,
  .navbar-light .others-option .option-item .social-icon {
    margin-top: 20px;
  }
  .book-banner-area,
  .products-banner-area.two {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main-banner-content {
    text-align: center;
    max-width: 100%;
  }
  .main-banner-content > span {
    font-size: 15px;
  }
  .app-banner-area .main-banner-content h1,
  .main-banner-content h1,
  .saas-banner-area .main-banner-content h1 {
    font-size: 46px;
  }
  .banner-image,
  .newsletter-form-content .newsletter-content {
    margin-top: 35px;
  }
  .book-about-content {
    padding: 0;
  }
  .app-about-content h3,
  .app-download-content h3,
  .book-about-content h3,
  .products-about-content h3,
  .saas-about-content h3 {
    font-size: 36px;
  }
  .reviews-slides .reviews-feedback .single-feedback p,
  .single-blog-post .post-content h3,
  .single-book-feature h3,
  .single-gallery-item .gallery-content h3,
  .single-pricing-box .pricing-header h3 {
    font-size: 20px;
  }
  .single-book-feature .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
  .single-fun-fact h3 {
    font-size: 30px;
    margin: 6px 0 5px;
  }
  .reviews-area {
    overflow: hidden;
  }
  .newsletter-form-content .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }
  .single-pricing-box .price {
    font-size: 30px;
  }
  .app-about-area .container,
  .author-content {
    padding: 20px;
  }
  .author-content h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .author-content .social-icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .author-area .row .col-lg-4 {
    padding-right: 15px;
  }
  .app-about-area,
  .app-banner-area .banner-image,
  .app-download,
  .author-image,
  .newsletter-image,
  .products-banner-area .banner-image {
    text-align: center;
  }
  .single-blog-post .post-content {
    padding: 16px;
  }
  .contact-image,
  .faq-image,
  .specification-image {
    margin-bottom: 35px;
    text-align: center;
  }
  .products-banner-area {
    height: 100%;
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .products-about-image,
  .saas-about-image {
    text-align: center;
    margin-top: 30px;
  }
  .app-about-image,
  .app-download-content {
    margin-top: 35px;
    text-align: center;
  }
  .why-choose-image {
    margin-bottom: 20px;
  }
  .video-content {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .video-content h3 {
    font-size: 28px;
  }
  .app-banner-area .main-banner-content .banner-holder a img {
    max-width: 128px;
  }
  .app-banner-area .banner-image img {
    max-width: 100%;
  }
  .saas-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-form,
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
  .overview-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f3f3f3;
  }
  .overview-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-details-image {
    height: 500px;
  }
  .product-details-desc {
    padding: 0;
    margin-top: 25px;
  }
  .page-title-content h2 {
    font-size: 40px;
  }
  .products-banner-area.two .banner-image {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .products-banner-area.two .main-banner-content.two h1 {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner-content h1 {
    font-size: 40px;
  }
  .single-blog-post .post-content h3 {
    font-size: 20px;
  }
  .single-products-feature {
    padding: 20px;
  }
  .single-products-feature h3 {
    font-size: 18px;
  }
  .single-app-features h3,
  .single-saas-features h3 {
    font-size: 22px;
  }
  .single-fun-fact p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .what-we-rp {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .c-card {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .cta-img-inner img {
    top: -48px;
    bottom: 0;
    right: 0;
    max-height: 381px;
    height: 155px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background: #000;
    padding: 25px 10px;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .list-tabs li {
    padding-left: 10px;
  }
  .navbar-toggler-icon {
    filter: brightness(100);
  }
  .book-slider2::before {
    position: unset;
  }
  .services-sec-box {
    flex-direction: column;
  }
  .services-sec-box img {
    max-height: 250px;
    max-width: 250px;
  }
  .cta-head-2 strong.h3 {
    font-size: 23px;
    line-height: 40px;
  }
}

.what-we-rp {
    padding: 0 30px 0 180px;
}
.what-we-do-main-inner-box {
    bottom: -50px;
    background: linear-gradient(to bottom, #f52045, #000, #000, #f52045);
    z-index: 2;
    padding: 30px 20px 30px 30px;
    opacity: 1;
    transition: 0.5s;
    border-radius: 30px;
}
.what-we-do-main-inner-box h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 0;
}
.book-item .image img {
    max-height: 447px;
    margin-bottom: 8px;
}
.banner-image img {
    filter: drop-shadow(-9px 0px 6px black);
}
.navbar.is-sticky .logo img {
  max-width: 200px;
}
.terms-sec .main-color {
  color: var(--mainColor);
  font-weight: 700;
}
.main-color{
    color: #ea0a8c;
}
.terms-sec h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
.terms-sec p {
  font-size: 22px;
  font-weight: 500 !important;
}
.terms-sec .terms-points li {
  list-style: circle;
  color: #000000db;
  font-weight: 600;
  font-size: 15px;
  margin: 14px 0 14px 20px;
}
.terms-sec .terms-points {
  padding: 0;
  margin: 30px 0;
}
.bottom-link p a {
  color: #000;
  font-weight: 600;
}
.banner-terms {
  padding-top: 180px;
  position: relative;
  z-index: 0;
  background: #000;
}
.inner-banner{
    background:linear-gradient(180deg, #00000091 0%, #000000d1 100%),  url(../img/backgrounds/main-bg.jpg);
}