p {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

* {
    font-family: 'Poppins', sans-serif;
}

.mobile-menu .nveMenu,
.mobile-menu .overlay {
    opacity: 0;
    transition: .5s cubic-bezier(.7, 0, .3, 1);
    visibility: hidden
}

.banner-form,
.howdoes-contact,
.main-header-bg,
.needto-inner {
    box-shadow: 0 3px 30px #00000029
}

.footer-content-3 ul,
.main-privacy ul li,
.ultimate-ul {
    list-style: none
}

.ban-form input,
.ban-form textarea {
    outline: 0 !important;
    padding: 10px 15px;
    width: 100%
}

@font-face {
    font-family: couture-bldit;
    src: url(../fonts/couture-bldit.woff) format("woff");
    font-style: normal
}

@font-face {
    font-family: couture-bld;
    src: url(../fonts/couture-bld.woff) format("woff")
}

*,
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0
}

.mobile-menu .navlinks li a:hover,
a:focus,
a:hover {
    text-decoration: none
}

.container {
    max-width: 1275px
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f89938;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(175 18 37 / 63%)
}

.main-heading h2,
.perspective h2,
.the-ultimate-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #17154c;
    text-transform: uppercase
}

.mobile-dropdown button,
.mobile-menu .navlinks li a {
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

h2 {
    text-transform: uppercase
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.mobile-menu .circle,
.mobile-menu .mobile-cross {
    width: 40px;
    background: #17154c;
    margin: 0 auto;
    font-size: 16px;
    top: 40px;
    display: flex;
    position: fixed;
    color: #fff;
    line-height: 40px;
    height: 40px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #17154c
}

::-moz-selection {
    color: #fff;
    background: #17154c
}

::selection {
    color: #fff;
    background: #17154c
}

.mobile-menu {
    display: none
}

.mobile-menu .circle {
    border-radius: 50%;
    right: 40px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: 2px solid #fff
}

.mobile-menu .mobile-cross {
    border-radius: 50%;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    border: 2px solid #fff
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 999;
    transform: translateX(-320px);
    padding: 40px 20px;
    border: 2px solid #fff
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, .71)
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.mobile-menu .navlinks li {
    display: block;
    padding: 8px 0
}

.mobile-dropdown button {
    background: 0 0;
    border: none
}

.mobile-dropdown ul.dropdown-menu.show {
    border-radius: 0 0 20px 20px;
    border: none;
    height: 225px;
    padding: 15px;
    box-shadow: 0 15px 35px #00000029;
    overflow: auto
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center
}

.header,
.second-header {
    position: fixed;
    width: 100%
}

.active-class {
    border: 2px solid #000
}

.header {
    z-index: 99;
    height: 100px;
    top: 70px;
    background: #0000001f;
    padding: 20px 0;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    border-bottom: 2px solid transparent
}

.active-header {
    /* background-color: rgba(255, 255, 255); */
    top: 0
}

.second-header {
    background: #fff;
    display: none;
    visibility: hidden;
    transition: .75s linear !important;
    border-bottom: 1px solid #f2653a;
    padding: 10px 0;
    line-height: 0
}

.banner-form,
.main-dropdown-arrow .button,
.ticker-wrap {
    position: relative
}

.second-header.sticky-header {
    display: flex;
    visibility: visible;
    transition: .75s linear !important;
    top: -100px;
    transform: translateY(100px);
    z-index: 200
}

.second-header .dropdown-nav {
    margin: 12px 0;
    padding: 10px 15px 0
}

.second-header-dropdown li a:hover {
    color: #f2653a
}

.second-header ul.nav.navbar-na {
    line-height: 70px;
    top: 0
}

.header-top-bg {
    background: radial-gradient(closest-side at 50% 50%, #17154c 0, #17154c 100%);
    line-height: 70px;
    text-transform: uppercase
}

.header-top,
.main-header-bg .main-header {
    display: flex;
    justify-content: space-between
}

.header-top-bg .top-number a {
    border-radius: 0 20px 20px 0;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700
}

.footer-content-2 ul li,
.footer-content-3 a:hover,
.header-top-bg .top-number a:hover {
    color: #f89838
}

.header-top-bg .top-btn-1 {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0 10px 0 0
}

.header-top-bg .top-btn-2 {
    background: #f89838;
    border-radius: 5px;
    text-decoration: none;
    padding: 7px 25px;
    color: #fff;
    border: 2px solid #f89838
}

.main-logo {
    width: 156px
}

.main-header-bg {
    /* background: #fff; */
    /* background-color: rgba(255, 255, 255, 0.158); */
    backdrop-filter: blur(24px);
    line-height: 94px;
    padding: 5px 0
}

.main-header-bg .main-header ul {
    list-style: none;
    text-transform: uppercase
}

.main-header .main-navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 600;
    font-size: 15px
}

.main-header .button  {

      color: #17154c !important;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 600;
    font-size: 15px
}

.main-header .main-navigation ul li a:hover {
    color: #17154c !important;
}

.main-header .dropdown .dropdown-menu {
   
    box-shadow: 0 15px 35px #00000029;
    border-radius: 10px;
    opacity: 1;
    top: 63px;
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px)
}

.main-header .dropdown .dropdown-menu ul li a {
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px 0 40px
}

.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu,
.pkg-top-text h3 span,
.pricebox h5 span {
    display: block
}

.main-navigation .dropdown-menu {
    line-height: 40px;
    width: max-content
}

.main-dropdown-arrow .button:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #f89838;
    border-left: 0;
    transform: rotate(316deg);
    border-top: 0;
    transition: .3s
}

.main-dropdown-arrow .button:hover:after {
    left: 3px
}

.navi-drop-hr {
    width: 95% !important;
    margin: 0
}

section.main-banner-bg {
    margin: 0 0 0;
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.exceptional-content h5,
.main-banner-bg h5 {
    color: #f89838;
    padding: 10px 0;
    text-transform: uppercase
}

.main-banner-bg h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 56px
}

.main-banner-bg p {
    font-size: 15px;
    color: #fff
}

.main-banner-btn {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 200px 0 0
}

.main-banner-btn .service-btn a {
    background: #f89838;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0 2px;
    padding: 10px 14px !important;
    transition: .3s;
    border: 2px solid #f89838
}

.main-banner-btn .service-btn a:hover {
    background: 0 0;
    color: #f89838;
    border: 2px solid #f89838
}

.main-banner-btn .contact-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none
}

.main-banner-btn .contact-btn a:hover {
    background: #f89838;
    color: #fff;
    border: 2px solid #f89838
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.ticker-wrap {
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 8rem;
    background-color: transparent;
    box-sizing: content-box
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 8rem;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 50s;
    animation-duration: 50s
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 113px;
    font-weight: 600;
    color: #ffffff1c;
    text-transform: uppercase
}

.banner-logo-bg {
    background: radial-gradient(closest-side at 50% 50%, #17154c 0, #17154c 100%);
    padding: 45px 0
}

.banner-form {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    top: 60px;
    margin: 0
}

.cta-bg,
.cta1-bg,
.howdoes-bg,
.portfolio-bg,
.ultimate-bg {
    background-size: cover
}

.banner-btn button {
    background: #f89838;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border: 2px solid #f89838
}

.banner-logo-bg input {
    height: 50px
}

.banner-logo-bg .owl-carousel .owl-item img {
    width: 160px
}

.exceptional-bg {
    padding: 100px 0 0
}

.exceptional-content {
    padding: 110px 0 0
}

.exceptional-icon-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0
}

.exceptional-content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #17154c;
    text-transform: uppercase;
    line-height: 50px
}

.exceptional-icon h2,
.whoisghostwriting h2 {
    font-size: 35px;
    font-weight: 700;
    color: #17154c
}

.exceptional-icon h5,
.howdoes-header p,
.leader-inner-text p {
    font-size: 15px
}

.every-book-bg,
.leader-bg {
    padding: 100px 0
}

.leader-text {
    text-align: center;
    padding: 30px 0
}

.leader-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #17154c
}

.leader-card .box-container {
    align-items: center;
    justify-content: space-around
}

@media screen and (min-width:1380px) {
    .leader-card .box-container {
        flex-direction: row
    }
}

.leader-card .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 300px;
    margin: 5px;
    max-width: 100%
}

.leader-card .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.leader-card .flip-box-back,
.leader-card .flip-box-front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 300px;
    -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.leader-card .flip-box-front {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 20px #0000003d;
    border-radius: 7px
}

.leader-card .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.leader-card .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 20px #0000003d
}

.leader-card .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.leader-card .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 18px;
    outline: transparent solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%
}

.leader-card .flip-box-header {
    font-size: 21px;
    font-weight: 700;
    color: #17154c
}

.leader-card .flip-box p {
    font-size: 15px;
    line-height: 1.5em
}

.leader-card .flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase
}

.color-black {
    color: #000
}

.color-white,
.color-white .flip-box-header,
.footer-content-3,
.testimonial-header p {
    color: #fff
}

.cta-bg {
    background-image: url(../images/cta-bg.webp)
}

.cta1-bg {
    background-image: url(../images/cta1-bg.webp)
}

.cta-text {
    padding: 180px 0 70px
}

.cta-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.cta-text p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase
}

.cta-btn {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 370px
}

.cta-btn .service-btn a {
    background: #f89838;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #f89838;
    transition: .3s
}

.cta-btn .service-btn a:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.cta-btn .contact-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: .3s
}

.cta-btn .contact-btn a:hover {
    border: 2px solid #f89838;
    color: #fff;
    background-color: #f89838
}

.help-you-out-bg,
.services-header {
    padding: 50px 0
}

.our-services-bg {
    padding: 70px 0
}

.our-services-bg .services-header h4,
.the-ultimate-content h4 {
    color: #f89838;
    font-size: 20px;
    font-weight: 700
}

.our-services-bg .services-header h2 {
    color: #17154c;
    font-size: 45px;
    font-weight: 700
}

.our-service-card {
    text-align: center;
    padding: 15px 30px
}

.needto-inner h2,
.our-service-card h4 {
    font-size: 25px;
    font-weight: 700;
    color: #17154c
}

.our-service-card p,
.question-check-box input {
    font-size: 17px
}

.our-services-bg .our-service-card-border,
.our-services-bg .our-service-card-border2 {
    border-right: 1px solid #bcb6c1;
    margin: 20px 0;
    position: relative
}

.our-services-bg .our-service-card-border:before {
    content: "";
    background: #bcb6c1;
    width: 90%;
    height: 1px;
    margin: 0 5px;
    position: absolute;
    bottom: -20px
}

.our-services-bg .our-service-card-border2:before {
    content: "";
    background: #fff;
    width: 90%;
    height: 1px;
    margin: 0 5px;
    position: absolute;
    bottom: -20px
}

.our-service-card-border:nth-child(5n) {
    border-right: none
}

.portfolio-bg {
    background-image: url(../images/portfolio-bg.webp);
    padding: 70px 0
}

.portfolio-header h4 {
    font-size: 20px;
    font-weight: 600;
    color: #f89838;
    text-transform: uppercase;
    padding: 20px 0 0
}

.portfolio-header h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f89838 !important;
    border: 1px solid #f89838
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border: 1px solid #fff;
    margin: 0 15px;
    color: #fff
}

.portfolio-btn-btm a {
    background-color: #f89838;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    transition: .3s
}

.portfolio-btn-btm a:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #f89838
}

.portfolio-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: .3s
}

.portfolio-bg img:hover {
    transform: scale(1.1)
}

.ultimate-bg {
    background-image: url(../images/ultimate-bg.webp);
    padding: 60px 0
}

.ultimate-bg-2 {
    background-color: #fff;
    padding: 60px 0
}

.ultimate-content {
    padding: 37px 0
}

.ultimate-content h5 {
    color: #f89838;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.ultimate-content h2 {
    color: #17154c;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase
}

.ultimate-btn a {
    border: 2px solid #17154c;
    border-radius: 5px;
    color: #17154c;
    padding: 10px 20px;
    text-decoration: none
}

.ultimate-main-img {
    padding: 80px 0 0 60px
}

.ultimate-ul {
    padding: 15px 0 15px 20px
}

.ultimate-ul li::before {
    content: "\2022";
    color: #f89838;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.howdoes-bg {
    background-image: url(../images/howdoes-bg.webp);
    padding: 50px 0
}

.howdoes-header h2,
.perspective-inner h2 {
    font-size: 45px;
    font-weight: 700;
    color: #17154c
}

.howdoes-disc {
    padding: 20px 10px
}

.howdoes-disc-num {
    font-size: 30px;
    background-color: #f89938;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.howdoes-disc-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #17154c;
    padding: 0 0 10px;
    text-transform: uppercase
}

.howdoes-contact {
    background: #fff;
    border: 1px solid #7070704d;
    border-radius: 10px;
    padding: 30px
}

.howdoes-contact h3 {
    font-size: 35px;
    font-weight: 700;
    color: #17154c;
    padding: 0 0 10px
}

.howdoes-contact .form-floating {
    margin: 0 30px
}

.howdoes-contact-btn button {
    background-color: #f89938;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    transition: .3s;
    margin: 10px 0;
    border: 1px solid #f89938;
    color: #fffcfc;
    font-size: 20px
}

.about-form .form-head-btn button:hover,
.howdoes-contact-btn button:hover {
    border: 1px solid #001a45;
    background: 0 0;
    color: #17154c
}

.testimonial-bg {
    background-image: url(../images/portfolio-bg.webp);
    background-size: cover;
    padding: 80px 0
}

.testimonial-header h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700
}

.testimonial-inner h4,
.testimonial-inner-content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.testimonial-inner {
    background: radial-gradient(closest-side at 50% 50%, #17154c 0, #17154c 100%);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 40px 20px;
    padding: 40px 30px
}

.testimonial-inner h4 {
    height: 85px;
    overflow: auto;
    padding: 15px 0
}

.testimonial-inner p {
    color: #fff;
    padding: 10px 0;
    height: 165px;
    overflow: auto
}

.testimonial-icon-img img {
    width: 100px !important;
    height: 25px
}

.testimonial-inner-content h6 {
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.testimonial-disc {
    padding: 15px 0 0
}

.testimonial-bg .owl-theme .owl-nav {
    color: red;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 285px !important;
    margin: 0 -50px
}

.testimonial-bg .owl-theme .owl-nav button {
    background-color: #fff;
    width: 30px;
    height: 30px
}

.testimonial-bg .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f89838;
    color: #fff;
    text-decoration: none
}

.need-to-write-bg {
    background-image: url(../images/need-bg.webp);
    background-size: cover;
    padding: 100px 0
}

.needto-inner {
    background: #ffffff00;
    border: 1px solid #7070704d;
    border-radius: 20px;
    padding: 50px
}

.needto-inner p {
    padding: 0 92px
}

.footer-bg {
    background: radial-gradient(closest-side at 50% 50%, #17154c 0, #17154c 100%);
    padding: 30px 0
}

.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0
}

.social-icons a {
    padding: 0 15px 0 0
}

.footer-content-2 h4,
.footer-content-3 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700
}

.footer-btm a,
.footer-content-2 ul li a,
.footer-content-3 a {
    color: #fff;
    text-decoration: none
}

.footer-btm a:hover,
.footer-content-2 ul li a:hover {
    color: #f89838;
    text-decoration: none
}

.footer-content-3 ul li {
    display: flex;
    padding: 5px 0
}

.footer-content-3 li i {
    padding: 4px 10px 0 0
}

.footer-hr {
    height: 1px !important;
    color: #fff;
    margin: 35px 0 20px;
    opacity: 1
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff
}

.footer-logo {
    width: 250px
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -371px;
    top: 30%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    border-radius: 30px 0 0 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    background-color: #f89838;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    transition: .4s;
    left: -52px;
    white-space: pre;
    bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    margin: 0 0 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400
}

.banner-form .intl-tel-input {
    width: 100%
}

.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    z-index: 9999
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700
}

.banner-form h3 strong {
    font: 600 24px/24px Poppins, sans-serif
}

.fldset p a,
.intl-tel-input .country-list .country {
    font-size: 14px
}

.ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #f89838;
}

.ban-form textarea {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    margin: 15px 0 0;
    resize: none
}

.fldset p,
.fldset.inpchecbx {
    margin: 10px 0 0
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.btns_wrap .call_wrap {
    border: 1px solid #fff;
    background-color: #f89838;
    top: 63px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    display: block;
    background-color: #f89838;
    top: 0;
    border-radius: 30px 0 0 30px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0
}

.fldset p a {
    display: block;
    padding: 5px 0 0;
    color: #141315;
    font-weight: 500
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

@media screen and (max-width:736px) {
    .floatbutton {
        display: none
    }
}

.about-form {
    background: #fff;
    box-shadow: 0 5px 30px #00000029;
    border: 1px solid #0000004d;
    border-radius: 30px;
    padding: 30px 50px;
    margin: 50px 0;
    position: relative
}

.about-form .about-form-head {
    display: flex;
    justify-content: space-between;
    padding: 30px 0
}

.about-form .form-head-content h4 {
    color: #010101;
    font-size: 20px
}

.about-form .form-head-content h3 {
    color: #17154c;
    font-size: 25px;
    font-weight: 700
}

.about-form .form-head-book {
    position: absolute;
    top: -30px;
    right: 51px
}

.about-form .form-head-btn button {
    color: #f2f2f2;
    font-size: 20px;
    background: #f89938;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    border: none;
    transition: .3s
}

.the-ultimate-bg {
    background-color: #f2f2f2
}

.the-ultimate-content {
    padding: 100px 0 150px
}

.whoisghostwriting {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #7070704d;
    border-radius: 10px;
    padding: 30px;
    margin: -120px 0 0
}

.whoisghostwriting-line {
    border-right: 1px solid #000
}

.center-line {
    height: 75% !important;
    background-color: #000;
    width: 5%;
    margin: 47px 0 0
}

.perspective,
.perspective-bg {
    padding: 30px 0
}

.perspective-card {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #70707014;
    border-radius: 15px
}

.everybook-card,
.pop-up-modal-bg .modal-body {
    background-size: contain;
    background-repeat: no-repeat
}

.perspective-inner {
    padding: 20px;
    text-align: center
}

.perspective-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #17154c
}

.everybook-card {
    background-image: url(../images/every-book.webp);
    margin: 13px 0;
    padding: 30px
}

.processwe-bg {
    background-image: url(../images/proces.webp);
    background-size: cover;
    padding: 100px 0
}

.process-cart {
    background: #fff;
    box-shadow: 0 0 15px #00000017;
    border: 1px solid #7070704d;
    border-radius: 10px;
    padding: 40px 20px;
    height: 295px;
    margin: 10px 0
}

.process-cart span {
    font-size: 12px;
    color: #a7a7a7
}

.process-cart h2 {
    font-size: 38px;
    color: #17154c;
    font-weight: 700
}

.process-cart h4 {
    font-size: 25px;
    color: #000;
    font-weight: 700
}

.cross-btn {
    background-color: #fff;
    box-shadow: 0 0 6px #00000029;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 40px;
    color: #fff;
    right: 40px
}

.main-modal-bg .modal-content {
    border: none;
    margin: 0 80px;
    background-color: transparent
}

.main-modal h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0
}

.main-modal-bg .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem rgb(175 18 37);
    opacity: 1
}

.contact-bg {
    padding: 220px 0 !important
}

.help-you-inner {
    padding: 50px 30px
}

.main-privacy {
    padding: 140px 0 80px
}

.main-privacy .text-center h4 {
    font-size: 36px;
    color: #f89838;
    font-weight: 700;
    padding: 10px 0
}

.main-privacy h3 {
    font-size: 24px;
    color: #f89838;
    padding: 10px 0
}

.pop-up-modal-bg .modal-body {
    background-color: #17154c;
    flex: 1 1 auto;
    padding: 20px 0;
    width: 100%;
    border-radius: 50px
}

.pop-up-modal-bg .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    margin: 0 80px
}

.popup-modal-content h3 {
    color: #fff;
    font-size: 28px;
    padding: 0 0 20px
}

.popup-modal-content h4 {
    color: #fff;
    padding: 10px 0;
    font-weight: 700
}

.popup-modal-content span {
    font-size: 40px;
    color: #f89938;
    font-weight: 700
}

.pop-up-modal-bg .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff6a;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.pkg-min-box:hover,
.pkg-min-box:hover h3,
.pkg-min-box:hover h3 span,
.pkg-min-box:hover h4,
.pkg-min-box:hover h5,
.pkg-min-box:hover p,
.pkg-min-box:hover sup,
.pkg-min-box:hover ul li {
    transition: .5s;
    color: #fff
}

.main-modal-bg-btn button {
    background-color: #f89938;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    transition: .3s;
    margin: 10px 0;
    border: 2px solid #17154c;
    color: #fffcfc;
    font-size: 20px
}

.main-modal-bg-btn button:hover {
    background-color: #17154c;
    border: 2px solid #f89938
}

#countdown {
    font-size: 48px
}

.popup-modal-content strong {
    color: #f89938
}

.pricing {
    padding: 80px 0
}

.pkg-min-box {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 10px;
    transition: .5s;
    position: relative;
    border: 2px solid #d8dfe6;
    margin-bottom: 60px
}

.pkg-top-text h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
    color: #17154c;
    text-transform: uppercase
}

.pkg-top-text p {
    font-size: 12px;
    color: #212529;
    width: 90%
}

.pricebox {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #f89938
}

.pricebox h4 {
    font-size: 51px;
    font-weight: 700;
    color: #f89938
}

.pricebox h5 {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding-left: 10px;
    position: relative
}

.scrollbar p,
.scrollbar ul li {
    font-size: 12px;
    font-weight: 500
}

.pricebox h5:before {
    content: "";
    width: 90%;
    height: 2px;
    background: #6c6c6c;
    position: absolute;
    top: 6px;
    left: 8px
}

.scrollbar ul {
    margin-left: 0;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    overflow-x: hidden
}

.scrollbar ul li {
    color: #212529;
    line-height: 23px;
    position: relative;
    padding-left: 13px
}

.scrollbar ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #f89938;
    border-radius: 100%;
    top: 9px
}

.scrollbar p {
    color: #212529;
    margin-left: 12px;
    margin-bottom: 10px
}

.scrollbar p span {
    color: #9d142c;
    font-weight: 700
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 12px
}

.actions ul {
    display: flex
}

.actions ul li {
    text-decoration: none;
    width: 50%;
    list-style: none !important;
    border-right: 2px solid #eee
}

.actions ul li h3 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    text-align: center
}

.actions ul li h3 span {
    display: block;
    text-decoration: none;
    color: #212529
}

.pkg-min-box button {
    width: 180px;
    padding: 11px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right top, #17154c, #f89938);
    color: #fff
}

.pkg-min-box:hover {
    background: radial-gradient(closest-side at 50% 50%, #17154c 0, #17154c 100%)
}

.pkg-min-box:hover h5:before {
    background: #f89938
}

.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
    background: #fff
}

.actions ul li:nth-child(2) {
    border: none
}

.scrollbar ul::-webkit-scrollbar-thumb {
    background-color: #17154c;
    border-radius: 25px
}

.scrollbar ul::-webkit-scrollbar-track {
    background-color: #f89938;
    border-radius: 25px
}

.question-inputs input,
.question-inputs textarea {
    border: 1px solid #6a6a6a;
    resize: none;
    width: 100%;
    padding: 10px 20px
}

.scrollbar ul::-webkit-scrollbar {
    width: 8px
}

.questionair-form {
    padding: 160px 0 40px
}

.questionair-form h3 {
    font-size: 45px;
    font-weight: 700;
    color: #17154c;
    text-align: center;
    margin-bottom: 60px
}

.question-inputs label {
    width: 100%;
    color: #17154c;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase
}

.question-inputs input {
    border-radius: 4px
}

.question-inputs input::placeholder {
    color: #787474;
    font-size: 13px
}

.question-inputs textarea::placeholder {
    color: #787474;
    font-size: 13px
}

.question-inputs textarea {
    height: 110px;
    border-radius: 4px
}

.question-inputs select {
    color: #787474;
    width: 100%;
    border: 1px solid #6a6a6a;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 4px
}

.questionair-form button {
    background: #17154c;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 20%;
    border: 2px solid #17154c;
    display: block;
    margin: 0 auto
}

.pricing h6,
.question-check-box h6 {
    color: #17154c;
    text-transform: uppercase
}

.question-check-box,
.question-inputs {
    margin-bottom: 40px
}

.question-inputs h2 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 700
}

.question-check-box h6 {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 20px
}

.question-check-box label {
    font-size: 16px;
    font-weight: 500
}

.question-check-box .form-check {
    margin-bottom: 11px
}

.question-inputs h6 {
    font-size: 14px;
    margin-bottom: 12px
}

.pricing h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin: 70px 0
}

.trust-pilots-link ul {
    display: flex;
    align-items: center;
    padding-top: 20px
}

.trust-pilots-link ul li {
    list-style: none;
    margin-right: 14px
}

.review-images {
    position: fixed;
    top: 50%;
    left: 0
}

.dmc-badge {
    text-align: center;
    background: #9f1e59;
    padding: 6px
}