@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Manrope:wght@200..800&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Manrope:wght@200..800&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #343a40;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.sidebar.show {
    transform: translateX(0);
    z-index: 1;
    left: 0;
}
div#sidebarMenu {
    background: #182e77 !important;
    padding: 30px 0;
}

div#sidebarMenu ul.navbar-nav {}

div#sidebarMenu ul.navbar-nav a.nav-link {
    color: #FFFFFF !important;
}
.home_banner{
    background-image: url('../images/banner_form.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
}
.ghostwriting{
    background-image: url('../images/ghostwriting.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.book_editing_banner{
    background-image: url('../images/book_editing_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.cildrens_book{
    background-image: url('../images/cildrens_book.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.book_marketing{
    background-image: url('../images/book_marketing.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.book_publishing{
    background-image: url('../images/book_publishing.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.proofreading{
    background-image: url('../images/proofreading_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.book_cover{
    background-image: url('../images/book_cover.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
.book_printing{
    background-image: url('../images/book_printing.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
}
header {
    position: absolute;
    z-index: 1;
    top: 2rem;
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    top: 0;
}

.d_flex {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-evenly;
}

li.nav-item a {
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.logo_area img {
    width: 273px !important;
    height: 90px !important;
}
button#navbarToggle {
    display: none;
}
.fa-phone:before {
    content: "\f095";
    background: url('../images/phone_icon.png');
}
.fa-phone2:before {
    content: "\f095";
    background: url('../images/phone_icon.png');
}
.yellow_btn {
    border-radius: 100px;
    background: #F90;
    border: none;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 12px;
}
.white_btn {
    border-radius: 100px;
    background: #FFF;
    color: #F90;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    border: none;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    padding: 7px 18px;
}

.btn-group {
    gap: 0.9rem;
}
.banner_content {
    text-align: center;
}

.banner_content h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner_content h1 {
    color: #F90;
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner_content h4 span {
    color: #FFF;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner_form {
    border-radius: 30px;
    background: rgba(10, 9, 9, 0.70);
    box-shadow: 0px 0px 50px 0px rgba(255, 153, 0, 0.20);
    padding: 30px 35px;
    width: 100%;
    margin: auto;
    /* padding-top: 0; */
    /* padding-bottom: 0; */
}

.custom_txt_box {
    border-radius: 8px;
    background: #D9D9D9;
    color: #959494;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 10px;
    margin: 6px 0;
}

button.btn.btn-primary.custom_submit_btn {display: flex;border-radius: 100px;background: #000000;border: none;color: #FFF;font-family: Roboto;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;text-transform: uppercase;padding: 11px 25px;max-width: 50%;margin: auto;margin-top: 0.8rem;}
.banner_slider_img img {
    padding: 0px 20px;
}

.banner_slider {
    margin-top: 2rem;
}
.sec_2_content h3 {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.sec_2_content h2 {
    color: #000;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sec_2_content h2 span {
    color: #F90;
    text-transform: uppercase;
}
.sec_2_content p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 141.176% */
}
.sec_2_content_inner h4 {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.sec_2_content_inner p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 141.176% */
    max-width: 96%;
}
.sec_2_content_inner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.btnyellow {
    border-radius: 20px;
    background: #F90;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    padding: 9px 25px;
}

.btnwhite {
    background: transparent;
    border: none;
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    border-radius: 20px;
    background: #FFF;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.sec_2_img {
    position: relative;
}

.inner_img {
    position: absolute;
    top: 23rem;
    left: -3rem;
}
section.sec_2 {
    padding: 5rem 0px;
}
.sec_3_header {
    text-align: center;
    margin-bottom: 3rem;
}

.sec_3_header h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.sec_3_header h2 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.sec_3_header h2 span {
    color: #F90;
}

.sec_3_header p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 141.176% */
    max-width: 64%;
    margin: auto;
}
.service_content {
    border-radius: 50px;
    border-top: 5px solid #F90;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    position: absolute;
    top: 16rem;
    z-index: 1;
    padding: 56px 25px;
    padding-top: 25px;
    padding-bottom: 149px;
}

.service_box {
    position: relative;
    margin: 0px 10px;
}

.service_top_content h3 {
    color: #EC8F05;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 96% */
    text-transform: uppercase;
    margin-bottom: 25px;
}
.service_top_content p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

a.ybtn {
    width: 100%;
    border-radius: 50px;
    background: #F90;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 141.176% */
    padding: 10px 80px;
    width: 100%;
}

.service_top_content {}

.service_footer_btn {
    position: absolute;
    top: 14rem;
    left: 2rem;
    text-align: center;
}
.owl-controls.clickable {
    display: none !important;
}
.owl-pagination {
    display: none;
}
.sec_3_footer {
    text-align: center;
    margin-top: 2rem;
}

.btnblack {
    background: #000;
    border-radius: 20px;
    color: #FFF;
}
.cta{
    background-image: url('../images/cta_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    margin: 5rem 0;
}
.cta_content_top_heading h3 {
    color: #FFF;
    text-align: left;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    max-width: 35%;
}

.cta_content_top_heading h2 {
    color: #F90;
    text-align: center;
    font-family: Roboto;
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.cta_content {
    text-align: center;
}

.cta_content_top_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    margin: auto;
    position: relative;
}
.cta_content_top_heading:after {
    content: '';
    background-image: url('../images/sign.png');
    width: 48%;
    height: 30%;
    position: absolute;
    background-repeat: no-repeat;
    top: 6rem;
    left: 7rem;
}
.cta_content h4 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta_content h4 span {
    color: #F90;
}

.cta_content p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    max-width: 61%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.sec_4_desktop_header {
    text-align: center;
}

.sec_4_desktop_header h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.sec_4_desktop_header h3 span {
    color: #F90;
}

.sec_4_box_item {
    background: #FFF7EC;
    padding-left: 1.5rem;
    padding: 2px 23px;
    padding-right: 18px;
    margin: 20px 0;
    height: 20rem;
}

.sec_4_box_item_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_4_box_item_left h3 {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.sec_4_box_item_right h2 {
    color: #F2DFC2;
    font-family: Roboto;
    font-size: 108px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.sec_4_box_item_body p {
    color: #000;
    font-family: Roboto;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
}
.sec_4_box_item_left img {
    margin-bottom: 1rem;
    margin-top: 34px;
}
section.marquee_sec {
    background: #000;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 5rem;
}

.marquee_area_inner {
    display: flex;
    align-items: center;
    gap: 3rem;
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 10s linear infinite;
}
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee_left p {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.marquee_right img {
    width: 60%;
}
.marquee_area_main {}

.marquee_area_main {
    display: flex;
}
section.portfolio {
    background: #F90;
    padding: 6rem 0;
    padding-bottom: 5rem;
}

.portfolio_header {
    text-align: center;
}

.portfolio_header h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.portfolio_header h3 span {
    color: #FFF;
}
ul#pills-tab .nav-link.active {
    border-radius: 15px;
    background: #000 !important;
    color: #FFF;
}

ul#pills-tab .nav-link {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    background: #FFF !important;
    border-radius: 15px !important;
}

ul#pills-tab {}

ul#pills-tab li.nav-item {
    margin: 0 5px;
}
.portfolio_slider {}

.portfolio_slider .owl-wrapper-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.portfolio_slider .owl-wrapper-outer .item {margin: 0 15px;}

.owl-item {
    flex: 25%;
    width: 50%;
    margin: 0px 0px;
}

.portfolio_slider {}

.portfolio_slider .owl-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.tab_body {
    margin: 4rem 0;
}
.reviews_header {
    text-align: center;
}

.reviews_header h4 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.reviews_header h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.reviews_header h3 span {
    color: #F90;
}

.reviews_header p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 141.176% */
    max-width: 61%;
    margin: auto;
}

section.reviews {
    background: #FFF;
    background: #FFF7EC;
    position: relative;
    z-index: 2;
}
section.reviews:before {
    content: '';
    background: url('../images/eclipse.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: -78px;
    z-index: -1;
}
.review_box {
    border-radius: 50px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin: 0 10px;
    padding: 40px 23px;
}

.review_body p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}
.review_footer {
    display: flex;
    justify-content: space-between;
}

.review_name h3 {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px; /* 133.333% */
    margin-bottom: 0;
}

.review_name h4 {
    color: #E08907;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 184.615% */
    margin-bottom: 0;
}

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

.review_header {
    margin-bottom: 15px;
}

.reviews_body {
    margin-top: 2rem;
}
li a.dropdown-item {
    color: #ff9900 !important;
    font-weight: 700 !important;
}
.ghostwriting_content h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ghostwriting_content h1 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #F90;
}

.ghostwriting_content p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 83%;
    margin: auto;
    margin-bottom: 3rem;
}
section.inner_sec_1 {
    background: #FFF7EC;
    padding: 4rem 0;
}

.inner_sec_1_area ul {
    display: flex;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
}

.head_bar h4 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
}

.head_bar h4 span {
    color: #F90;
}

.body_bar p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.inner_sec_1_area ul li {
    padding: 0 15px;
}
.inner_sec_2_content h4 {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner_sec_2_content h2 {
    color: #000;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.inner_sec_2_content h2 span {
    color: #F90;
}

.inner_sec_2_content p {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 141.176% */
}

.sec_3_footer.sec_3_footer_inner {
    text-align: left;
}
.inner_sec_2_img img {transform: scale(1.2);}
.sec_4_box_item_left.sec_4_box_item_left_2 h3 {
    font-size: 20px;
}
section.footer_1 {
    background: linear-gradient(180deg, #FFF7EC, #000000);
    background: linear-gradient(to bottom, #FFF7EC 50%, #000000 50%);
    padding: 3rem 0;
}

.inner_footer_1 {/* Rectangle 1594 */
    background: #FF9900;
    border-radius: 100px;
    padding: 4rem 4rem;
}
.inner_footer_1_header h3 {/* Letâ€™s Connect */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 24px;
/* or 38% */
    color: #000000;
    margin-bottom: 2rem;
}

.inner_footer_1_header p {/* Ready To Work On Your Next Project? */
    
/* identical to box height, or 100% */
/* Ready To Work On Your Next Project? */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
/* identical to box height, or 100% */
    color: #000000;
}

.footer_input_area {/* Rectangle 1595 */
    background: transparent;
    border: none;
    border-bottom: 1px solid #8E5500;
    border-radius: 0;
    padding: 9px 40px;
    margin: 13px 0;
/* Full Name */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    display: flex;
    align-items: center;
    color: #000000;
}
.icon {
    position: absolute;
    top: 6px;
    left: 5px;
}

.footer_input {
    position: relative;
}
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #000000 !important;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000000;
}
.top_footer {
    background: #000000;
}
.top_footer {
    background: #000000;
}

.bottom_footer {
    background: #000000;
    border-top: 1px solid #FFFFFF;
    padding: 25px 0;
}
.top_inner_footer_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.quick_links h3 {/* Quick Links */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
/* identical to box height, or 120% */
    display: flex;
    align-items: center;
    color: #FF9900;
}

.quick_links ul {list-style-type: none;padding-left: 0;}

.quick_links ul li a {
    text-decoration: none;
/* Ghostwriting Editing Proofreading Formatting Children's Book */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
/* or 159% */
    color: #FFFFFF;';;
}
.address_area h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FF9900;
}

.address_area ul {
    list-style-type: none;
    padding-left: 0;
}

.address_area ul li a {/* 2100 Travis St, Houston, TX 77002, USA info@theamzpublisingservices.com +1 469-285-7571 */
    font-family: 'Roboto' !important;!i;!;
    font-style: normal !important;!I;!;
    font-weight: 400 !important;!I;!;
    font-size: 17px !important;!I;!;
    line-height: 35px !important;!i;!;
/* or 206% */
    color: #FFFFFF !important;!i;!;
    text-decoration: none;
}
.bottom_footer_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bottom_footer_inner_right ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    gap: 1.5rem;
    margin-bottom: 0;
}

.bottom_footer_inner_right ul li a {
    text-decoration: none;
}

.bottom_footer_inner_left p {/* Â© Copyright 2024 | The Amz Publising Services | All right reserved. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
/* identical to box height, or 206% */
    color: #FFFFFF;
    margin-bottom: 0;
}

.bottom_footer_inner_right ul li a {/* Privacy Policy / Terms & Conditions */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
/* identical to box height, or 206% */
    text-align: right;
    color: #FFFFFF;
}
.sidebar.show {
    transform: translateX(0);
    z-index: 1;
    left: 0;
}
.sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #343a40;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.sidebar.show {
    transform: translateX(0);
    z-index: 1;
    left: 0;
}
.col_3 {
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(https://www.clipartmax.com/png/full/36-365828_navbar-toggle-icon-menu-hamburger-png-white.png);
    filter: grayscale(129);
}

.popup-img.blink_me {
    display: none;
}

.sticky-slider {
    display: none;
}
div#sidebarMenu {
    background: #ff9900 !important;
    padding: 30px 15px;
}
button.btn.btn-primary.btn_submit {
    background: #FFF;
    border: none;
    border-radius: 100%;
    padding: 25px 21px;
}
.modal-content {
    background: transparent;
    border: none;
}

.form_header h3 {/* sign up nOW to avail */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form_header h2 {/* 50% off */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 94px;
/* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
}

.form_header {/* Rectangle 5 */
    background: #000000;
    box-shadow: 0px 0px 50px rgba(255, 153, 0, 0.2);
    border-radius: 30px 30px 0px 0px;
}

.form_body {
    padding: 10px 22px;
    background: url('../images/modal_bg.png');
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.form_body {}
.banner_form.banner_form_2 {
    padding-bottom: 0;
    padding-top: 0;
}
.banner_form.banner_form_2 {
    padding-bottom: 0;
    padding-top: 0;
    background: transparent !important;
    box-shadow: unset;
}
section.inner_sec_2 {
    padding: 5rem 0;
}

section.inner_sec_2 .row {
    display: flex;
    align-items: center;
}
.sec_timelinne_header {
    text-align: center;
}

.sec_timelinne_header h3 {/* OUR PROCESS */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

h3 {}

.sec_timelinne_header h2 {/* The Easiest Six Steps to Enhance Your Experience */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: 80%;
    margin: auto;
}

.sec_timelinne_header h2 span {
    color: #FF9900;
}
.modal-header {
    border: none;
    position: absolute;
    z-index: 1;
    right: 3rem;
    /* background: #cfcfcfa3; */
    /* border-radius: 100%; */
    padding: 10px 15px;
    top: 1rem;
}

button.btn-close {/* Ellipse 6 */
    background: #FFFFFF !important;
    opacity: 1;
    border-radius: 100%;
    background: #FFFFFF url("../images/Group.png") center/1em auto no-repeat !important;!i;!;url(
    data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
}
.banner_form.banner_form_2 h3 {
    margin-bottom: 0;
}

.banner_form.banner_form_2 {}

.banner_form.banner_form_2 .form_header {
    padding: 2rem 0;
}
.top_inner_footer_header_left p {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
}
.portfolio_details ul {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.portfolio_details ul li {
    flex: 24%;
}
.inner_sec_2_header {
    text-align: center;
    margin-bottom: 2rem;
}

.inner_sec_2_header h3 {/* Your Dedicated Partner */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

.inner_sec_2_header h2 {/* in eBook Success */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 53px;
/* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #F90;
}

.inner_sec_2_header p {/* Writing an eBook isn't just about penning words; it's about strategic storytelling. Amazons Book Publishers employs a meticulous planning process that outlines the structure, plot points, and character arcs, ensuring your eBook flows seamlessly from beginning to end, keeping readers engrossed at every turn. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
/* or 141% */
    text-align: center;
    color: #000000;
    max-width: 93%;
    margin: auto;
    text-transform: capitalize;
}
section.about_cta {
    background: url('../images/about_cta_bg.png');
    background-size: cover;
    position: relative;
    margin: 2rem 0;
    padding: 4rem 0;
    margin-bottom: 11rem !important;
}
.about_cta_content_img {
    position: absolute;
    top: -5rem;
}

.about_cta_content h3 {/* WE'LL HELP YOU STAND OUT! */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.about_cta_content h2 {/* Need Expert Advice on Finalizing Your Manuscript? */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    color: #000000;
}

.about_cta_content p {/* Our professional editing service will take your rough draft and turn it into a publishable book. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
section.about_inner_2 {
    margin: 3rem 0;
}

section.about_inner_2 .row {
    display: flex;
    align-items: center;
}
input#phone {
    width: 100% !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    margin-top: 3px;
}
button#navbarToggle {
    background: #ff9900;
    padding: 5px 10px;
}
span.navbar-toggler-icon div {
    width: 32px;
    height: 5px;
    background-color: black;
    margin: 4px 0px;
}
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
.steps-container {
    width: 100%;
    margin: 50px auto;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 span {
    color: orange;
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    width: 3px;
    background: gray;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.step {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: center;
    margin: 20px 0;
    margin-left: 24.5rem;
}

.step.reverse {
    flex-direction: row-reverse;
}

.number {
    width: 100px;
    height: 100px;
    background: orange;
    color: white;
    font-size: 31px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.content {
    background: rgba(255, 165, 0, 0.2);
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    width: 50%;
}

.content h3 {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content h3 i {
    margin-right: 10px;
}

.content p {
    font-size: 14px;
    margin-top: 5px;
}

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

.chat-btn, .start-btn {
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
}

.chat-btn {
    background: orange;
    color: white;
}

.start-btn {
    background: black;
    color: white;
}


.step.reverse {
    margin-left: -24rem;
}
.content p {/* We ensure that your manuscript is properly formatted and optimized for digital devices. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
/* or 160% */
    color: #000000;
}

.step.reverse {}

.step.reverse .content {
    text-align: end;
}

.step.reverse .content h3 {
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
}
.content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
}

.content .step_left {
    flex: 5%;
}


.content .step_right {
    flex: 70%;
}

.step.reverse .step_left {
    flex: 80%;
}

.step.reverse .step_right {
    flex: 15%;
}


textarea.form-control.footer_input_area.custom-form {
    border-radius: 8px;
    background: #D9D9D9;
    color: #959494;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 10px;
    margin: 6px 0;
    height: 120px;
}

.top_inner_footer_header_left {
    text-align: center;
}

.top_inner_footer_header_left p {
    width: 75%;
    margin: 1rem auto 2rem;
}

.bottom_footer_inner p {
    line-height: normal;
    margin-bottom: 10px;
}