@import url(https://fonts.googleapis.com/css2?family=Montserrat: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&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap);

.c-card .details,
.c-card .details h4,
.default-btn2 {
  text-align: center;
}

.services-links li a,
a,
a:focus,
a:hover {
  text-decoration: none;
}

body,
p {
  color: #000;
  font-size: var(--fontSize);
}

.book-banner-area .main-banner-content .text p,
.book-banner-area .main-banner-content p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blackColor);
}

:root {
  --mainfontFamily: "Montserrat", sans-serif;
  --optionalfontFamily: "Nunito", sans-serif;
  --mainColor: #383876;
  --optionalColor: #6b6b84;
  --whiteColor: #ffffff;
  --blackColor: #031521;
  --fontSize: 16px;
  --transition: 0.5s;
  --secondary: #f3ede3;
}

body,
html {
  cursor: none;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo img {
  max-width: 250px;
}

@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  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: #000;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: 80ms ease-out;
}

#banner-vid,
.video-overlay {
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

#banner-vid,
.cta-img-inner img,
.video-overlay {
  position: absolute;
  left: 0;
}

#banner-vid,
.book-item .image img {
  object-fit: cover;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.banner-image img {
  filter: drop-shadow(0px 0px 6px #ffff);
}

.img-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin: 2px;
}

.partner .owl-item {
  border-left: 1px solid #80808087;
  border-right: 1px solid #80808087;
}

.part-1 .owl-item {
  border-bottom: 1px solid #80808087;
}

.partner img {
  max-width: 120px;
}

.main-color {
  color: var(--mainColor) !important;
}

.what-we-do .section-title h2 {
  padding-bottom: 50px;
}

.what-we-do-main-inner-box {
  bottom: -50px;
  background: linear-gradient(to bottom, #ff5200, #000, #000, #ff5200);
  z-index: 2;
  padding: 30px 20px 30px 30px;
  opacity: 1;
  transition: 0.5s;
  border-radius: 30px;
}

.what-we-do-main-inner-box h3,
.what-we-do-main-inner-box h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 15px 0 0;
}

.what-we-do-main-inner-box p {
  color: #ffff;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}

.what-we-do-main-inner-box a {
  background: #ffff;
  padding: 15px 22px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.illustration .illust-content {
  background: #1a191d;
  color: #fff;
  padding: 60px 30px;
  border-radius: 10px;
  width: 100%;
}

.gallery {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-image {
  width: 460px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.thumbnails {
  display: flex;
  gap: 10px;
}

.thumbnails img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2sease;
  border: 2px solid transparent;
}

.thumbnails img:hover {
  transform: scale(1.1);
  border: 2px solid #000;
}

.default-btn span,
.default-btn2,
.default-btn2 span {
  display: inline-block;
  color: var(--whiteColor);
  opacity: 1;
}

.what-we-do-main-inner-box img {
  width: unset !important;
}

.what-we-rp {
  padding: 0 30px 0 180px;
}

.book-area {
  background: var(--secondary);
}

.cta-sec {
  background: var(--mainColor);
  padding: 80px 0 50px;
}

.cta-img-inner img {
  margin: auto;
  top: -108px;
  bottom: 0;
  right: 0;
  max-height: 381px;
  filter: drop-shadow(2px 4px 6px black);
}

.c-pb {
  padding-bottom: 150px;
}

.default-btn2 {
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 6px;
  font-family: var(--optionalfontFamily);
  font-weight: 800;
  padding: 12px 50px;
}

.default-btn span,
.default-btn2 span {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 30px;
  background-color: #38387640;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.default-btn2:hover span,
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.color1 {
  color: #1bbc9b;
}

.color2 {
  color: #c0392b;
}

.c-card {
  color: #013243;
  position: absolute;
  top: 50%;
  left: 64%;
  width: 309px;
  height: 440px;
  background: #e0e1dc;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) perspective(2000px);
  box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.5),
    20px 0 60px rgba(0, 0, 0, 0.5);
  transition: 1s;
}

.c-card:hover {
  transform: translate(-50%, -50%) perspective(2000px) rotate(15deg) scale(1.2);
  box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5),
    0 10px 100px rgba(0, 0, 0, 0.5);
}

.c-card:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #bac1ba;
  transform-origin: bottom;
  transform: skewX(-45deg);
}

.c-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 5px;
  height: 100%;
  background: #92a29c;
  transform-origin: left;
  transform: skewY(-45deg);
}

.c-card .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: left;
  transition: 0.7s;
}

.c-card .bark {
  position: absolute;
  background: #e0e1dc;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.7s;
}

.c-card .imgBox img {
  min-width: 309px;
  max-height: 440px;
  object-fit: fill;
}

.c-card:hover .imgBox {
  transform: rotateY(-135deg);
}

.c-card:hover .bark {
  opacity: 1;
  transition: 0.6s;
  box-shadow: 300px 200px 100px rgba(0, 0, 0, 0.4) inset;
}

.c-card .details {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  z-index: -1;
  margin-top: 70px;
}

.c-card .details img {
  max-width: 150px;
  padding-bottom: 20px;
}

.c-card .details p {
  font-size: 15px;
  line-height: 5px;
  padding-left: 10px;
}

.inner-banner .banner-image,
.text-right {
  text-align: right;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid grey;
  padding: 0px 0px;
}

.faq-accordion .accordion .accordion-title {
  padding: 14px 29px 4px 9px;
  color: var(--mainColor);
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  /* border: 0 !important; */
  /* box-shadow: 20px -4px grey; */
  background: transparent;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mainColor);
  font-size: 20px;
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid var(--mainColor);
  color: var(--optionalColor);
}

.banner-head h2 {
  color: #e4573d;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  padding: 15px 0 0;
}

.services-sec-box {
  direction: ltr;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  background: #ffa5001c;
  padding: 40px 30px 50px;
}

.services-sec-box img {
  margin-left: 15px;
}

.services-sec-box-inner {
  padding: 0 0 0 25px;
}

.services-sec-box-inner h3,
.services-sec-box-inner h4 {
  color: #e4573d;
  font-size: 23px;
  font-weight: 700;
  padding: 0 0 15px;
}

.services-sec-box-inner p {
  font-size: 14px;
  line-height: 20px;
}

.we-offer {
  background: #f3e8eb38;
}

.testimonial-area {
  background: linear-gradient(to right, #ffffffcf, #fff, #ffffffd1);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cta-head-2 span {
  color: var(--mainColor);
  font-size: 20px;
  font-weight: 600;
}

.cta-head-2 strong.h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  padding: 25px 0;
  display: block;
}

.cta-se-2 {
  background: var(--secondary);
  position: relative;
  border: 5px solid var(--mainColor);
  border-radius: 1rem !important;
}

.contact-form {
  background-color: var(--mainColor);
  padding: 35px;
}

.contact-area {
  background: url(../img/banner-c.webp) center/cover no-repeat;
  background: var(--secondary);
}

.clock-box,
.watch-parent {
  background: #e4573d;
  padding: 25px;
}

.clock-box p,
.watch-parent p {
  color: #ffff;
  line-height: 22px;
  padding: 0 0 10px;
  font-size: 14px;
}

.clock-box p span,
.watch-parent p span {
  font-weight: 700;
}

.clock {
  width: 150px;
  height: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #888;
  box-shadow: inset 0 0 20px 0 #888;
  border-radius: 100%;
  perspective: 100px;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  border: 1px groove #0000004f;
}

.clock .apm,
.needle {
  position: absolute;
  top: 50%;
}

.time-number,
.time-number li {
  left: 50%;
  top: 0;
  position: absolute;
}

.clock .apm {
  left: 60%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #000 !important;
}

.needle {
  width: 50%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  -ms-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
  left: 50%;
}

.needle .hours,
.needle .minutes,
.needle .seconds {
  display: block;
  position: relative;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.needle .hours:empty::before,
.needle .minutes:empty::before,
.needle .seconds:empty::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.needle .seconds:empty::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.needle .hours:empty::before {
  width: 50%;
  background-color: #000;
}

.needle .hours:empty::after,
.needle .minutes:empty::after {
  background-color: Tomato;
}

.needle .minutes:empty::before {
  width: 70%;
  background-color: #000;
}

.needle .seconds:empty::before {
  width: 90%;
  background-color: #000;
}

.clock.ui-banana-yellow .hours::before,
.clock.ui-banana-yellow .minutes::before,
.clock.ui-banana-yellow .seconds::after,
.clock.ui-banana-yellow .seconds::before,
.needle .seconds:empty::after {
  background-color: #000;
}

.clock-ht h4,
.clock.ui-awesome .hours::before,
.clock.ui-awesome .minutes::before,
.clock.ui-awesome .seconds::after,
.clock.ui-awesome .seconds::before,
.clock.ui-black .hours::before,
.clock.ui-black .minutes::before,
.clock.ui-black .seconds::after,
.clock.ui-black .seconds::before,
.clock.ui-dodgerblue .hours::before,
.clock.ui-dodgerblue .minutes::before,
.clock.ui-dodgerblue .seconds::after,
.clock.ui-dodgerblue .seconds::before,
.clock.ui-tomato .hours::before,
.clock.ui-tomato .minutes::before,
.clock.ui-tomato .seconds::after,
.clock.ui-tomato .seconds::before {
  background-color: #fff;
}

.time-number {
  list-style-type: none;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50%;
}

.time-number li {
  display: block;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.time-number li:first-child {
  -webkit-transform: translateX(-50%) rotateZ(30deg);
  -ms-transform: translateX(-50%) rotateZ(30deg);
  transform: translateX(-50%) rotateZ(30deg);
}

.time-number li:first-child>span {
  -webkit-transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
}

.time-number li:nth-child(2) {
  -webkit-transform: translateX(-50%) rotateZ(60deg);
  -ms-transform: translateX(-50%) rotateZ(60deg);
  transform: translateX(-50%) rotateZ(60deg);
}

.time-number li:nth-child(2)>span {
  -webkit-transform: rotateZ(-60deg);
  -ms-transform: rotateZ(-60deg);
  transform: rotateZ(-60deg);
}

.time-number li:nth-child(3) {
  -webkit-transform: translateX(-50%) rotateZ(90deg);
  -ms-transform: translateX(-50%) rotateZ(90deg);
  transform: translateX(-50%) rotateZ(90deg);
}

.time-number li:nth-child(3)>span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.time-number li:nth-child(4) {
  -webkit-transform: translateX(-50%) rotateZ(120deg);
  -ms-transform: translateX(-50%) rotateZ(120deg);
  transform: translateX(-50%) rotateZ(120deg);
}

.time-number li:nth-child(4)>span {
  -webkit-transform: rotateZ(-120deg);
  -ms-transform: rotateZ(-120deg);
  transform: rotateZ(-120deg);
}

.time-number li:nth-child(5) {
  -webkit-transform: translateX(-50%) rotateZ(150deg);
  -ms-transform: translateX(-50%) rotateZ(150deg);
  transform: translateX(-50%) rotateZ(150deg);
}

.time-number li:nth-child(5)>span {
  -webkit-transform: rotateZ(-150deg);
  -ms-transform: rotateZ(-150deg);
  transform: rotateZ(-150deg);
}

.time-number li:nth-child(6) {
  -webkit-transform: translateX(-50%) rotateZ(180deg);
  -ms-transform: translateX(-50%) rotateZ(180deg);
  transform: translateX(-50%) rotateZ(180deg);
}

.time-number li:nth-child(6)>span {
  -webkit-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.time-number li:nth-child(7) {
  -webkit-transform: translateX(-50%) rotateZ(210deg);
  -ms-transform: translateX(-50%) rotateZ(210deg);
  transform: translateX(-50%) rotateZ(210deg);
}

.time-number li:nth-child(7)>span {
  -webkit-transform: rotateZ(-210deg);
  -ms-transform: rotateZ(-210deg);
  transform: rotateZ(-210deg);
}

.time-number li:nth-child(8) {
  -webkit-transform: translateX(-50%) rotateZ(240deg);
  -ms-transform: translateX(-50%) rotateZ(240deg);
  transform: translateX(-50%) rotateZ(240deg);
}

.time-number li:nth-child(8)>span {
  -webkit-transform: rotateZ(-240deg);
  -ms-transform: rotateZ(-240deg);
  transform: rotateZ(-240deg);
}

.time-number li:nth-child(9) {
  -webkit-transform: translateX(-50%) rotateZ(270deg);
  -ms-transform: translateX(-50%) rotateZ(270deg);
  transform: translateX(-50%) rotateZ(270deg);
}

.time-number li:nth-child(9)>span {
  -webkit-transform: rotateZ(-270deg);
  -ms-transform: rotateZ(-270deg);
  transform: rotateZ(-270deg);
}

.time-number li:nth-child(10) {
  -webkit-transform: translateX(-50%) rotateZ(300deg);
  -ms-transform: translateX(-50%) rotateZ(300deg);
  transform: translateX(-50%) rotateZ(300deg);
}

.time-number li:nth-child(10)>span {
  -webkit-transform: rotateZ(-300deg);
  -ms-transform: rotateZ(-300deg);
  transform: rotateZ(-300deg);
}

.time-number li:nth-child(11) {
  -webkit-transform: translateX(-50%) rotateZ(330deg);
  -ms-transform: translateX(-50%) rotateZ(330deg);
  transform: translateX(-50%) rotateZ(330deg);
}

.time-number li:nth-child(11)>span {
  -webkit-transform: rotateZ(-330deg);
  -ms-transform: rotateZ(-330deg);
  transform: rotateZ(-330deg);
}

.clock.ui-awesome .apm,
.clock.ui-black .apm,
.clock.ui-dodgerblue .apm,
.clock.ui-tomato .apm {
  color: #fff;
  opacity: 1;
}

.clock.ui-banana-yellow .apm {
  color: #000;
  opacity: 1;
}

.clock.ui-dodgerblue,
.clock.ui-tomato {
  background-color: tomato;
  color: #fff;
}

.clock.ui-black {
  background-color: #141414;
  color: #fff;
}

.clock.ui-awesome {
  background-color: #ff2052;
  color: #fff;
}

.clock.ui-banana-yellow {
  background-color: #ffe135;
  color: #000;
}

.clock.ui-large {
  width: 400px;
  height: 400px;
  font-size: 40px;
}

.clock.ui-medium {
  width: 180px;
  height: 180px;
}

.clock.ui-small {
  width: 150px;
  height: 150px;
}

.watch-box {
  display: flex;
  align-items: center;
  margin: 0 0 -40px;
}

.watch-sec {
  position: absolute;
  bottom: 100px;
  left: 22%;
}

.clock-ht h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 15px 0 0;
  box-shadow: 0 0 11.44px 1.56px rgb(65 65 65 / 0%);
  padding: 10px;
  border-radius: 4px;
}

.touc-sec-form input,
.touc-sec-form select {
  height: 65px;
  padding: 0 20px 0 25px;
  width: 100%;
  margin: 0 0 15px;
  background: #ffff;
}

.clock-box-links {
  margin: 32px 0 0;
  padding: 0;
}

.clock-box-links li,
li {
  list-style: none;
}

.clock-box-links li a {
  color: #ffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
}

.time-number li>span {
  display: block;
  margin-top: 5px;
  color: #000;
  font-weight: BOLD;
}

.statue-img img {
  max-height: 350px;
  width: 100%;
}

.footer-box-1 p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0;
}

.footer-box-1 .clock-box-links {
  margin: 0 0 10px;
  border-bottom: 2px solid #ccc;
  padding: 0 0 10px;
}

.services-links li a {
  color: #000;
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
}

.services-links li i {
  padding: 0 5px 0 0;
  color: #e4573d;
  font-size: 14px;
}

.services-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.services-links li {
  width: 50%;
}

.footer-box-2 strong.h4 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}

.footer-box-1 .clock-box-links li a {
  color: var(--mainColor);
  font-weight: 700;
}

.footer-box-1 h6,
.footer-box-1 strong.h6 {
  line-height: 25px;
  padding: 0 0 10px;
  font-weight: 700;
  color: var(--mainColor);
}

.social-links {
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 10px;
}

.awards-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}

.books-folio img,
.footer-box-1 img {
  max-width: 250px;
}

.social-links,
.social-links-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 0;
}

.social-links-list li a {
  color: #000;
  padding: 10px 13px;
  border: 1px solid;
  border-radius: 50%;
}

.dmca_sss a {
  border: none !important;
  border-radius: initial !important;
  padding: 0 !important;
  margin: 20px 0 0;
}

.social-links h5,
.social-links strong.h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.copyright-sec p,
.project-btn {
  font-size: 15px;
}

.whatwe2 .what-we-do-main-inner-box {
  border-radius: 0;
  background: #ebebeb;
  padding: 20px;
  min-height: 338px;
}

.contact-ul>li>a>i,
.ghost-service:hover {
  background: var(--mainColor);
}

.personal-book .box:after {
  content: "";
  background: url(data:image/webp;base64,UklGRogEAABXRUJQVlA4WAoAAAAQAAAAawAAeQAAQUxQSAICAAABoChJktNQGpD3gBzTi7x3sPz/58mxMPP8XUTEBND3fieYzGJGxWMqZTOMAYArPy9DIwJYxhJ4wxgspbvaxLCczuozsBqNOViN2hysRwTWo29YjzpDkcCwHvWYFRkaRbwpvjHL7el6f6RVvs8LDYmoCf442Zwzm9uqp1zomIh6Hy2Oqc2tgA7CD8zZSulg8m6XWvlmr5JTbhWYv1hkVlIXzMzLzOqxssK6WVpFcNfkYhXZ5YogtYrsrCapJiOriBenirRZk5EqU1WgScNo0ocmkSpT1iRWhf+vzeOn5arKQZW1Kkkm0K04Pgt0cLCWJ0sc8E2a/MQuNtLYhRO+5KLke3aTZKLc4IjXkmQLdsX7XI41u+ODGBsuA+9kyFZcDl498updEy4L42jzSuXpjt1+wbw8ZXl10oPhcjEnu2v2lJf5Kb2sDTsvgBnL9e5wKvXxsFslXMZCBP/LbK5JONUkCKEHBl2jSKemSYNiPQzRWA1MiAZ69ImasRZcJ6K5FhOPiDpGiS49z6DCjF52WEPTeuVNNBjT2yYUaL6jHqRDjz70AggX0MfeFJJh4n9G/hRymZlP33pjSIXIo++9EBAJoUeFdmPIg3mXim4EgCzgsE4OOxNADmDSJrdeM5oDqB5g4nGTSuh3gykDgKkqAEyDrk9l9du9/nAUVHQ0GHRbPhULVlA4IGACAAAQEQCdASpsAHoAPlEkj0UjoiEU2lzsOAUEoA0qo1/wGtc90lg/pb2z36q+Y76sf+A6ZL+AcBR4M3wz/tn6OYBMGJdgAC/4zqmFtDz3o+5s0AJaVSQVkqXmwnhlDp/fd1EnOtLZfuMqmjk5pjmLtRu9Pu7OceXg5zk+q50OlQxyzZjVqqIaAbznk2+FWQ5Xe4eAAP79AklzTcVjfCYkwnHsX657gfHD6kcz/dBP/KDZmtf/A1mr/TG/7TL2fv7C/39YdQ7Ie/6PtyVxpk53RPq2PyPYbW/eYJQR/V04+DkyWcpif4wAiz0q9/5t4JjrjjpnAMvO4J/42Nn0UY52LRP3v3/14J/VPBMdcnis9K0xu1P1gjKo07wqRqK3ruQecxiUwNhChimveeOuP5/Ejo8EUAn5s6qzm8r281VnX11R/0uLrrVM3j/5pOnFA0Kc9VU4oRto6qLVsODlEUZRlvTR7chXOqF7ngWsBhMa/ECIAOetgWvBzcHztRrPJg6UMw1kH6eN+NLicKYHxzvNiTeY2QFKWsZiKFOvzJbNv1eN6WnQZrKNqvlhY2cJJ9r3+q5s2NevD/XC3taqFObM3P3BNm3In+DcKH/gmNA3cBaaL88TLAabANFHNLt+SChtfg8gPJvsoWhRDTc0+te0uqnJZfJhUbmWRDplf/OZLAh7AC6kqmOBRnHm4A90O+InKKNqsT+6YMi879fHeDBFcnBi997Mjwc+W/Uv29ZfLV+ku8ymHINwVNgOnJbdwL0AmGJCTvs9PY6AKObzpNM+vcJvZn7UMBTAR16YsXgOZN1gAA==) no-repeat;
  height: 122px;
  width: 108px;
  position: absolute;
  left: 20px;
  top: -20px;
}

.personal-book .box {
  margin: 0 0 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  box-shadow: 0px 0px 9px #8080802b;
  min-height: 211px;
  padding: 17px 0px;
  border-radius: 9px;
  background: #ffffffad;
}

.personal-book .box p {
  display: inline-block;
  width: 75%;
  margin: 0 0 0 21px;
  font-size: 15px;
  color: #000;
}

.personal-book .box p span {
  display: block;
  font-weight: 600;
  margin: 0 0 7px;
  font-family: Merriweather, serif;
  font-size: 22px;
  color: #000;
}

.box img {
  margin-top: -71px
}

.kindle-service:hover .number-box,
.whatwe2 .what-we-do-main-inner-box img {
  background: #fff;
}

.whatwe2 .what-we-do-main-inner-box h3 {
  color: #000000cf;
  font-size: 20px;
  font-weight: 600;
  text-align: start;
}

.whatwe2 .what-we-do-main-inner-box span {
  color: var(--mainColor);
  font-size: 30px;
  font-weight: 500;
  font-family: fantasy;
}

.whatwe2 .what-we-do-main-inner-box p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0;
  font-weight: 400;
}

ul.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

.banner-list li {
  width: 25%;
  margin-bottom: 29px;
}

.banner-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 18px;
  font-weight: 600;
  text-decoration: underline;
  font-style: italic;
  text-underline-offset: 5px;
  text-decoration-style: dashed;
  text-decoration-color: chocolate;
}

.ghost-service {
  background: #ebebeb;
  padding: 20px;
  box-shadow: -3px 2px 7px #80808054;
  transition: 0.5s ease-in-out;
  min-height: 396px;
  max-height: 396px;
  overflow: overlay;
}

.ghost-service span {
  color: var(--mainColor);
  font-size: 49px;
  font-weight: 700;
  font-family: sans-serif;
  text-align: end;
  display: block;
  margin-bottom: 22px;
}

.ghost-service p {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.ghost-service h3 {
  font-size: 20px;
  margin-bottom: 26px;
}

.p-header span,
.punch {
  font-size: 40px;
  font-weight: 700;
}

.ghost-service:hover *,
.kindle-service:hover h4,
.kindle-service:hover p,
.p-box:hover .p-header span {
  color: #fff;
}

.p-header {
  background: #efefef;
  border-radius: 6px;
  padding: 20px 23px;
  margin: 0 0 15px;
  transition: 0.5s;
}

.p-header span {
  color: #e4573d;
  padding: 15px 0;
}

.ghost-slides p,
.navbar.is-sticky .drop-show a,
.navbar.is-sticky .nav-item a,
/* .navbar.is-sticky .others-option .option-item .social-icon li i, */
/* .navbar.is-sticky .others-option .option-item .social-icon li span, */
.p-list li {
  color: #000 !important;
}

.p-list {
  padding: 18px 0 0;
  height: 400px;
  overflow-y: scroll;
}

.p-list::-webkit-scrollbar {
  width: 5px;
}

.p-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 75px;
}

.p-list::-webkit-scrollbar-thumb {
  background-color: var(--mainColor);
  border-radius: 75px;
}

.p-list li {
  font-size: 15px;
  padding: 10px 25px;
  display: flex;
  line-height: 25px;
  font-weight: 600;
  border-bottom: 1px solid #8080802b;
}

.p-list li i {
  color: var(--mainColor);
  padding: 6px 6px 0 0;
}

.p-btn {
  display: flex;
  align-items: center;
  margin: 27px 0 0;
  justify-content: space-around;
  padding: 0;
}

.p-btn li:first-child a {
  background: #e4573d;
  border: 1px solid #e4573d;
  border-radius: 6px;
}

.p-btn li:nth-child(2) a {
  background: #002868;
  border: 1px solid #002868;
  border-radius: 6px;
}

.p-btn li:first-child a,
.p-btn li:nth-child(2) a {
  color: #ffff;
  font-size: 18px;
  padding: 12px 25px;
  font-weight: 700;
}

.p-box {
  padding: 0 0 30px;
  border-radius: 7px;
  box-shadow: 0 0 11px 0 #8080805c;
}

.kindle-service:hover,
.p-box:hover .p-header {
  background-color: var(--mainColor);
}

.book-item .image::before,
.book-slider.owl-theme .owl-nav [class*="owl-"]:focus,
.book-slider.owl-theme .owl-nav [class*="owl-"]:hover,
.book-slider2.owl-theme .owl-nav [class*="owl-"]:focus,
.book-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--blackColor);
}

.ghost-slides {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  min-height: 363px;
}

.contact-banner,
.kindle-vella {
  z-index: 1;
  padding-top: 180px;
  position: relative;
}

.ghost-slides h3 {
  margin-top: 32px;
}

.ghost-sec {
  background: url(https://elitebookstudios.com/christian-book-publishing/assets/img/ghost-slide-bg.webp) 0 0 / cover no-repeat fixed;
}

.ghost-slides img {
  max-width: 64px;
}

.punch {
  text-align: center;
  color: #fff;
}

.publishing-sec {
  background: #e9e9e93d;
}

.contact-ul>li>a>i {
  padding: 16px 17px;
  border-radius: 50%;
  color: #fff;
  margin-right: 16px;
}

.contact-ul>li>a>span {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}

.contact-ul {
  margin-top: 26px;
}

.contact-ul>li>a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-banner {
  background: linear-gradient(to right, #000, #203a43d4, #000) bottom/cover no-repeat,
    url(../img/contact-banner.webp) bottom/cover no-repeat;
  background: var(--secondary);
}

.kindle-vella {
  background: linear-gradient(to right, #00000070, #000000bf, #000000c7) bottom/cover no-repeat,
    url(https://elitebookstudios.com/christian-book-publishing/assets/img/kidnle-bg.avif) bottom/cover no-repeat;
}

.cal-women {
  position: relative;
}

.choose-sec2 {
  background: linear-gradient(to right, #fff, #ffffff00, #0f202700) 0 0 / cover no-repeat,
    url(https://elitebookstudios.com/christian-book-publishing/assets/img/choose2-bg.webp) 0 0 / cover no-repeat;
}

.counter {
  column-gap: 50px;
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-list-box span,
.counter-list-box strong {
  color: #000;
  font-size: 45px;
  font-weight: 800;
}

.counter-list-box .text,
.counter-list-box h6 {
  padding: 10px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.c-drop-down {
  box-shadow: inset 0 1px 0 #eaf3fb, 0 3px 6px rgb(0 0 0 / 5%);
  border-radius: 5px;
  background: #fafbfd;
  width: 680px;
  top: 80px;
  -ms-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  border: 0;
  left: 0;
  padding: 30px 0 10px;
  transform: scale(0);
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 2;
  position: absolute;
}

.d-table,
.preloader {
  width: 100%;
  height: 100%;
}

.pt-100,
.ptb-100 {
  padding-top: 50px;
}

.pb-100,
.ptb-100 {
  padding-bottom: 50px;
}

.drop-show:hover .c-drop-down {
  transform: scale(1);
}

.list-tabs>ul>li {
  margin-bottom: 8px;
}

.list-tabs ul li img,
.main-banner-content .banner-holder a {
  margin-right: 10px;
}

.list-tabs ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 29px;
  color: #000;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--mainfontFamily);
}

.default-btn,
p {
  font-family: var(--optionalfontFamily);
}

a {
  transition: var(--transition);
}

a:focus,
a:hover {
  color: var(--mainColor);
  outline: 0;
}

.slick-slide,
button:focus,
input:focus {
  outline: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 12px;
}

.main-banner-content ul li {
  color: #000;
  list-style: none;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 600;
}

.book-about-content .book-list li:last-child,
.main-banner-content .text p,
.main-banner-content p,
p:last-child {
  margin-bottom: 0;
}

.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 {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  transition: var(--transition);
  border-radius: 30px;
  opacity: 1;
  font-weight: 800;
  padding: 12px 35px;
}

.default-btn:hover {
  color: var(--whiteColor) !important;
}

.default-btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.feat {
  background: var(--secondary);
}

.book-item:hover .image .icon,
.buy-now-btn,
.buy-now-btn img {
  top: 50%;
  transform: translateY(-50%);
}

.section-title {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 45px;
}

.section-title h2 {
  font-size: 45px;
  margin-bottom: 14px;
  color: var(--mainColor);
}

.section-title p {
  font-weight: 600;
  line-height: 1.8;
}

.section-title ul li {
  /* color: #000; */
  list-style: disc;
  font-weight: 600;
}

.preloader .box,
.preloader .shadow {
  background: var(--whiteColor);
  position: absolute;
  left: 0;
}

.preloader {
  position: fixed;
  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;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor) !important;
  animation: 0.5s ease-in-out fadeInDown;
}

.navbar-light {
  background-color: transparent !important;
}

.navbar-light .logo h3 {
  font-size: 35px;
  margin-bottom: 0;
}

.navbar-light .navbar-nav {
  margin: auto;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.drop-show a,
.navbar-light .navbar-nav .nav-item a {
  font-size: 14px;
  color: var(--whiteColor);
  text-transform: capitalize;
  position: relative;
  padding: 0;
  margin-left: 13px;
  margin-right: 8px;
  font-weight: 500;
}

.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 .others-option .option-item .social-icon li span {
  color: var(--mainColor);
  font-weight: 700;
  text-shadow: 0px 0px !important;
}

.blinking {
  animation: smoothBlink 1s ease-in-out infinite;
  /* Smooth and dynamic animation */
}

.blinking:hover {
  animation: none;
  /* Stop the animation on hover */
}

@keyframes smoothBlink {

  0%,
  100% {
    opacity: 1;
    text-shadow: -1px 1px 2px #000;
    /* Subtle shadow effect */
  }

  50% {
    opacity: 0;
    text-shadow: -1px 1px 2px #000;
    /* Consistent shadow */
  }
}

.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 .dark-logo,
.navbar.is-sticky .light-logo {
  display: none;
}

.navbar.is-sticky .dark-logo {
  display: block;
}

.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 var(--mainColor);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  transition: var(--transition);
  color: var(--mainColor);
}

.navbar-light .others-option .option-item .social-icon li i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}

.book-about-image,
.book-banner-area,
.book-item .image,
.inner-banner,
.main-banner-content,
.single-saas-features {
  position: relative;
  z-index: 1;
}

.book-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.main-banner-content span {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 500;
}

.main-banner-content h1 {
  color: var(--mainColor);
  font-size: 46px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.main-banner-content ul li i {
  color: var(--mainColor);
}

.main-banner-content p {
  color: #000;
  font-weight: 600;
}

.main-banner-content .banner-btn,
.main-banner-content .banner-holder {
  margin-top: 30px;
}

.contact-form .send-btn,
.main-banner-content .text {
  margin-top: 10px;
}

.book-item {
  transition: var(--transition);
  border-radius: 9px;
  overflow: hidden;
  max-height: 450px;
}

.book-item .image {
  text-align: center;
  object-fit: cover;
}

.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 {
  opacity: 1;
  visibility: visible;
}

.book-slider.owl-theme .owl-nav,
.book-slider2.owl-theme .owl-nav {
  margin-top: 0;
}

.book-slider.owl-theme .owl-nav [class*="owl-"],
.book-slider2.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,
.book-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -10px;
}

.book-slider.owl-theme:hover .owl-nav [class*="owl-"],
.book-slider2.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,
.book-slider2.owl-theme:hover .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 0;
}

.book-about-image {
  background-image: url(https://elitebookstudios.com/christian-book-publishing/assets/img/book-about.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.book-about-content {
  padding: 10px;
}

.book-about-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.book-about-content strong {
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
}

.book-about-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.book-about-content .book-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.book-about-content .book-list li {
  list-style-type: none;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.book-about-content .book-list li i {
  font-size: 20px;
  color: var(--mainColor);
  margin-right: 5px;
}

.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;
}

.contact-form form .form-control:focus {
  border: 1px solid var(--mainColor);
}

.contact-form form .form-control::-moz-placeholder {
  color: var(--optionalColor);
}

.contact-form form .form-control::placeholder {
  color: var(--optionalColor);
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: var(--mainColor);
  font-weight: 500;
  font-size: 14px;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 20px !important;
}

.inner-banner {
  padding-top: 180px;
  background: url(https://elitebookstudios.com/christian-book-publishing/assets/img/inner-banner-2.webp) bottom/cover no-repeat;
}

.single-saas-features,
.why-choose-area {
  background-color: #fafafa;
}

.inner-banner .main-banner-content h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #ff5740;
  font-weight: 700;
  font-size: 55px;
}

.inner-banner .main-banner-content.two h1 {
  font-size: 65px;
}

.inner-banner.two {
  height: 850px;
}

.inner-banner.two .banner-image {
  text-align: left;
}

.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 20px 0 rgb(0 0 0 / 8%);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 39px 25px 8px;
  text-align: center;
  min-height: 261px;
}

.single-testimonial-item .testimonial-desc p {
  margin-bottom: 20px;
  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);
  box-shadow: 1px 1px 3px 0 #80808021;
}

.single-testimonial-item .client-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #80808045;
}

.single-testimonial-item .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.single-testimonial-item .client-info span {
  display: block;
  color: var(--optionalColor);
  margin-top: 4px;
  font-family: var(--optionalfontFamily);
  font-weight: 600;
}

.platform {
  margin-bottom: 20px;
  margin-top: 17px;
}

.platform img {
  max-width: 108px;
}

.platform .ver-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #0000007a;
  margin-left: 9px;
}

.single-saas-features {
  margin-bottom: 30px;
  text-align: left;
  padding: 30px;
  transition: var(--transition);
  border-radius: 5px;
}

.single-saas-features .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #f3f3f3;
  color: var(--mainColor);
  font-size: 45px;
  border-radius: 50px;
  transition: var(--transition);
  text-align: center;
}

.single-saas-features h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: var(--transition);
}

.single-saas-features p {
  margin-bottom: 0;
  transition: var(--transition);
  font-size: 15px;
}

.single-saas-features::before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  transition: 0.3s ease-in-out;
  background-color: var(--mainColor);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  transition: var(--transition);
}

.single-saas-features:hover {
  transform: translateY(-10px);
}

.single-saas-features:hover::before {
  width: 100%;
}

.single-saas-features:hover .icon i {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.single-saas-features:hover h3,
.single-saas-features:hover p {
  color: var(--whiteColor);
}

.book-slider2 {
  position: relatives;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--mainColor);
}

.contact-form .form-group {
  margin-bottom: 10px;
}

.banner-main-form {
  background: #fff;
  border-radius: 30px 30px 30px 0;
  border: 1px solid #efefef;
  box-shadow: 0 3px 10px -6px #000000;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  max-width: 90%;
  border: 12px solid var(--mainColor);
}

.banner-main-form .heading-four {
  color: #000;
  margin: 0 0 45px;
}

.banner-main-form .form-group input {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fff;
  padding: 12px 13px;
  border-radius: 5px;
}

.banner-main-form .form-group input::placeholder {
  color: #000;
}

.banner-main-form .form-group textarea::placeholder {
  color: #000;
}

.banner-main-form .form-group textarea {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  border-radius: 5px;
  height: 110px;
}

@media only screen and (max-width: 767px) {

  .app-banner-area,
  .page-title-area,
  .ptb-100,
  .saas-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .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,
  .saas-banner-area .main-banner-content h1,
  .section-title h2,
  .single-pricing-box .price {
    font-size: 30px !important;
  }

  .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-content h2,
  .page-title-content h2,
  .users-content h3 {
    font-size: 25px;
  }

  .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) {

  .app-banner-area,
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .pb-70 {
    padding-bottom: 40px;
  }

  .section-title {
    margin: 0 auto 30px;
  }

  .section-title h2 {
    font-size: 45px;
  }

  .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: 30px;
  }

  .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-content h2,
  .users-content h3 {
    font-size: 35px;
  }

  .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: 35px;
  }

  .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;
  }

  .others-option {
    display: none;
  }
}

@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) {
  .banner-list {
    justify-content: space-between;
  }

  .banner-list li {
    width: 100%;
  }

  button.navbar-toggler {
    filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(741%) hue-rotate(356deg) brightness(103%) contrast(105%);
  }

  .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;
  }

  .navbar-collapse {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
  }

  .drop-show a,
  .navbar-light .navbar-nav .nav-item a {
    color: #000;
  }
}

@media only screen and (max-width: 680px) {
  .c-drop-down {
    width: 100%;
  }
}

.contact-banner.thankyou--banner {
  height: 800px;
}

.bg-info {
  background: var(--mainColor) !important;
}

.cta-sec .default-btn2 {
  background: var(--secondary) !important;
  color: var(--mainColor) !important;
}

.bg--secondary {
  background: var(--secondary) !important;
}