/* custom.css */

:root {
    --primaryColor: #8D1FEB;
    --secondaryColor: #000;
    --heading: #BB39EC;
    --fontFamily: "PT Sans", sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--fontFamily);
    overflow-x: hidden;
    scroll-behavior: smooth;
    word-break: break-word;
    background-color: var(--secondaryColor);
    color: var(--white);
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active,
a:focus {
    outline: 0
}

.main-hdg h1,
.letter h1 {
    font-weight: 700;
    font-size: 51px;
    background-image: -moz-linear-gradient(90deg, #fff 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #fff 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #fff 0, #fff 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 58px;
    display: inline-block;
    transform-origin: 0 0
}

h2 {

    font-weight: 700;
    font-size: 36px;
    /* background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent */
    color: var(--heading);
}

h3 {
    font-size: 24px;
    color: var(--white)
}

h4 {
    font-weight: 400;
    font-size: 20px;
    background-color: var(--heading);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

ul li {
    list-style-type: none
}

p {

    font-weight: 400;
    font-size: 17px;
    color: var(--white);
    line-height: 30px
}

.form-error {
    display: none
}

.owl-carousel .owl-item img {
    width: auto
}

.btn-1 {

    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 8px 40px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    border: none;
    transition: box-shadow .2s linear
}

.btn-1::before {
    content: "";
    position: absolute;
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    right: 17px;
    width: 17px;
    height: 17px;
    transition: transform .3s linear;
    transform-origin: center;
    top: 50%;
    transform: translateY(-50%)
}

.btn-1:hover {
    box-shadow: 0 8px 25px -13px rgba(26, 21, 21, .8);
    color: #fff
}

.btn-1:hover::before {
    transform: translate(5px, -50%);
    transform-origin: center
}

.btn-2 {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 6px 24px;
    background-color: transparent;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    border-radius: 30px;
    border: 2px solid var(--white);
    transition: all .2s linear
}

.btn-2:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .05)
}

button:active,
button:focus {
    outline: 0 !important
}

.root-cta-title-h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;

    font-weight: 400;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset
}

header {
    padding: 11px 70px;
    transition: all .3s ease-in-out;
    background-color: var(--secondaryColor);

}

.hdr-cta>a {
    color: var(--white);
    padding: 0 20px;
    font-size: 16px;
    transition: color .2s linear
}

.hdr-cta>a:hover {
    color: var(--primaryColor)
}

.hdr-socials-icons>a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .05)
}

.hdr-cta i {
    margin-right: 6px
}

.hdr-cta i svg {
    fill: var(--primaryColor)
}

.cust-navbar-nav.navbar-nav .nav-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase !important;
    border-radius: 30px;
    padding: 8px 18px;
    transition: all .3s linear;
    display: inline-block;
}

.navbar-light .cust-navbar-nav.navbar-nav .nav-link:hover {
    color: var(--primaryColor);
}

.cust-navbar-nav.navbar-nav .nav-link::first-letter {
    text-transform: uppercase !important;
}

.dropdown-toggle::after {
    display: none
}

.hdr-socials-icons .btn-2 {
    font-size: 18px;
    border: 1px solid #1f003b;
    font-weight: 600;
    padding: 6px 35px
}

.hdr-socials-icons .btn-2:hover {
    box-shadow: none
}

.socials-icons a:last-child {
    margin-right: 0
}

.sticky-header .cust-navbar-nav {
    margin-top: 0
}

.nav-item {
    position: relative
}

.cust-navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 2px;
    background-color: var(--primaryColor);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scaleX(0);
    transition: transform .2s linear 0s
}

.cust-navbar-nav .nav-item:hover::after {
    transform: scaleX(1)
}

.navbar-nav .active.nav-item::after,
.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item.show::after {
    transform: scaleX(1)
}

.cust-navbar-nav {
    margin-top: 10px
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .2);
    padding: 10px 70px;
    -webkit-animation: slidedown-header .8s ease 0s 1 alternate;
    animation: slidedown-header .8s ease 0s 1 alternate
}

@-webkit-keyframes slidedown-header {
    from {
        opacity: 0;
        top: -69px
    }
}

@keyframes slidedown-header {
    from {
        opacity: 0;
        top: -69px
    }
}

.sticky-header+section {
    /* margin-top: 105px; */
}

.sticky-header .socials-icons {
    display: none !important
}

.sticky-header .img-fluid {
    width: 200px
}

.center-hdr {
    text-align: center;
    position: relative
}

.socials-icons a {
    margin: 0 28px 0 0;
    font-size: 18px;
    color: #666;
    transition: color .2s linear
}

.socials-icons a:hover {
    color: #1c67d2
}

.socials-icons {
    margin-top: 10px
}

.hdr-socials-icons>a {
    text-transform: uppercase
}

.cust-navbar-nav .dropdown-menu {
    left: auto;
    top: 54px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 20px 0 #0000001c;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
    min-width: max-content;
    width: auto
}

.mega-menu .dropdown-menu {
    width: 100%
}

.cust-navbar-nav .nav-item {
    padding-bottom: 0;
    margin-right: 9px
}

.dropdowndownangle {
    position: absolute;
    right: 7px;
    top: 8px
}

.dropdowndownangle i svg {
    width: 9px;
    height: 9px;
    display: inline-block
}

.dropdown-list li:last-child {
    border-bottom: 0
}

.dropdown-menu .col-lg-3:last-child .dropdown-list li {
    margin-right: 0
}

.dropdown-list a {
    color: #333;
    font-size: 16px;
    transition: all .2s linear
}

.dropdown-list svg {
    width: 9px;
    height: 9px;
    margin-right: 10px;
    transition: transform .2s linear
}

.dropdown-list li {
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #eee;
    margin: 0 15px 0 0;
    display: block;
    flex: 0 0 auto;
    width: 190px;
    position: relative;
    transition: all .2s ease-in-out
}

.dropdown-list {
    display: flex;
    flex-direction: column
}

.dropdown-list li:hover svg {
    transform: translateX(2px);
    fill: #1c66d0
}

.dropdown-list li:hover a {
    color: #1c66d0
}

.banner {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* background:url(../images/banner-bg.webp) center center/cover no-repeat; */
}

.banner .container-xl {
    padding: 0
}

.banner-stars {
    margin: 8px auto;
    padding: 3px 0 7px;
    border-top: 2px dashed var(--secondaryColor);
    border-bottom: 2px dashed var(--secondaryColor);
    display: inline-block;
    text-align: center;
    margin-bottom: 30px
}

.banner .banner-stars {
    border-top: 2px dashed var(--white);
    border-bottom: 2px dashed var(--white);
}

.banner-stars>i {
    color: #f7941d;
    font-size: 12px
}

.banner .banner-stars>h3 {
    color: #fff;
}

.banner-stars>h3 {
    color: #000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.main-hdg>p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 70px
}

.main-hdg {
    margin: 20px auto 0
}

.slider-form {
    height: auto;
    padding: 22px;
    text-align: center;
    margin-top: 40px;
    z-index: 2;
    background: #c2c1bf;
    border-radius: 90px;
    background: rgba(194, 193, 191, .9)
}

.slider-form button::before {
    right: 35px
}

.offr-frm {
    padding: 0 0 25px;
    padding-bottom: 25px;
    padding-bottom: 25px;
    padding-bottom: 0
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0
}

.slider-form .form-group .icon-bg {
    position: absolute;
    margin-top: 0;
    left: 2px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    z-index: 0;
    top: -3px;
}

.slider-form .form-group .icon-bg svg {
    fill: #666
}

.slider-form .form-control {
    border: 0;
    background-color: #fff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, .5);
    height: 46px;
    outline: 0;
    border-radius: 50px;
    padding-left: 47px;
    border: 1px solid transparent
}

.offr-frm button {
    width: 100%
}

.banner-slider-images img {
    height: 400px;
    box-shadow: -10px 9px 22px -7px rgba(42, 38, 38, .7)
}

.banner-slider-images {
    padding: 60px 0 35px;
    position: relative
}

.flipster__item::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 435px;
    background-image: url(../images/book-bar.webp);
    left: 250px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: -17px;
    z-index: 999;
    opacity: 0;
    transition: all.2s ease-in-out;
    transition-delay: 0s
}

.flipster__item.flipster__item--current::before {
    opacity: 1;
    transition-delay: .6s
}

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: translateX(-74%) scale(.8);
    transform: translateX(-74%) scale(.8)
}

.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(-205%) scale(.7);
    transform: translateX(-137%) scale(.7)
}

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(74%) scale(.8);
    transform: translateX(74%) scale(.8)
}

.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(137%) scale(.7);
    transform: translateX(137%) scale(.7)
}

.flipster__item--current {
    perspective: 100px
}

.flipster--infinite-carousel .flipster__item--current .flipster__item__content {
    -webkit-transform: translateX(0) rotateY(-30deg) scale(1);
    transform: translateX(0) rotateY(-30deg) scale(1)
}

.news-logoes {
    padding: 0px 0 75px;
}

.flipster--infinite-carousel .flipster__item {
    opacity: 1 !important
}

.news-logo {
    border: 1px solid #dadada;
    border-radius: 23px;
    box-shadow: 0 3px 4px 0 rgba(26, 21, 21, .06)
}

.news-logoes-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.news-logoes-wrap .news-logo {
    padding: 8px 27px;
    margin: 0 6px;
    align-self: center;
    background-color: var(--white);
}

.news-logoes-wrap .news-logo:first-child {
    padding: 5px 27px
}

.news-logoes-wrap .news-logo img {
    filter: grayscale(1);
    transition: filter .2s linear
}

.new-book-cover {
    background-image: url(../images/portfolio/new-book-cover.webp);
    background-repeat: no-repeat;
    display: block
}

.new-book-cover-collage {
    background-image: url(../images/portfolio/more-book-cover.webp);
    background-repeat: no-repeat;
    display: block
}

.sprite-portfolio-newlogoes {
    background-image: url(../images/portfolio/portfolio-logoes.webp);
    background-repeat: no-repeat;
    display: block
}

.sprite-portfolio {
    background-image: url(../images/portfolio/spritesheet-portfolio.webp);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    box-shadow: 10px 10px 10px 0 #00000047;
    border-radius: 0 5px 5px 0
}

.sprite-portfolio-img-1 {
    width: 175px;
    height: 242px;
    background-position: -5px -5px
}

.sprite-portfolio-img-2 {
    width: 175px;
    height: 242px;
    background-position: -190px -5px
}

.sprite-portfolio-img-3 {
    width: 175px;
    height: 242px;
    background-position: -375px -5px
}

.sprite-portfolio-img-4 {
    width: 175px;
    height: 242px;
    background-position: -560px -5px
}

.sprite-portfolio-img-5 {
    width: 175px;
    height: 242px;
    background-position: -745px -5px
}

.sprite-news-logo-1 {
    width: 29px;
    height: 30px;
    background-position: -2546px -10px
}

.sprite-news-logo-2 {
    width: 64px;
    height: 18px;
    background-position: -2595px -10px
}

.sprite-news-logo-3 {
    width: 75px;
    height: 19px;
    background-position: -2679px -10px
}

.sprite-news-logo-4 {
    width: 65px;
    height: 17px;
    background-position: -2774px -10px
}

.sprite-news-logo-5 {
    width: 108px;
    height: 13px;
    background-position: -2859px -10px
}

.sprite-news-logo-6 {
    width: 45px;
    height: 16px;
    background-position: -2987px -10px
}

.sprite-news-logo-7 {
    width: 94px;
    height: 13px;
    background-position: -3052px -10px
}

.sprite-news-logo-8 {
    width: 75px;
    height: 13px;
    background-position: -3166px -10px
}

.sprite-bank-cards {
    width: 326px;
    height: 29px;
    background-position: -10px -10px
}

.sprite-bio-1 {
    width: 199px;
    height: 267px;
    background-position: -356px -10px
}

.sprite-bio-2 {
    width: 199px;
    height: 267px;
    background-position: -575px -10px
}

.sprite-bio-3 {
    width: 199px;
    height: 267px;
    background-position: -794px -10px
}

.sprite-bio-4 {
    width: 199px;
    height: 267px;
    background-position: -1013px -10px
}

.sprite-bio-5 {
    width: 199px;
    height: 267px;
    background-position: -1232px -10px
}

.sprite-bio-6 {
    width: 199px;
    height: 267px;
    background-position: -1450px 0
}

.sprite-bio-7 {
    width: 199px;
    height: 267px;
    background-position: -1672px 0
}

.sprite-bio-8 {
    width: 199px;
    height: 267px;
    background-position: -1886px 0
}

.sprite-non-fiction-1 {
    width: 199px;
    height: 267px;
    background-position: -3261px -10px
}

.sprite-non-fiction-2 {
    width: 199px;
    height: 267px;
    background-position: -3480px -10px
}

.sprite-non-fiction-3 {
    width: 199px;
    height: 267px;
    background-position: -3699px -10px
}

.sprite-non-fiction-4 {
    width: 199px;
    height: 267px;
    background-position: -3918px -10px
}

.sprite-non-fiction-5 {
    width: 199px;
    height: 267px;
    background-position: -4137px -10px
}

.sprite-romance-1 {
    width: 199px;
    height: 267px;
    background-position: -4356px -10px
}

.sprite-romance-2 {
    width: 199px;
    height: 267px;
    background-position: -4575px -10px
}

.sprite-romance-3 {
    width: 199px;
    height: 267px;
    background-position: -4794px -10px
}

.sprite-romance-4 {
    width: 199px;
    height: 267px;
    background-position: -5013px -10px
}

.sprite-romance-5 {
    width: 199px;
    height: 267px;
    background-position: -5232px -10px
}

.sprite-thriller-1 {
    width: 199px;
    height: 267px;
    background-position: -5451px -10px
}

.sprite-thriller-2 {
    width: 199px;
    height: 267px;
    background-position: -5670px -10px
}

.sprite-thriller-3 {
    width: 199px;
    height: 267px;
    background-position: -5889px -10px
}

.sprite-thriller-4 {
    width: 199px;
    height: 267px;
    background-position: -6108px -10px
}

.sprite-thriller-5 {
    width: 199px;
    height: 267px;
    background-position: -6327px -10px
}

.news-logoes-wrap .news-logo:hover img {
    filter: grayscale(0)
}

.news-wrap>p {
    margin-bottom: 35px
}

.brand-serv-links>a {
    color: #666;
    font-size: 18px;
    background-color: #e8e8e8;
    border: 1px solid #dadada;
    padding: 8px 19px;
    border-radius: 30px;
    margin: 10px 8px;
    transition: background-color .2s linear 0s, transform .1s linear .1s, box-shadow .1s linear .1s
}

.brand-serv-links>a:hover {
    color: #1b63ca;
    background-color: #fff;
    box-shadow: 0 21px 10px -20px rgba(0, 0, 0, .9);
    transform: translateY(-3px)
}

.brand-serv-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.brand-services {
    padding: 45px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb
}

.port-reviews {
    padding: 95px 0
}

.portfolio-nav-tabs {
    display: none
}

.cust-nav-tabs>a {
    color: #333;
    font-size: 18px;
    border: 0;
    transition: all .2s linear
}

.inner-portfolio-wrap img {
    height: 100%
}

.cust-nav-tabs .nav-link:focus,
.cust-nav-tabs .nav-link:hover {
    border-color: transparent !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
    font-weight: 700;
    background-color: var(--heading) !important;
    color: #fff !important;
    border-radius: 30px
}

.cust-nav-tabs>a:hover {
    color: var(--primaryColor)
}

.cust-nav-tabs {
    margin-bottom: 55px
}

.portfolio-tabs {
    padding: 5rem 0;
}

.slogan-circle {
    position: absolute;
    width: 95px;
    height: 95px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    border-radius: 50%;
    top: -13%;
    left: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none
}

.slogan-circle p {
    color: #fff;
    font-size: 11px;
    line-height: normal;
    margin: 0;
    display: none
}

.client-review-ftr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.client-review-ftr>div {
    flex: 1 1 0;
    margin-top: 20px
}

.client-review-ftr h3 {
    font-size: 22px;
    margin: 0;
    /* background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%); */
    background-clip: text;
    color: var(--heading);
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: 400
}

.client-review-ftr p {
    color: #333;
    font-size: 14px;
    line-height: normal;
    display: none
}

.clients-reviews {
    margin: 50px 0 0 0
}

.client-inner-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.client-inner-wrap::before {
    content: "";
    position: absolute;
    background: url(../images/quote.webp) no-repeat;
    width: 53px;
    height: 41px;
    filter: brightness(0.9) invert(1);
}

.cta {
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0 30px;
    position: relative;
    background-size: cover
}

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

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

.sprite-cta-after {
    width: 444px;
    height: 384px;
    background-position: -955px -10px
}

.sprite-cta-before {
    width: 680px;
    height: 377px;
    background-position: -1419px -10px
}

.sprite-writes-clients {
    background-image: url(../images/writers-clients.webp);
    background-repeat: no-repeat;
    display: block
}

.sprite-hire-ghostbookwriters {
    width: 344px;
    height: 373px;
    background-position: -2119px -10px
}

.sprite-review-1 {
    width: 96px;
    height: 96px;
    background-position: -2483px -10px
}

.sprite-review-2 {
    width: 96px;
    height: 96px;
    background-position: -2599px -10px
}

.sprite-review-3 {
    width: 96px;
    height: 96px;
    background-position: -2715px -10px
}

.cta-hdg>h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;

    font-weight: 400
}

.cta-hdg span {
    color: #f4f3ec;
    font-size: 18px
}

.cta-hdg p {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.cta-btns>a {
    background: 0 0;
    border: 1px solid #fff;
    margin: 0 10px;
    color: #fff;
    padding: 8px 40px;
    transition: all .2s linear
}

.cta-btns>a:hover {
    color: #333;
    background-color: #fff
}

.cta-btns>.btn-1:hover:before {
    color: #333
}

.cta-btns>a:nth-child(2) {
    background-color: unset;
    color: #fff
}

.cta-btns>a svg {
    fill: #fff
}

.cta-btns>a:nth-child(2) {
    border: none
}

.cta-btns>a:nth-child(2) i {
    margin-right: 5px
}

.cta-btns>a:last-child:hover {
    color: #333
}

.cta-btns {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 40px
}

.cta-hdg {
    position: relative;
    z-index: 1
}

.cta-btns+a {
    color: #fff;
    font-size: 18px
}

.cta-btns+a i {
    margin-right: 5px
}

.cta-btns+a i svg {
    fill: #fff
}



.index-cta {
  background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    padding: 45px 0 20px;
    text-align: center
}

.index-cta .cta-hdg {
    max-width: 850px;
    margin: 0 auto
}

.index-cta p {
    line-height: 30px;
    margin-bottom: 5px
}

.index-cta .cta-btns {
    margin-top: 20px
}

.resource {
    padding: 80px 0 90px
}

.resource-counter {
    display: flex;
    margin-bottom: 30px
}

.resource-counter>div {
    flex: 0 1 33.33333%
}

.resource-counter>div:nth-child(2) {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    justify-content: center
}

.resource-counter>div:nth-child(2) h3::after {
    right: 14%
}

.resource-counter>div:nth-child(3) {
    padding: 0 16px
}

.resource-counter>div:nth-child(3) h3::after {
    right: 29%
}

.services {
    padding: 0 0 75px 0
}

.counter-box {
    display: flex;
    align-items: flex-start
}

.counter-box h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: .8;
    position: relative;
    color: #FFDF74;
}

.counter-box img {
    filter: brightness(0.5) invert(1);
}

.counter-box p {
    color: #FFDF74;
}

.counter-box h3::after {
    content: "+";
    position: absolute;
    right: 57%
}

.counter-box p {
    line-height: normal;
    margin-bottom: 4px
}

.counter-box>div {
    padding: 0 0 0 8px
}

.resource-btns>a:first-child {
    margin-right: 20px
}

.resource-img {
    position: relative;
    max-width: 605px;
    height: 396px;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    margin: 55px 0 0 0
}

.resource-img+img {
    position: absolute;
    top: 5%;
    right: 7%;
    bottom: 0
}

.services .container-xl>h3 {
    font-size: 18px;
    color: #7A735B;
    margin-bottom: 30px;
    font-weight: 700
}

.services-box a,
.wrap-anch span {
    color: #7A735B;
    font-weight: 700;
    font-size: 18px;
    transition: all .3s linear
}

.wrap-anch {
    position: relative;
    display: inline-block
}

.wrap-anch span {
    display: inline-flex;
    align-items: center
}

.wrap-anch span i {
    margin-left: 5px
}

.wrap-anch:hover span {
    color: #1b63c9
}

.wrap-anch a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(odd) .services-box {
    border-right: 1px solid#b2b2b2;
    border-bottom: 1px solid#b2b2b2;
    padding: 30px 10px 30px 0;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(even) .services-box {
    border-bottom: 1px solid#b2b2b2;
    padding: 30px 10px 30px 20px;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(5) .services-box,
.services-wrap .col-lg-6:nth-child(6) .services-box {
    border-bottom: none
}

.services-wrap .col-lg-6:nth-child(1) .services-box,
.services-wrap .col-lg-6:nth-child(2) .services-box {
    padding-top: 7px
}

.our-wrt-sec {
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    padding: 50px 0 75px;
}

.our-wrt-hd>.text-white p {
    color: #fff;
    font-size: 18px
}

.our-wrt-hd>.text-white h3 {
    color: var(--white);
    font-size: 18px;
    margin: 40px 75px 0 0;
    font-family: "PT Sans", sans-serif
}

.our-wrt-serv-count h2 {
    font-size: 40px;
    color: #a5a7ae
}

.our-wrt-serv-desc {
    padding-right: 14px
}

.our-wrt-hd p {
    color: #999
}

.our-wrt-serv {
    border-bottom-color: #fff !important;
    padding-bottom: 0 !important
}

.our-wrt-serv-count::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 45px;
    background-color: #fff;
    top: 40%;
    transform: translateY(-50%)
}

.wrt-img.scaling-img img {
    height: 100%;
    box-shadow: 0 25px 16px -12px var(--primaryColor)
}

.our-wrt-serv-count>h3 {
    font-size: 103px;
    color: #fff;
    font-weight: 700
}

.our-wrt-serv-desc>h3 {
    font-size: 22px;
    color: #fff;
    font-family: "Antic Slab", serif
}

.our-wrt-serv-desc>p {
    line-height: normal
}

.our-wrt-hd h3 {
    color: var(--heading);
    font-size: 34px;
    font-family: "Antic Slab", serif
}

.plot-list li {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 5px
}

.plot-list li i {
    color: var(--primaryColor);
    margin-right: 5px
}

.plot-list {
    margin-bottom: 40px
}

.resource-txt-area>p {
    margin-bottom: 25px;
    line-height: 24px
}

.resource-txt-area2 p {
    line-height: 30px
}

.reasons-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0 0;
    flex-wrap: wrap
}

.reason-box-cont>h3 {
    color: var(--heading);
    font-size: 22px;
    margin: 0 0 7px 0
}

.reason-box-cont>p {
    line-height: normal;
    color: var(--white)
}

.reasons-inners>h2 {
    margin-bottom: 30px
}

.resource-txt-area2>h4 {
    font-size: 36px
}

.reasons-inners>h4 {
    font-size: 36px
}

.sprite-reason-icon-1 {
    width: 68px;
    height: 61px;
    background-position: -1018px -10px
}

.sprite-reason-icon-2 {
    width: 70px;
    height: 67px;
    background-position: -1106px -10px
}

.sprite-reason-icon-3 {
    width: 68px;
    height: 68px;
    background-position: -1196px -10px
}

.sprite-reason-icon-4 {
    width: 61px;
    height: 84px;
    background-position: -1284px -10px
}

.reason-box-cont {
    padding: 0 0 0 20px;
    flex: 0 1 80%
}

.banner-form {
    /* border: 2px solid #999; */
    border-radius: 60px;
    border-bottom-left-radius: 0;
    position: absolute;
    background-color: #F659EE;
}

.banner-form button:hover {
    color: #fff
}

.banner-form::before {
    content: "";
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    left: 0;
    position: absolute;
    width: 95%;
    height: 90%;
    border-radius: 0 40px 40px;
    transform-origin: left center;
    bottom: 1px;
    z-index: -1;
    transition: all .8s cubic-bezier(.075, .82, .165, 1) 0s;
    transform: skewY(8deg)
}

.reasons-sec {
    padding: 0 0 100px
}

.banner-form:hover::before {
    transform: skewY(15deg);
    width: 79%
}

.banner-form:hover .for_main,
.banner-form:hover .form-hdgs {
    background: #f0efe9a1
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(29, 106, 215, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.form-hdgs h3 {
    color: #fff;
    font-size: 25px
}

.form-hdgs+p {
    background: #fb3833;
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.form-hdgs {
    padding: 40px 30px 15px;
    /* background: #f0efe9; */
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition: background-color .2s linear
}

.inp-txt-wrap input,
.inp-txt-wrap textarea {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 10px
}

.for_main {
    border-bottom-right-radius: 60px;
    transition: opacity .2s linear
}

.inp-txt-wrap.form-icons {
    margin-bottom: 12px !important
}

.dft-btn::before {
    display: none
}

.own-book-sec {
    margin: 0 130px 90px;
    padding: 80px 0 30px;
    position: relative
}

.wrapper-own-book-2 li {
    font-size: 18px;
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside
}

.wrapper-own-book-1>h4,
.wrapper-own-book-2>h4 {
    font-size: 36px;
    margin-bottom: 25px
}

.own-book-sec p {
    margin-bottom: 30px
}

.own-book-sec li {
    margin-bottom: 30px
}

.wrapper-own-book-1 {
    padding: 0 0 30px
}

.hire-ghostwriters-img {
    text-align: center;
    margin: 50px 0
}

.should-hire .wrapper-own-book-1::before {
    bottom: 57%
}

.comprehensive-serv {
    padding: 110px 130px
}

.compr-serv-box>a {
    color: #333;
    font-size: 18px;
    display: block
}

.compr-serv-box>a h3 {
    font-size: inherit
}

.compr-serv-box:hover a {
    color: #2365ca;
    text-decoration: underline
}

.compr-serv-box {
    text-align: center;
    padding: 30px 0;
    height: 100%
}

.compr-serv-box>i {
    margin-bottom: 11px;
    margin: 0 auto 11px
}

.compr-serv-boxes .row .col-lg-3:nth-child(1) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(11) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(14) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(16) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(3) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(6) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(8) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(9) .compr-serv-box {
    background: #292929
}

.comp-serv>h5 {
    margin-bottom: 60px;
    /* background-clip: text; */
    color: var(--heading);
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 36px
}

.sprite-compr {
    background-image: url(../images/compr-reasons.webp);
    background-repeat: no-repeat;
    display: block;
    filter: brightness(1.5) hue-rotate(67deg);
}

.sprite-compr-icon-1 {
    width: 43px;
    height: 48px;
    background-position: -10px -10px
}

.sprite-compr-icon-2 {
    width: 43px;
    height: 48px;
    background-position: -514px -10px
}

.sprite-compr-icon-3 {
    width: 43px;
    height: 48px;
    background-position: -577px -10px
}

.sprite-compr-icon-4 {
    width: 43px;
    height: 48px;
    background-position: -640px -10px
}

.sprite-compr-icon-5 {
    width: 43px;
    height: 48px;
    background-position: -703px -10px
}

.sprite-compr-icon-6 {
    width: 43px;
    height: 48px;
    background-position: -766px -10px
}

.sprite-compr-icon-7 {
    width: 43px;
    height: 48px;
    background-position: -829px -10px
}

.sprite-compr-icon-8 {
    width: 43px;
    height: 48px;
    background-position: -892px -10px
}

.sprite-compr-icon-9 {
    width: 43px;
    height: 48px;
    background-position: -955px -10px
}

.sprite-compr-icon-10 {
    width: 43px;
    height: 48px;
    background-position: -73px -10px
}

.sprite-compr-icon-11 {
    width: 43px;
    height: 48px;
    background-position: -136px -10px
}

.sprite-compr-icon-12 {
    width: 43px;
    height: 48px;
    background-position: -199px -10px
}

.sprite-compr-icon-13 {
    width: 43px;
    height: 48px;
    background-position: -262px -10px
}

.sprite-compr-icon-14 {
    width: 43px;
    height: 48px;
    background-position: -325px -10px
}

.sprite-compr-icon-15 {
    width: 43px;
    height: 48px;
    background-position: -388px -10px
}

.sprite-compr-icon-16 {
    width: 43px;
    height: 48px;
    background-position: -451px -10px
}

.our-authors>h5 {
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px
}

.slider-item {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: #f4f3ec;
    margin: 0 177px;
    border: 1px solid #f4f3ec
}

.author-item-txt {
    text-align: left;
    padding: 0 20px
}

.authors-slider .author-img img {
    margin: 0 auto;
    width: 100%
}

.sprite-author-1 {
    width: 295px;
    height: 281px;
    background-position: -10px -10px;
    margin: 0 auto
}

.sprite-author-2 {
    width: 295px;
    height: 281px;
    background-position: -325px -10px;
    margin: 0 auto
}

.sprite-author-3 {
    width: 295px;
    height: 281px;
    background-position: -640px -10px;
    margin: 0 auto
}

.author-hdg-rating {
    margin: 20px 20px 10px
}

.author-hdg-rating p {
    margin: 0;
    line-height: 22px;
    text-align: right
}

.author-hdg-rating>h3 {
    margin: 0
}

.author-hdg-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.our-authors>p {
    margin-bottom: 37px
}

.authors-slider .owl-nav {
    position: absolute;
    bottom: 31px;
    right: 27%
}

.auth-rating-txt-wrp {
    padding-bottom: 30px
}

.author-img img {
    height: 300px;
    object-fit: cover;
    object-position: top
}

.authors-slider .owl-nav i {
    font-size: 20px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #333
}

.faq {
    padding: 100px 0;
    border-top: 2px solid #ebebeb
}

.cust-card-header {
    padding: 0
}

.btn-link:hover {
    text-decoration: none
}

.cust-card-header>h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.cust-card-header>h3 button {
    color: inherit;
    position: relative;
    z-index: 2;
    padding: 8px 36px 8px 15px;
    background: #666;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-weight: 700
}

.cust-card-header>h3 button.collapsed {
    background: #666;
    color: inherit;
    border: none
}

.cust-card-header>h3 button::before {
    position: absolute;
    content: "";
    background-image: url(../images/minus.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform .2s linear;
    font-size: 20px
}

.cust-card-header>h3 button.collapsed::before {
    transform-origin: center;
    background-image: url(../images/plus.svg)
}

.accordion>.card {
    border-radius: 0;
    border: none;
    margin-bottom: 2px
}

.cust-navbar-collapse.collapse.show {
    overflow-y: scroll;
    height: 85vh
}

.faq-txt-container .card-body {
    background: #000
}

.cust-card-header+div li {
    list-style-type: disc;
    list-style-position: inside;
    color: #666
}

.faq-txt-container .card-body p {
    font-size: 18px;
    line-height: 24px;
}

.faq-txt-container>h2 {
    margin-bottom: 20px
}

footer {
    padding: 50px 0 0;
}

.ftr-links-1>h3,
.ftr-links-2 h3 {
    color: var(--white);
    font-size: 22px;

    margin-bottom: 18px
}

.ftr-links-2 h3 {
    text-align: left;
    margin-left: 30px
}

.ftr-links-2 {
    overflow: hidden;
    height: 100%
}

.ftr-links-1 ul a,
.ftr-links-2 ul a {
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.ftr-links-1 ul a:hover,
.ftr-links-2 ul a:hover {
    color: var(--heading);
    text-decoration: underline
}

.ftr-links-list {
    border-right: 1px solid #e1e1d7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-left: 30px
}

.ftr-links-2-hdgs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.ftr-social-links {
    text-align: center
}

.ftr-social-links>a {
    margin: 0 10px;
    display: inline-block
}

.ftr-social-links a svg {
    width: 24px;
    height: 24px;
    fill: #666;
    transition: fill .2s linear
}

.ftr-social-links>a:hover svg {
    fill: #1c67d2
}

.ftr-social-links {
    border-bottom: 2px solid #e2e1db;
    padding: 30px 0
}

.ftr-copyrights-banks-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    flex-wrap: wrap;
    text-align: center
}

.ftr-copyrights-banks-cards>* {
    flex: 0 1 30%
}

.ftr-add-copy-right>p {
    margin: 0;
    line-height: 25px
}

.ftr-copyrights-banks-cards>p {
    margin: 0
}

.ftr-copyrights-banks-cards>img {
    flex: 0 1 27%
}

.ftr-links-2>h3 {
    text-align: center
}

.ftr-links-wrap {
    padding: 0 130px
}

.ftr-links-2 .col-lg-3:last-child h3 {
    text-align: left;
    margin-left: 26px
}

.ftr-links-2 .col-lg-3:last-child ul {
    padding-left: 26px !important;
    border: none
}

.ftr-terms-privacy {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.ftr-terms-privacy>li {
    flex: 0 1 auto
}

.ftr-terms-privacy>li a {

    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    transition: all .2s linear
}

.ftr-terms-privacy>li a:hover {
    color: #881deb;
    text-decoration: underline
}

.ftr-terms-privacy>li:first-child {
    margin-right: 20px;
    position: relative
}

.ftr-terms-privacy>li:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #666;
    top: 50%;
    transform: translate(9px, -50%)
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    align-items: center;
    background-color: rgba(0, 0, 0, .62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0
}

.entry-box {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 476px;
    margin: 0 auto;
    border-radius: 0;
    background-color: #cf9921;
    position: relative;
    box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, .6);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, .7)
}

.layer-1 {
    width: 9%;
    display: block;
    height: 99%;
    background-color: #cf9921;
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1
}

.layer-2 {
    display: block;
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    background: #1f003b;
    z-index: -2;
    transform: translate(26px, -13px) rotate(1deg)
}

.layer-3 {
    width: 90%;
    height: 108%;
    display: block;
    position: absolute;
    top: -21px;
    background: #1f003b;
    z-index: -3;
    transform: rotate(-3deg);
    right: 0
}

.layer-4 {
    width: 102%;
    height: 108%;
    position: absolute;
    top: -26px;
    border: 5px solid #fff;
    transform: rotate(1deg);
    z-index: -1;
    left: -4px
}

a#entry-box_close {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 59px;
    color: #020202;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff
}

a#entry-box_close svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.entry-box .form-text-1 h1 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px
}

.entry-box .form-text-1 h1 span.red {
    color: #f78d0e;
    text-transform: uppercase
}

.col-sm-12.entry-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding: 30px 15px 70px
}

.entry-box .form-text-1 p {
    color: #fff;
    font-size: 29px;
    line-height: normal;
    font-weight: 400;
    margin: 0
}

.entry-box .form-text-1 p strong {
    text-transform: uppercase
}

.form-text-1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 9px;
    text-align: center
}

.form-text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #f7941d;
    border-radius: 100px;
    display: none
}

.entry-box .form-control {
    min-height: 50px;
    border-radius: 30px;
    background-color: #fff;
    border-color: transparent;
    color: #000;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 15px 24px;
    border: 1px solid #fff
}

.entry-box .form-control::placeholder {
    color: #949494
}

.entry-box button {
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
    height: auto;
    background-color: #ffea00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e59920), to(#f8bb22));
    background-image: -o-linear-gradient(bottom, #e59920, #f8bb22);
    background-image: linear-gradient(to top, #e59920, #f8bb22);
    border-color: #fff;
    border-radius: 900px
}

.entry-box button:hover {
    color: #000
}

.form-root-counter li {
    width: auto !important
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 10px
}

.btn-default {
    transition: all .2s linear
}

.btn-default {
    background: #eaeaf1
}

.form-text-1>h3 {
    color: #fff;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f7941d
}

#formResult {
    position: absolute !important;
    z-index: 1
}

.contact-us-banner {
    background-image: url(../images/contact-bg.webp) !important;
    background-position: center;
    height: 400px !important;
    border-bottom: 2px solid #e2e1db
}

.contact-banner-txt li {

    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.contact-banner-txt li svg {
    fill: #666
}

.contact-us-hdg {
    text-align: center;
    margin-bottom: 30px
}

.contact-us-inner-form-wrapper {
    padding: 40px;
    border: 2px solid #164c99c9;
    border-radius: 9px;
    position: relative
}

.contact-us-inner-form-wrapper::after {
    content: "";
    background: url(../images/pencil-boy.webp) center/100% no-repeat;
    width: 244px;
    height: 251px;
    right: -210px;
    position: absolute;
    top: 88px
}

.contact-us-form-section {
    padding: 30px 0 60px;
    background: url(../images/contact-form-bg.webp) center center/cover no-repeat
}

.contact-us-inner-form-wrapper input,
.contact-us-inner-form-wrapper textarea {
    height: calc(2em + .75rem + 2px)
}

.contact-us-inner-form-wrapper .form-group {
    margin-bottom: 20px
}

.contact-us-inner-form-wrapper .row+.form-group {
    margin-bottom: 0
}

.ip-banner-heading-h1 {
    color: #fff;
    font-size: 48px;

    font-weight: 400;
    line-height: 55px;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset
}

.ip-resource-heading-h3 {
    font-weight: 400;
    font-size: 36px;
    /* background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%); */
    /* background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-bottom: 25px
}

.ip-process-title-h4 {
    font-weight: 400;
    font-size: 36px;
    /* background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%); */
    /* background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-align: center;
    margin-bottom: 60px
}

.ip-cta2-title-h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;

    font-weight: 400;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset
}

.ip-faq-title-h5 {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 20px
}

.ip-testimonials-title-h5 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;

    font-weight: 400
}

img.lazy {
    display: block
}

.banner-sec {
    background-image: url(../images/inner-pages/fiction/fiction-writing-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    height: 600px;
    overflow: hidden
}

.banner-wrapper {
    padding: 0
}

.banner-hd h5 {
    background-color: #fff;

    font-weight: 400;
    font-size: 32.34px;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px
}

.banner-hd h3 {
    color: #fff;
    font-size: 52px;

    font-weight: 400;
    line-height: 61px
}

.banner-hd p {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.banner-buttons {
    margin-top: 45px
}

.banner-list li {
    color: #fff;

    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    flex: 0 1 50%
}

.banner-list li i svg {
    font-size: 13px;
    fill: #fff;
    width: 18px;
    height: 18px
}

.banner-list li i {
    margin-right: 10px
}

.banner-buttons .btn-2 {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px
}

.banner-buttons .btn-2:active {
    transform: translateY(2px)
}

.form-box {
    border-width: 1px;
    border-color: #b6b6b6;
    border-style: solid;
    background-color: #fcfcfd;
    height: 60px;
    outline: 0;
    border-radius: 40px;
    padding: 20px 30px;
    width: 100%
}

textarea {
    border-width: 1px;
    border-color: #b6b6b6;
    border-style: solid;
    background-color: #fcfcfd;
    outline: 0;
    border-radius: 14px;
    padding: 20px 30px;
    width: 100%;
    resize: none
}

.form-wrapper {
    background-image: -moz-linear-gradient(90deg, #eedcdc 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #eedcdc 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #eedcdc 0, #fff 100%);
    width: 550px;
    margin-bottom: 0;
    box-shadow: -19px 42px 63px -47px rgba(0, 0, 0, .54);
    padding: 0;
    position: absolute;
    top: 30px;
    right: 150px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px
}

.form-wrapper h5 {

    font-weight: 400;
    line-height: 27px;
    font-size: 21px;
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 15px
}

.form-wrapper h3 {

    font-weight: 400;
    line-height: 27px;
    font-size: 33px;
    color: #373737;
    text-align: center;
    margin-bottom: 30px
}

.form-wrapper .form-group {
    margin-bottom: 20px
}

.form-button {
    color: #fff;
    border-radius: 50px;
    padding: 20px 0 20px;
    outline: 0;
    border: none;
    text-transform: uppercase;

    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-color: #881deb
}

select.form-control.form-box {
    margin-bottom: 25px;
    color: #666
}

.rotate-box h4 {
    background-color: #144892;
    font-size: 39.79px;
    line-height: 32.56px;

    font-weight: 700;
    position: relative;
    background-image: none
}

.rotate-wrapper {
    position: absolute;
    width: 565px;
    height: 98%;
    top: -50px;
    left: 13px
}

.rotate-box {
    position: relative;
    transform: rotate(-90deg);
    right: 326px;
    top: 324px;
    background-color: #fff;
    padding: 15px;
    width: 697px;
    text-align: center;
    display: none
}

.form-inner {
    padding: 50px
}

.wrap_form {
    margin-left: 60px;
    position: absolute;
    z-index: 1;
    top: -17%;
    min-width: 360px
}

.form-upper {
    background-color: #1f003b;
    color: #fff;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none
}

.top_banner_heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 15px 15px;
    text-align: left;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between
}

.form-upper h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.top_banner_heading h3 {
    font-size: 30px;
    color: #fff
}

.top_banner_heading a {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
    text-decoration: none;
    background-color: #1c67d2;
    flex: 0 0 20%;
    min-height: 50px
}

.form-upper h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0
}

.top_banner_heading h3:first-child {
    font-size: 30px
}

.top_banner_heading h3 {
    font-size: 17px
}

.form-middle {
    background-color: #36d89e;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 6px 0 16px
}

.form-middle h3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 400
}

.form-middle h3 span {
    font-weight: 700;
    color: #ffea00
}

.form-lower {
    padding-left: 22px;
    padding-right: 22px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 22px;
    padding-bottom: 16px
}

.banner-form-inner .form-group {
    position: relative;
    margin-bottom: 10px
}

.banner-form-inner .form-group i {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1f003b
}

.banner-form-inner .form-group .form-control {
    position: relative;
    border-radius: 5px;
    height: 45px !important;
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px 10px 37px;
    outline: 0;
    box-shadow: none;
    background-color: #ececec;
    border: 0
}

.banner-form-inner .btn {
    border-radius: 5px;
    background-color: #ef0000;
    height: 55px;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 16px;
    transition: all ease .2s;
    font-family: Ubuntu, sans-serif;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-color: #881deb;
    border: none;
    transition: box-shadow .2s linear
}

label.error {
    display: none !important
}

.form-control.error {
    border: 1px solid red !important
}

.contactFormresult {
    text-align: center
}

.banner .container {
    position: relative
}

.banner_img {
    position: absolute;
    right: -50px;
    bottom: 0
}

.form-box-new {
    position: relative;
    top: -570px;
    transition: all .6s ease-in-out
}

.showform .form-box-new {
    top: 0
}

.showform .top_banner_heading {
    border-radius: 0
}

.flip-clock-container {
    margin-bottom: 0 !important
}

.flip-clock-container li {
    flex: 0 0 auto !important
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after,
.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    background-color: #1f003b
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    content: "";
    background-image: url(../images/right-chevron.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    background-position: 4px 8px
}

.custom-breadcrumb-sec {
    padding: 8px 0
}

.custom-breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 0
}

.custom-breadcrumb a {
    font-size: 18px
}

.news-wrapper p {
    font-size: 18px;
    line-height: 30px
}

.content-wrapper p {
    line-height: 30px
}

.counter-box p {
    font-size: 14px
}

.resource-box-img+img {
    margin: 15px 0 0 0;
    box-shadow: 15px 15px 0 0 #8aa5ca
}

.content-wrapper .counter-box {
    flex: 0 1 30.33333%
}

.resource-sec {
    padding: 109px 0 75px
}

.resource-content-box {
    margin-left: 50px
}

.resource-inner-hdg>h2 {
    margin-bottom: 25px
}

.resource-img-box+img {
    margin: 15px 0 0 0;
    box-shadow: 15px 15px 0 0 #8aa5ca
}

.resource-list li i {
    color: var(--heading);
    margin-right: 15px;
    font-size: 9px
}

.resource-content>h2 {
    margin-bottom: 25px
}

.resource-content p {
    padding-right: 83px
}

.resource-list li {
    font-size: 18px;
    line-height: 32px;
    color: var(--white)
}

.authors-sec {
    display: none;
    padding-bottom: 55px
}

.author-box {
    padding: 20px;
    background-color: #f4f3ec;
    height: 100%
}

.author-box>.author-hdg-rating {
    margin: 20px 0 10px
}

.author-hdg-rating svg {
    width: 16px;
    height: 16px
}

.author-box:hover {
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%)
}

.author-box:hover h3,
.author-box:hover p {
    color: #fff
}

.author-box:hover .author-hdg-rating span {
    color: #fff
}

.author-box h3 {
    margin: 16px 0;
    font-size: 22px;
    color: #999;
    font-family: "Antic Slab", serif
}

.author-box img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, .3);
    border: 1.5px solid transparent;
    transition: all .2s linear
}

.author-box:hover img {
    border-color: #fff
}

.author-box p {
    line-height: 24px;
    color: #999
}

.author-content p {
    line-height: 24px;
    color: #999
}

.author-content {
    padding: 0 50px 46px
}

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

.author-buttons .btn-1 {
    margin-right: 15px
}

.process-sec {
    padding: 55px 0 80px
}

.process-hd h2 {
    text-align: center;
    margin-bottom: 60px
}

.process-wrapper {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 30px
}

.process-content p {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    flex: 0 0 157px
}

.process-no {
    border-right: 1px solid #eff0f1;
    padding-right: 0;
    margin-right: 15px;
    flex: 0 0 18%
}

.process-no h5 {
    font-size: 14px;
    color: #666
}

.process-no h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 42px
}

.process-wrapper h3 {

    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 8px
}

.cta-sec {
    background: url(../images/cta-bg.webp) center/cover no-repeat;
    text-align: center;
    padding: 60px 0 60px;
    position: relative
}

.cta-sec::before {
    content: "";
    position: absolute;
    background: url(../images/cta-before.webp) center/cover no-repeat;
    width: 600px;
    height: 377px;
    left: 0;
    top: 55%;
    transform: translateY(-50%)
}

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

.cta-content h3 {
    color: #fff;
    font-size: 36px;

    font-weight: 400;
    margin-bottom: 40px
}

.cta-content span {
    color: #fff;
    font-size: 18px;

    font-weight: 400
}

.client-sec-bg {
    padding: 75px 0 100px;
    background-image: url(../images/inner-pages/fiction/testi-bg.webp);
    background-size: cover
}

.client-content {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 30px
}

.client-content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;

    font-weight: 400
}

.client-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.client-box-wrap>p {
    color: #fff;
    background-image: url(../images/inner-pages/fiction/testi-comma.webp);
    background-repeat: no-repeat
}

.client-review-box {
    display: flex;
    align-items: center
}

.client-box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.client-review-box h3 {
    color: #fff;
    font-size: 22px
}

.client-review-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: none
}

.news-logos-inner .news-wrapper p {
    margin-bottom: 30px
}

.news-logos-inner {
    padding: 65px 0 0
}

.about-banner {
    background-image: url(../images/inner-pages/about/about-banner.webp);
    background-color: #fff;
    border-bottom: 2px solid #bcbcbc;
    padding: 105px 0 125px
}

.blog-banner {
    background-image: url(../images/inner-pages/blog/blog-banner.webp);
    height: auto;
    padding: 56px 0
}

.about-banner .banner-hd p,
.blog-banner .banner-hd p {
    color: #333;
    font-size: 18px;
    margin-bottom: 30px
}

.banner-sec.about-banner .banner-hd h1,
.banner-sec.blog-banner .banner-hd h1 {
    font-size: 62px;
    margin-bottom: 10px
}

.banner-sec.blog-banner .banner-hd h1 {
    line-height: 76px
}

.about-banner>img {
    position: absolute
}

.about-banner>img:nth-child(2) {
    right: 550px;
    top: 15px;
    z-index: 7
}

.about-banner>img:nth-child(3) {
    right: 365px;
    top: 56px;
    z-index: 2
}

.about-banner>img:nth-child(4) {
    right: 242px;
    top: 82px;
    z-index: 1
}

.once-upon-inner-wrap {
    text-align: center
}

.once-upon-inner-wrap>h2 {
    margin-bottom: 20px
}

.once-upon-inner-wrap>p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px
}

.once-upon-sec {
    padding: 30px 0
}

.once-upon-part-2 {
    padding: 30px 0 0
}

.once-upon-part-3 {
    padding: 0 0 30px
}

.once-upon-part-4 {
    padding: 60px 0 80px
}

.once-upon-part-2-inner-wrap {
    padding: 0 30px 0
}

.once-upon-part-3-inner-wrap {
    padding: 0 30px 0 0;
    text-align: left
}

.once-upon-part-2-inner-wrap>p:first-child {
    margin-bottom: 33px
}

.once-upon-part-2-inner-wrap>p {
    line-height: 25px;
    font-size: 18px
}

.once-upon-part-3-inner-wrap>p {
    line-height: 25px;
    font-size: 18px
}

.once-upon-part-4-inner-wrap>p {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 28px
}

.once-upon-part-4-inner-wrap li {
    line-height: 23px;
    font-size: 18px;
    color: var(--white);
    list-style-type: disc;
    margin-bottom: 19px;
    list-style-position: inside
}

.once-upon-part-4-inner-wrap ul {
    margin: 0
}

.news-logos-inner {
    padding: 65px 0 100px
}

.news-logos-about {
    padding: 65px 0 100px
}

.song-banner {
    padding-top: 80px;
    background-image: url(../images/inner-pages/song-writing/song-writing-banner.webp)
}

.cta-song-writing {
    background-image: url(../images/inner-pages/song-writing/cta-bg.webp)
}

.cta-song-writing::before {
    width: 377px;
    height: 446px;
    background-image: url(../images/inner-pages/song-writing/cta-before.webp);
    animation: rotate-airbook 3s ease 0s infinite alternate
}

@keyframes rotate-airbook {
    from {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

.cta-song-writing::after {
    width: 216px;
    height: 395px;
    background-image: url(../images/inner-pages/song-writing/cta-after.webp);
    right: 65px;
    animation: book 3s ease 0s infinite alternate
}

@keyframes book {
    from {
        transform: rotateX(-15deg) translateY(-50%)
    }

    to {
        transform: rotateX(15deg) translateY(-50%)
    }
}

.song-faq-cont h2:first-child {
    margin: 0
}

.song-faq-cont h2+h2 {
    font-size: 34px
}

.term-text h3 {
    text-transform: uppercase
}

.main-privacy {
    padding: 50px 0
}

.term-text {

    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.nonfiction-writing-banner {
    background-image: url(../images/inner-pages/nonfiction-writing/non-fiction.webp)
}

.nonfiction-writing-cta::after {
    background-image: url(../images/inner-pages/nonfiction-writing/cta-after.webp);
    width: 625px;
    height: 458px
}

.nonfiction-writing-cta {
    background-image: url(../images/inner-pages/nonfiction-writing/cta-bg.webp)
}

.cta.nonfiction-writing-cta h3 {
    margin-bottom: 10px
}

.cta.nonfiction-writing-cta p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px
}

.nonfiction-writing-cta .cta-hdg p:nth-child(3) {
    margin-bottom: 40px
}

.script-writing-banner .banner-hd h3 {
    font-size: 35px
}

.script-writing-banner .banner-hd h3 strong {
    font-size: 52px
}

.script-writing-banner {
    background-image: url(../images/inner-pages/script-writing/script-banner.webp)
}

.script-cta::after {
    background-image: url(../images/inner-pages/script-writing/cta-after.webp);
    width: 478px;
    height: 448px;
    top: 72%
}

.biography-writing-banner {
    background-image: url(../images/inner-pages/biography-writing/biography-banner.webp)
}

.biography-cta::after {
    background-image: url(../images/inner-pages/biography-writing/cta-after.webp);
    width: 606px;
    height: 458px;
    top: 64%
}

.biography-cta {
    background-image: url(../images/inner-pages/biography-writing/cta-bg.webp)
}

.autobiography-writing-banner .banner-hd p {
    margin-bottom: 60px
}

.autobio-cta .cta-hdg p {
    margin-bottom: 40px
}

.autobiography-writing-banner {
    background-image: url(../images/inner-pages/autobiography-writing/autobio-banner.webp)
}

.autobio-cta::after {
    background-image: url(../images/inner-pages/autobiography-writing/cta-after.webp);
    width: 593px;
    height: 422px
}

.rhyme-banner {
    height: 600px;
    background-image: url(../images/inner-pages/rhyme-writing/banner.webp)
}

.rhyme-cta::after {
    background-image: url(../images/inner-pages/rhyme-writing/cta-after.webp);
    width: 415px;
    height: 431px;
    top: 72%
}

.rhyme-cta {
    background-image: url(../images/inner-pages/rhyme-writing/cta-bg.webp)
}

.rhyme-banner .banner-hd p {
    margin-bottom: 40px
}

.rhyme-cta .cta-hdg p {
    margin-bottom: 40px
}

.memoir-banner {
    background-image: url(../images/inner-pages/memoir-writing/memoir-writng.webp)
}

.memoir-cta::after {
    background-image: url(../images/inner-pages/memoir-writing/cta-after.webp);
    width: 548px;
    height: 632px;
    top: 76%
}

.seo-content-writing-banner {
    background-image: url(../images/inner-pages/seo-content-writing/seo-banner.webp)
}

.seo-cta::after {
    background-image: url(../images/inner-pages/seo-content-writing/cta-after.webp);
    width: 529px;
    height: 498px;
    top: 55%
}

.removeScroll {
    overflow: hidden
}

.main-privacy .text-center h4 {
    font-size: 36px
}

.children-list {
    flex-direction: column
}

.children-book-banner {
    background-image: url(../images/inner-pages/children-book-writing/banner.webp)
}

.children-book-writing-cta {
    background-image: url(../images/inner-pages/children-book-writing/cta-bg.webp)
}

.children-book-writing-cta::before {
    background-image: url(../images/inner-pages/children-book-writing/cta-before.webp);
    width: 378px;
    height: 381px;
    bottom: -57px
}

.children-book-writing-cta::after {
    background-image: url(../images/inner-pages/children-book-writing/cta-after.webp);
    width: 353px;
    height: 322px;
    top: 60%
}

.comedy-banner {
    background-image: url(../images/inner-pages/comedy-writing/banner.webp)
}

.comedy-cta::after {
    background-image: url(../images/inner-pages/comedy-writing/cta-after.webp);
    width: 316px;
    height: 454px;
    right: 55px;
    top: 58%
}

.fantasy-banner {
    background-image: url(../images/inner-pages/fantasy-writing/banner.webp)
}

.fantasy-cta::after {
    background-image: url(../images/inner-pages/fantasy-writing/cta-after.webp);
    width: 448px;
    height: 365px
}

.military-sec {
    background-image: url(../images/inner-pages/military-fiction-writing/banner.webp)
}

.military-fiction-cta::after {
    background-image: url(../images/inner-pages/military-fiction-writing/cta-after.webp);
    width: 231px;
    height: 385px;
    right: 65px
}

.narrative-banner-sec {
    background-image: url(../images/inner-pages/narrative-writing/banner.webp)
}

.narrative-cta::after {
    background-image: url(../images/inner-pages/narrative-writing/cta-after.webp);
    width: 320px;
    height: 466px
}

.screen-writing-banner {
    background-image: url(../images/inner-pages/screen-writing/banner.webp)
}

.screen-writing-cta::after {
    background-image: url(../images/inner-pages/screen-writing/cta-after.webp);
    width: 421px;
    height: 377px
}

.ebook-cta::after {
    background-image: url(../images/inner-pages/ebook-writing/cta-after.webp);
    width: 421px;
    height: 377px
}

.speech-writing-banner {
    background-image: url(../images/inner-pages/speech-writing/bannner.webp)
}

.speech-writing-cta::after {
    background-image: url(../images/inner-pages/speech-writing/cta-after.webp);
    width: 538px;
    height: 443px;
    background-position-x: 56px
}

.story-writing-banner {
    background-image: url(../images/inner-pages/story-writing/banner.webp);
    overflow: hidden
}

.story-writing-cta::after {
    background-image: url(../images/inner-pages/story-writing/cta-after.webp);
    width: 305px;
    height: 445px
}

.call-icon-for-mob {
    display: none;
    position: fixed;
    bottom: 0;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    left: 0;
    right: 0;
    text-align: left;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    padding: 7px 0 7px 22px
}

.call-icon-for-mob:hover {
    color: #fff
}

.call-icon-for-mob svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.call-icon-for-mob span {
    margin-left: 10px;
    font-weight: 700
}

.cust-navbar .navbar-toggler {
    border: none
}

.cust-navbar .navbar-toggler:active {
    transform: translateY(2px)
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .8)
}

.book-formatting-banner {
    background-image: url(../images/inner-pages/book-formatting/banner.webp)
}

.book-formatting-cta::after {
    width: 398px;
    height: 416px;
    background-image: url(../images/inner-pages/book-formatting/cta-after.webp)
}

.sci-fiction-writing {
    background-image: url(../images/inner-pages/science-fiction-writing/banner.webp)
}

.sci-fiction-wri-cta::after {
    background-image: url(../images/inner-pages/science-fiction-writing/cta-after.webp);
    width: 352px;
    height: 470px
}

.comic-writing-banner {
    background-image: url(../images/inner-pages/comic-writing/banner.webp)
}

.comic-writing-cta::after {
    background-image: url(../images/inner-pages/comic-writing/cta-after.webp);
    width: 432px;
    height: 420px
}

.movie-writing-banner {
    background-image: url(../images/inner-pages/movie-writing/banner.webp)
}

.movie-writing-cta::after {
    background-image: url(../images/inner-pages/movie-writing/cta-after.webp);
    width: 296px;
    height: 403px
}

.movie-writing-cta {
    background-image: url(../images/inner-pages/movie-writing/cta-bg.webp)
}

.children-book-editing {
    background-image: url(../images/inner-pages/children-book-editing/banner.webp)
}

.children-book-editing-cta::after {
    background-image: url(../images/inner-pages/children-book-editing/cta-after.webp);
    width: 323px;
    height: 382px
}

.book-marketing-banner {
    background-image: url(../images/inner-pages/book-marketing/banner-bg.webp)
}

.book-marketing-cta::after {
    background-image: url(../images/inner-pages/book-marketing/cta-after.webp);
    width: 390px;
    height: 381px
}

.author-website-design-banner {
    background-image: url(../images/inner-pages/author-website/banner-bg.webp)
}

.author-web-cta::after {
    background-image: url(../images/inner-pages/author-website/cta-after.webp);
    width: 390px;
    height: 386px;
    top: 73%
}

.book-proofreaders-banner {
    background-image: url(../images/inner-pages/book-proofreaders/banner.webp)
}

.book-proofreaders-cta::after {
    background-image: url(../images/inner-pages/book-proofreaders/cta-after.webp);
    width: 330px;
    height: 447px;
    top: 72%
}

.book-cover-banner {
    background-image: url(../images/inner-pages/book-cover-designer/banner.webp)
}

.book-cover-cta::after {
    background-image: url(../images/inner-pages/book-cover-designer/cta-after.webp);
    width: 445px;
    height: 441px
}

.audio-book-banner {
    background-image: url(../images/inner-pages/audio-book-narratting/banner.webp)
}

.audio-book-cta::after {
    background-image: url(../images/inner-pages/audio-book-narratting/cta-after.webp);
    width: 376px;
    height: 396px;
    top: 56%
}

.book-editors-banner {
    background-image: url(../images/inner-pages/book-editors/banner.webp)
}

.book-editors-cta::after {
    background-image: url(../images/inner-pages/book-editors/cta-after.webp);
    width: 295px;
    height: 401px
}

.horror-book-banner {
    background-image: url(../images/inner-pages/horror-book/banner.webp)
}

.horror-book-cta::after {
    background-image: url(../images/inner-pages/horror-book/cta-after.webp);
    width: 212px;
    height: 396px;
    right: 36px
}

.action-adventure-banner {
    background-image: url(../images/inner-pages/action-adventure-writing/banner.webp)
}

.action-adventure-cta::after {
    background-image: url(../images/inner-pages/action-adventure-writing/cta-after.webp);
    width: 375px;
    height: 347px
}

.book-video-trailer {
    background-image: url(../images/inner-pages/book-trailer/banner.webp)
}

.book-video-trailer-cta::after {
    background-image: url(../images/inner-pages/book-trailer/cta-after.webp);
    width: 369px;
    height: 360px
}

.french-banner {
    background-image: url(../images/inner-pages/french-translation/banner.webp)
}

.french-cta::after {
    background-image: url(../images/inner-pages/french-translation/cta-after.webp);
    width: 315px;
    height: 410px
}

.comic-banner .banner-list li {
    flex: 0 1 100%
}

.comic-banner {
    background-image: url(../images/inner-pages/comic-book-translation/banner.webp)
}

.comic-book-translation-cta::after {
    background-image: url(../images/inner-pages/comic-book-translation/cta-after.webp);
    width: 385px;
    height: 359px
}

.book-publ-company {
    background-image: url(../images/inner-pages/book-publication-company/banner.webp)
}

.book-publi-cta::before {
    background-image: url(../images/inner-pages/book-publication-company/cta-before.webp);
    width: 300px;
    height: 187px;
    top: 50%;
    transform: translateY(-50%)
}

.book-publi-cta::after {
    background-image: url(../images/inner-pages/book-publication-company/cta-after.webp);
    width: 398px;
    height: 327px;
    top: 66%
}

.arabic-banner .banner-txt-wrapp h3 {
    font-size: 48px
}

.arabic-banner .banner-list li {
    flex: 0 1 100%
}

.arabic-banner {
    background-image: url(../images/inner-pages/arabic-book-translation/banner.webp)
}

.arabic-translation-cta::after {
    background-image: url(../images/inner-pages/arabic-book-translation/cta-after.webp);
    width: 395px;
    height: 394px
}

.spanish-banner .banner-txt-wrapp h3 {
    font-size: 48px
}

.spanish-banner {
    background-image: url(../images/inner-pages/spanish-translation/banner.webp)
}

.spanish-translation::after {
    background-image: url(../images/inner-pages/spanish-translation/cta-after.webp);
    width: 428px;
    height: 383px
}

.children-printing-banner {
    background-image: url(../images/inner-pages/children-book-printing/banner.webp)
}

.children-printing-cta::after {
    background-image: url(../images/inner-pages/children-book-printing/cta-after.webp);
    width: 521px;
    height: 348px;
    top: 77%
}

.wiki-banner .banner-list li {
    flex: 0 1 100%
}

.wiki-banner {
    background-image: url(../images/inner-pages/wiki-writing/banner.webp)
}

.wiki-cta::after {
    background-image: url(../images/inner-pages/wiki-writing/cta-after.webp);
    width: 358px;
    height: 342px
}

.novel-banner .banner-list li {
    flex: 0 1 100%
}

.novel-banner {
    background-image: url(../images/inner-pages/novel-writing/banner.webp)
}

.novel-cta::after {
    background-image: url(../images/inner-pages/novel-writing/cta-after.webp);
    width: 417px;
    height: 423px
}

.hiphop-banner {
    background-image: url(../images/inner-pages/hiphop-writing/banner.webp);
    padding-top: 67px
}

.hiphop-cta::after {
    background-image: url(../images/inner-pages/hiphop-writing/cta-after.webp);
    width: 387px;
    height: 360px
}

.blog {
    padding: 40px 0
}

.blog-grid .item {
    margin-bottom: 3rem
}

.blog-details h3,
.blog-details h6 {
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Antic Slab", serif
}

.content-block::before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, .2);
    box-shadow: 0 10px 50px rgba(166, 209, 237, .2);
    z-index: -2
}

.content-block::after {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-image: -webkit-linear-gradient(100deg, rgba(51, 51, 51, .05), #1752a6);
    background-image: -o-linear-gradient(100deg, rgba(51, 51, 51, .05), #1752a6);
    background-image: linear-gradient(100deg, rgba(51, 51, 51, .05), #1752a6);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.content-block:hover::after {
    -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
    -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
    transform: rotate(2deg) translateX(-5px) translateY(16px)
}

.content-block {
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    outline: 0;
    padding-bottom: 0;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 35%);
    overflow: hidden;
    padding-bottom: 25px
}

.img-container {
    height: 200px;
    overflow: hidden;
    position: relative
}

.content-block img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
    height: 100%
}

.blog-grid .content-block h5 {
    padding: 20px 25px 0;
    margin-bottom: 0;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 85px;

    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.detailPage-breadcrumb.custom-breadcrumb {
    border-bottom: 1px solid #a4a4a4
}

.content-block__sub-title {
    display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #69798d;
    font-weight: 300;
    margin-bottom: 8px;
    display: none
}

.name-month a i {
    color: #881deb;
    margin-right: 10px
}

.post-info img {
    max-width: 100%
}

.post-info h1 {

    font-weight: 400;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.post-info p span {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #666 !important;
    line-height: 25px !important
}

.se-image-container {
    margin-bottom: 15px
}

.article-wrapper {
    padding: 20px 0
}

.name-month {
    margin-bottom: 10px
}

.name-month+h1,
.name-month+h2 {
    margin-bottom: 20px;
    line-height: 1.2
}

.name-month>a {
    color: #666;
    margin-right: 10px
}

.name-month a:last-child {
    display: none
}

.form-root-counter>h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0
}

.form-root-counter {
    text-align: center
}

.form-root-counter>h3 span {
    color: #fff;
    font-weight: 700
}

.form-text-1 h3 span {
    font-size: 45px;
    color: #fff;
    font-weight: 700
}

.form-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 565px;
    left: 50%;
    transform: translateX(-50%)
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    background-color: #e59920
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::after {
    background-color: #f8bb22
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit {
    background-color: #b45910;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #b45910
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::after,
.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    color: #000
}

.table-div {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.table-div table {
    width: 100%;
    font-size: .75em
}

.table-div th,
td {
    padding: 20px 30px;
    vertical-align: middle;
    line-height: 130%
}

.table-div th {
    font-weight: 500;
    text-align: left;
    vertical-align: top
}

.table-div th h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700
}

.table-div th p {
    font-size: 16px;
    line-height: 25px
}

.table-div th p+p {
    font-size: 1.313em;
    line-height: 120%;
    font-weight: 400;
    margin: 4px 0 0 0
}

.table-div td p {
    font-size: 1.313em;
    line-height: 130%
}

.table-div td h3,
td h4,
td h5,
td h6 {
    margin: 0
}

.table-div td p+p,
td h3+p,
td h4+p,
td h5+p,
td h6+p,
td p+h3,
td p+h4,
td p+h5 {
    margin: 4px 0 0 0 !important
}

.table-div td h4+h6 {
    margin: 2px 0 0 0 !important
}

.table-div tr:nth-child(2n+1) td {
    background: #f3fafb
}

.table-div th:nth-child(2n),
td:nth-child(2n) {
    background: #f7f8f9
}

.table-div tr:nth-child(2n+1) td:nth-child(2n) {
    background: #ecf3f5
}

.table-div td[rowspan] {
    background: #fff !important
}

.table-div table .highlight {
    background: #051d38 !important;
    color: #fff
}

.table-div table tr:nth-child(2n) .highlight {
    background: #092741 !important
}

.table-div th,
td>.center {
    text-align: center
}

.table-div td>.center i.fa-check {
    background-color: #0a75d7;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    border-radius: 100%
}

.table-div th,
td>.center span.icon-no hr {
    border-top: 2px solid #000;
    margin: 0 auto;
    width: 6%
}

.services-rates {
    padding: 100px 0
}

.services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 33%;
    margin-bottom: 0
}

.services-rates ul.nav-tabs li.nav-item a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    padding: 30px 10px;
    text-transform: capitalize;
    text-align: center;
    border-right: 0;
    border-bottom: 0
}

.services-rates ul.nav-tabs li.nav-item:nth-child(3) a {
    border-right: 1px solid #ccc !important
}

.services-rates ul.nav-tabs li.nav-item:last-child a {
    border-right: 1px solid #ccc !important
}

.services-rates ul.nav-tabs li.nav-item:nth-child(n+4) a {
    border-bottom: 1px solid #ccc
}

.services-rates .tab-content {
    padding-top: 60px
}

.wel {
    text-align: center;
    padding: 60px;
    background: #edf8f9;
    margin-top: 60px
}

.wel h3 {
    font-weight: 600;
    font-size: 30px
}

.ser-tabs-two .table-div th:nth-child(1) {
    width: 30%
}

.ser-tabs-three .table-div th:nth-child(1) {
    width: 22%
}

.ser-tabs-four .table-div {
    margin-top: 60px
}

.ser-tabs-four .wrapper .table-div tr th:nth-child(1) {
    width: 24%
}

.ser-tabs-four .wrapper .table-div tr th:nth-child(1) p {
    font-size: 17px;
    line-height: 23px
}

.form-sec {
    margin-top: 35px;
    display: none
}

.form-sec select {
    background-color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, .5);
    height: 46px;
    outline: 0;
    border-radius: 50px;
    padding-left: 14px;
    border: 1px solid #ccc;
    font-weight: 500;
    width: 100%
}

.form-sec input.form-control {
    background-color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, .5);
    height: 46px;
    outline: 0;
    border-radius: 50px;
    padding-left: 25px;
    border: 1px solid #ccc
}

.form-sec button.btn-1 {
    margin-top: 50px
}

.form-sec label {
    font-weight: 500;
    font-size: 20px;
    color: #1a5ebe;
    margin-bottom: 20px
}

.services-rates ul.nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: center
}

.post-info h2 strong {
    font-weight: 500
}

.post-info h3 strong {
    font-weight: 500;

    font-weight: 500;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.post-info h4 strong {

    font-weight: 500;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.post-info h5 strong span {

    font-weight: 500;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.post-info p strong span {
    font-size: 36px !important;
    font-family: "Antic Slab", serif !important;
    color: #881deb !important
}

.post-info p strong span em {
    font-style: inherit
}

.book-nav ul li.nav-item {
    font-size: 21px;
    text-align: left;

    font-weight: 600;
    width: 100%
}

.book-nav ul li.nav-item .nav-link h3 {
    font-size: 21px;
    text-align: left;

    font-weight: 600;
    color: #000;
    margin: 0
}

.book-nav ul.nav.nav-tabs {
    border: transparent
}

.book-nav ul li.nav-item .nav-link.active h3 {
    color: #fff
}

.book-nav ul li.nav-item span {
    font-size: 14px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif
}

.book-nav ul li.nav-item .nav-link {
    border-radius: 0;
    margin-bottom: 16px;
    background: #efefef;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center
}

.book-nav ul li.nav-item .nav-link i {
    opacity: 0;
    color: #881deb;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    font-size: 12px;
    padding: 5px;
    transition: all .5s
}

.book-nav ul li.nav-item.selected .nav-link i {
    opacity: 1;
    transition: all .5s
}

.book-nav ul li.nav-item {
    pointer-events: none;
    opacity: .5
}

.book-nav ul li.nav-item:first-child {
    pointer-events: auto;
    opacity: 1
}

.back-next ul li a.act {
    pointer-events: none;
    opacity: .5
}

a.act.enablednext {
    pointer-events: auto !important;
    opacity: 1 !important
}

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

.set_alert {
    display: none
}

.form_complete a.btn.btn-success {
    margin-left: 10px
}

#leads_setup {
    display: none
}

.tab-content article img {
    width: 100%
}

.tab-content h4 {
    font-size: 30px;
    font-weight: 600
}

.tab-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.well {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f2f2f2
}

.well i {
    color: #881deb;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 7px
}

.well h3 {
    color: #000;
    font-size: 18px;
    padding: 10px 10px;
    font-weight: 500;
    margin-bottom: 0
}

.book-totals-main {
    padding: 60px 0;
    border-top: 1px solid #ccc
}

.tab-content article p {
    padding-top: 25px
}

.book-info article {
    margin-bottom: 40px
}

.book-info article h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;

    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

.book-info article h5 {
    font-size: 19px;
    margin-top: 15px
}

.book-info article h3 a {
    font-size: 17px;
    font-weight: 500;
    text-transform: lowercase
}

.book-info article h5 i {
    padding-left: 10px;
    color: #000
}

.book-info article h5 span {
    float: right;
    font-weight: 600
}

.book-info article h3 strong {
    font-weight: 600;
    font-size: 35px
}

.book-info article h3.price {
    display: inherit
}

.book-info article h3.price strong {
    float: right
}

.book-info {
    box-shadow: -3px 0 9px 4px rgb(26 21 21 / 9%);
    padding: 17px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 4px
}

.book-info article:last-child {
    margin-bottom: 0
}

.back-next {
    border-top: 1px solid #ccc;
    padding-top: 40px
}

.back-next ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.back-next ul li a {
    border: 1px solid #ccc;
    padding: 8px 50px;
    border-radius: 4px;
    font-size: 20px
}

.back-next ul li a.act {
    background-color: #167bd8;
    color: #fff
}

.well-act {
    background-color: #167bd8
}

.well-act h3 {
    color: #fff
}

.post-info ol li span,
.post-info ul li span {
    color: #666 !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    font-family: "PT Sans", sans-serif !important
}

.post-info ol li strong,
.post-info ul li strong {
    color: #666 !important;
    font-size: 18px !important;
    font-family: "PT Sans", sans-serif !important
}

.post-info ul,
.post-info ul li {
    list-style: disc
}

.post-info ol,
.post-info ul {
    padding-left: 35px !important
}

.blog-details h5 {

    font-weight: 400;
    font-size: 18px;
    background-image: -moz-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -webkit-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-image: -ms-linear-gradient(90deg, #881deb 0, #1f003b 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.post-info .col-md-9 {
    padding-right: 25px
}

.business-book-banner {
    background-image: url(../images/inner-pages/business-book-ghostwriting/business-book-banner.webp)
}

.business-cta::after {
    content: "";
    position: absolute;
    background: url(../images/inner-pages/business-book-ghostwriting/cta-book-1.webp) center/cover no-repeat;
    width: 507px;
    height: 377px
}

.business-testimonials {
    background-image: url(../images/inner-pages/business-book-ghostwriting/business-tesi.webp)
}

.business-book-cta::after {
    background-image: none
}

.fixedDiv {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    padding: 30px 0 20px
}

.fixedDiv .col-sm-12.entry-right {
    padding: 0 15px
}

.fixedDiv .entry-box {
    padding-bottom: 7px
}

.fixedDiv .form-text-1 {
    margin: 12px 0
}

.fixedDiv .flip-clock-container {
    padding-left: 0 !important
}

.fixedDiv .form-text-1>h3 {
    margin: 0;
    background-image: none;
    color: #fff;
    -webkit-text-fill-color: unset;
    font-size: 16px
}

.fixedDiv .form-root-counter>h3 {
    padding: 15px 0 5px;
    margin-bottom: 0;
    background-image: none;
    background-color: transparent;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 20px
}

.fixedDiv .entry-box .form-text-1 p {
    font-size: 17px
}

.fixedDiv .entry-box .form-control {
    font-size: 15px;
    padding: 5px 25px
}

.fixedDiv .form-btn {
    position: relative;
    right: 0;
    width: 100%;
    left: 0;
    transform: translate(0, 0)
}

.fixedDiv .entry-box button {
    font-size: 15px
}

.fixedDiv .layer-4 {
    width: 104%;
    height: 105%;
    left: -10px;
    top: -12px
}

.img-container .image-overlay-content {
    padding: 0 5px 5px 0
}

.image-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px 15px 0
}

.image-overlay-content .image-content {
    padding: 0 0 3px 10px;
    -webkit-text-fill-color: unset;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #fff, rgba(0, 0, 0, 0)) 1 0;
    border-top: 0
}

.image-content-box {
    text-align: right
}

.image-content-box img.content-img {
    width: 110px;
    margin: 0 0 0 auto
}

.post-info figure .image-content {
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    padding-right: 120px;
    margin-bottom: 50px
}

.post-info figure img.content-img {
    width: 140px
}

div#hidePopup {
    display: none
}

.Foundation__Inner-sc-11tbro4-1.bUoWVj .emvbRO+a {
    display: none !important
}

.book-cover-p {
    padding: 30px 0 !important
}

.book-cover {
    padding: .5rem 13px
}

.logo-icon-sprite {
    background-image: url(../images/logo-icon.webp);
    background-repeat: no-repeat;
    display: block
}

.logo-icon-sprite-news-logo-1 {
    width: 29px;
    height: 30px;
    background-position: -5px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-1:hover {
    filter: none;
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-2 {
    width: 64px;
    height: 18px;
    background-position: -44px -5px
}

.logo-icon-sprite-news-logo-3 {
    width: 75px;
    height: 19px;
    background-position: -118px -5px
}

.logo-icon-sprite-news-logo-4 {
    width: 65px;
    height: 17px;
    background-position: -203px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-4:hover {
    filter: none;
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-5 {
    width: 108px;
    height: 13px;
    background-position: -278px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-6 {
    width: 45px;
    height: 16px;
    background-position: -396px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-7 {
    width: 94px;
    height: 13px;
    background-position: -451px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-7:hover {
    filter: none;
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-8 {
    width: 75px;
    height: 13px;
    background-position: -555px -5px;
    filter: grayscale(1);
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-8:hover {
    filter: none;
    transition: filter .2s linear
}

.drop-icon a {
    position: relative
}

.drop-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    -webkit-clip-path: polygon(100% 0, 0 0, 45% 46%);
    clip-path: polygon(100% 0, 0 0, 45% 46%);
    background-color: var(--white);
    transform: translateY(-50%);
    bottom: -31px;
    left: -9px;
    border-radius: 3px
}

.dropdown-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 52%);
    clip-path: polygon(0 0, 0 100%, 100% 52%);
    background-color: #333;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    transition: all .2s ease-in-out
}

.dropdown-list li:hover:before {
    left: 2px;
    background-color: #1c66d0 !important
}

.trust-wigdet {
    margin-bottom: 40px;
}

.mainpkge:hover ::-webkit-scrollbar-thumb {
    background: #04cab6
}

.mainpkge {
    transition: all .2s ease-in;
    display: inline-block;
    width: 96%;
    border: 2px solid #195cb9;
    border-radius: 13px;
    padding: 30px 10px;
    margin: 0 10px 50px;
    background-color: #fff
}

.mainpkge:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    /*-webkit-transform: scale(1.05);*/
    -ms-transition: all .2s ease-in;
    /*-ms-transform: scale(1.05);*/
    -moz-transition: all .2s ease-in;
    /*-moz-transform: scale(1.05);*/
    transition: all .2s ease-in;
    /*transform: scale(1.05);*/
    background: #eaeaea;
}



.mainpkge:hover .detailwrp ul li {
    color: #000
}

.mainpkge .detailwrp ul li:after {
    background-image: url(../images/double-arrow.svg);
    position: absolute;
    content: "";
    width: 11px;
    height: 12px;
    filter: invert(1);
    background-repeat: no-repeat;
    top: 4px;
    left: -20px;
}


.main-packg .mainpkge:hover h2 {
    color: #fff
}

.mainpkge:hover .pricewrp h2 {
    background-image: -moz-linear-gradient(90deg, rgba(255 255 255) 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255 255 255) 0, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255 255 255) 0, #fff 100%);
    color: #fff
}

.mainpkge .namwrp span {
    color: blue
}

.mainpkge h2 {
    color: #a520c2;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 10px
}

.mainpkge .namwrp span {
    color: #1958b1
}

.mainpkge.best-slr:after {
    content: "";
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: -20px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: #a504c2;
    position: absolute;
    border: 2px solid #fff;
    box-shadow: 2px 1px 7px -1px #fff;
    right: -70px;
    top: 20px
}

.mainpkge.best-slr {
    position: relative;
    overflow: hidden;
    vertical-align: bottom
}

.mainpkge .detailwrp ul {
    text-align: left;
    height: 240px;
    margin: 20px 0 30px;
    overflow-y: scroll;
    overflow-x: hidden
}

.mainpkge .detailwrp ul li {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #001c4e;
    font-size: 15px;
    padding: 0 20px 2px 0;
    margin: 0 0 0 20px
}

.mainpkge .btnwrp a {
    padding: 13px 35px;
    color: #fff;
    font-weight: 600;
    background-color: #2b0340;
    border: 1px solid
}

.mainpkge .btnwrp a.chat-btn {
    margin: 0 0 0 10px;
    background-color: #26033a;
    color: #fff;
    border: 1px solid
}

.mainpkge:hover .btnwrp a.chat-btn {
    color: #fff;
    background: #04cab6
}

/*.mainpkge .detailwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: 'Font Awesome 5 Brands';
    left: -20px;
    top: 0;
    color: #0bad00
}*/

.mainpkge .pricewrp h1 {
    font-weight: 500;
    font-size: 55px;
    color: #a520c2;
    display: inline-block
}

.mainpkge .pricewrp h4 {
    font-size: 22px;
    display: inline-block;
    color: #8b24d7;
    margin: 0 0 0 20px;
    position: relative;

}

.mainpkge .pricewrp h4:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #3a6bb1;
    content: "";
    top: 74%;
    left: 16px;
}

.mainpkge .pricewrp h4 span {
    display: block;
    text-decoration: line-through
}

.conbowrp .mainpkge:hover {
    transform: scale(1) !important;
    background: #fff !important;
    background-image: url(../images/combo-bg.webp) !important
}

.mainpkge:hover .pricewrp h1 {
    color: #fff
}

.theme-btn.bt-buy-now {
    background: #0d9f16;
    /* Old browsers */
}

.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.services-rates {
    padding: 40px 0 100px;
}

section.main-packg h1 {
    text-align: center;
    display: block;
    margin-bottom: 40px
}

.mainpkge h1 {
    margin-bottom: 0 !important;
}

.main-packg {
    margin: 60px 0 0 0;
}

.btnwrp {
    display: flex;
    justify-content: center;
    gap: 10px;
}

h1.getqout {
    font-size: 41px !important;
    font-weight: 500 !important;
}

.mainpkge .detailwrp ul {
    padding-left: 20px;
}

.packag-slider.owl-theme .owl-nav {
    position: relative;
    top: -347px;
    margin-top: 0;
}

.packag-slider.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -120px;
}

.packag-slider.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -150px;
}

.blog-details figure.position-relative {
    height: 300px;
    overflow: hidden;
}

.entry-box>.popupImg {
    position: absolute;
}

.entry-box>.popupImg1 {
    bottom: 130px;
    right: -170px;
}

.entry-box>.popupImg2 {
    top: -91px;
    left: -50px;
}

.entry-box>.popupImg3 {
    bottom: 30px;
    left: -180px;
}


.thankyou_sec {
    padding: 5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--secondaryColor);
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: transparent;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
}

.sprite-hire-ghostbookwriters {
    width: 344px;
    height: 373px;
    background-position: -2119px -10px;
}

.banner::after {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    border: 0;
    top: 0;
    opacity: .6;
    z-index: -1;
}

#background-video,
.video-class img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 75vh;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner {
    height: 100%;
    padding: 5rem 0;
    margin-bottom: 5rem;
}


.pack-box {
    /* background-color: rgb(145, 119, 92); */
    background-image: -moz-linear-gradient(90deg, #e59920 0, #f8bb22 100%);
    background-image: -webkit-linear-gradient(168deg, #e59920 0, #f8bb22 100%);
    background-image: -ms-linear-gradient(90deg, #e59920 0, #f8bb22 100%);
    transition-duration: 0.5s;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.pack-name {
    display: inline-block;
    width: 100%;
}

.btn-white {
    color: var(--white);
}

.pack-name h3 {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

.main-price {
    margin-top: 5px;
    text-align: center;
}

span.dollar-s {
    font-size: 50px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.main-price h5 {
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

h4.cut-price {
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    text-decoration: line-through rgba(255, 0, 0, 1);
    margin-top: 18px;
    display: inline-block;
    vertical-align: super;
    background: transparent !important;
    -webkit-text-fill-color: #fff;
}

a.pack-btn {
    text-align: center;
    background-color: #fff;
    padding: 7px 5px;
    width: 100% !important;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    display: block;
    font-size: 24px;

    transition-duration: 0.5s;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

a.pack-btn:hover {
    background: #f8b43d;
    color: #000;
}

.key-second {
    animation: key-second 4s linear infinite;
    -webkit-animation: key-second 4s ease-in-out infinite;
    text-shadow: -1px 1px 0 #002868, 1px 1px 0 #002868, 1px -1px 0 #002868, -1px -1px 0 #002868;
}

a.pack-btn:hover .key-second {
    animation: key-second_hover 4s linear infinite;
    -webkit-animation: key-second_hover 4s ease-in-out infinite;
    border: none !important;
    text-shadow: none !important;
}

.off {
    display: inline-block;
    vertical-align: middle;
    text-align: end;

    margin-top: -7px;
    margin-left: 6px;
}

.pack-list {
    margin: 15px 0;
}

.pack-full::-webkit-scrollbar {
    background: #ffffff80;
    width: 6px;
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.pack-full::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 50px;
    width: 6px;
}

.pack-full::-webkit-scrollbar-track {
    /* background: #ffffff; */
    overflow: hidden !important;
    border-radius: 50px;
}



ul.pack-full {
    height: 240px;
    overflow: scroll;
    overflow-x: hidden !important;
    max-width: 100%;
    /* margin-right: -20px; */
    margin: auto !important;
}

ul.pack-full li {
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Oswald';
    vertical-align: middle;
    padding-bottom: 10px;
}

ul.pack-full li i {
    font-size: 14px;
    font-weight: 600;
}

@-webkit-keyframes key-second {
    0% {
        color: #fff
    }

    10% {
        color: #f8b43d;
    }

    20% {
        color: #fff
    }

    30% {
        color: #f8b43d;
    }

    40% {
        color: #fff
    }

    50% {
        color: #f8b43d;
    }

    60% {
        color: #fff
    }

    70% {
        color: #f8b43d;
    }

    80% {
        color: #fff
    }

    90% {
        color: #f8b43d;
    }

    100% {
        color: #fff
    }
}

@-webkit-keyframes key-second_hover {
    0% {
        color: #fff
    }

    10% {
        color: #07488a;
    }

    20% {
        color: #fff
    }

    30% {
        color: #07488a;
    }

    40% {
        color: #fff
    }

    50% {
        color: #07488a;
    }

    60% {
        color: #fff
    }

    70% {
        color: #07488a;
    }

    80% {
        color: #fff
    }

    90% {
        color: #07488a;
    }

    100% {
        color: #fff
    }
}

.book-ghostwriting-bundles .banner-wrapper .row .wrap_form {
    top: -80px !important;
}

.pack-box:hover {
    background: #000;
}

.amazon_kdp_publishingBanner .bannerText {
    max-height: 170px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.video-sec {
    padding: 6.5rem 0;
}

.video-wrper {
    padding-right: 6rem;
}

.video-ctn p {
    font-size: 18px;
    line-height: 1.7;
}

.video-clip video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.video-sec .video-wrper:last-child {
    padding-left: 6rem;
    padding-right: 0;
}

#hone-testi .video-wrper {
    padding: 1rem;
}

#hone-testi .video-ctn {
    text-align: center;
    margin-top: 3rem;
}

#hone-testi .video-ctn p {
    margin-bottom: 0;
}

#hone-testi .video-clip video {
    border-radius: 30px;
}

.videoplay-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

#hone-testi .video-clip {
    overflow: hidden;
    position: relative;
}

#hone-testi .video-clip img {
    filter: brightness(0) invert(1);
    transition: transform .2s;
    width: 120px;
}

#hone-testi .video-clip:hover img {
    transition: transform .2s;
    transform: scale(1.5);
}

.ft_logo img {
    width: 200px;
}

.secHead h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: var(--heading);
}

.portfolioCell img {
    width: 100%;
}

.porttabsctm .nav-link {
    color: #666;
    font-size: 18px;
    background-color: #e8e8e8;
    border: 1px solid #dadada;
    padding: 8px 63px;
    border-radius: 30px;
    margin: 10px 8px;
    transition: background-color .2s linear 0s, transform .1s linear .1s, box-shadow .1s linear .1s;
}

.secHead {
    padding: 45px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #2A2A2A;
}

.secHead .nav-tabs {
    border: none;
}

.porfolioSec .nav {
    align-items: center;
    justify-content: center;
}

.porttabsctm .nav-link:hover {
    color: #1b63ca;
    background-color: #fff;
    box-shadow: 0 21px 10px -20px rgba(0, 0, 0, .9);
    transform: translateY(-3px);
}

.tab-content>.active {
    display: block;
}

/* custom.css */

/* services menu */

.services-header {
    overflow: hidden;
}

.sidebar-container {
    position: fixed;
    transform: rotate(90deg);
    top: 50%;
    bottom: 50%;
    border-radius: 12px 12px 0 0;
    left: -50px;
    padding: 12px 25px;
    z-index: 2;
    display: inline-block;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    transition: 0.4s ease-in-out;
}

.sidebar-container:hover i {
    transform: rotate(45deg);
    transition: 0.4s ease-in-out;
}

.sidebar-container .burger span:nth-child(1) {
    top: 0;
    width: 20px;
}

.sidebar-container .burger span:nth-child(2) {
    top: 6px;
    width: 100%;
}

.sidebar-container .burger span:nth-child(3) {
    top: 12px;
    width: 17px;
}

.sidebar-container:hover .burger span {
    width: 100%;
}

.red-layer,
.black-layer {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 100%;
    margin: 0;
}

.red-layer {
    z-index: 100;
    background-color: #ff003c;
}

.red-open {
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.red-close {
    transition: 0.6s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-layer {
    z-index: 101;
    background-color: #1e1e1e;
}

.black-layer .close-btn {
    position: absolute;
    top: 2rem;
    right: 50px;
    width: 25px;
    height: 30px;
    cursor: pointer;
    z-index: 333;
}

.black-layer .close-btn span {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ff003c;
}

.black-layer .close-btn span:nth-child(1) {
    top: 50%;
    transition: 0.3s 0.6s ease-in-out;
    transform: rotate(45deg);
}

.black-layer .close-btn span:nth-child(2) {
    top: 50%;
    transition: 0.4s 0.6s ease-in-out;
    transform: rotate(-45deg);
}

.black-layer .close-btn .animate-close-btn {
    width: 100%;
}

.black-layer .close-btn .animate-close-btn:nth-child(1) {
    transition: 0.3s ease-in-out;
}

.black-layer .close-btn .animate-close-btn:nth-child(2) {
    transition: 0.4s ease-in-out;
}

.black-layer .close-btn:hover span {
    background-color: #f8f8f8 !important;
}

.black-layer .menu-container {
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s 0.1s ease-in-out;
    opacity: 0;
    display: flex;
    padding: 0 1rem;
}

.black-layer .menu-container h1 {
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    width: 400px;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #22d3a7;
}

.black-layer .menu-container h1:hover {
    padding-left: 30px;
    color: #f8f8f8;
}

.black-layer .menu-container ul li {
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-layer .menu-container ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.black-layer .menu-container ul li a:before {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0;
    height: 3px;
    content: "";
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--primaryColor);
}

.black-layer .menu-container ul li:hover {
    padding-left: 20px;
}

.black-layer .menu-container ul li:hover a {
    color: #f8f8f8;
}

.black-layer .menu-container ul li:hover a:before {
    width: 15px;
    background-color: #f8f8f8;
}

.black-layer .menu-container-show {
    visibility: visible;
    opacity: 1;
}

.extend {
    visibility: visible;
    width: 100%;
}

.black-open {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-close {
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-container {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}

.services-ul {
    height: auto;
    overflow-y: scroll;
    margin-bottom: 0;
    max-height: 775px;
}

/* width */
.services-ul::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.services-ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.services-ul::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
}

/* Handle on hover */
.services-ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-container h3>a {
    margin: 2rem 0;
    color: #BB39EC;
}

.none-scroll::-webkit-scrollbar {
    display: none;
}

.menu-container .col {
    border-right: 1px solid #BB39EC52;
    height: 100vh;
}

/* services menu  */
.hdr-socials-icons {
    display: flex;
    align-items: center;
}

.sidebar-container h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 100%;
    transform: rotate(180deg);
}

a.nav-link.cust-nav-link.sidebar-container {
    position: relative;
    transform: rotate(0);
    top: 0;
    left: 0 !IMPORTANT;
    right: 0;
    background: none;
}

a.nav-link.cust-nav-link.sidebar-container:hover {
    color: var(--primaryColor);
}

.hdr-cta a {
    display: block;
    line-height: 1.8;
}

.menu-container .row .col:last-child {
    border: 0;
}

.btn-position {
    top: 58.7%;
    right: -91px;
    position: fixed;
    cursor: pointer;
    padding: 14px 20px;
    z-index: 12;
    color: #fff;
    border-radius: 12px 12px 0 0;
    border: 0;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    transform: rotate(-90deg);
}

.btn-position h3 {
    font-size: 1.3rem;
    margin: 0;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 100%;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 2222;
    /* Stay on top */
    top: 0;
    display: flex;
    align-items: center;
    right: -100%;
    padding: 0 4rem;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.open {
    width: 100%;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    color: #fff;
    font-size: 36px;
    margin-left: 50px;
}

.btn {
    border-radius: 0
}

.right-testimonials p,
.right-testimonials h6 {
    text-align: left;
}

.right-testimonials h2 {
    text-align: left;
    margin-top: 2rem;
}

.right-testimonials .video-ctn a {
    margin-top: 0;
}

.right-testimonials .modal-body {
    padding: 5rem;
    background: #000;
}

.right-testimonials video {
    border-radius: 12px;
    height: 800px;
}

.right-testimonials p {
    height: 200px;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.right-testimonials button:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}

canvas {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}

.right-testimonials h1 {
    color: #fff;
}

/*floating strips css start */
.floating_wrap {
    position: relative;
    z-index: 2;
    display: block !important;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 260px;
    position: fixed;
    transition: all .3s ease-in-out;
    right: -209px;
    background: #fff;
    top: 23%;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.floating_wrap .btns_wrap .call_wrap i {
    color: #fff;
    font-size: 1.3rem;
    padding: 15px;
    border-right: 1px solid #000;
    vertical-align: middle;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #000;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
    transition: all .3s ease-in-out;
}

.floating_wrap input#quoteSubmit {
    margin-top: 10px;
    padding: 15px 20px;
    height: auto;
    color: #fff;
    width: 100%;
    border-radius: 25px;
    border: 0;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    transition: all .3s ease-in-out;
    font-size: 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: fixed;
    transition: all .3s ease-in-out;
    right: -195px;
    width: 260px;
    background: #fff;
    top: 13%;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    border: 1px solid #c9c9c9;
}

.floating_wrap .btns_wrap .chat_wrap i {
    color: #fff;
    font-size: 25px;
    padding: 15px 20px;
    border-right: 1px solid #000;
    vertical-align: middle;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
}

.pricing-action {
    font-family: sofia-pro, sans-serif;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #000;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

/*floating strips css end */

/*floating form css start */

.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
}

.floating_wrap .float_form_box .floating_form {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 30.5%;
    position: fixed;
    right: -335px;
    width: 397px;
    font-size: 0px;
    background: transparent;
    overflow: unset;
    box-shadow: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 55px;
    overflow: hidden;
    height: 159px;
    position: absolute;
    top: 0;
    left: 11px;
    border-radius: 12px 0 0 12px;
    text-align: center;
    float: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: -70px;
    left: 0;
    transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a:hover {
    text-decoration: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
    color: #fff;
    font-size: 20px;
    width: 300px;
    text-align: center;
    background: linear-gradient(180deg,rgba(141, 31, 235, 1) 26%, rgba(246, 89, 238, 1) 49%, rgba(187, 57, 236, 1) 64%);
    height: 55px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: rotate(360deg);
}

.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #fff;
    float: right;
    padding: 20px 20px 15px 20px;
    position: relative;
    top: -80px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 24px;
    color: #936a28;
    margin-bottom: 0;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap {
    padding-top: 20px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3:before {
    display: none;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .form-control {
    color: #000;
    border: 1px solid #bdbcbc;
    border-radius: 10px;
    height: 44px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form textarea.form-control {
    height: 85px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form input#quoteSubmit {
    border-radius: 10px;
    width: 100%;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .margin-bottom-20 {
    width: 100%;
    margin-bottom: 11px;
    padding-right: 15px;
}

.floating_wrap .float_form_box .floating_form.open {
    right: 0px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.notscroll {
    overflow: hidden;
}

.notscroll .floating_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: -1;
}

.btn-position i,
.rotatekaro i,
.sidebar-container i {
    font-size: 1rem;
    margin-left: 7px;
}

/*floating form css end */
@media (max-width:1660px) {

    #background-video,
    .video-class img {
        height: 100vh;
    }

    .banner {}

    .floating_wrap .float_form_box .floating_form {
        top: 35%;
    }

    .btn-position h3,
    .sidebar-container h3 {
        font-size: 1rem;
    }

    .floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
        font-size: 1rem;
        width: 270px;
        height: 50px;
    }

    .floating_wrap .float_form_box .floating_form .floating_strip {
        left: 16px;
        height: 130px;
    }

    .btn-position i,
    .rotatekaro i,
    .sidebar-container i {
        font-size: 14px;
        margin-left: 3px;
    }

    .sidebar-container {
        left: -43px;
    }

    .btn-position {
        top: 70%;
        padding: 17px 19px;
        right: -69px;
    }

    .floating_wrap .float_form_box .floating_form {
        right: -331px;
    }

}

@media (max-width:767px) {}

.sidebar-test-slider .no-js .owl-carousel,
.owl-carousel.owl-loaded {
    width: auto;
    margin: auto;
}

:is(.contact-us-banner, .about-banner) .anim-text {
    color: #000;
}

:is(.contact-us-banner, .about-banner) .anim-text.btn-1 {
    color: var(--white);
}