.mobile-menu .nveMenu,
.mobile-menu .overlay {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  visibility: hidden;
}

.btn-1 a,
.btn-1 button,
.btn-2 a,
.btn-3 a,
.btn-3 button,
.btn-4 a {
  transition: 0.3s;
  text-decoration: none;
}

.btn-1 a,
.btn-1 button,
.btn-2 a,
.head-serv-bg h5,
.header-top-bg,
.main-banner-bg h1,
.main-banner-bg h5,
.main-header-bg .main-header ul,
.mobile-dropdown button,
.mobile-menu .navlinks li a {
  text-transform: uppercase;
}

*,
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
}

.banner-bages a,
.mobile-menu .navlinks li a:hover,
a:focus,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/gilroy-medium.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: VisbyCF-Regular;
  src: url("../fonts/VisbyCF-Regular.woff") format("woff");
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
}

a,
p {
  font-family: "Work Sans", sans-serif;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d3d3d3;
}

.mobile-menu .circle,
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #17333c;
  margin: 0 auto;
  display: flex;
  position: fixed;
  line-height: 40px;
  font-size: 16px;
}

.whatsapp{width:250px;height:0;color:#fff;display:block;text-align:center;border-radius:100%;font-size:14px;position:fixed;bottom:100px;left:20px;z-index:9999;box-shadow:6px 9px 30px 1px rgba(37,0,22,.71);padding:0 0;animation:scrollDownAnimation .5s ease infinite alternate;-webkit-animation:scrollDownAnimation .7s ease infinite alternate;background:#00e676;background:-moz-linear-gradient(left,#ea018e 0,#9b2c92 100%);bottom:40px;transform:translate(50%)}
.whatsapp:hover{color:#fff}
@keyframes scrollDownAnimation{from{transform:translateY(0)}to{transform:translateY(-10px)}}

::-moz-selection {
  color: #fff;
  background: #17333c;
}

::selection {
  color: #fff;
  background: #17333c;
}

.main-header .main-navigation ul li a:hover,
span {
  color: #e48640;
}

p {
  color: #666;
}

#staticBackdrop .modal-body .modal-body-img,
.mobile-menu,
.rtech_item:last-child::after {
  display: none;
}

.mobile-menu .circle {
  border-radius: 30%;
  right: 20px;
  top: 15px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border: 2px solid #fff;
}

.mobile-menu .mobile-cross {
  border-radius: 30%;
  right: 0;
  top: 0px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #fff;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-320px);
  padding: 40px 20px;
  border: 2px solid #fff;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
}

.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0;
}

.mobile-menu .navlinks li a {
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.mobile-dropdown button {
  background: 0 0;
  border: none;
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: auto;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

.header,
.second-header,
header .navbar {
  position: fixed;
  width: 100%;
}

.active-class {
  border: 2px solid #000;
}
.sub-btnwrp {
    background: #e48640;
    width: 50%;
    height: 44px;
    border: navajowhite;
    border-radius: 5px;
    font-weight: 600;
}
.btn-1 a,
.btn-1 button {
  background: #e48640;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px !important;
  border: 2px solid #e48640;
  margin: 0 !important;
}

.btn-1 a:hover,
.btn-1 button:hover,
.main-banner-btn .service-btn a:hover {
  background: 0 0;
  color: #17333c;
  border: 2px solid #17333c;
}

.btn-2 a {
  border: 2px solid #e48640;
  border-radius: 5px;
  color: #e48640;
  padding: 10px 20px;
  margin: 0 0 0 15px !important;
}

.btn-2 a:hover,
.main-banner-btn .contact-btn a:hover {
  background: #17333c;
  color: #fff;
  border: 2px solid #17333c;
}

.btn-3 a,
.btn-3 button {
  background: #e48640;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px !important;
  border: 2px solid #e48640;
  margin: 0 !important;
}

.btn-3 a:hover,
.btn-3 button:hover {
  background: 0 0;
  color: #e48640;
  border: 2px solid #e48640;
}

.btn-4 a {
  border: 2px solid #e48640;
  border-radius: 5px;
  color: #e48640;
  padding: 10px 20px;
  margin: 0 0 0 15px !important;
}

a.nav-btn-1,
a.nav-btn-2 {
  padding: 10px 20px !important;
}

.btn-4 a:hover {
  background: #e48640;
  color: #fff;
  border: 2px solid #e48640;
}

.header {
  z-index: 99;
  height: 100px;
  top: 0;
  background: #0000001f;
  padding: 20px 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-bottom: 2px solid transparent;
}

.active-header {
  top: 0;
}

.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  transition: 0.75s linear !important;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0;
}

.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: 0.75s linear !important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200;
}

.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0;
}

.second-header-dropdown li a:hover {
  color: #f2653a;
}

.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0;
}

.header-top-bg {
  background: radial-gradient(closest-side at 50% 50%, #ffffff 0, #ffffff 100%);
  line-height: 99px;
}

.header-top,
.lp-publishing-abt-content-inner,
.main-header-bg .main-header {
  display: flex;
  justify-content: space-between;
}

a.nav-btn-1 {
  color: #fff !important;
  background-color: #e48640;
  border-radius: 5px;
  border: 2px solid #e48640;
  transition: 0.3s;
}

a.nav-btn-1:hover,
a.nav-btn-2 {
  color: #e48640 !important;
  background-color: #fff;
}

a.nav-btn-1:hover {
  border: 2px solid #e48640;
}

a.nav-btn-2 {
  border-radius: 5px;
  border: 2px solid #e48640;
  transition: 0.3s;
}

a.nav-btn-2:hover {
  color: #fff !important;
  background-color: #e48640;
  border: 2px solid #e48640;
}

.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700;
}

.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  margin: 0 10px 0 0;
}

.header-top-bg .top-btn-2 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 25px;
  color: #17333c;
  border: 2px solid #fff;
}

.main-logo {
  width: 280px;
}

.main-header-bg {
  background: #fff;
  box-shadow: 0 3px 30px #00000029;
  line-height: 94px;
  padding: 5px 0;
}

.main-header-bg .main-header ul {
  list-style: none;
}

.main-header .main-navigation ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
}

.main-header .main-navigation ul li a.number-btn {
  border-left: 3px solid #e48640;
  border-right: 3px solid #e48640;
  padding: 10px 5px;
  color: #000;
  transition: 0.3s ease-in-out;
}

.footer-content-2 ul li,
.footer-content-3 a:hover,
.head-serv-bg span,
.header-top-bg .top-number a:hover,
.inner-published-form span,
.main-header .main-navigation ul li a.number-btn:hover,
.stellar-step h2 span.slg span,
.stellar-step span,
section h2.bl-head span,
section.author-about span,
section.stellar-cta h2 i,
section.stellar-cta p span {
  color: #e48640;
}

.main-header .main-navigation ul li a.number-btn i {
  margin-left: 7px;
  font-size: 16px;
  color: #e48640;
}

.main-header .dropdown .dropdown-menu {
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  top: 63px;
  padding: 10px 20px;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.main-header .dropdown .dropdown-menu ul li a {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px 0 40px;
}

.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu,
.toggle .panels .panel:first-child {
  display: block;
}

.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content;
}

.footer-form-bg,
.main-dropdown-arrow .button {
  position: relative;
}

.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #e48640;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: 0.3s;
}

.main-dropdown-arrow .button:hover:after {
  left: 3px;
}

.navi-drop-hr {
  width: 95% !important;
  margin: 0;
}

.lp-main-banner-bg {
  margin: 0 !important;
}

.main-banner-bg h5 {
color: #ffffff;
    font-weight: 600;
    background: linear-gradient(270deg, #e48640, #04022e);
    padding: 7px;
    letter-spacing: 0;
    border-radius: 6px;
    margin-bottom: 15px !important;
}

.main-banner-bg h1.book-writing {
  text-transform: capitalize;
}

.main-banner-bg p {
  font-size: 18px;
  color: #fff;
}

.main-banner-bg .banner-lis {
  margin: 20px 0;
}

.main-banner-bg .banner-lis ul {
  padding: 0 0 0 25px;
}

.main-banner-bg .banner-lis ul li {
  color: #fff;
  font-size: 18px;
}

.main-banner-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 200px 0 0;
}

.main-banner-btn .service-btn a {
  background: #17333c;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  padding: 10px 14px !important;
  transition: 0.3s;
  border: 2px solid #17333c;
}

.main-banner-btn .contact-btn a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

header .navbar {
  background: #fff;
  top: 0;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
}

header.sticky .navbar {
  background: linear-gradient(80deg, #4b3b72 0, #362c4f 50%, #29223a 100%);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

header .navbar .navbar-brand .logo {
  width: 275px;
  display: block;
  margin: 0;
  transition: 0.1s ease-in-out;
}

header .navbar-toggler {
  background-color: #fff;
}

header .navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

header .navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar .navbar-buttons .nav-btn-item {
  margin: 0 5px;
  list-style: none;
}

header .navbar .navbar-buttons .nav-btn-item a.popup-btn {
  background: #e48640;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  position: relative;
  border: 1px solid #e48640;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

header .navbar .navbar-buttons .nav-btn-item a.popup-btn:hover {
  background: #fff;
  color: #e48640;
}

header .navbar .navbar-buttons .nav-btn-item a.number-btn {
  background: #fff;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #e48640;
  font-weight: 600;
  display: block;
  position: relative;
  border: 1px solid #e48640;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

header .navbar .navbar-buttons .nav-btn-item a.number-btn:hover {
  background: #e48640;
  color: #fff;
} !important; !important;
.bg-texture {
  background-image: url("../images/texture-bg.webp");
}

section.main-banner-bg {
  margin: 0px 0 0 !important;
  padding: 80px 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background: #04022e !important;
}

.main-banner-bg h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff;
    line-height: 42px !important;
    margin-bottom: 15px !important;
}

.ratsite {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.ratings_cont {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.ratings_cont h3 {
  font-size: 28px;
  font-weight: 700;
  color: #e48640;
  margin-right: 10px;
}

.ratings_rate {
  display: block;
  line-height: 15px;
}

.ratings_cont p {
  font-size: 10px;
  color: #17333c;
  margin-bottom: 0;
  font-weight: 600;
}

.about-form {
  background: #fff;
  box-shadow: 0 5px 30px #00000029;
  border: 1px solid #0000004d;
  border-radius: 30px;
  padding: 30px 50px;
  margin: 50px 0;
  position: relative;
}

.genres-bg,
.services-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.filter-button,
.gallery_product {
  margin-bottom: 30px;
}

.about-form .about-form-head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}

.about-form.book-writing-pg {
  border: 2px solid #17333c;
  background: #7bc65f;
}

.about-form.book-writing-pg .about-form-head,
.contact-us .ways-to-connect {
  justify-content: center;
}

.about-form.book-writing-pg .form-head-book {
  position: absolute;
  top: -30px;
  left: -6%;
}

.about-form.book-writing-pg .form-head-book img {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  object-fit: contain;
}

.about-form .form-head-content h4 {
color: #010101;
    font-size: 28px;
}

.about-form.book-writing-pg .form-head-content h3,
.footer-btm p,
.head-serv-bg .ratings_cont h3,
.head-serv-bg .ratings_cont p,
.lp-book-publishing-bg .banner-content h1,
.lp-book-publishing-bg .banner-content p,
.lp-book-publishing-bg .ratings_cont h3,
.portfolio-inner,
section.author-about p {
  color: #fff;
}

.about-form .form-head-content h3 {
    color: #e48640;
    font-size: 45px;
    font-weight: 700;
    line-height: 34px;
}

.about-form .form-head-book {
  position: absolute;
  top: 10px;
  right: 10px;
}

.about-form .form-head-btn button {
  color: #f2f2f2;
  font-size: 20px;
  background: #e48640;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #f4a11a;
  transition: 0.3s;
}

.about-form .form-head-btn button:hover {
  border: 1px solid #001a45;
  background: 0 0;
  color: #002768;
}

.head-serv-bg h5 {
  color: #e48640;
  padding: 10px 0;
}

.services-bg {
  background-image: url("../images/service-bg.webp");
  background-attachment: fixed;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
}

.services-bg.book-writing-bg {
  background: #19323d;
}

.services-img img {
  width: 50px;
}

.nav-pills .show > .nav-link,
.services-img .nav-pills .nav-link {
  color: #000;
  background-color: #fff;
  box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
  margin: 10px;
  height: 135px;
  width: 135px;
  transition: 0.3s;
}

.nav-pills .show > .nav-link:hover,
.services-img .nav-pills .nav-link:hover {
  background-color: #e48640;
  color: #fff;
}

.nav-pills .show > .nav-link,
.services-img .nav-pills .nav-link.active {
  color: #fff;
  background-color: #e48640;
  box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
}

.portfolio-inner img {
  width: 100px;
}

.portfolio-inner p {
  font-size: 20px;
  padding: 0 30px;
  color: #fff;
}

.services-content h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 10px;
}

.services-content p {
  font-size: 20px;
  width: 100%;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 480px;
  padding: 20px 0;
  color: #fff;
}

.bages-bg,
.contact-us,
.cta-bg,
.faqs-bg,
.genres-bg,
.lp-publishing-abt-bg,
.lp-publishing-cta-1,
.portfolio-bg,
.publishing-sub-serv-bg,
.sub-services-bg,
.who-we-bg,
.why-choose-us-bg,
section.own-book-wrap,
section.process-sec-wrap,
section.stellar-step {
  padding: 50px 0;
}

.genres-bg {
  background-image: url(../images/texture-bg1.webp);
}

.cta-bg,
.owl-theme .owl-dots .owl-dot:hover span,
.testimonails-bg .owl-theme .owl-dots .owl-dot.active span {
  background: #02003d;
}

.who-we-content h2 {
  font-size: 50px;
  line-height: 50px;
}

.cta-head h2,
.cta-head h4,
.genres-content h3,
.genres-head h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.who-we-content p {
  padding: 12px 0;
}

.genres-img img {
  padding: 10px;
}

.genres-content h3 {
  color: #201f1c;
  padding: 20px 0 10px;
}

.genres-content p {
  padding-bottom: 15px;
}

.genres-head h2 {
  color: #201f1c;
  padding-bottom: 30px;
}

.genres-bg .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 10px 20px;
}

.genres-bg .nav-tabs .nav-link:hover {
  background-color: #e48640;
}

.genres-bg .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e48640;
  border-color: #dee2e6 #dee2e6 #fff;
}

.genres-head-img img {
  width: 80px;
  padding: 10px;
}

.cta,
section.author-about {
  background-repeat: no-repeat;
  background-size: cover;
      padding:50px 0 !important;
}

.author-about{
position: relative;
z-index: 1;
}

.author-about .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
    top:0;
}


.author-about .container {
    z-index: 2;
    position: relative;
}

.cta-head h2,
.cta-head h4 {
  color: #fff;
  padding-bottom: 15px;
}

.cta-head p {
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 15px;
  color: #fff;
}

.faqs-bg .accordion-button,
.rtech_item h3,
.why-choose-us-bg .accordion-button {
  font-weight: 700;
}

.cta-call {
  padding-left: 25px;
}

.cta-call a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.badges-content h2,
.footer-form-head-content h2,
.gallery-title {
  font-size: 40px;
}

.cta-call a span {
  color: #17333c;
  padding: 0.4px 15px;
  background: #17333c;
  font-size: 1.4px;
  line-height: 0;
  margin: 0 8px;
  position: relative;
  top: -4px;
}

.bages-bg img {
  width: 100px !important;
}

.badges-content p {
  padding: 10px 0 20px;
}

.gallery-title {
  color: #04022e;
  text-align: center;
  font-weight: 500;
  padding-bottom: 16px;
}

.abt-info-content p,
.lp-publishing-abt-content p,
.port-head p {
  padding: 10px 0;
}

.filter-button {
  font-size: 18px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  color: 73c361;
  padding: 10px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid teal;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: teal;
}

.btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: #fff;
}

.autor-trust img,
.port-image {
  width: 100%;
}

.stellar-step h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

.stellar-step h2 span.slg {
  text-transform: none;
}

.rtech_item:hover span.rt_icon {
  box-shadow: 0 0 40px #dddddd85;
}

.disclaimer p span {
  font-size: 15px;
}

.root-cta-title-h2,
section.author-about h3,
section.author-about h4 {
  color: #fff;
  font-size: 40px;
}

.stellar-step .row {
  display: flex;
  flex-flow: wrap;
}

.rtech_item span.rt_icon {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 20px #ddd;
  transition: 0.2s ease-in-out;
}

.rtech_item h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.root-cta-title-h2,
.why-choose-us-content h2 {
  text-transform: capitalize;
}

.rtech_item p {
  font-size: 16px;
  min-height: 120px;
  padding: 10px 0 0;
}

.rtech_item {
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.rtech_item::after {
  content: "";
  position: absolute;
  right: -40px;
  height: 33px;
  top: 35px;
}

.rtech_item.r3::after {
  background-image: url("../images/earc.webp");
}

.rtech_item:hover::before {
  border-bottom-color: #e48640;
}

.rtech_item.r3:after {
  background: url("../images/earc1.webp") right top no-repeat;
}

section.author-about {
  background-image: url("../images/b1.jpg");
 
}

ul.list-arrow {
  margin: 20px 0;
  list-style: none;
}

ul.list-arrow li i {
  color: #e48640;
  top: 4px;
}

ul.list-arrow li {
  margin-bottom: 12px;
  font-weight: 400;
  color: #fff;
}

section.author-about h2.bl-head {
  color: #fff;
  padding-top: 0;
  margin-bottom: 0;
}

.cta {
  background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
  background: #02003d;
  background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
  /* background-color: rgba(21, 72, 144, 0.99608); */
  text-align: center;
  padding: 80px 0;
  position: relative;
}

.cta::before {
  content: "";
  position: absolute;
  background: url("../images/cta-before.webp") center/100% no-repeat;
  width: 661px;
  height: 405px;
  left: 0;
  bottom: -37%;
}

.cta::after {
  content: "";
  position: absolute;
  background: url("../images/cta-after.webp") center/cover no-repeat;
  width: 505px;
  height: 295px;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

.root-cta-title-h2 {
  margin-bottom: 15px;
  font-weight: 400;
  background: 0 0;
  background-clip: unset;
  display: block;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
}

.cta-hdg span {
  color: #f4f3ec;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.testi-head h2,
.why-choose-us-content h2 {
  font-size: 40px;
  padding: 0 0 15px;
}

.faqs-bg .accordion-button:not(.collapsed),
.why-choose-us-bg .accordion-button:not(.collapsed) {
  color: #e48640;
  background-color: #02003d;
}

.faqs-bg .accordion-button:focus,
.why-choose-us-bg .accordion-button:focus {
  z-index: 3;
  border-color: #17333c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #17333c80;
}

.testimonails-bg {
  padding: 50px 0;
  background: url("../images/testi-bg.webp") center/cover no-repeat;
}

.faqs-head p,
.lp-authors-content p,
.testi-head p {
  padding: 0 0 15px;
}

.testi-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 17px 6px #efefef;
  padding: 30px 15px;
  margin: 0;
  min-height: 385px;
}

.abt-info-bg,
.abt-serv-bg {
  background-image: url("../images/audio-book-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testi-text p {
  color: #888;
  margin-bottom: 20px;
  min-height: 80px;
}

.testi-text h5 {
  font-size: 16px;
  color: #001a3e;
  font-weight: 600;
  margin-bottom: 5px;
}

.testi-text i {
  color: #28ca7d;
}

.testi-box img {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0;
  width: 215px !important;
  padding: 0 0 0 20px;
}

.testi-text {
  padding: 0 70px;
}

.testi-text h3 {
  color: #e48640;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.author-name {
  display: block;
  align-items: center;
  width: 250px;
}

.autor-trust {
  width: 141px;
}

.faqs-head h2 {
  font-size: 40px;
  padding: 0 0 10px;
}

.faqs-bg a {
  color: #2cc05b;
}

.footer-top-p {
  padding: 100px 0 0;
}

.footer-form-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  background-color: #201300;
  width: 100%;
  z-index: -1;
}

.footer-form-inner {
  box-shadow: 0 0 36px rgb(89 90 92 / 7%);
  background-color: #fff;
  border-radius: 15px;
  z-index: 1;
}

.footer-form-head-img img {
  width: 180px;
}

.footer-form-head-content p {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}

.footer-form-head-content a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
}

.footer-form-half p {
  padding: 0 0 20px;
}

.footer-form-half a {
  color: #e48640;
  text-decoration: none;
}

.footer-bg {
  background-color: #06051d;
  padding: 50px 0 20px;
}

.footer-head a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-logo {
  width: 250px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(105%) contrast(101%);
}

.footer-content-1 p {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
}

.social-icons{
    display:flex;
    flex-wrap:wrap;
}

.social-icons a {
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    padding: 5px 5px;
    margin: 0 2px 5px 0;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.social-icons a img{
    width: 25px;
    height: 25px;
}

.footer-content-2 h4,
.footer-content-3 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.abt-info-content h2,
.sub-services-head h2 {
  font-size: 45px;
  text-transform: capitalize;
}

.footer-btm a,
.footer-content-2 ul li a,
.footer-content-3 a {
  color: #fff;
  text-decoration: none;
}

.footer-hr {
  height: 1px !important;
  color: #fff;
  margin: 35px 0 20px;
  opacity: 1;
}

.footer-content-3 ul li {
  display: flex;
  padding: 5px 0;
  color: #fff;
}

.footer-content-3 li i {
  padding: 4px 10px 0 0;
  color: #e48640;
}

.footer-btm {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.abt-serv-bg {
  padding: 50px 0 0;
}

.abt-info-bg {
  padding: 50px 0;
}

.sub-services-head h2 {
  padding: 0 0 20px;
}

.sub-services-content h3 {
  font-size: 23px;
  padding: 15px 0;
}

.sub-services-content p {
  padding: 5px 0;
  height: 210px;
  overflow: auto;
}

.sub-services-content {
  background-color: #fff;
  padding: 40px 20px;
  margin: 25px 0 0;
  box-shadow: 0 0 20px #ddd;
}

.portfolio-bg .nav-tabs .nav-link {
  margin: 10px 15px 15px;
  background-color: #e48640;
  color: #fff;
  width: 120px;
  font-size: 14px;
}

.accordion-button::after {
  filter: grayscale(1);
}

.footer-form-inner {
  padding: 20px;
}

.footer-content-2 h4,
.footer-content-3 h4 {
  padding: 15px 0 10px;
}

.portfolio-tabs .toggle .tabs {
  border-bottom: 1px solid grey;
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}

.toggle .tabs .tab {
  float: left;
  background: #fff;
  color: #777;
  height: 31px;
  margin: 2px 8px 0;
  padding: 0 8px;
  cursor: pointer;
}

.toggle .tabs .tab.active {
  color: #dd4b39;
  border-bottom: 3px solid #dd4b39;
}

.toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}

.contact-us .contact-us-heading {
  text-align: center;
}

.contact-us .contact-us-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #e48640;
}

.contact-us .row input,
.contact-us textarea {
  /* width: 100%; */
  font-size: 15.99px;
  /* margin: 0 0 40px; */
}

.contact-us .contact-us-heading p:first-child {
  font-weight: 600;
  font-size: 24px;
  color: #292929;
  position: relative;
}

.contact-us .contact-us-heading p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #bfbfbf;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
  display: flex;
  align-items: center;
  padding: 0 0 35px 20px;
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
  font-size: 50px;
  color: #e48640;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  display: inline-block;
  margin: 0 0 0 14px;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  margin: 0;
  color: #272137;
  font-weight: bold;
  font-size: 24px;
}

.contact-us
  .ways-to-connect
  .ways-to-connect-connect
  .ways-to-connect-para
  a:hover {
  color: #e48640;
  text-decoration: underline;
}

.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px;
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  margin-bottom:35px;}

.contact-us .row .ways-to-connect-top-form-heading p {
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
}

.contact-us .row .input-row1 {
  display: flex;
}

.contact-us .row input {
  /* height: 50px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-weight: 300; */
}

.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px;
}

.contact-us textarea {
resize: none;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 7px 0 0 12px;
    font-weight: 300;
    font-size: 17px;
    font-weight: 400;
}

.contact-us .row .form-button button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0 0 12px 1px #231e33;
  margin: 0 10px;
}

.contact-us .working-hours-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  margin: 0 0 50px;
}

.contact-us .working-hours-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(162deg, #262035 0, #392e54 48%, #534180 100%);
  box-shadow: 0 0 12px 1px #231e33;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.contact-us .working-hours-box ul li {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin: 25px 0;
}

.achieve-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #02003d;
  padding: 50px 0;
}

.achieve-bg .count {
  line-height: 50px;
  color: #e48640;
  margin: 0 25px;
  font-size: 40px;
  font-weight: 700;
}

.achieve-bg .counter-inner {
  padding: 0 20px;
  color: #fff;
}

.achieve-content h3 {
  color: #fff;
  font-size: 45px;
  padding: 0 0 15px;
}

.achieve-content p {
  color: #fff;
  padding: 0 0 30px;
}

.main-privacy {
  padding: 140px 0 80px;
}

.main-privacy h3 {
  font-size: 24px;
  color: #e48640;
  padding: 10px 0;
}

.main-privacy ul li {
  list-style: none;
}

#staticBackdrop .modal-content {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 2px solid #fff;
  background-color: #1b343b;
  padding: 15px 25px;
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  outline: 0;
  background: #1b343b;
  border-radius: 15px;
  box-shadow: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 1;
  z-index: 4;
}

#staticBackdrop .modal-content .btn-close i {
  color: #fff;
  font-weight: 600;
}

#staticBackdrop .modal-dialog {
  max-width: 500px !important;
  margin: 150px auto 0;
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none;
}

#staticBackdrop .modal-body {
  padding: 20px 10px;
}

.modal-body-form h3 {
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

.inner-published-form .form-group,
.inner-published-form .form-group-select,
.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px;
}

.modal-body-form .popup-form-list .form-group input {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  width: 100%;
  border: none;
  box-shadow: 0 0 5px 1px #333;
}

.modal-body-form .popup-form-list .form-group textarea {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  height: 90px;
  resize: none;
  border: none;
  width: 100%;
  box-shadow: 0 0 5px 1px #333;
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
  background-color: #e48640;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
  border-radius: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  animation: 1.5s ease-in infinite alternate crescendo;
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
  background: #fff;
  color: #1b1f2e;
}

.inner-published-form {
  background: #fff;
  padding: 20px;
  border: 2px solid #e48640;
  border-radius: 10px;
  box-shadow: 0 5px 15px -4px #b2b2b2;
}

.lp-publishing-cta-1-bg,
.lp-publishing-cta-3-bg {
  background-repeat: no-repeat;
  background-position: center;
}

.inner-published-form h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 30px;
  color: #00112b;
  font-family: Poppins, sans-serif;
  margin: 0 0 10px;
  line-height: 40px;
}

.inner-published-form .form-group .form-select {
  border: 2px solid #b2b2b2;
  box-shadow: 0 0 5px 1px #eee;
  font-size: 16px;
  color: #00112b;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 0;
  width: 100%;
  border: transparent;
}

.inner-published-form .form-group .form-select option {
  color: #333;
  font-weight: 600;
}

.inner-published-form .form-group-select h4 {
  font-weight: 600;
  font-size: 20px;
  color: #00112b;
  font-family: Poppins, sans-serif;
  margin: 0 0 10px;
  line-height: 28px;
}

.inner-published-form .form-group-select .form-check-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inner-published-form .form-group-select .form-check-flex .form-check {
  margin: 0 5px 10px;
  width: 45%;
  display: flex;
  align-items: center;
  padding: 0;
}

.inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-input {
  border: 1px solid #e48640;
  outline: 0;
  box-shadow: none;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-input:checked[type="checkbox"] {
  background-color: #e48640;
}

.inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.inner-published-form .form-group input {
  border: transparent;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border-radius: 0;
  box-shadow: 0 0 5px 1px #eee;
  font-size: 16px;
  color: #00112b;
  font-weight: 400;
}

.inner-published-form .form-group button.submit-btn {
  background-color: #e48640;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border: 2px solid #e48640;
  margin: 0 10px 0 0;
  padding: 5px 20px;
  font-size: 22px;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
}

.inner-published-form .form-group button.submit-btn:hover,
.lp-publishing-abt-content a:hover {
  background-color: #fff;
  color: #e48640;
}

.main-banner-bg .lp-book-publishing-bg {
  padding: 60px 0 0;
}

.lp-book-publishing-bg .banner-content h4 {
  color: #0a252e;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  width: 50%;
  font-size: 16px;
}

.lp-book-publishing-bg .btn-3 a,
.lp-book-publishing-bg .btn-3 button,
.lp-publishing-cta-2-bg .btn-3 a,
.lp-publishing-cta-2-bg .btn-3 button {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #0a252e;
  padding: 10px 30px;
  transition: 0.3s;
  border: 2px solid #fff;
  margin: 0;
}

.lp-book-publishing-bg .btn-3 a:hover,
.lp-book-publishing-bg .btn-3 button:hover,
.lp-publishing-cta-2-bg .btn-3 a:hover,
.lp-publishing-cta-2-bg .btn-3 button:hover {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}

.lp-book-publishing-bg .btn-4 a,
.lp-publishing-cta-2-bg .btn-4 a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 0 0 15px;
}

.lp-book-publishing-bg .btn-4 a:hover,
.lp-publishing-cta-2-bg .btn-4 a:hover {
  background: #fff;
  color: #0a252e;
  border: 2px solid #fff;
}

.lp-book-publishing-bg .inner-published-form {
  background: #e48640;
  padding: 20px;
  border: 2px solid #e48640;
  border-radius: 10px;
  box-shadow: 0 5px 15px -4px #b2b2b2;
}

.lp-book-publishing-bg .inner-published-form .form-group button.submit-btn {
  background-color: #fff;
  color: #0a252e;
  box-shadow: 0 0 5px 1px #eee;
  border: transparent;
}

.color,
.lp-book-publishing-bg .inner-published-form span {
  color: #0a252e;
}

.serv-bages-bg {
  position: relative;
  top: -40px;
}

.serv-bages-head {
  background-repeat: no-repeat;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px 1px #eee;
  border: 1px solid #fcfcfd;
}

.serv-bages-head .bages-content h1 {
  color: #e48640;
  font-size: 30px;
  line-height: 35px;
}

.lp-publishing-abt-content h2 {
  color: #0a252e;
  font-size: 40px;
}

.lp-publishing-abt-content-inner h6 {
  margin: auto;
  padding: 0 0 0 5px;
  font-weight: 700;
}

.lp-publishing-abt-content a {
  background-color: #e48640;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #e48640;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.lp-publishing-info {
  padding: 50px 0;
  background-color: #f4fff2;
}

.publishing-info-content h2 {
  font-size: 40px;
  padding: 0 0 0 12%;
}

.publishing-info-card {
  background-color: #fff;
  border: 1px solid #97ff81;
  border-radius: 15px;
  padding: 30px 15px 25px;
  margin: 50px 0 0;
  position: relative;
}

.publishing-info-card-step span {
  display: inline-block;
  background-color: #e48640;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: -32px;
}

.publishing-info-card-inner h3 {
  margin: auto 0;
  padding: 0 0 0 5px;
  font-weight: 700;
  font-size: 22px;
  color: #e48640;
}

.publishing-info-card-inner p {
  padding: 5px 0;
}

.lp-publishing-info .owl-theme .owl-nav {
  display: flex;
  justify-content: end;
  color: #e48640;
  margin: 10px 0 0;
}

.lp-publishing-info .owl-theme .owl-nav i {
  font-size: 25px;
  margin: 0 10px;
  transition: 0.3s;
}

.lp-publishing-info .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #0f2851;
  text-decoration: none;
}

.lp-publishing-cta-1-bg {
  padding: 50px 0;
  background-image: url("../images/book-publishing/cta-bg-1.webp");
  background-color: #fff;
  position: relative;
}

.cta-1-content h4,
.cta-2-content h4 {
  font-size: 40px;
  color: #fff;
  padding: 0 0 5px;
}

.cta-1-content p,
.cta-2-content p {
  padding: 0 0 8px;
  color: #fff;
}

.cta-foot img {
  width: 430px;
  position: absolute;
  right: 10%;
  bottom: 0;
}

.lp-authors-content h2,
.publishing-sub-serv-content h2 {
  font-size: 50px;
  color: #0a252e;
}

.publishing-sub-serv-card {
  padding: 20px;
  background-color: #e2ffdc;
  border-radius: 15px;
  margin: 20px 0 0;
  transition: 0.3s;
  border: 1px solid transparent;
}

.publishing-sub-serv-card:hover {
  border: 1px solid #e48640;
}

.publishing-sub-serv-card h3 {
  font-size: 20px;
  padding: 0 0 6px;
}

.publishing-sub-serv-card p {
  padding: 5px 0;
  height: 205px;
  overflow: auto;
}

.our-stats2-content-bg {
  background-color: #0a252e;
}

.our-stats-head {
  padding: 30px 0;
  color: #fff;
  border-radius: 50px;
}

.our-stats-head span {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.our-stats-head h3 {
  color: #fff;
  font-size: 18px;
  margin: auto 0;
}

.publishing-portfolio-bg {
  background-image: url("../images/book-publishing/port-bg.webp");
  background-size: cover;
  padding: 50px 0;
}

.publishing-portfolio-bg .portfolio-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a252e;
  text-transform: uppercase;
  padding: 20px 0 0;
}

.publishing-portfolio-bg .portfolio-header h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0a252e;
  text-transform: uppercase;
  padding: 20px 0;
}

.nav-pills .show > .nav-link,
.publishing-portfolio-bg .nav-pills .nav-link.active {
  color: #e48640;
  background-color: #0a252e !important;
  border: 1px solid #0a252e;
}

.publishing-portfolio-bg .nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #0a252e;
  margin: 0 15px;
  color: #0a252e;
  transition: 0.3s;
}

.publishing-portfolio-bg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: 0.3s;
  padding: 10px;
}

.lp-publishing-cta-2-bg {
  padding: 30px 0 15px;
  background-color: #73c462;
  position: relative;
}

.cta2-foot img {
  position: absolute;
  right: 10%;
  bottom: -30px;
  width: 575px;
}

.lp-authors-bg {
  padding: 50px 0;
  background-image: url("../images/book-publishing/author.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-authors-card {
  padding: 25px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  margin: 0 0 35px;
}

.lp-authors-card p {
  height: 290px;
  overflow: auto;
}

.lp-authors-card img {
  width: 70px;
  height: 70px;
}

.lp-authors-card-content {
  padding: 0 0 0 10px;
  margin: auto 0;
}

.lp-authors-card-coma {
  position: absolute;
  bottom: 0;
  right: 0;
}

.lp-authors-card-coma img {
  width: 70px !important;
  height: 70px !important;
}

.lp-publishing-cta-3-bg {
  padding: 50px 0;
  background-image: url("../images/book-publishing/cta-bg-3.webp");
  background-color: #fff;
  background-size: cover;
  position: relative;
}

.cta-3-content h4 {
  font-size: 40px;
  color: #0a252e;
  padding: 0 0 5px;
}

.cta-3-content p {
  padding: 0 0 8px;
  color: #0a252e;
}

.cta3-foot img {
  width: 400px;
  position: absolute;
  right: 12%;
  bottom: 0;
}

.process-sec-wrap .process-sec-head {
  text-align: center;
  margin: 0 0 30px;
}

.own-book-head h2,
.process-sec-head h3 {
  font-size: 40px;
  line-height: 48px;
  color: #04022e;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.process-sec-wrap .process-sec-box {
  display: flex;
  margin: 0 0 30px;
}

.process-sec-step h5 {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  border-right: 2px solid #eff0f1;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0;
}

.process-sec-step h5 span {
  color: #e48640;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 10px;
  display: block;
}

.process-sec-content h4 {
  color: #212529;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
}

.process-sec-content p {
  color: #666;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

.own-book-wrap .own-book-inner {
  background: #f4f3ec;
  padding: 50px;
}

.own-book-inner .own-book-head {
  margin: 0 0 30px;
}

.own-book-content p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.helloween-author-bg .lp-authors-content h2,
.helloween-author-bg .lp-authors-content p,
.helloween-cta-3-bg .cta-3-content h4,
.helloween-cta-3-bg .cta-3-content p {
  color: white;
}



/*ADDITIONAL CSS FOR FORMS*/

p.badge {
    background: #ff7f32;
    max-width: max-content;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 9px;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 17px;
}

p.badge span {
    display: block;
    font-size: 28px;
        color: black;
}

button.btn.btn-orange.w-100 {
    background: #e48640;
    color: white ! IMPORTANT;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}