.mobile-menu .nveMenu,
.mobile-menu .overlay {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
}
.banner-form,
.howdoes-contact,
.main-header-bg,
.needto-inner {
    box-shadow: 0 3px 30px #00000029;
}
.faqs-bg ul,
.footer-content-3 ul,
.main-privacy ul li,
.ultimate-ul {
    list-style: none;
}
@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;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #064877;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(125 234 216 / 55%);
}
.main-heading h2,
.perspective h2,
.the-ultimate-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    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;
    height: 40px;
    background: #000;
    margin: 0 auto;
    font-size: 16px;
    display: flex;
    position: fixed;
    color: #fff;
    line-height: 40px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
}
::-moz-selection {
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}
.mobile-menu {
    display: none;
}
.mobile-menu .circle {
    border-radius: 50%;
    right: 20px;
    top: 20px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: 2px solid #fff;
}
.mobile-menu .mobile-cross {
    border-radius: 50%;
    right: 10px;
    top: 10px;
    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, 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;
    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: 0;
    background: #0000001f;
    padding: 20px 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.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: 0.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: 0.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%, #000 0, #000 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,
.inner-published-form span,
.popup-modal-content strong {
    color: #064877;
}
.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: #064877;
    border-radius: 5px;
    text-decoration: none;
    padding: 7px 25px;
    color: #fff;
    border: 2px solid #064877;
}
.exceptional-content img,
.testimonial-inner img,
img.flip-box-img.img-fluid.py-3 img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(99%) saturate(484%) hue-rotate(350deg) brightness(97%) contrast(104%);
}
.main-logo {
    width: 190px;
}
.main-header-bg {
    background: #fff;
    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: #000;
    text-decoration: none;
    padding: 0px 11px;
    font-weight: 600;
    font-size: 13px;
}
.color-black,
.main-header .main-navigation ul li a:hover {
    color: #000;
}
.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 / 36%);
    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-header .main-navigation li .main-nav-btns a {
    background: #064877;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1px solid transparent;
    color: #000;
}
.main-header .main-navigation li .main-nav-btns a:hover {
    background: 0 0;
    border: 1px solid #000;
}
.main-header .main-navigation li .main-nav-btns a i {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.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 #064877;
    border-left: 0;
    transform: rotate(316deg);
    border-top: 0;
    transition: 0.3s;
}
.main-dropdown-arrow .button:hover:after {
    left: 3px;
}
.navi-drop-hr {
    width: 95% !important;
    margin: 0;
}
section.main-banner-bg {
    padding: 100px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.exceptional-content h5,
.main-banner-bg h5 {
    color: #064877;
    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-bg span {
    font-size: 28px;
    display: block;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.main-banner-bg ul {
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.exceptional-content ul li,
.main-banner-bg ul li {
    font-size: 16px;
    font-family: system-ui;
    line-height: 26px;
}
.cta-btn,
.main-banner-btn {
    display: flex;
    margin: 30px 0;
}
.main-banner-btn .service-btn a {
    background: #064877;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0 8px 0 0;
    padding: 10px 14px !important;
    transition: 0.3s;
    border: 2px solid #064877;
}
.main-banner-btn .service-btn a:hover, .portfolio-btn-btm a:hover {
    background: 0 0;
    color: #ffffff;
    border: 2px solid #064877;
}
.main-banner-btn .contact-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 8px 0 0;
    text-decoration: none;
}
.main-banner-btn .contact-btn a:hover {
    background: #064877;
    color: #000;
    border: 2px solid #064877;
}
@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%, #091a39 0, #091a39 100%);
    padding: 30px 0;
}
.banner-form {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    top: 60px;
    margin: 0;
}
.cta-bg,
.portfolio-bg,
.ultimate-bg {
    background-size: cover;
}
.banner-btn button {
    background: #064877;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border: 2px solid #064877;
}
.banner-logo-bg input {
    height: 50px;
}
.banner-logo-bg .owl-carousel .owl-item img {
    width: 160px;
}
.exceptional-bg {
    padding: 50px 0 0;
}
.exceptional-content {
    padding: 110px 0 0;
}
.exceptional-icon-inner {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}
.exceptional-icon img {
    width: 70px;
}
.exceptional-content h1,
.exceptional-content h2,
.exceptional-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.exceptional-content span {
    font-size: 28px;
    display: block;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}
.exceptional-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.exceptional-icon h4,
.whoisghostwriting h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
.exceptional-icon h5,
.howdoes-header p,
.leader-inner-text p {
    font-size: 15px;
}
.cta-text,
.faqs-bg,
.help-you-out-bg,
.leader-bg,
.our-services-bg,
.testimonial-bg {
    padding: 30px 0 50px;
}
.leader-text {
    text-align: center;
    padding: 0px 0;
}
.leader-text h1,
.leader-text h2,
.leader-text h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}
.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;
    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 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.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;
    margin: 10px 0;
}
.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(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
}
.leader-card .flip-box-header {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}
.leader-card .flip-box p {
    font-size: 15px;
    line-height: 1.5em;
    height: 95px;
    overflow: auto;
}
.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-white,
.color-white .flip-box-header,
.footer-content-3,
.testimonial-header p {
    color: #fff;
}
.cta-bg {
    background-color: #091a39;
}
.cta-text h2,
.cta-text h3,
.cta-text h4 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.cta-text p {
    font-size: 17px;
    color: #fff;
}
.cta-btn .service-btn a {
    background: #064877;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #064877;
    transition: 0.3s;
    margin: 0 10px;
}
.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: 0.3s;
    text-transform: uppercase;
}
.cta-btn .contact-btn a:hover {
    border: 2px solid #064877;
    color: #fff;
    background-color: #064877;
}
.services-header {
    padding: 10px 0 20px;
}
.our-services-bg .services-header h4,
.the-ultimate-content h4 {
    color: #064877;
    font-size: 27px;
    font-weight: 700;
}
.our-services-bg .services-header h2,
.our-services-bg .services-header h3,
.our-services-bg .services-header h5 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}
.our-service-card {
    text-align: center;
    padding: 15px 30px;
}
.our-service-card h3,
.our-service-card h4,
.our-service-card h6,
.perspective-inner h4,
.testimonial-inner-content h3,
.testimonial-inner-content h6 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.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: 50px 0;
}
.portfolio-header h4 {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 0;
}
.portfolio-header h2,
.portfolio-header h5 {
    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: #064877 !important;
    border: 1px solid #064877;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #fff;
    margin: 0 15px;
    color: #fff;
}
.portfolio-btn-btm a {
    background-color: #064877;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 600;
}
.portfolio-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: 0.3s;
    padding: 10px;
}
.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 h5 {
    color: #064877;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.ultimate-content h2,
.ultimate-content h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.ultimate-btn a {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.ultimate-main-img {
    padding: 80px 0 0 60px;
}
.ultimate-ul {
    padding: 15px 0 15px 20px;
}
.ultimate-ul li::before {
    content: "\2022";
    color: #064877;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.howdoes-bg {
    padding: 50px 0;
    background: #fff;
}
.howdoes-header {
    margin-bottom: 20px;
}
.howdoes-header h2,
.howdoes-header h5,
.perspective-inner h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}
.howdoes-disc {
    padding: 20px 10px;
}
.howdoes-disc-num {
    font-size: 30px;
    background-color: #064877;
    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: #000;
    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: #000;
    padding: 0 0 10px;
}
.howdoes-contact h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.howdoes-contact .form-floating {
    margin: 0 30px;
}
.howdoes-contact-btn button {
    background-color: #064877;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    transition: 0.3s;
    margin: 10px 0;
    border: 1px solid #064877;
    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: #000;
}
.testimonial-header h2,
.testimonial-header h5 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}
.testimonial-inner {
    border-radius: 10px;
    margin: 10px;
    padding: 30px 20px;
    background: #ffffff94;
    border: 1px solid #7070704d;
}
.testimonial-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    height: 85px;
    overflow: auto;
    padding: 15px 0;
}
.testimonial-inner p {
    color: #000;
    padding: 10px 0;
    height: 165px;
    overflow: auto;
}
.testimonial-icon-img img {
    width: 100px !important;
    height: 25px;
}
.testimonial-inner-content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #064877;
}
.testimonial-disc {
    padding: 15px 0 0;
}
.testimonial-bg .owl-theme .owl-nav {
    color: #064877;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 186px !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: #064877;
    color: #fff;
    text-decoration: none;
}
.need-to-write-bg {
    padding: 100px 0;
}
.needto-inner {
    background: #ffffff00;
    border: 1px solid #7070704d;
    border-radius: 20px;
    padding: 50px;
}
.needto-inner h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.needto-inner p {
    padding: 0 92px;
}
.footer-bg {
    background: radial-gradient(closest-side at 50% 50%, #000 0, #000 100%);
    padding: 30px 0;
}
.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
}
.social-icons a {
    padding: 0 15px 0 0;
}
.ban-form input,
.ban-form textarea {
    padding: 10px 15px;
    background: #fff;
    width: 100%;
}
.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: #064877;
    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: 200px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(21deg) brightness(117%) contrast(107%);
}
.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.floatbutton {
    transition: 0.4s;
    position: fixed;
    right: -371px;
    top: 15%;
    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, 0.09);
    border-radius: 30px 0 0 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    background-color: #064877;
    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: 0.4s;
    left: -52px;
    white-space: pre;
    bottom: 87px;
    color: #fff;
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.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;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
}
.banner-form .intl-tel-input {
    width: 100%;
}
.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #064877;
    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: #064877;
}
.ban-form textarea {
    border: 1px solid #e5e5e5;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    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;
    top: 63px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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;
    top: 0;
    border-radius: 30px 0 0 30px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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: #ffffff91;
    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 {
    padding: 5px 0 10px;
}
.about-form .form-head-content h4 {
    color: #010101;
    font-size: 20px;
}
.about-form .form-head-content h3 {
    color: #064877;
    font-size: 25px;
    font-weight: 700;
}
.about-form .form-head-book {
    position: absolute;
    top: -30px;
    right: 51px;
}
.about-form .form-head-btn button {
    color: #000;
    font-size: 20px;
    background: #064877;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    border: none;
    transition: 0.3s;
}
.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: 0.5s;
    color: #fff;
}
.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-p p {
    padding: 5px 0;
}
.center-line {
    height: 75% !important;
    background-color: #000;
    width: 5%;
    margin: 47px 0 0;
}
.every-book-bg,
.perspective,
.perspective-bg {
    padding: 30px 0;
}
.perspective-card {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #70707014;
    border-radius: 15px;
}
.perspective-inner {
    padding: 20px;
    text-align: center;
}
.perspective-inner p {
    height: 100px;
    overflow: auto;
}
.everybook-card {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15px;
    box-shadow: 0 5px 30px #00000029;
}
.everybook-card p {
    height: 100px;
    overflow: auto;
}
.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: 330px;
    margin: 10px 0;
}
.process-cart span {
    font-size: 12px;
    color: #a7a7a7;
}
.process-cart h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
.process-cart h4 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.process-cart p {
    height: 125px;
    overflow: auto;
}
.cross-btn {
    background-color: #fff;
    box-shadow: 0 0 6px #00000029;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.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 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: #064877;
    font-weight: 700;
    padding: 10px 0;
}
.main-privacy h3 {
    font-size: 24px;
    color: #064877;
    padding: 10px 0;
}
.pop-up-modal-bg .modal-body {
    background-color: #000;
    position: relative;
    flex: 1 1 auto;
    background-image: block;
    padding: 20px 0;
    background-size: cover;
    width: 100%;
    border-radius: 50px;
    height: 100% !important;
}
.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: 0.3rem;
    outline: 0;
    margin: 0 80px;
}
.popup-modal-content h3 {
    color: #fff;
    font-size: 28px;
    padding: 0 0 20px;
}
.pop-up-modal-bg2 .popup-modal-content h4,
.popup-modal-content h4 {
    color: #fff;
    padding: 5px 0;
    font-weight: 700;
}
.popup-modal-content span {
    font-size: 40px;
    color: #064877;
    font-weight: 700;
}
.pop-up-modal-bg2 .modal-content {
    background-color: #00339b;
    position: relative;
    flex: 1 1 auto;
    background-image: block;
    padding: 0;
    background-size: cover;
    width: 100%;
    border-radius: 20px;
    height: 100% !important;
}
.pop-up-modal-bg2 .popup-modal-content h3 {
    color: #fff;
    padding: 0 0 20px;
    font-size: 40px;
    font-weight: 700;
}
.pop-up-modal-bg2 .popup-modal-head {
    padding: 30px 40px;
}
.main-modal-bg-btn button {
    background-color: #000;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    transition: 0.3s;
    margin: 10px 0;
    border: 2px solid #000;
    color: #fff;
    font-size: 18px;
}
.main-modal-bg-btn button:hover {
    background-color: #000;
    border: 2px solid #064877;
}
#countdown {
    font-size: 48px;
}
.pricing {
    padding: 80px 0;
}
.pkg-min-box {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 10px;
    transition: 0.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: #000;
    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: #064877;
}
.pricebox h4 {
    font-size: 51px;
    font-weight: 700;
    color: #064877;
}
.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: #064877;
    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, #000, #064877);
    color: #fff;
}
.pkg-min-box:hover {
    background: radial-gradient(closest-side at 50% 50%, #000 0, #001434 100%);
}
.pkg-min-box:hover h5:before {
    background: #064877;
}
.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: #000;
    border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar-track {
    background-color: #064877;
    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: #000;
    text-align: center;
    margin-bottom: 60px;
}
.question-inputs label {
    width: 100%;
    color: #000;
    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: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 20%;
    border: 2px solid #000;
    display: block;
    margin: 0 auto;
}
.pricing h6,
.question-check-box h6 {
    color: #000;
    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;
}
.inner-published-form {
    background: #fff;
    padding: 20px;
    border: 2px solid #064877;
    border-radius: 10px;
    box-shadow: 0 5px 15px -4px #b2b2b2;
}
.inner-published-form h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    color: #00112b;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px;
    line-height: 40px;
}
.inner-published-form .form-group,
.inner-published-form .form-group-select {
    margin: 0 0 10px;
}
.inner-published-form .form-group .form-select {
    border: 2px solid #b2b2b2;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
}
.inner-published-form .form-group .form-select option {
    color: #333;
    font-weight: 600;
}
.inner-published-form .form-group-select h4 {
    font-weight: 600;
    font-size: 20px;
    color: #00112b;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px;
    line-height: 28px;
}
.inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 10px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    border: 1px solid #064877;
    outline: 0;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type="checkbox"] {
    background-color: #064877;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.inner-published-form .form-group input {
    border: 2px solid #b2b2b2;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    font-weight: 400;
}
.inner-published-form .form-group button.submit-btn {
    background-color: #064877;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border: 2px solid #064877;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
}
.inner-published-form .form-group button.submit-btn:hover {
    background-color: #fff;
    color: #064877;
}
.pop-serv-card {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
}
.perfect-choose-box {
    padding: 20px;
    box-shadow: 0 0 15px 1px #d0e0feba;
    border-radius: 25px;
    margin: 15px 0;
}
.perfect-choose-box span {
    color: #064877;
    font-size: 33px;
    font-weight: 700;
}
.perfect-choose-box h3,
.perfect-choose-box h6 {
    padding: 0 0 10px;
    font-size: 20px;
}
.perfect-choose-box p {
    height: 135px;
    overflow: hidden;
}
.faqs-sec-head p {
    font-size: 20px;
    padding: 0 0 15px;
}
.faqs-bg .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
}
.faqs-bg ul li {
    padding: 3px 0;
}
.fldset {
    display: flex;
    align-items: baseline;
    /* margin-top: 31px; */
}
input[type="checkbox"] {
    width: 1em !important;
    height: 3rem;
    position: relative;
    top: 18px;
}
.fldset label {
    font-size: 12px;
    color: #000;
    padding-left: 5px;
    text-align: justify;
}

.fldset label a{
 color: #000 !important;   
}
