.btn-dark-green,.top-banner {
    background-color: #f79b10;
}

.btn-dark-green,.btn-light-green {
    font-size: 18px;
    padding: 10px 20px
}

* {
    font-family: Arsenal,sans-serif;
}

a,button {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

a:hover {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.top-banner ul {
    display: flex;
    align-items: center;
    gap: 22px
}

.top-banner ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 8px 0;
    position: relative;
    padding-right: 15px
}

.top-banner ul li a i {
    margin-right: 8px
}

.top-banner ul li a:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
    right: -2px;
    position: absolute;
    top: 5px
}

.top-banner ul li:last-child a:after {
    display: none
}

marquee {
    color: #fff;
    margin-top: 7px
}

header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 62px;
    padding: 10px 0
}

section.banner.home-banner {
    background-image: url(../img/section1.webp);
    padding-top: 180px;
    color: #fff;
    padding-bottom: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    padding: 10px 25px!important;
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}

.section-heading h5 {
    font-size: 23px;
    color: #ffffffc9;
    text-transform: uppercase;
}

.section-heading h5 span {
    height: 2px;
    background-color: #f79b10;
    display: inline-block;
    width: 200px
}

.section-heading h1 {
    font-size: 55px;
    font-weight: 800
}

.section-heading .large {
    font-size: 23px;
    color: white;
}

ul.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px
}

.btn-dark-green {
    color: #fff;
    font-weight: 900
}

.btn-dark-green:hover,.btn-light-green {
    background-color: #f79b10;
    color: #fff
}

.btn-light-green {
    font-weight: 900
}

.btn-light-green:hover {
    color: #fff;
    background-color: #f79b10;
}

.contact-form-wrapper,section.banner.home-banner .btn-wrapper {
    margin-bottom: 60px
}

.banner-form {
    border: 1px solid #fff;
    padding: 25px 20px 0;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    text-align: left;
    position: relative;
    max-width: 90%;
}

.banner-form h3 span {
    color: #f79b10;
}

.banner-form .form-control {
    background: 0 0;
    font-size: 14px;
    font-weight: 400;
    color: black;
    height: 40px;
    border: 1px solid #0000005e;
    padding: 0 12px;
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
}

.banner-form .form-group {
    margin-bottom: 8px;
}

.btn-red {
    background: #f79b10;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 35px 0 0;
    border: transparent
}

.banner-form .form-control::-webkit-input-placeholder {
    color: #fff
}

.banner-form .form-control:-ms-input-placeholder {
    color: #fff
}

.banner-form .form-control::placeholder {
    color: #fff
}

section.social-img {
    padding: 28px 0;
    background: #f79b10;
}

section.social-img ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.selling-books {
    padding: 78px 0;
    background-image: url(../img/section2.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.section-heading h6 {
    font-size: 39px;
    font-weight: 900;
    text-shadow: 1px 0 0 #000
}

.bookItem img {
    box-shadow: .5rem .5rem 1.5rem rgba(0,0,0,.35)!important;
    transition: .4s ease-in-out;
    margin-top: 40px;
    object-fit: cover;
    height: 100%;
}

.bookItem img:hover {
    transform: scale(1.1)
}

.bookItem {
    margin-bottom: 30px;
    position: relative
}

.need-writer,.noOneSelling {
    position: absolute;
    background-color: #f79b10;
    text-align: center
}

.noOneSelling {
    width: 100px;
    right: -15px;
    bottom: -20px;
    padding: 15px 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 10px 0
}

.noOneSelling p {
    font-size: 26px;
    font-weight: 900
}

.noOneSelling h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 32px
}

.section-heading h2 {
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0 0 #000;
    margin-bottom: 15px
}

.books-kind p,.section-heading p {
    color: #000;
    font-size: 18px;
    line-height: 32px
}

.section-heading ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px
}

.section-heading ul li {
    flex: 0 0 50%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px
}

.section-heading ul li i {
    margin-right: 10px;
    color: #f79b10;
    font-size: 17px
}

img.image-one {
    border-radius: 20px;
    box-shadow: 13px 24px 20px #33333394
}

img.image-two {
    box-shadow: -5px 23px 20px #33333394;
    margin-left: auto;
    display: block;
    margin-top: 15px
}

.need-writer {
    padding: 25px;
    max-width: 200px;
    color: #fff;
    top: 35%;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 7px 20px #f79b10;
    cursor: pointer
}

.flip-card-inner,.writing-images {
    position: relative
}

.need-writer h5 {
    box-shadow: 1px 15px 20px #33333394;
    padding: 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 700
}

section.professional-book {
    padding: 30px 0 40px
}

.section-heading h4 {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700
}

.section-heading hr {
    width: 200px;
    background-color: #255752
}

section.offer {
    background-color: #f8f9fa;
    padding: 80px 0
}

.flip-card {
    background-color: transparent;
    width: 330px;
    height: 300px;
    perspective: 1000px;
    display: inline-block;
    margin: 25px
}

.flip-card-back,section.cta,ul.social-icons li a {
    background-color: #255752
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: .3rem .3rem 2.5rem rgba(0,0,0,.15)!important
}

.flip-card-back,.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front,.info-cta p a {
    color: #000
}

.flip-card-back,.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front img {
    width: 100%;
    height: 300px
}

.flip-card-back {
    color: #fff;
    padding: 20px;
    font-family: poppins;
    font-size: 14px;
    line-height: 25px;
    background: transparent linear-gradient(130deg, #f79b10 0%, #f79b10 100%) 0% 0%;
}

.btn-white,.flip-card-back p {
    font-size: 19px
}

.flip-card-front h4 {
    font-size: 28px;
    font-weight: 900;
    padding: 0 10px
}

.contact-form textarea.form-control,.flip-card-front h4 img {
    height: auto
}

section.books-writing {
    padding: 25px 0
}

footer,section.cta,section.testimonials {
    padding: 40px 0
}

.books-kind {
    transition: .4s ease-in-out;
    margin-top: 40px;
    box-shadow: .3rem .3rem 2rem rgba(0,0,0,.15)!important;
    padding: 20px;
    text-align: center
}

.books-kind h5 {
    color: #212529;
    font-size: 30px;
    margin: 20px auto;
    font-weight: 700
}

.books-kind:hover {
    background: transparent linear-gradient(130deg, #f79b10 0%, #f79b10 100%) 0% 0%;
    color: #fff
}

.books-kind:hover *,.phone {
    color: #fff
}

.books-kind:hover img {
    filter: brightness(10)
}

.testimonial-carousel p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.testimonial-carousel {
    margin-top: 20px
}

.disclaimer,.testimonial-carousel .owl-nav {
    margin-top: 30px
}

.testimonial-bg {
    background-image: url(../img/testimonials.webp);
    background-size: 115%;
    background-position: 45% -79px!important
}

.testimonial-carousel button {
    width: 50px;
    height: 50px;
    border: 1px solid #255752!important;
    border-radius: 50px!important;
    color: #255752
}

section.cta {
    color: #fff;
    text-align: center;
    background: transparent linear-gradient(130deg, #f79b10 0%, #f79b10 100%) 0% 0%;
}

section.cta p {
    color: #fff;
    font-size: 20px;
    line-height: 32px
}

section.cta a.phone {
    display: block;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px
}

.btn-white {
    display: inline-block!important;
    background-color: #fff;
    text-transform: uppercase;
    padding: 9px 60px!important;
    font-weight: 700;
    color: #000;
    margin-bottom: 0!important
}

section.contact-form {
    background-color: #f7f7f7;
    padding: 50px 0
}

.disclaimer hr,section.social-img.social-img-lower {
    background-color: #fff
}

.btn-dark-green i {
    margin-left: 8px;
    font-size: 15px
}

.contact-form .form-control {
    margin-top: 10px;
    height: 40px;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.contact-form .form-control::-webkit-input-placeholder {
    font-style: italic
}

.contact-form .form-control:-ms-input-placeholder {
    font-style: italic
}

.contact-form .form-control::placeholder {
    font-style: italic
}

.inquiriesFor {
    padding: 0 20px
}

.border-left {
    border-left: 1px solid #000!important
}

.info-cta p {
    margin: 8px 0;
    font-size: 17px
}

section.social-img.social-img-lower img {
    filter: invert(1)
}

footer {
    background-image: url(../img/footer.webp);
    filter: hue-rotate(45deg);
}

.footer-logo {
    text-align: center;
    padding: 35px 0
}

.footer-wrapper h6 {
    font-size: 17px;
    font-weight: 700;
    color: #c7fff9
}

.footer-wrapper ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #fff
}

.footer-wrapper {
    border-right: 1px solid #f5f5f5;
    padding: 24px
}

.footer-wrapper.no-border {
    border: 0
}

ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px
}

ul.social-icons li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px
}

ul.social-icons li a:hover {
    background-color: #fff;
    color: #000
}

.disclaimer {
    text-align: center;
    color: #fff
}

.disclaimer hr {
    border-color: #fff;
    height: 1px
}

.disclaimer h6 {
    font-size: 20px;
    font-weight: 700;
    color: #c7fff9;
    margin-top: 20px
}

.copyright p {
    font-size: 16px;
    margin-bottom: 12px
}

.copyright p a {
    color: #fff;
    text-decoration: underline
}

.copyright p:last-child {
    margin-bottom: 0
}

header.sticky {
    background-color: #f79b10;
    top: 0;
    animation: .5s sticky
}

@keyframes sticky {
    0% {
        margin-top: -100px
    }

    100% {
        margin-top: 0
    }
}

ul.btn-wrapper li {
    flex: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    text-decoration: underline;
}

.pricing-banner {
    background-image: url(../img/pricing.webp);
    filter: hue-rotate(45deg);
}

.inner-banner {
    padding-top: 125px;
    background-size: cover;
    background-position: center center;
    padding-bottom: 60px;
    filter: hue-rotate(45deg);
}

.inner-banner h1 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
    color: white;
}

section.ghostwriting-services {
    padding: 48px;
}

.ghostwriting-box {
    border-radius: 0.25rem;
    border: 1px solid #ebebeb;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 20px 16px 0px 16px;
    min-height: 400px!important;
    margin-bottom: 48px;
    position: relative;
}

.ghostwriting-content h6 {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ghostwriting-content h4 {
    text-decoration: underline;
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ghostwriting-content p {
    font-size: 18px;
    line-height: 32px;
}

.ghostwriting-box a {
    border-radius: 0 50px 0 0;
    padding: 15px 35px 15px 35px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.ghostwriting-services .section-heading {margin-bottom: 50px;}

.prcingServiceSection {
    height: 350px;
    padding: 25px;
    background-repeat: no-repeat;
    background-image: url(../img/pricing-service.jpg);
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 80px;
}

.fiction-banner{
    background-image: url(../img/fiction.jpg);
    filter: hue-rotate(45deg);
}
.service-banner h1{
    font-size: 55px;
    font-weight: 800;
    margin-top: 6rem;
}
section.service-content {
    background-color: #f8f9fa;
    padding: 78px 0;
}

.service-img img {
    border-radius: 25px 0 25px 0;
    margin-bottom: 25px;
    box-shadow: 31px 31px 30px rgb(0 0 0 / 20%);
    filter: hue-rotate(46deg);
}
section.types-of-fiction {
    padding: 25px 0px;
}
.service{
    padding: 48px 48px 48px 48px;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.service-1 {
    background-image: url(../img/service1.jpg);
    filter: hue-rotate(45deg);
}
section.left-right-content > * {
    color: white !important;
}

section.left-right-content > p {
    color: white !important;
}

section.left-right-content .section-heading p {
    color: white;
}
.service-img-lower img {
    position: relative;
    right: 0;
    border-radius: 20px;
    width: 100%;
}
.service-2{
    background-image: url(../img/web-development-service.jpg);
    filter: hue-rotate(45deg);
}
.right-content .service-img-lower img{
    position: relative;
    left: -113px;
    right: auto;
}
.service-3{
    background-image: url(../img/breathtaking-modern-website-design.jpg);
    filter: hue-rotate(45deg);
}
.service-4{
    background-image: url(../img/mobile-friendly.jpg);
    filter: hue-rotate(45deg);
}
section.hire {
    background-color: #f8f9fa;
    padding: 60px 0;
}


section.hire h1.background-tranparent {
    letter-spacing: 30px;
    position: absolute;
    z-index: 0;
    opacity: .09;
    font-size: 5vw;
    font-weight: 600;
    top: -47px;
    left: -30px;
}
section.design-process {
    padding: 70px 0px;
}
.book-content {
    text-align: center;
}

.book-content h6 {
    padding: 9px!important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #f79b10;
    color: white;
    display: inline-block;
    border-radius: 20px;
}

.book-content p {
    font-size: 12px;
    margin-top: 10px;
    padding: 2px;
    line-height: 18px;
}
.bookWithContentArea {
    margin-top: 50px;
}

section.left-right-content {
    margin: 40px 0px;
    overflow: hidden;
}
.non-fiction-banner{
    background-image: url(../img/non-fiction.jpg);
}
.biography-banner{  
    background-image: url(../img/biography.jpg);   
}
.informative-banner{
    background-image: url(../img/informative.jpg);
}
.auto-biography-banner{
    background-image: url(../img/autobiography.jpg);
}
.memories-banner{
    background-image: url(../img/memories.jpg);
}
.writing-samples-banner{
    background-image: url(../img/writing-samples.jpg);   
}
.service-content-border .row{
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 24px 0px;
}
section.service-content.service-content-border {
    background-color: white;
    padding: 25px 0px;
}
section.service-content.service-content-border span {
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
}
section.service-content.service-content-border span:last-child {
    margin-bottom: 0;
}
.business-book-writing-banner{
    background-image: url(../img/bussinesss_book.jpg) !important;
}
.book-carousel.owl-theme .owl-dots .owl-dot.active span, .book-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f79b10;
}
.book-carousel.owl-theme .owl-dots .owl-dot span{
    background-color: #D6D6D6;
}
.book-carousel-box img {
    height: 211px;
}

.book-carousel-box {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
}
.video-book-trailers-banner{
    background-image: url(../img/video_book.jpg);
}
.author-banner{
    background-image: url(../img/author.jpg) !important;
}
.dropdown-item {
    font-weight: bold;
}
.audio-book-carousel-box {
    background: #f1f1f1f1;
    text-align: center;
    padding: 80px;
}

.audio-book-carousel-box h4 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
}

.audio-book-carousel-box p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Arsenal';
}
.audio-book-carousel .owl-dots {
    text-align: center;
    padding: 20px;
    background: #bbb;
    margin: 0 !important;
}

.audio-book-carousel .owl-dots.active span {
    background: #f79b10;
}
.audio-book-carousel.owl-theme .owl-dots .owl-dot.active span, .audio-book-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f79b10;
}

ul.content-ul {
    display: block;
    padding-left: 40px;
    list-style: disc;
}

ul.content-ul li {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.cover-design-banner{
    background-image: url(../img/cover_design.jpg) !important;
    /*filter: hue-rotate(45deg);*/
}
.about-banner{
    background-image: url(../img/about.jpg);
}
section.service-content.service-content-bg{
    background-color: white;
}
.no-shadow{
    box-shadow: none !important;
}
.testimonials-banner{
    background-image: url(../img/testimonials.jpg);
}
.testimonials-box img {
    width: 100%;
}

.testimonials-box h6 {
    color: #000;
    font-size: 26px;
    font-weight: 900;
    text-decoration: underline;
    margin: 0;
}

.testimonials-box h5 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
}

.testimonials-box p {
    font-style: italic;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.testimonials-box {
    border: 1px solid #f5f5f5;
    margin-top: 35px;
    position: relative;
}
.testimonials-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    bottom: 10px;
    right: 5px;
}
.frequently-banner{
    background-image: url(../img/faqs.jpg);
}
section.faqs-wrapper {
    padding: 50px 0px;
}

section.faqs-wrapper .nav-tabs .nav-link {
    background-color: #dfdfdf;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 10px 30px;
    transition: .3s;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 5px;
    color: black;
    border-radius: 0;
}

section.faqs-wrapper .nav.nav-tabs {
    margin-bottom: 20px;
    border: 0;
}

section.faqs-wrapper .nav-tabs .nav-link.active {
    background-color: #255752;
    color: #fff;
}

section.faqs-wrapper .card-header {
    padding: 0;
    border: 0;
    border-radius: 0px !important;
}

section.faqs-wrapper .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    color: #444;
    padding: 13px;
    font-weight: bolder;
    background-color: #eee;
    border-radius: 0;
    text-wrap: inherit;
}

section.faqs-wrapper .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 18px;
}
section.faqs-wrapper .card-header button:hover {
    background-color: #255752;
    text-decoration: none;
    color: white;
}
section.faqs-wrapper .card-body ul {
    list-style: disc;
    padding-left: 18px;
}
section.contact-wrapper {
    background-color: #f79b10;
    color: white;
    padding: 60px 0px 60px 60px;
}

section.contact-wrapper h6 {
    font-size: 32px;
}

section.contact-wrapper p strong {
    display: block;
    font-size: 16px;
}

section.contact-wrapper p a {
    color: white;
    font-weight: bold;
}

section.contact-wrapper form {
}

section.contact-wrapper form input {
    margin-top: 20px;
}

section.contact-wrapper form textarea {
    height: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.navbar-brand img {
    width: 154px;
    filter: brightness(0) invert(1);
}
.footer-logo img {
    width: 150px;
    filter: brightness(0) invert(1);
}
.privacy-banner{
    background-image: url(../img/privacy.jpg);
    filter: none;
}
.privacy-wrapper{
    background-color: #f8f9fa;
    padding: 25px 0px;
}
section.privacy-wrapper h4 {
    font-size: 28px;
    font-weight: 900;
}
section.privacy-wrapper p {
    font-size: 18px;
    line-height: 32px;
}

.para {
    font-size: 18px;
    line-height: 32px;
}

section.privacy-wrapper ul {
    padding-left: 40px;
    margin-bottom: 16px;
    list-style: disc;
}
#modalCoupon .modal-content {
    background-color: #f79b10;
    border-radius: 20px;
    padding-bottom: 20px;
}
#modalCoupon .modal-content img {
    width: 160px;
}
.copun-field {
    padding: 15px;
}

button.close {
    color: white;
    opacity: 1;
}
.banner-form .logoimg {
    position: absolute;
    width: 100px !important;
    right: 7px;
    top: 6px;
    border: 1px solid #f79b103b;
    padding: 7px;
    border-radius: 8px;
}

.banner-form h3 {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-form label {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
}

input.error {
    background-color: #ffd7d7 !important;
}

label.error {
    display: none !important;
}
.banner-form .btn-red {
    margin-top: 15px;
}

.accountpara p {
    color: black;
    font-size: 14px;
    margin-top: 10px;
}
.loader img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.service-banner h2 {
    font-size: 55px;
    font-weight: 800;
}
.btn-white1 {
    display: inline-block !important;
    background-color: #fff;
    text-transform: uppercase;
    padding: 9px 60px !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 0 !important;
}

div#tollfree img {
    width: 150px;
}