@font-face {
  font-family: Poppins;
  src: url('../fonts/index.html') format('woff2'), url('../fonts/Poppins-Bold.html') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.html') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.html') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.html') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.html') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

body {
  overflow-x: hidden
}

.b-process,
.banner,
.copyright,
.nav-bar ul.menu,
.top-bar .menu li,
footer,
header,
section {
  position: relative;
  z-index: 1;
}

.btn,
.chota_fnt,
.list-banner li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Poppins
}

.book-banner h2,
h2.stork-text {
  text-transform: uppercase;
  font-weight: 800
}

.blog-detail .num,
.icon-content p {
  height: 190px;
  overflow: auto
}

.icon-content p::-webkit-scrollbar {
  width: 5px
}

.icon-content p::-moz-scrollbar {
  width: 5px
}

.icon-content p::-moz-scrollbar-thumb {
  border-radius: 6px;
  background-color: #a52125
}

.icon-content p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #a52125
}

.icon-content p::-moz-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.icon-content p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.icon-content span,
h2.stork-text {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #FFFFFF
}

.services,
div#popupform {
  overflow: hidden
}

a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0 !important;
  text-decoration: none !important;
  transition: auto;
  color: #a52125
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
  color: #000;
}

.input-control::placeholder {
  color: #848484;
}

.primary-color {
  color: #a52125;
  display: contents
}

.top-bar ul.menu a:hover,
p a {
  color: #a52125
}

.secondary-color {
  background: #050a21;
  color: #fff
}

section {
  padding: 40px 0;
  clear: both;
  scroll-behavior: smooth !important
}

.container {
  max-width: 1300px !important;
}

a,
btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  color: #373738;
}

.book-banner .menu li,
.inner-page-form .get-started-form form .chota_fnt,
.inner-page-form .get-started-form form .chota_fnt a,
.top-bar .menu.social-icons a,
p {
  color: #000;
}

.inner-page-form .get-started-form form img {
  width: 7%;
}

p {
  font-weight: 400;
  font-size: 17px;
  margin: 0
}

a#goto-top i,
h1,
h2 {
  font-weight: 600
}

#cross,
.dropdown-menu-submenu a:hover::before,
.illustration-testmonial .slider input[name=slide_switch],
.mobile-screen,
.nav-bar ul.menu li .btn-red:hover::before,
.nav-bar ul.menu.dropdown,
.self-info:after,
.self-info:before,
header nav ul li .dropdown-menu a:hover::before {
  display: none
}

.top-bar {
  padding: 10px 0;
}

.top-bar .menu.social-icons {
  display: flex;
  justify-content: end;
}

.top-bar ul.menu a {
  font-size: 15px;
  line-height: 4px;
  font-weight: 400;
}

.top-bar .menu.social-icons li {
  padding: 0 30px;
}

.top-bar ul.menu span {
  padding-left: 30px;
}

.top-bar .col-md-6 ul.menu i {
  color: #a52125;
  font-size: 20px;
}

.top-bar .side-bar-one::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 2px;
  height: 40px;
  background: #d9d9d9
}

.nav-bar {
  padding: 15px 0 20px;
  box-shadow: 0px 0px 5px #ccc;
}

.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 13px 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: .3s ease-in-out;
  background: #f5f5f5fa;
  animation: 1s header-animation;
  margin-top: 66px;
}

.blog-detail,
.blog-detail:hover {
  transition: transform .3s ease-in-out
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px)
  }

  100% {
    transform: translateY(0)
  }
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover,
button:focus,
button:hover {
  color: #a52125;
  background: 0 0
}

.nav-bar ul.menu li a.active::before,
.nav-bar ul.menu li a::before {
  height: 2px;
  background: #a52125;
  left: 0;
  margin: auto;
  bottom: -15px;
  transition: width .5s !important;
  position: absolute;
  content: "";
  right: 0
}

.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 10px;
}

.nav-bar ul.menu li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: .5s;
  font-weight: 200;
}

.btn-blue,
.btn-red,
.btn-white-border {
  padding: 10px 20px;
  background: linear-gradient(180deg, #a52125 50%, #a52125 100%);
  border-radius: 40px;
  font-family: Poppins;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  transition: 0.5s all;
  text-transform: uppercase;
  margin-right: 10px;
}

.btn-blue i,
.btn-red i,
.btn-white-border i {
  font-size: 22px;
  padding-left: 5px;
}

.btn-white-border {
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background: 0 0;
  box-shadow: none
}

.btn-blue {
  background: none;
  border: 1px solid #b85656;
  color: #b85656 !important;

}

.btn-blue:hover,
.btn-white-border:hover {
  transform: scale(0.9);
  transition: 0.5s ease-in;
}

.dropdown-menu-submenu,
header nav ul li.dropdown:hover .dropdown-menu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 20px 0;
  top: 30px;
  left: -50px
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: .5s;
  background: #a52125
}

header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important
}

header nav ul li .dropdown-menu a {
  padding: 5px 20px;
  font-size: 15px !important;
  margin: 0;
  z-index: 100 !important;
  display: inline-block;
  color: #fff !important
}

header nav ul li .dropdown-menu a.active,
header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #002768 !important;
  color: #fff !important
}

.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0
}

.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%
}

.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: #a52125;
  border-radius: 4px
}

.g-books {
  background: #002768;
  border-radius: 19px;
  padding: 20px;
}

.global-books img {
  border-radius: 25px;
  object-fit: fill;
  width: 90%;
}

.global-books audio {
  width: 212px !important;
  height: 42px;
  padding-top: 10px;
}

.nav-bar a.logo img {
  max-width: 100%
}

header {
  background: 0 0;
  z-index: 2;
}

.nav-bar ul.menu li a.active::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important
}

.nav-bar ul.menu li a::before {
  width: 0
}

.nav-bar ul.menu li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #29abe1 !important
}

.btn-red:hover {
  background: linear-gradient(-180deg, #a50f0a 50%, #da3525 100%) !important
}

.input-control {
  margin: 7px 0;
  width: 24%;
  padding: 10px 15px;
  font-family: Poppins;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #fff;
  border: 1px solid #000;
  outline: 0;
}

.copyright,
footer {
  background: #000f27
}

textarea.input-control.form-control {
  height: 42px;
  width: 26%;
  resize: none;
  overflow: hidden;
  float: inline-end;
  margin: 7px 0;
}

.get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #000;
}

.chota_fnt {
  font-size: 12px;
  margin: 20px 0;
  display: inline-block;
  line-height: 15px
}

.chota_fnt a {
  color: #000;
  text-decoration: underline
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important
}

label.error {
  display: none !important
}

select:focus {
  background: #104b8d87;
  color: #fff
}

.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
  background-color: #e6e6e6 !important;
  color: #000 !important
}

.get-started-form.main-form select#ser-select {
  padding: 0 15px;
  height: 40px
}

.banner .get-started-form {
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 1;
  left: 0;
  margin: auto;
}

a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #9f0b07;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: .5s !important;
  opacity: 0;
  visibility: hidden
}

a#goto-top i {
  padding-bottom: 3px
}

a#goto-top.show {
  opacity: 1;
  visibility: visible
}

a#goto-top:hover {
  transform: scale(1.2)
}

h1 {
  color: #fff;
  font-size: 50px;
  padding: 0;
  line-height: 52px;
  margin: 0
}

.primary-bg {
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
  padding: 0 10px;
  display: inline-block;
  line-height: 48px;
}

.primary-bg::before {
  content: "";
  background: #a52125;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
}


footer {
  padding: 50px 0 0;
  color: #fff
}

.copyright,
.faq-sec .card-header,
h2 {
  padding: 10px 0
}

footer .logo img {
  max-width: 60%;
  filter: brightness(.8)
}

footer p {
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 300
}

footer ul.menu li a:active,
footer ul.menu li a:hover {
  color: #1a80c5 !important
}

footer ul.menu li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}

footer ul.menu li a i {
  color: #fff;
  margin-right: 10px
}

footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px
}

.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  font-weight: 100;
}

.copyright a,
.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0
}

h2 {
  font-size: 39px;
  line-height: 43px;
  letter-spacing: -1px;
}

h2 span {
  vertical-align: baseline
}

.title {
  color: #a52125;
  font-size: 18px;
  font-weight: 600;
}

.main-banner {
  background: url(../images/main-banner.webp) no-repeat;
  background-size: cover;
  padding: 100px 0 180px;
  background-position: center;
}

.main-banner::before {
  content: "";
  background: #a56363;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  z-index: 0;
}

.banner .container {
  position: relative;
  z-index: 1
}

.banner video {
  position: absolute;
  object-fit: cover;
  z-index: -1
}

.inner-banner::before {
  background: url('../images/inner-banner1.html') no-repeat;
  background-size: 11%;
  opacity: 1;
  top: calc(50%/2);
  left: 0px;
  z-index: -1;
}
.book-marketing-banner::before {
  background: url('../images/inner-banner2.html') no-repeat;
  left: -65px;
}
.audiobook-narra-ban::before {
  background: url('../images/inner-banner3.html') no-repeat;
  left: 0px;
  top: calc(62%/2);
}
.child-book-ban::before{
  background: url('../images/inner-banner4.html') no-repeat;
      top: calc(50% / 2.45);
}
.faq-sec::before {
  content: "";
  background: url(../images/faq-left.html) 100%/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 300px;
  opacity: .2;
  z-index: 1
}

.faq-sec::after {
  content: "";
  background: url('../images/faq-right.html') 100%/100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
  height: 100%;
  opacity: .2
}

.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important
}

.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  padding: 6px 0;
  font-weight: 100;
}

.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0
}

.faq-sec .card-body {
  padding: 0 25px 20px
}

#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #a52125;
  top: 20px
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #a52125
}

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px
}

.loc-menu li {
  list-style: disc;
  position: relative;
  padding-left: 20px;
  width: 23%
}

.inner-page-form .get-started-form {
  position: relative;
  width: 100%;
}

.loc-menu li:before {
  width: 10px;
  height: 10px;
  background: #9f0b07;
  left: 7px;
  top: 10px;
  border-radius: 10px
}

.loc-menu li a {
  text-align: justify;
  font-size: 14.1px !important
}

#accordion-location .card {
  background: #000f27;
  margin: auto;
  text-align: center;
  border: 0;
  box-shadow: none
}

#accordion-location .card .card-header {
  background: 0 0;
  border: 0
}

#accordion-location .card a {
  color: #fff;
  font-size: 18px;
  font-weight: 500
}

#accordion-location .card-header a.card-link.collapsed:after,
#accordion-location .card-header a.card-link:after {
  left: 230px;
  right: 0;
  margin: auto;
  font-weight: 500;
  top: 13px !important
}

.am-pub {
  padding: 150px 0px 40px;
  background: #EFF5FF;
  z-index: 0;
}

.logo-slider {
  background: #EFF5FF;
}

.logo-slider h2 {
  letter-spacing: 7px;
  font-size: 25px;
}

.logo-slider img {
  filter: brightness(0);
}

.porfilio-slider {
  text-align: center;
  padding: 150px 0 0;
}

.platform::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #EFF5FF;
  z-index: -1;
}

.platform::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #002768;
  z-index: -1;
}

.inner-banner {
  background: url(../images/inner-banner.html) no-repeat;
  padding: 80px 0;
}

.inner-banner-five,
.inner-banner-four,
.inner-banner-three,
.inner-banner-two {
  padding: 200px 0 60px;
  text-align: left
}

.inner-page-form .get-started-form form {
  width: 90%;
  padding: 40px;
}

.inner-page-form::after {
  z-index: -1
}

.inner-page-form .get-started-form form #ser-select,
.inner-page-form .get-started-form form input.input-control,
.inner-page-form .get-started-form form textarea {
  background: #f5f5f5;
  color: #848484;
  width: 100%;
}

.inner-banner-two {
  background: url(../images/b-trans.html) 100%/100% no-repeat
}

.inner-banner-three {
  background: url(../images/book-writing.html) 100%/100% no-repeat
}

.inner-banner-four {
  background: url(../images/walter.html) 100%/100% no-repeat
}

.inner-banner-five {
  background: url(../images/b-cover.html) 100%/100% no-repeat
}

.blog {
  background: url(../images/blog.html) 100%/cover no-repeat
}

.blog-detail {
  padding: 50px 20px 10px;
  border-radius: 20px 5px;
  text-align: left;
  position: relative;
  box-shadow: 1px 1px 10px #9f0b07
}

.blogs-content-detail,
.inner-page-form form h3 {
  text-align: left !important
}

.blog-detail img {
  width: 100%;
  margin-top: 10px
}

.blog-detail:hover {
  transform: scale(1.05)
}

.blog-detail img:hover {
  transform: scale(1)
}

.blog-detail .num,
.icon-content span {
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #fff0;
  stroke-width: .8px;
  stroke: #FFFFFF;
  animation: 2s linear infinite swing;
  -webkit-animation: 2s linear infinite swing
}

.blog-detail .num {
  -webkit-text-stroke-color: #000;
  stroke: #000
}

.blogs-content-detail h3,
.blogs-content-detail h5,
.blogs-content-detail p {
  padding: 5px 0
}

.blogs-content-detail p a {
  color: #9f0b07;
  font-weight: 800;
  font-size: 16px
}

.inner-banner-five::before,
.inner-banner-four::before,
.inner-banner-one::before,
.inner-banner-three::before,
.inner-banner-two::before {
  background-color: #000
}

.list-banner li {
  color: #fff !important;
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-right: 5px
}

.book-banner .col-md-6,
.loc-menu li {
  text-align: left
}

.list-banner li::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  color: #9f0b07;
  font-weight: 600;
  margin-right: 10px
}

.book-mark-ser::before,
.child-story::after,
.loc-menu li:before,
.services::after {
  content: "";
  position: absolute
}

.inner-banner .banner-img {
  max-width: 100%;
  box-shadow: 20px 25px 0 0 #0c164a;
  border-radius: 10px
}

.book-banner ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
  color: #595959;
  font-family: Poppins
}

.book1::before {
  opacity: .9
}

.book-banner h2 {
  font-size: 40px;
  line-height: 45px
}

h2.stork-text {
  color: #fffFFF00;
  font-size: 57px;
  letter-spacing: -.1px;
  stroke-width: .8px;
  stroke: #FFFFFF
}

.circle-bg {
  background: url('../images/circle.html') center center/80% no-repeat;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.author-info,
.cont-info-icon,
.contact-info p,
.loc-menu li,
.popupform .popup-bann,
.popupform .popup-bann img,
.popupform .popup-content {
  display: inline-block
}

div#popupform {
  padding: 0;
  max-width: 1100px;
  background: 0 0
}

.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: rotate(-4deg);
  left: 20px
}

.popupform .popup-bann img {
  width: 360px
}

.popupform .popup-content {
  max-width: 700px;
  height: 500px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 200px;
  margin: 20px 9px 0 -150px;
  border-radius: 20px
}

.popupform .popup-content h2 {
  position: relative;
  font-size: 28px;
  font-family: Poppins;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px
}

.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000
}

.popupform .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins
}

.popupform textarea.required.form-control {
  height: 80px !important
}

.popupform button.fancybox-button.fancybox-close-small {
  background: #9f0b07;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px
}

.popupform .fancybox-button svg {
  color: #fff;
  top: 0;
  left: 1px;
  font-weight: 900;
  padding: 3px
}

input.btn.btn_brown {
  margin-bottom: 15px !important
}

.popupform ::placeholder {
  color: #000
}

.required.error,
select.required.error,
textarea.required.error {
  border: 0 !important;
  border-bottom: 2px solid red !important;
  color: red !important
}

.illustration-testmonial .slider {
  position: relative;
  padding-top: 85%
}

.illustration-testmonial .slider>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
  z-index: -1;
  height: 460px;
  width: 460px;
  object-fit: cover;
  border-radius: 20px
}

.illustration-testmonial .slider label {
  cursor: pointer;
  transition: .5s;
  opacity: .6;
  margin: 15px 5px
}

.illustration-testmonial .slider label img {
  display: inline-block;
  width: 80px;
  height: 79px;
  position: relative;
  z-index: 99999 !important
}

.illustration-testmonial .slider input[name=slide_switch]:checked+label {
  border-color: #666;
  opacity: 1
}

.illustration-testmonial .slider input[name=slide_switch]~img {
  opacity: 0;
  transform: scale(1)
}

.illustration-testmonial .slider input[name=slide_switch]:checked+label+img {
  opacity: 1;
  transform: scale(1)
}

.illustration .head-dot::before {
  margin: auto;
  right: 0;
  left: -250px
}

.illustration .illust-content {
  background: #050a21;
  color: #fff;
  padding: 60px 30px;
  border-radius: 10px
}

.audio-monial img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 45%
}

.audio-monial h5 {
  padding: 20px 0;
  font-size: 20px
}

.audio-monial audio {
  width: -moz-available
}

.audio-monial .audio-monial-one {
  padding: 20px;
  box-shadow: 1px 1px 10px #cccc;
  border-radius: 10px
}

.audio-monial .audio-monial-one p,
.icon-content p,
.review-box p {
  font-size: 14px
}

.whatsapp-rapper i {
  position: fixed;
  left: 20px;
  bottom: 25px;
  font-size: 50px;
  z-index: 2;
  filter: drop-shadow(2px 4px 6px black);
  color: #4fce5d
}

.cont-info-icon {
  color: #000;
  font-size: 24px;
  margin: 20px 10px 20px 0
}

.terms h3,
.terms p {
  padding: 5px 0;
  font-weight: 400
}

.terms ul li {
  font-family: Poppins;
  font-size: 15px;
  padding: 10px 0;
  margin-left: 20px;
  line-height: 23px;
  list-style: disc
}

.terms ul li.pl-5 {
  list-style: none
}

.location-ser-slider .ser-box p {
  height: 150px
}

.location-ser-slider .item {
  margin: 10px
}

.btn-red-border {
  font-size: 15px;
  border: 1px solid #a52125;
  color: #a52125
}

.bottom-form::after,
.child-story::before,
.inner-page-form::after {
  /* content: ""; */
  background: #a52125;
  box-shadow: 20px 20px 100px 150px #a52125d1;
  width: 250px;
  height: 350px;
  opacity: .3;
  filter: blur(20px);
  position: absolute;
  border-radius: 50%;
  left: -160px;
  bottom: 0
}

.child-story::after {
  background: url(../images/child-story-after.html) 0 0/contain no-repeat;
  width: 600px;
  height: 420px;
  right: 0;
  bottom: -40px;
  z-index: -1
}

.author-info {
  padding: 20px 0 20px 10px
}

.main-banner .col-md-5 img {
  width: 100%;
}

.banner-arrow-down:before,
.ser-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%
}

.b-process h4,
.reason h4,
.social-icons li a {
  font-size: 20px
}

.bottom-form::after {
  /* left: 95%; */
  /* z-index: -2; */
  /* bottom: -60px; */
}

.bottom-form form {
  margin: auto;
  border-color: #a52125;
  width: 80%;
}

.bottom-form .get-started-form.main-form form input.input-control {
  width: 98% !important;
  background: 0 0;
  border: 1px solid #ccc;
  height: 40px;
}

.bottom-form .get-started-form.main-form {
  width: 100%;
  margin: auto
}

.why-choose-video {
  background: #a52125;
}

.why-choose-video .btn-blue {
  background: #b85656;
  color: #fff !important;
}

.review-box {
  box-shadow: 1px 2px 15px #ccc;
  border-radius: 10px;
  padding: 20px;
  transition: .2s;
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  width: 49% !important;
  border: 1px solid #ccc;
}

.inner-page-form::after {
  left: 110%;
  opacity: .2
}

.inner-page-form form h3 {
  padding-bottom: 10px !important;
  line-height: 34px !important;
  font-size: 27px;
}

.icon-content span {
  font-size: 30px;
  font-weight: 800;
  -webkit-text-stroke-color: #a52125;
  right: 10px;
  padding: 15px 0
}

.icon-content {
  background: #fff;
  box-shadow: 2px 3px 10px #cccc;
  padding: 20px;
  border-radius: 10px;
  height: 370px
}

.icon-content h6 {
  font-size: 18px;
  padding: 25px 0 10px
}

.publishing-icons .item {
  margin: 10px 3px
}

.am-pub .owl-carousel .owl-item.big {
  transform: scale(1.2);
  transition: .5s;
  position: relative;
  z-index: 9
}

.am-pub-slider.owl-carousel .owl-item img {
  transition: .5s;
  transform: scale(.9)
}

.am-pub-slider.owl-carousel.owl-theme.owl-loaded.owl-drag .item {
  margin: 10px 0;
  width: 280px
}

.bottom-form .get-started-form.main-form textarea {
  width: 98% !important;
  height: 100px;
  margin: 7px 10px 0px 0;
}

.book-banner.client-test h3 {
  padding: 10px 0;
  line-height: 27px
}

.book-banner.client-test img {
  border-radius: 30px
}

.book-banner .menu li,
.inner-banner .menu li {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  list-style: disc;
  margin-left: 20px
}

.get-started-form form h3 {
  line-height: 30px;
  text-align: justify;
  text-transform: capitalize;
}

.get-started-form form h3 span {
  display: inline flow-root;
}

/*
.banner .get-started-form form::before {
  content: "";
  position: absolute;
  left: -194px;
  bottom: 20px;
  width: 50%;
  height: 50%;
  background: url(../images/form-left.webp) no-repeat;
  background-size: 90%;
  transition: 0.3s ease-in;
  z-index: 0;
}
*/
.chris-banner .container {
  z-index: 1;
  position: relative;
}

.chris-banner::after {
  content: "";
  background: url('../images/ny-banner.html') no-repeat 0 / 100% 150%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: 100%;
}

.hq-bcover-slider .parent-bk-moc {

  height: 350px;
}

.parent-bk-moc {
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
}

#portfolio .parent-bk-moc {
  padding: 40px;
}

.book-cover-amz-links {
  background: #002768;
}

.book-cover-amz-links .parent-bk-moc {
  padding: 40px;
  box-shadow: 0 0 10px #ccc;
  margin: 10px;
}

.parent-bk-moc h3 {
  font-size: 26px;
}

#portfolio .parent-bk-moc p {
  height: 100px;
  overflow: auto;
  margin: 0px 10px 20px 0px;
}

.parent-bk-moc p::-webkit-scrollbar {
  width: 3px
}

.parent-bk-moc p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6a757d
}

.parent-bk-moc p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px
}

.testimonial .book-mock,
.testimonial .book-des {
  width: 100%;
}

#portfolio .book-mock {
  display: inline-block;
  width: 35%;
  background: #fff;
}

.book-cover-amz-links .book-mock {
  display: inline-block;
  width: 25%;
}

.parent-bk-moc .book-mock img,
.book-cover-amz-links .parent-bk-moc .book-mock img {
  box-shadow: -30px 30px 0px #a52125;
  background: #eff5ff;
  padding: 30px;
  width: 80%;
}

.testimonial .book-mock {
  width: 70%;
  padding-bottom: 30px;
  text-align: end;
}

#portfolio .book-mock img,
.book-cover-amz-links .parent-bk-moc .book-mock img {
  width: 80% !important;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 0px;
}

#portfolio .book-des {
  display: inline-block;
  width: 60%;
}

.book-cover-amz-links .book-des {
  padding-left: 20px;
  display: inline-block;
  width: 73%;
}

.payment-detail {
  background: #EFF5FF;
  border-radius: 10px;
  padding: 20px;
}

.payment-detail .auth-desc {
  box-shadow: none;
  background: 0;
  border: 0;
  padding: 0;
}

.payment-detail h6,
.payment-detail p,
footer h5,
footer p {
  color: #1A1A1A;
}

.services p,
.book-pub-ser p {
  padding: 10px 0 20px;
}

.about {
  padding: 240px 0;
  background: url('../images/about1.html') no-repeat 100%/100% 100%;
/* height: 810px;*/
z-index: 0;
}
.about2 .review-box {
  height: 270px;
  margin-bottom: 20px;
}
.about2 .review-box p {
  font-size: 14px;
}
.about2 .review-box h3 {
  font-size: 21px;
}
.menu.list-items li {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  list-style: disc;
  margin-left: 20px;
  color: #000;
}

.auth-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 7px #a521258c;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #C4C3C2;
  background: #fff;
}

.logo-slider.signup-cta {
  display: none;
}

.icons-art {
  background: #EFF5FF;
}

.icon-circle {
  background: #fff;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  padding: 30px 0;
}

.icon-circle img {
  width: 50%;
}

.icons-art h6 {
  font-size: 16px;
  padding: 10px 0 0px;
}

.icons-art [class*="col-md-2"] {
  text-align: center;
  padding: 0;
  display: grid;
  justify-content: center;
  align-items: center;
}

.pub-box-parent,
.pub-boxes,
.pub-box1 {
  position: relative;
}

.pub-boxes::before,
.pub-boxess::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: url('../images/box-cont1.html') no-repeat;
  background-size: contain;
  z-index: -1;
}

.pub-boxess::before {
  background: url('../images/box-cont.html') no-repeat;
  background-size: contain;
  width: 100%;
  top: -12px;
  left: 0;
}

.pub-boxes p,
.pub-boxess p {
  font-size: 11px;
  padding: 10px 0;
  width: 215px;
}

.pub-boxes,
.pub-boxess {
  padding: 20px;
  height: 350px;
}

.pub-boxes h4,
.pub-boxess h4 {
  color: #a52125;
  font-size: 20px;
}

.pub-box-step::after {
  content: "Step 1";
  position: absolute;
  top: 23px;
  right: 130px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: 'Poppins';
}

.pub-box-parent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: -2;
}

.box1::after {
  content: "Step 1";
}

.box2::after {
  content: "Step 2";
}

.box3::after {
  content: "Step 3";
}

.box4::after {
  content: "Step 4";
}

.box5::after {
  content: "Step 5";
}

.box6::after {
  content: "Step 6";
}

.pub-boxess.pub-box-step::after {
  left: 14px;
  top: 75px;
}

.publishing-list {
  padding: 230px 0 50px;
  background: #EFF5FF;
  z-index: 0;
}

.pub-boxess {
  padding: 80px 0 0px;
  width: 260px;
}

.pub-boxess h4 {
  text-align: right;
  padding-right: 10px;
}

.pub-boxess p {
  width: 263px;
  text-align: right;
  padding-left: 36px;
  padding-right: 10px;
}

.publishing-list .review-box h3 span {
  font-size: 16px;
  color: #a52125;
}

.publishing-list .review-box h3 {
  color: #002768;
}

.publishing-list .review-box {
  height: 200px;
  background: #fff;
}

.marketing-process {
  text-align: center;
  padding: 40px 0 60px;
}

.marketing-process .m-p1 {
  padding: 50px 30px;
  background: url('../images/marketin-cir1.html') no-repeat;
  background-size: 100%;
  height: 260px;
}

.marketing-process .m-p1 .title {
  font-size: 26px;
  font-weight: 600;
}

.marketing-process .m-p1 p {
  font-size: 13px;
}

.marketing-process .m-p2 {
  background: url('../images/marketin-cir3.html') no-repeat;
  background-size: 100%;
  height: 405px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing-process .m-p2 h3 {
  font-size: 30px;
  line-height: 35px;
  padding: 0px 20px;
  color: #002768;
}

.marketing-process .m-p1 h5 {
  font-size: 16px;
  padding: 10px 0;
}

.marketing-process .m-p3 {
  background: url('../images/marketin-cir2.html') no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
}
.audio-narration-process {background: #002768;padding: 60px 0 150px;}

.an-parent-proc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 240px 0;
    position: relative;
    z-index: 1;
}

.an-parent-proc h3 {
    font-size: 20px;
    color: #fff;
}

.an-parent-proc p {
    font-size: 14px;
    color: #fff;
}

.an-parent-proc::before {
    content: "";
    background: url('../images/an-6.html') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.child-book-process .an-parent-proc::before {
    background: url('../images/child-b-5.html') no-repeat;
    background-size: 100%;
}
.an-proc1 {
    position: absolute;
    left: 210px;
    bottom: -100px;
    width: 240px;
}

.an-proc2 {
    position: absolute;
    left: 80px;
    top: 146px;
    width: 240px;
    text-align: end;
}

.an-proc3 {
    position: absolute;
    left: 0;
    right: -220px;
    margin: auto;
    bottom: 90px;
    width: 240px;
}

.an-proc4 {
    position: absolute;
    right: 470px;
    top: 5px;
    width: 240px;
    text-align: end;
}

.an-proc5 {
    position: absolute;
    right: -90px;
    bottom: 40px;
    width: 240px;
}
.child-b img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}

.child-b {padding-bottom: 170px;}
.child-b-3{
  background: url('../images/child-b-3.html') no-repeat;
  background-size: 100% 100%;
  padding: 150px 0;
}
.child-book-process .an-proc1 {top: 120px;left: 0;text-align: center;}

.child-book-process .an-proc2 {
    top: 120px;
    left: 250px;
    text-align: center;
}

.child-book-process .an-proc3 {
    text-align: center;
    top: 120px;
    left: 0;
    right: 0;
}

.child-book-process .an-proc4 {
    top: 120px;
    left: 0;
    right: -500px;
    margin: auto;
    text-align: center;
}

.child-book-process .an-proc5 {
    text-align: center;
    top: 120px;
    right: -10px;
}
.child-book-process {
    padding: 40px 0 0px !important;
}
.child-book-process .an-parent-proc {
    padding: 150px 0;
}
.child-book-process img {
    position: static;
    width: 100%;
}
#testimonial .book-mock img{
  padding: 0px;
  /* width: 250px; */
  /* height: 400px; */
  object-fit: cover;
}
.book-des span{
  font-weight: 700;
  font-size: 22px;
}
.publish img{
  width: 320px;
  height: 450px;
  border-radius: 30px;
  margin: 20px;
}
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.footer-social a:hover {
    color: #e63946; /* highlight color */
}
/* === Wrapper Box === */
.consultation-form-wrapper {
    /* max-width: 593px; */
    /* margin: 40px auto; */
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* === Headings === */
.consultation-form .form-heading {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.consultation-form .form-subheading {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 20px;
    text-align: center;
}

/* === Inputs & Textarea === */
.consultation-form .form-input,
.consultation-form .form-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    transition: border-color 0.3s;
}

.consultation-form .form-input:focus,
.consultation-form .form-textarea:focus {
    border-color: #a52125; /* red highlight */
}

/* === Checkbox + Label === */
.form-checkbox-label {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.form-checkbox-label a {
    color: #a52125;
    font-weight: bold;
    text-decoration: none;
}
.form-checkbox-label a:hover {
    text-decoration: underline;
}

/* === Layout for Row === */
.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.form-col-text {
    flex: 1 1 65%;
}

.form-col-button {
    flex: 1 1 30%;
    text-align: right;
}

/* === Submit Button === */
.form-submit-btn {
    background: #a52125;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit-btn:hover {
    background: #c40511;
}
.main-banner h1 span{color:#fff;}
