@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Manrope:wght@200..800&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Manrope:wght@200..800&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #343a40;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
header .sidebar.show {
  transform: translateX(0);
  z-index: 1;
  left: 0;
}
div#sidebarMenu {
  background: #182e77 !important;
  padding: 30px 0;
}

.navbar-nav {
  gap: 22px;
}

div#sidebarMenu ul.navbar-nav a.nav-link {
  color: #ffffff !important;
}
.home_banner {
  background-image: url("../images/banner_form.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}
.ghostwriting {
  background-image: url("../images/ghostwriting.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.book_editing_banner {
  background-image: url("../images/book_editing_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.cildrens_book {
  background-image: url("../images/cildrens_book.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.book_marketing {
  background-image: url("../images/book_marketing.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.book_publishing {
  background-image: url("../images/book_publishing.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.proofreading {
  background-image: url("../images/proofreading_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.book_cover {
  background-image: url("../images/book_cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
.book_printing {
  background-image: url("../images/book_printing.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center;
}
header {
  width: 100%;
  padding: 15px 0px;
}

.banner {
  position: relative;
  width: 100%;
  top: 0;
}

.d_flex {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
}

li.nav-item a {
  color: #000 !important;
  /* font-family: Poppins !important; */
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.logo_area img {
  max-width: 154px !important;
}
button#navbarToggle {
  display: none;
}
.fa-phone:before {
  content: "\f095";
  /* background: url('../images/phone_icon.png'); */
}
.fa-phone2:before {
  content: "\f095";
  background: url("../images/phone_icon.png");
}
.yellow_btn {
  border-radius: 5px !important;
  background: #ff6802;
  border: none;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 23px;
}
.white_btn {
  border-radius: 100px;
  background: #fff;
  color: #ff6802;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: none;
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  padding: 7px 18px;
}

.btn-group {
  gap: 0.9rem;
}

.banner_content h3 {
    color: #ff6802;
    font-family: auto;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner_content span{
      color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: sans-serif;
    text-transform: uppercase;
}
.banner_content h1 {
    color: #ff6802;
    font-family: auto;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner_content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.banner_content h4 span {
  color: #fff;
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_form {
  border-radius: 30px;
  background: rgb(0 0 0);

  padding: 35px 40px;
  width: 100%;
  margin: auto;
}
.banner_form form h2 {
    font-size: 25px;
    font-weight: 700;
}
.banner_form form h2 span {
  color: #ec8f05;
}

.custom_txt_box {
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 10px;
  margin: 6px 0;
}

button.btn.btn-primary.custom_submit_btn {
    display: flex;
    border-radius: 5px;
    background: #FF6802;
    border: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 25px;
    margin: auto;
    margin-top: 0.8rem;
}
.banner_slider_img img {
  padding: 0px 20px;
}

.banner_slider {
  margin-top: 2rem;
}
.sec_2_content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.sec_2_content h2 {
  color: #000;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.sec_2_content h2 span {
  color: #ff6802;
  text-transform: uppercase;
}
.sec_2_content p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
}
.sec_2_content_inner h4 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.sec_2_content_inner p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
  max-width: 96%;
}
.sec_2_content_inner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.btnyellow {
  border-radius: 5px !important;
  background: #ff6802;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 30px;
}

.btnwhite {
  background: transparent;
  border: none;
  color: #000;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  border-radius: 5px !important;
  background: #fff;
  padding: 7px 10px;
}
.sec_2_img {
  position: relative;
}

.inner_img {
  position: absolute;
  top: 23rem;
  left: -3rem;
}
section.sec_2 {
  padding: 5rem 0px;
}
.sec_3_header {
  text-align: center;
  margin-bottom: 3rem;
}

.sec_3_header h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sec_3_header h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.sec_3_header h2 span {
  color: #ff6802;
}

.sec_3_header p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
  max-width: 64%;
  margin: auto;
}
.service_content {
  border-radius: 50px;
  border-top: 5px solid #ff6802;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  top: 16rem;
  z-index: 1;
  padding: 56px 25px;
  padding-top: 25px;
  padding-bottom: 149px;
}

.service_box {
  position: relative;
  margin: 0px 10px;
}

.service_top_content h3 {
  color: #ec8f05;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 96% */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.service_top_content p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

a.ybtn {
  width: 100%;
  border-radius: 50px;
  background: #ff6802;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  padding: 10px 20px;
  display: block;
}

.service_top_content {
}

.service_footer_btn {
  position: absolute;
  top: auto;
  width: 82%;
  text-align: center;
}
.owl-controls.clickable {
  display: none !important;
}
.owl-pagination {
  display: none;
}
.sec_3_footer {
  text-align: center;
  margin-top: 2rem;
}

.btnblack {
  background: #000;
  border-radius: 20px;
  color: #fff;
}
.cta {
  background-image: url("../images/cta_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  margin: 5rem 0;
}
.cta_content_top_heading h3 {
  color: #fff;
  text-align: left;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  max-width: 35%;
}

.cta_content_top_heading h2 {
  color: #ff6802;
  text-align: center;
  font-family: Roboto;
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.cta_content {
  text-align: center;
}

.cta_content_top_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: auto;
  position: relative;
}
.cta_content_top_heading:after {
  content: "";
  background-image: url("../images/sign.png");
  width: 48%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  top: 6rem;
  left: 7rem;
}
.cta_content h4 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 70%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta_content h4 span {
  color: #ff6802;
}

.cta_content p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  max-width: 61%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.sec_4_desktop_header {
  text-align: center;
}

.sec_4_desktop_header h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.sec_4_desktop_header h3 span {
  color: #ff6802;
}

.sec_4_box_item {
  background: #fff7ec;
  padding-left: 1.5rem;
  padding: 2px 23px;
  padding-right: 18px;
  margin: 20px 0;
  height: 20rem;
}

.sec_4_box_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_4_box_item_left h3 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.sec_4_box_item_right h2 {
  color: #ff6802;
  font-family: Roboto;
  font-size: 108px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  -webkit-text-stroke: 1px solid #000;
  text-shadow: 5px 4px #000000;
}

.sec_4_box_item_body p {
  color: #000;
  font-family: Roboto;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
}
.sec_4_box_item_left img {
  margin-bottom: 1rem;
  margin-top: 34px;
}
section.marquee_sec {
  background: #000;
  padding: 10px 0;
  overflow: hidden;
  margin-top: 5rem;
}

.marquee_area_inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  transform: translateX(100%);
  /* Animate to the left */
  animation: scroll-left 10s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee_left p {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.marquee_right img {
  width: 20%;
  filter: invert(1) brightness(100);
}
.marquee_area_main {
}

.marquee_area_main {
  display: flex;
}
section.portfolio {
  background: #ff6802;
  padding: 6rem 0;
  padding-bottom: 5rem;
}

.portfolio_header {
  text-align: center;
}

.portfolio_header h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.portfolio_header h3 span {
  color: #fff;
}
ul#pills-tab .nav-link.active {
  border-radius: 15px;
  background: #000 !important;
  color: #fff;
}

ul#pills-tab .nav-link {
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  background: #fff !important;
  border-radius: 15px !important;
}

ul#pills-tab {
}

ul#pills-tab li.nav-item {
  margin: 0 5px;
}
.portfolio_slider {
}

.portfolio_slider .owl-wrapper-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.portfolio_slider .owl-wrapper-outer .item {
  margin: 0 15px;
}

.owl-item {
  flex: 25%;
  width: 50%;
  margin: 0px 0px;
}

.portfolio_slider {
}

.portfolio_slider .owl-wrapper {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.tab_body {
  margin: 4rem 0;
}
.reviews_header {
  text-align: center;
}

.reviews_header h4 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.reviews_header h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.reviews_header h3 span {
  color: #ff6802;
}

.reviews_header p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
  max-width: 61%;
  margin: auto;
}

section.reviews {
  background: #fff;
  background: #fff7ec;
  position: relative;
  z-index: 2;
}
section.reviews:before {
  content: "";
  background: url("../images/eclipse.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: -78px;
  z-index: -1;
}
.review_box {
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin: 0 10px;
  padding: 40px 23px;
}

.review_body p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.review_footer {
  display: flex;
  justify-content: space-between;
}

.review_name h3 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 133.333% */
  margin-bottom: 0;
}

.review_name h4 {
  color: #e08907;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 184.615% */
  margin-bottom: 0;
}

.review_author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_header {
  margin-bottom: 15px;
}

.reviews_body {
  margin-top: 2rem;
}
li a.dropdown-item {
  color: #ff6802 !important;
  font-weight: 500 !important;
}
.ghostwriting_content h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ghostwriting_content h1 {
    color: #fff;
    font-family: auto;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ff6802;
}

.ghostwriting_content p {
    color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 83%;
}
section.inner_sec_1 {
  background: #fff7ec;
  padding: 4rem 0;
}

.inner_sec_1_area ul {
  display: flex;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
}

.head_bar h4 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
}

.head_bar h4 span {
  color: #ff6802;
}

.body_bar p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.inner_sec_1_area ul li {
  padding: 0 15px;
}
.inner_sec_2_content h4 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inner_sec_2_content h2 {
  color: #000;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.inner_sec_2_content h2 span {
  color: #ff6802;
}

.inner_sec_2_content p {
  color: #000;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
}

.sec_3_footer.sec_3_footer_inner {
  text-align: left;
}
.inner_sec_2_img img {
  transform: scale(1.2);
}
.sec_4_box_item_left.sec_4_box_item_left_2 h3 {
  font-size: 20px;
}
section.footer_1 {
  background: linear-gradient(180deg, #fff7ec, #000000);
  background: linear-gradient(to bottom, #fff7ec 50%, #000000 50%);
  padding: 3rem 0;
}

.inner_footer_1 {
  /* Rectangle 1594 */
  background: #ff6802;
  border-radius: 100px;
  padding: 4rem 4rem;
}
.inner_footer_1_header h3 {
  /* Letâ€™s Connect */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 24px;
  /* or 38% */
  color: #000000;
  margin-bottom: 2rem;
}

.inner_footer_1_header p {
  /* Ready To Work On Your Next Project? */

  /* identical to box height, or 100% */
  /* Ready To Work On Your Next Project? */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  color: #000000;
}

.footer_input_area {
  /* Rectangle 1595 */
  background: transparent;
  border: none;
  border-bottom: 1px solid #8e5500;
  border-radius: 0;
  padding: 9px 40px;
  margin: 13px 0;
  /* Full Name */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  color: #000000;
}
.icon {
  position: absolute;
  top: 6px;
  left: 5px;
}

.footer_input {
  position: relative;
}
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000000;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #000 !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000000;
}
.top_footer {
  background: #000000;
  padding-top: 145px;
  padding-bottom: 50px;
}

.bottom_footer {
  background: #000000;
  padding: 5px 0;
}
.top_inner_footer_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.quick_links h3 {
  /* Quick Links */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  color: #ff6802;
}
.top_inner_footer_header p {
  color: #ffff;
}

.quick_links ul {
  list-style-type: none;
  padding-left: 0;
}

.quick_links ul li a {
  text-decoration: none;
  /* Ghostwriting Editing Proofreading Formatting Children's Book */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  /* or 159% */
  color: #ffffff;
}
.address_area h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ff6802;
}

.address_area ul {
  list-style-type: none;
  padding-left: 0;
}

.address_area ul li a {
  /* 2100 Travis St, Houston, TX 77002, USA <?php echo $email; ?> +1 469-285-7571 */
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 35px !important;
  /* or 206% */
  color: #ffffff !important;
  text-decoration: none;
}
.bottom_footer_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
}

.bottom_footer_inner_right ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 1.5rem;
  margin-bottom: 0;
}

.bottom_footer_inner_right ul li a {
  text-decoration: none;
}

.bottom_footer_inner_left p {
  /* Â© Copyright 2024 | Harvon Publishers | All right reserved. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  /* identical to box height, or 206% */
  color: #ffffff;
  margin-bottom: 0;
}

.bottom_footer_inner_right ul li a {
  /* Privacy Policy / Terms & Conditions */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  /* identical to box height, or 206% */
  text-align: right;
  color: #ffffff;
}
.sidebar.show {
  transform: translateX(0);
  z-index: 1;
  left: 0;
}
.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #343a40;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.sidebar.show {
  transform: translateX(0);
  z-index: 1;
  left: 0;
}
.col_3 {
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(https://www.clipartmax.com/png/full/36-365828_navbar-toggle-icon-menu-hamburger-png-white.png);
  filter: grayscale(129);
}

.popup-img.blink_me {
  display: none;
}

.sticky-slider {
  display: none;
}
div#sidebarMenu {
  background: #ff6802 !important;
  padding: 30px 15px;
}
button.btn.btn-primary.btn_submit {
  background: #fff;
  border: none;
  border-radius: 100%;
  padding: 25px 21px;
}
.modal-content {
  background: transparent;
  border: none;
}

.form_header h3 {
  /* sign up nOW to avail */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.form_header h2 {
  /* 50% off */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.form_header {
  /* Rectangle 5 */
  background: #000000;
  box-shadow: 0px 0px 50px rgba(255, 153, 0, 0.2);
  border-radius: 30px 30px 0px 0px;
}

.form_body {
    padding: 10px 22px;
    background: #FF6802;
    background-size: cover;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.form_body {
}
.banner_form.banner_form_2 {
  padding-bottom: 0;
  padding-top: 0;
}
.banner_form.banner_form_2 {
  padding-bottom: 0;
  padding-top: 0;
  background: transparent !important;
  box-shadow: unset;
}
section.inner_sec_2 {
  padding: 5rem 0;
}

section.inner_sec_2 .row {
  display: flex;
  align-items: center;
}
.sec_timelinne_header {
  text-align: center;
}

.sec_timelinne_header h3 {
  /* OUR PROCESS */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

h3 {
}

.sec_timelinne_header h2 {
  /* The Easiest Six Steps to Enhance Your Experience */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  width: 80%;
  margin: auto;
}

.sec_timelinne_header h2 span {
  color: #ff6802;
}
.modal-header {
  border: none;
  position: absolute;
  z-index: 1;
  right: 3rem;
  /* background: #cfcfcfa3; */
  /* border-radius: 100%; */
  padding: 10px 15px;
  top: 1rem;
}

button.btn-close {
  /* Ellipse 6 */
  background: #ffffff !important;
  opacity: 1;
  border-radius: 100%;
  background: #ffffff url("../images/Group.png") center/1em auto no-repeat
    center / 1em auto no-repeat;
}
.banner_form.banner_form_2 h3 {
  margin-bottom: 0;
}

.banner_form.banner_form_2 {
}

.banner_form.banner_form_2 .form_header {
  padding: 2rem 0;
}
.top_inner_footer_header_left p {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
}
.portfolio_details ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.portfolio_details ul li {
  flex: 24%;
}
.inner_sec_2_header {
  text-align: center;
  margin-bottom: 2rem;
}

.inner_sec_2_header h3 {
  /* Your Dedicated Partner */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.inner_sec_2_header h2 {
  /* in eBook Success */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 53px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #ff6802;
}

.inner_sec_2_header p {
  /* Writing an eBook isn't just about penning words; it's about strategic storytelling. Amazons Book Publishers employs a meticulous planning process that outlines the structure, plot points, and character arcs, ensuring your eBook flows seamlessly from beginning to end, keeping readers engrossed at every turn. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  /* or 141% */
  text-align: center;
  color: #000000;
  max-width: 93%;
  margin: auto;
  text-transform: capitalize;
}
section.about_cta {
  background: #000;
  background-size: cover;
  position: relative;
  margin: 2rem 0;
  padding: 4rem 0;
  margin-bottom: 11rem !important;
}
.about_cta_content_img {
  position: absolute;
  top: -5rem;
}

.about_cta_content h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ff6802;
    background: #fff;
    display: inline;
    padding: 7px 19px;
    border-radius: 38px;
}

.about_cta_content h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 22px;
}

.about_cta_content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
section.about_inner_2 {
  margin: 3rem 0;
}

section.about_inner_2 .row {
  display: flex;
  align-items: center;
}
input#phone {
  width: 100% !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
  margin-top: 3px;
}
button#navbarToggle {
  background: #ff6802;
  padding: 5px 10px;
}
span.navbar-toggler-icon div {
  width: 32px;
  height: 5px;
  background-color: black;
  margin: 4px 0px;
}
.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}
.steps-container {
  width: 100%;
  margin: 50px auto;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 span {
  color: orange;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  width: 3px;
  background: gray;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.step {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: center;
  margin: 20px 0;
  margin-left: 24.5rem;
}

.step.reverse {
  flex-direction: row-reverse;
}

.number {
  width: 100px;
  height: 100px;
  background: orange;
  color: white;
  font-size: 31px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.content {
  background: rgba(255, 165, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
  text-align: left;
  width: 50%;
}

.content h3 {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.content h3 i {
  margin-right: 10px;
}

.content p {
  font-size: 14px;
  margin-top: 5px;
}

.buttons {
  margin-top: 20px;
  text-align: center;
}

.chat-btn,
.start-btn {
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
}

.chat-btn {
  background: orange;
  color: white;
}

.start-btn {
  background: black;
  color: white;
}

.step.reverse {
  margin-left: -24rem;
}
.content p {
  /* We ensure that your manuscript is properly formatted and optimized for digital devices. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  /* or 160% */
  color: #000000;
}

.step.reverse {
}

.step.reverse .content {
  text-align: end;
}

.step.reverse .content h3 {
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
}
.content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.5rem;
}

.content .step_left {
  flex: 5%;
}

.content .step_right {
  flex: 70%;
}

.step.reverse .step_left {
  flex: 80%;
}

.step.reverse .step_right {
  flex: 15%;
}

textarea.form-control.footer_input_area.custom-form {
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 10px;
  margin: 6px 0;
  height: 120px;
}

.top_inner_footer_header_left {
  text-align: center;
}

.top_inner_footer_header_left p {
  width: 75%;
  margin: 1rem auto 2rem;
}

.bottom_footer_inner p {
  line-height: normal;
  margin-bottom: 0;
}
#banner-vid {
  object-fit: cover;
}
#banner-vid,
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 100%;
}
.video-overlay {
  background: #000000ab;
}
.icon_bar img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(1495%)
    hue-rotate(2deg) brightness(103%) contrast(103%);
}
.top_inner_footer_header_left img {
  max-width: 250px;
  filter: invert(1) brightness(100);
  margin-top: -125px;
}
.top_inner_footer_header_left p {
  color: #fff;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.bottom_footer hr {
  color: #ffffffb5;
  opacity: 1;
}
.banner-img img {
  max-width: 100%;
  filter: drop-shadow(4px 3px 5px #fff);
}
.social_media_icon i {
  font-size: 20px;
  background: #ff6802;
  padding: 6px 7px;
  border-radius: 32px;
  color: #fff;
}
.inner_sec_2_img img {
  transform: unset;
}
.info-ul {
    list-style: none;
    padding: 10px 0;
}
.info-ul li {
    font-size: 18px;
}
.info-ul li strong {
    font-style: italic;
}
.info-ul li a {
    text-decoration: none;
    color: #000;
}
.info-ul li {
    margin-bottom: 15px;
}
.tankyou-sec {
    height: 800px;
    background-image: url("../images/book_publishing.webp");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
svg.text-yellow {
    color: #fff;
}