@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: var(--white);
}

.container {
  max-width: 1170px;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --theme-color: #ffee00;
  --text-color: #3cae5f;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* home page css start  */
.custom-container {
  max-width: 1430px;
}

.Topbar {
  background: var(--black);
  position: relative;
  z-index: 1;
}

.topactions {
}

.topactions ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.topactions ul li {
  padding: 10px;
}

.topactions ul li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}

.topactions ul li a i {
  margin-right: 10px;
}

.topsocials {
}

.topsocials ol {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
}

.topsocials ol li {
  padding: 10px 10px;
  border-right: 1px solid var(--white);
}

.topsocials ol li:first-child {
  border-left: 1px solid var(--white);
}

.topsocials ol li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.topsocials ol li a i {
  margin-right: 3px;
}

header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

header .navbar-nav {
}

header .navbar-nav .nav-item {
  padding: 0 1rem;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}

header .form-inline .quotebtn {
  background: var(--theme-color);
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  padding: 12px 20px;
}

header .form-inline .quotebtn:hover {
  background: var(--black);
  color: var(--white);
}

header .form-inline .quotebtn i {
  margin-left: 10px;
  transition: 0.5s;
}

header .form-inline .quotebtn:hover i {
  transform: translateX(13px);
}

.Homebanner {
  background: url(../img/banner-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 710px;
  position: relative;
  background-position: center center;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}

.banner-txt {
}

.banner-txt h1 {
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 2.5rem;
}

.lbn-btns {
}

.lbn-btns .colorbtn {
  background: var(--theme-color);
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  padding: 12px 20px;
  border: 1px solid var(--theme-color);
  display: inline-block;
}

.lbn-btns .colorbtn i {
  margin-left: 10px;
  transition: 0.5s;
}

.lbn-btns .borderbtn {
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid var(--white);
}

.lbn-btns .borderbtn i {
  margin-left: 10px;
  transition: 0.5s;
}

.lbn-btns .colorbtn:hover,
.lbn-btns .borderbtn:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.lbn-btns .colorbtn:hover i,
.lbn-btns .borderbtn:hover i {
  transform: translateX(10px);
}

.captivateSection {
  padding: 7.5rem 0;
}

.captive-txt {
}

.captive-txt h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 1.563rem;
}

.captive-txt h3 span {
  color: var(--text-color);
}

.captive-txt p {
  color: #7b7b7b;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.captive-txt strong {
  display: block;
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.captive-txt .lbn-btns {
}

.captive-txt .lbn-btns .borderbtn {
  border: 1px solid var(--black);
  color: var(--black);
}

.captive-txt .lbn-btns .borderbtn:hover {
  color: var(--white);
}

.otherservicesSection {
}

.otherservicesSection .container {
  padding: 6.25rem 2.5rem 5.625rem;
  background: #f6f6f6;
  border-radius: 2.5rem;
}

.parent-head {
  padding-bottom: 2rem;
}

.parent-head h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
}

.parent-head h2 span {
  color: var(--text-color);
}

.innerotherservices {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.innerotherservices img {
  border-right: 2px solid var(--black);
  display: block;
  padding-right: 0.625rem;
}

.innerotherservices h4 {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
}

.solutionSection {
  padding: 6.25rem 0;
}

.solutionSection figure {
  margin: 0 0.625rem 0.625rem;
}

.solutionSection figure img {
  border-radius: 0 192px 0 192px;
}

.solution-txt {
}

.solution-txt .parent-head {
  padding: 0;
}

.solution-txt p {
  color: #7b7b7b;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.solution-txt p + p {
}

.solution-txt ul {
  display: flex;
  align-items: center;
  padding-top: 1.563rem;
}

.solution-txt ul li {
  padding: 0 2rem;
  text-align: center;
  border-right: 1px solid #d6d6d6;
}

.solution-txt ul li:last-child {
  border: none;
}

.solution-txt ul li span {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto;
  color: var(--black);
  border: 4px solid var(--text-color);
}

.solution-txt ul li p {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}

.publishedAuthor {
  background: url(../img/published-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.publishedAuthor .row {
  align-items: center;
}

.publish-txt {
}

.publish-txt .parent-head {
  padding: 0;
}

.publish-txt h2 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.publish-txt p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
}

.publish-txt p span {
  font-weight: 700;
  font-style: italic;
}

.chooseghostwriter {
  padding: 7.5rem 0 3.125rem;
}

.chooseghostwriter .container-fluid {
  padding: 0 5rem;
}

.innerchoose {position: relative;padding-right: 3rem;}
.innerchoose::before {
    content: '';
    position: absolute;
    background: url(../img/line-choose.png) no-repeat;
    width: 34px;
    background-size: cover;
    height: 240px;
    top: -10px;
    right: -10px;
}
.lastinnchose::before{
  display: none;
}
.innerchoose h4 {
  font-size: 1.563rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 0.625rem;
  position: relative;
  padding-bottom: 1rem;
}

.innerchoose h4::before {
  content: "";
  position: absolute;
  background: var(--text-color);
  width: 3.75rem;
  height: 4px;
  border-radius: 1rem;
  left: 0;
  bottom: 0;
}

.innerchoose p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
}

.expectwritngSection {
  padding: 6.25rem 0;
}

.expect-txt .row {
  align-items: center;
}

.expect-txt p {
  font-size: 1.125rem;
  color: #7b7b7b;
  font-weight: 400;
  margin-bottom: 1.125rem;
}

.expertSection {
  background: url(../img/expertise-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4.375rem 0 3.75rem;
}

.inner-expert {
}

.inner-expert .parent-head {
  padding: 0;
}

.inner-expert .parent-head h2 {
  color: var(--white);
  font-style: italic;
  text-align: center;
  margin-bottom: 1.563rem;
}

.inner-expert strong {
  display: block;
  text-align: center;
  font-size: 1.625rem;
  color: var(--white);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2.188rem;
}

.inner-expert .lbn-btns {
  text-align: center;
}

.inner-expert .lbn-btns .borderbtn {
  background: var(--text-color);
  border-color: var(--text-color);
}

.inner-expert .lbn-btns .borderbtn:hover {
  background: var(--black);
  color: var(--white);
}

.ghost-txt h2 {
  margin-bottom: 2.5rem;
}

.ghost-txt p {
  margin-bottom: 1.875rem;
}

.GhostwritingSection .row {
  align-items: center;
}

.parent-head p ,
.GhostwritngOneroof p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--black);
}
.GhostwritngOneroof p{
  color: var(--white);
  margin-top: 1.25rem;
}
.innerserworks {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
}

.innerserworks span {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  width: 100%;
  font-size: 5.5rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  color: var(--text-color);
  padding-top: 2rem;
}

.innerserworks span img {
}

.innerserworks .serworks-txts {
  padding-left: 3rem;
  position: relative;
}

.innerserworks .serworks-txts h5 {
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1.563rem;
}

.innerserworks .serworks-txts p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
}

/* .innerserworks::before {
content: '';
position: absolute;
background: url(../img/l1.png) no-repeat;
background-size: contain;
width: 100%;
height: 270px;
left: 10px;
top: 0px;
} */
.innerserworks img {
  position: relative;
}

/* .secondserworks::before{
background: url(../img/l2.png) no-repeat;
left: -44px;
top: -9.5px;
}
.thirdserworks::before{
background: url(../img/l3.png) no-repeat;
left: 50px;
top: -14px;
}
.thirdserworks::after{
content: '';
position: absolute;
left: 82px;
background: var(--white);
width: 80px;
height: 34px;
top: -16px;
clip-path: polygon(100% 0, 0 0, 50% 100%);
} */
.MainSerWorks {
  position: relative;
}

.thirdserworks .serworks-txts {
  padding-right: 1rem;
  padding-left: 1rem;
}

.MainSerWorks::before {
  content: "";
  position: absolute;
  background: url(../img/l-main.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  top: -3px;
  left: 0;
}

.ReviewsSection {
  background: url(../img/test-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
  background-position: center;
}

.serviceWorkSection {
  padding: 6.25rem 0;
}

.innertestImages {
}

.innertestImages figure {
  position: relative;
}

.innertestImages figure img {
  border-radius: 50%;
}

.innertestImages figure span {
  width: 6.25rem;
  height: 6.25rem;
  background: var(--text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--white);
  font-size: 3rem;
  color: var(--white);
  position: absolute;
  bottom: -10px;
  left: 10px;
}

.innTest-Main {
}

.innTest-Main h2 {
  padding-bottom: 1.25rem;
}

.innTest-Main .parent-head {
  padding-bottom: 3.75rem;
}

.innTest-Main .innetest-txt {
}

.innTest-Main .innetest-txt span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a2c34;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.25rem;
}

.innTest-Main .innetest-txt small {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding-left: 2.25rem;
  position: relative;
}

.innTest-Main .innetest-txt p {
  font-size: 1.125rem;
  color: #0a2c34;
  font-weight: 500;
  line-height: inherit;
  padding-top: 1rem;
}

.ReviewInner .row {
  align-items: center;
}

.ReviewInner .slider-nav .slick-prev {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #d0d0d0;
  background: var(--white);
  font-size: 1.25rem;
  color: black;
  left: auto;
  right: 3.75rem;
  display: inline-block;
  z-index: 111;
}

.ReviewInner .slider-nav .slick-prev::before,
.ReviewInner .slider-nav .slick-next::before {
  display: none;
}

.ReviewInner .slider-nav .slick-next {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #d0d0d0;
  background: var(--white);
  font-size: 1.25rem;
  color: black;
  right: 0;
  display: inline-block;
}

.innTest-Main .innetest-txt small::before {
  content: "";
  position: absolute;
  background: var(--text-color);
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 4px;
  border-radius: 1rem;
}

.writerServiceSection .row {
  align-items: center;
}

.writertxt .lbn-btns .colorbtn {
  background: var(--text-color);
  color: var(--white);
  border-color: var(--text-color);
}

.writertxt .lbn-btns .borderbtn {
  border-color: var(--black);
  color: var(--black);
}

.writertxt .lbn-btns .borderbtn:hover {
  color: var(--white);
}

.EbookPrfessionalSection {
  padding-bottom: 0;
}

.EbookPrfessionalSection img {
  width: 100%;
  position: relative;
  bottom: -12px;
}

.EbookPrfessionalText p {
  color: var(--black);
  margin-bottom: 1rem;
}

.EbookPrfessionalText p:last-child {
  margin-bottom: 0;
}
.CraftSection {
  background: url(../img/craft-sd.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4.375rem 0;
  text-align: center;
}
.CraftSection p {
  color: var(--white);
}

.quiteghostwriter {
  background: #006442;
  padding: 5rem 0 6.25rem;
}
.quiteghostwriter .parent-head h2,
.quiteghostwriter .parent-head p {
  color: var(--white);
}
.parent-head strong {
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
  color: var(--white);
  text-align: center;
  display: block;
  padding: 1rem 0;
}

.innerchapters {
  background: transparent;
  padding: 2.5rem 1.25rem 1.5rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  min-height: 270px;
  border: 1px solid var(--white);
}
.innerchapters span {
  background: #ffee00;
  border-radius: 0px 0px 0px 75px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 1.875rem;
  font-weight: 700;
  padding-right: 8px;
}
.innerchapters span img {
  margin-left: 20px;
}
.innerchapters h4 {
  font-size: 1.363rem;
  font-weight: 600;
  color: white;
}
.innerchapters p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.writingStudio {
  padding: 7.5rem 0 3.125rem;
}

.Studio-txt ul {
  position: relative;
}
.Studio-txt ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 0.25rem;
  position: relative;
  margin-top: 2rem;
}
.Studio-txt ul li:first-child {
  margin-top: 0;
}
.Studio-txt ul li span {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}
.Studio-txt ul li figure {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-color);
  margin: auto;
  flex: 0 0 60px;
}
.Studio-txt ul li figure img {
}
.Studio-txt ul li .text-featured {
  padding-left: 1rem;
}
.Studio-txt ul li .text-featured h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.Studio-txt ul li .text-featured p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
}

.Studio-txt ul::before {
  content: "";
  position: absolute;
  background: var(--text-color);
  height: 68%;
  width: 5px;
  border-radius: 5px;
  top: 25px;
  left: 13px;
}
.Proud-right figure img {
  border-radius: 10px;
}

.Studio-txt h2 {
  margin-bottom: 1.875rem;
}
.Studio-txt p {
  color: #7b7b7b;
}

.studOne img {
  border-radius: 15px 0 150px 0;
}
.studTwo img {
  border-radius: 0 15px 0 150px;
}
.studThree img {
  border-radius: 0 150px 0 15px;
}
.studFour img {
  border-radius: 150px 0 15px 0;
}
.FaqSection {
  padding: 4.375rem 0 3.125rem;
}

.innerfaqs .card {
  margin-bottom: 0.5rem;
  border: 1px solid #dedede !important;
  border-radius: 0.625rem !important;
}

.innerfaqs .card .card-header {
  background: #f5f7fa;
}
.innerfaqs .card .card-header button i {
  color: var(--text-color);
}
.innerfaqs .card .card-header button {
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #2e2e2e;
  padding-right: 1rem;
  padding: 0;
  text-decoration: none;
}

.innerfaqs .card .card-header button[aria-expanded="true"] i:before {
  content: "\f077";
  color: var(--text-color);
}

.SellerSection{
  padding: 6.25rem 0;
}
.SellerSection p{
  color: #7B7B7B;
}

.ContactSection{
  background: url(../img/form-bg.jpg) no-repeat;
  padding: 5rem 0 6.25rem;
  background-size: cover;
}
.color-white{
  color: var(--white) !important;
}


.innerContact .contactformmain .form-group{
  margin-bottom: 1rem;
}
.innerContact .contactformmain input{
  background: var(--white);
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  border:none;
}


.innerContact .contactformmain textarea{
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  background: var(--white);
  width: 100%;
  border:none;
}
.innerContact .contactformmain input::placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}
.innerContact .contactformmain textarea::placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}


footer{
  background: url(../img/footer-bg.jpg) no-repeat;
  /* padding: 5rem 0 3.75rem; */
  background-size: cover;
}


footer .socialIcons {
  justify-content: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .socialIcons a{
  color: var(--white);
  font-size: 1.25rem;
}
.footerLogoSide>a{
  display: block;
  margin-bottom: 1.25rem;
}
.footerLogoSide p{
  font-size: 1rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1rem;
}
.footerlinks{}
.footerlinks h4{
  font-size: 1.875rem;
  color: white;
  margin-bottom: 2.188rem;
}
.footerlinks ul{}
.footerlinks ul li {
  margin-bottom: 13px;
}
.footerlinks ul li a{
  font-size: 1rem;
  color: white;
  font-weight: 400;

}
.footerlinks ul li a{}
.socialArea ul li a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.socialArea ul li a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.socialArea ul li {
  margin-bottom: 1.875rem;
}
.copyrights{
  background: #000;

  text-align: center;
}
.copyrights p{
  font-size: 1rem;
  font-weight: 400;
  color: white;
  margin: 0;
  line-height: normal;
}
footer>.custom-container{
    padding: 5rem 0 3.75rem;
}
.copyrights .custom-container{
  border-top: 1px solid #ffffff6b;
  padding: 1.5rem 0 1.25rem;
}
/* home page css end */
/* inner pages css start */
.InnerBanner{
    padding-top: 10rem;
    padding-bottom: 4rem;
}
.InnerBanner .banner-txt ul
{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 2.5rem;
}
.bannerForm{
    background: var(--text-color);
    padding: 1.875rem 1.25rem;
    text-align: center;
    border-radius: 1.25rem;
    max-width: 80%;
    margin-left: auto;
}
.bannerForm h4{
    font-size: 1.563rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1.25rem;
}
.BannerFormInner{}
.BannerFormInner .form-group{
    position: relative;
}
.BannerFormInner .form-group::before{
  content: '';
  position: absolute;
  background: var(--white);
  width: 2.5rem;
  height: 3px;
  left: 0;
  bottom: 0;
}
.BannerFormInner .form-group input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #8ACF9F;
    border-radius: 0;
    height: 3.125rem;
    color: var(--white);
    padding-left: 0;
}
.BannerFormInner .form-group input::placeholder{
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.BannerFormInner .form-group input:focus,
.BannerFormInner .form-group textarea:focus{
  outline: none;
  box-shadow: none;
}
.BannerFormInner .form-group textarea{
  background: transparent;
  border: none;
  border-bottom: 1px solid #8ACF9F;
  border-radius: 0;
  color: var(--white);
  padding-left: 0;
}
.BannerFormInner .form-group textarea::placeholder{
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.BannerFormInner .lbn-btns .colorbtn{
  width: 100%;
}

.innermagic ul{
    list-style: auto;
}
.innermagic ul li::marker {
  color: var(--text-color);
  font-weight:700;
}
.innermagic ul li{
    font-size: 1rem;
    font-weight: 600;
    color: #7B7B7B;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: flex-start;
}
.innermagic ul li small{
  color: var(--text-color);
  font-weight: 700;
  font-size: 1rem;
}
.innermagic .colorbtn{
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: var(--white);
}
.innermagic strong{
  text-transform: none;
}


.GhostwritngOneroof{
  padding: 3.125rem 0 10.625rem;
}
.GhostwritngOneroof .custom-container{
  background: #2A2A2A;
  border-radius: 2.5rem;
  padding: 5rem 5rem 0 5rem;
  text-align: center;
}
.innerunderroof{
  position: relative;
}
.innerunderroof .parent-head h2 ,
.innerunderroof .parent-head p {
  color: var(--white);
}



.innerunderroof ul {
  display: flex;
  align-items: center;
  padding-top: 1.563rem;
  justify-content: center;
}

.innerunderroof ul li {
  padding: 0 2rem;
  text-align: center;
  border-right: 1px solid #d6d6d6;
}

.innerunderroof ul li:last-child {
  border: none;
}

.innerunderroof ul li span {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto;
  color: var(--white);
  border: 4px solid var(--text-color);
  margin-bottom: 0.625rem;
}

.innerunderroof ul li p {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.innerunderroof .typewriter {
  position: relative;
  margin-bottom: -8rem;
}

.writingGenres{
  background: url(../img/inner-pages/ghostwriting/genres-bg.jpg) no-repeat;
  background-size: cover;
  padding: 7.5rem 0;
}

.inner-genres{
  padding: 1.6rem 1.563rem;
  border: 1px solid var(--white);
  text-align: center;
  margin-bottom: 2.25rem;
  min-height: 450px;
}
.inner-genres span{
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.985rem;
  display: block;
}
.inner-genres h4{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.inner-genres h4::before{
  content: '';
  position: absolute;
  width: 3.125rem;
  height: 4px;
  background: var(--theme-color);
  border-radius: 1rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.inner-genres p{
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  min-height: 195px;
}
.ghostd-txt .parent-head{
  padding-bottom: 1.25rem;
}
.ghostd-txt .parent-head strong{
  color: var(--black);
  text-align: left;
  font-style: normal;
}



.ghostwritingChoose .innerchoose::before {

  width: 41px;
  height: 290px;
  top: -10px;
  right: -10px;
}
.ghostwritingChoose {
  padding: 3.125rem 0 6.25rem;
}

.GhostwritingService::before{
  background: url(../img/inner-pages/ghostwriting/lines-main.png) no-repeat;
  background-size: 100% 100%;
}

.GhostwritingCta{
  background: url(../img/inner-pages/ghostwriting/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.GhostwritingSeller .lbn-btns .colorbtn + .colorbtn{
    background: var(--text-color);
    color: var(--white);
    border-color: var(--text-color);
    text-align: center;
}

.GhostwritingSeller .lbn-btns .colorbtn + .colorbtn:hover{
  background: var(--black);
  color: var(--white);
}
.GhostwritingSeller .lbn-btns .borderbtn{
  width: 53%;
  border-color: var(--black);
  color: var(--black);
  text-align: center;
  margin-top: 1rem;
}
.GhostwritingSeller .lbn-btns .borderbtn:hover{
  color: var(--white);
}

.bookmarket-txt ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem  0.625rem;
}
.bookmarket-txt ol li{
  flex: 0 0 49%;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.bookmarket-txt ol li img{
    margin-right: 1rem;
}
.bookmarket-txt p {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 1.563rem;
}






.effectiveMarket {
  display: flex;
  align-items: center;
  padding-top: 1.563rem;
  justify-content: space-between;
  list-style: none !important;
}

.effectiveMarket li {
  padding: 0 2rem;
  text-align: center;
  border-right: 1px solid #d6d6d6;
}

.effectiveMarket li:last-child {
  border: none;
}

.effectiveMarket li span {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto;
  color: var(--black);
  border: 4px solid var(--text-color);
  margin-bottom: 0.625rem;
}

.effectiveMarket li p {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}
.BoostsalesSection{
  background: url(../img/inner-pages/bookwriting/boost-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center left;
}
.BoostsalesSection .parent-head h2 ,
.BoostsalesSection .parent-head  p{
  color: var(--white);
}
.BoostsalesSection img{
  position: relative;
  margin: -30px 0;
}

.discoverMarketing .parent-head h2{
    font-style: normal;
}
.discoverMarketing .parent-head p{}

.discovermarket .lbn-btns .borderbtn{
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}
.discovermarket .lbn-btns .borderbtn:hover{}

.writertxt .lbn-btns .colorbtn:hover{
  background: var(--black);
  color: var(--white);
}
.theme-color{
  color: var(--text-color) !important;
}
.text-color{
  color: var(--theme-color) !important;
}
.TouchSection{
  background: url(../img/inner-pages/bookedits/touch-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}

.innertouchs{}

.editingServices{
  padding: 6.25rem 0;
}
.editingInner h2 ,.editingInner p {
  margin-bottom: 1.875rem;
}

.ExploreRangeSection{
  background: #2A2A2A;
  padding: 6.25rem 0;
}
.innerexplorerange img{
  margin-bottom: 1.28rem;
}

.serviceAuthor b{
  font-size: 1.875rem;
  font-weight: 300;
  color: var(--white);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.563rem;
}
.AuthorServiceSection .container{
    padding-bottom: 3rem;
}



.serviceAuthor .colorbtn {
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: var(--white);
}

.Formattingwrorks{}
.Formattingwrorks .serworks-txts {
  flex: 0 0 65%;
}

.WritingEdits{}
.WritingEdits ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.WritingEdits ul li{
    flex: 0 0 33%;
}
.WritingEdits ul li img{
    margin-bottom: 1rem;
}

.PortofolioSection{
  background: url(../img/inner-pages/writing/portoflio-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.writingCheck {
    list-style: none !important;
}
.WriterassistanceInner{}
.WriterassistanceInner b{
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.25rem;
}
.writingCheck li{font-weight: 400 !important;}
.writingCheck li img{
    margin-right: 0.625rem;
}

.BenefitsWriting .custom-container{
  background: #2A2A2A;
  padding: 5.625rem  7.5rem;
  border-radius: 2.5rem;
}

.LaunchWriting strong{
  font-size: 3.75rem;
  color: var(--white);
  font-weight: 800;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}
.Choosebookcover{
  padding: 3.125rem 0 6.25rem ;
}
.Choosebookcover .row{
  position: relative;
}
.Choosebookcover .row::before{
  content: '';
  position: absolute;
  background: url(../img/inner-pages/cover/choose-row.png) no-repeat;
  width: 100%;
  height: 420px;
  top: 150px;
  left: 0;
  background-size: 100% 100%;
}
.innerchoosecover{
    padding: 2rem;
}
.innerchoosecover h4{
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.innerchoosecover p{
  font-size: 1rem;
  color: #7B7B7B;
  font-weight: 500;
}
.firstchoose{
  padding-bottom: 3.125rem;
}
.lastchoose{
  padding-top: 3.125rem;
}

.covergenres{
  min-height: 550px;
}
.covergenres p{
  min-height: 175px;
}

.coverbooksCta h4{
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--white);
}

.unputSection{
  padding-bottom:3.125rem ;
  margin-top: -1.875rem;
  position: relative;
}
.unputSection .container{
  background: url(../img/about/unput-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.875rem 2.5rem;
  border-radius: 1.875rem;
}

.UnputInner{}
.UnputInner ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.UnputInner ul li{
  text-align: center;
  flex: 0 0 25%;
  border-right: 2px solid var(--white);
}
.UnputInner ul li:last-child{
  border: none;
}
.UnputInner ul li img{}
.UnputInner ul li span{
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--white);
  display: block;
}

.whoweAreSection{
  padding: 3.125rem 0 ;
}
.whoweAreSection .container{
  background: url(../img/about/who-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  padding: 3.75rem 0;
}

.SmallContentSection{
  background: url(../img/about/small-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0 3.75rem;

}


.quickduty ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem  0.625rem;
}
.quickduty ol li{
  flex: 0 0 49%;
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 500;
}
.quickduty ol li img{
    margin-right: 1rem;
}
.DutiesOne{
  border-radius: 0 0 202px 202px;
  height: 100%;
}
.Dutiestwo{
  border-radius: 0 127px 127px 127px;
}
.Dutiesthree{
  border-radius: 0 159px 159px 159px;
  margin-top: 1rem;
}

.awardaboutSection{

}
.aboutmanuscript{
  padding-bottom: 6.25rem;
}
.IdearotSection{}

.IdearotSection .lbn-btns .borderbtn {
  background: var(--text-color);
  border-color: var(--text-color);
}
.memoirTxt h1 {
  margin-bottom: 0.625rem;
  font-size: 3.125rem;
}
.memoirTxt strong{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.25rem;
}

.leagecymemoirSection{
  padding: 6.25rem 0;
}
.leagecymemoirSection ul{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.MemoirWritingSection{
  background: url(../img/inner-pages/memoir/memoir-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}

.idealWiki ul{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: justify;
  gap: 1rem;
}
.idealWiki ul li{
  flex: 0 0 49%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}
.idealWiki .lbn-btns .borderbtn {
  border-color: var(--white);
  color: var(--white);
}
.potentialwriting .WritingEdits {
  max-width: 65%;
  margin: auto;
}
.childworksOne .serworks-txts{
  padding-left: 2rem;
}

.ChildBookBenefits .custom-container{
  padding-bottom: 0;
}
.ChildTouchsection{
  padding: 3.125rem 0;
}

.seocheckworks::before{
  background: url(../img/inner-pages/seo/lines-main.png) no-repeat;
  background-size: 100% 100%;
}

.seobenefits .lbn-btns .borderbtn{
  color: var(--white);
  border-color: var(--white);
}

.seotouchcta img{
  margin-top: -7rem;
}
.seotouchcta .innertouchs{
  padding-bottom: 1.875rem;
}

.frontpagemagic ul li{
  display: block;
}
.ChildBookBenefits .captive-txt .lbn-btns .borderbtn {
  color: var(--white);
  border-color: var(--white) !important;
}

.ReviewMainPage{
  padding: 6.25rem 0;
}

.innerreviews{
  border: 10px solid var(--text-color);
  border-radius: 128px;
  text-align: center;
  margin-bottom: 3.25rem;
}
.innerreviews .revtxt-inn{
  text-align: center;
  padding: 1.25rem 2.563rem 1.5rem;
  background: #ECECEB;
  border-radius: 116px;
  margin-top: -1rem;
}
.innerreviews .revtxt-inn i{
  color: var(--text-color);
}
.innerreviews .revtxt-inn p{
  font-size: 0.985rem;
  font-weight: 500;
  color: var(--black);
  font-style: italic;
  margin-bottom: 1.25rem;
}
.innerreviews .revtxt-inn small{
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  display: block;
  color: var(--text-color);
}
.innerreviews img{
    margin-bottom: -2rem;
}

.ContactPgsection{
  padding: 3.125rem 0;
}
.ContactPgsection .container{
   background: url(../img/inner-pages/contact-bg.jpg) no-repeat;
   background-size: cover;
   padding: 0  1.563rem;
   border-radius: 2.5rem;
}

.innercntctpg{
  padding-top: 3.125rem;
}
.innercntctpg .formcntctPg{
    padding-bottom: 3rem;
}
.innercntctpg .formcntctPg .form-group{}
.innercntctpg .formcntctPg .form-group input{
  border: 1px solid #ACACAC;
  border-radius: 5px;
  background: transparent;
  height: 3.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}
.innercntctpg .formcntctPg .form-group textarea{
  border: 1px solid #ACACAC;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  padding-top: 1rem;
}
.innercntctpg .formcntctPg .form-group input::placeholder,
.innercntctpg .formcntctPg .form-group textarea::placeholder{
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}
.touchcontact p{
  font-size: 14px;
}
.touchcontact{
      padding: 3.125rem 0;
}
.touchcontact ul{
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
.touchcontact ul li{
  margin-bottom: 13px;
}
.touchcontact ul li a{
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: flex-start;
}
.touchcontact ul li a svg{
  margin-right: 10px;
  flex: 0 0 auto;
}
.touchcontact h4{
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 1.25rem;
}
.touchcontact ol{padding-top: 1.25rem;}
.touchcontact ol li{
  margin-bottom: 13px;
}
.touchcontact ol li a{
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: flex-start;
}
.touchcontact ol li a svg{
  margin-right: 10px;
  flex: 0 0 auto;
}

.contact-grid{
  border-left: 1px solid #707070;
}
.GetQuotePops{}
.GetQuotePops .modal-content{
  border-radius: 2.25rem;
}
.GetQuotePops .modal-body{
  background: var(--text-color);
  border-radius: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.GetQuotePops .modal-body img{
  margin-left: -7rem;
}
.getquotebtn .form-group{}
.getquotebtn .form-group input{
  background: #59BA77;
  width: 100%;
  height: 3.125rem;
  border: 1px solid var(--white);
  border-radius: 0;

}
.getquotebtn .form-group textarea{
  background: #59BA77;
  width: 100%;
  border-radius: 0;
  padding-top: 1rem;
}
.getquotebtn .form-group textarea::placeholder,
.getquotebtn .form-group input::placeholder
{
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}
.getquotebtn .lbn-btns .colorbtn{
  width: 100%;
}

header .navbar-nav .nav-item.dropdown .dropdown-menu  .dropdown-item {
  border-bottom: 1px solid #d0b8b8;
  transition: 0.5s;
  padding: 10px 20px;
}

header .navbar-nav .nav-item.dropdown .dropdown-menu  .dropdown-item:hover {
  background: var(--text-color);
  color: var(--white);
}
.selftPublish h2 span{
  color: var(--theme-color);
}
/* inner pages css end */
