@font-face {
    font-family: Helvetica;
    src: url('../fonts/Helvetica.ttf');
}
@font-face {
    font-family: Helvetica-Bold;
    src: url('../fonts/Helvetica-Bold.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}
/*
font-family: "Unbounded", sans-serif;
font-family: "DM Sans", sans-serif;
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555755;
}
h2 {
    font-family: "Unbounded", sans-serif;
    color: #272827;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}


header.site_header {
    padding-top: 30px;
    transition: .5s;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9;
}
header.sticky_header {
    background-color: #f2f2f2;
    padding: 20px 0px;
}
.site_header .row {
    align-items: center;
}
.header_logo img {
    width: 100%;
    max-width: 220px;
}
.header_nav ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 38px;
    justify-content: end;
    margin: 0px;
    align-items: center;
}
.header_nav ul li a {
    text-decoration: none;
    color: #272827 !important;
}
.header_nav ul li a.active {
    font-weight: 700;
}
.theme_btn {
    background-color: #D0202D;
    color: #fff !important;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 8px 40px #d0202d61;
}
.theme_btn img {
    margin-right: 15px;
}
.header_nav li {
    position: relative;
    transition: 1s;
}
.header_nav ul li a.theme_btn {
    color: #fff !important;
}
.header_nav i.fa-solid {
    color: #000;
    font-size: 14px;
}
.scroll_disable {
    overflow: hidden;
}
.menu_active:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #272827;
    position: absolute;
    transform: rotate(45deg);
    bottom: -90px;
    left: 30px;
    transition: 1s;
}
/*.mega_menu_main:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #272827;
    position: absolute;
    transform: rotate(45deg);
    top: -20px;
    transition: 1s;
}
.mega_menu_main.menu_dropdown_one:before {
    left: 48%;
}
.mega_menu_main.menu_dropdown_two:before {
    left: 57%;
}
.mega_menu_main.menu_dropdown_three:before {
    left: 66%;
}*/
.dropdown_close i {
    color: #fff;
    font-size: 30px;
}
.dropdown_close {
    text-align: right;
    padding: 0px 75px;
    display: none;
}
.mega_menu_main {
    background-color: #272827;
    padding: 55px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 150px;
    display: none;
}
.mega_menu_items {
    display: flex;
    justify-content: space-between;
}
.mega_menu_items ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.mega_menu_items ul li a {
    color: #F5F5F5 !important;
    text-decoration: none;
    font-weight: 700;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #f5f5f529;
    margin-bottom: 30px;
}
.mega_menu_items ul li a span {
    display: block;
    color: #A8A8A8;
    font-size: 13px;
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 10px;
}
.mega_menu_text h4 {
    margin-top: 10px;
    color: #F5F5F5;
    font-size: 28px;
    font-weight: 700;
    line-height: 36.46px;
}
.mega_menu_text p {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 20px;
    max-width: 250px;
}

/*Home Banner Start*/
.home_banner_sec {
    background-image: url('../images/home_banner_bg_new.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 210px;
    padding-bottom: 120px;
}
.banner_first_row {
    align-items: center;
    padding-bottom: 150px;
}
.banner_text_col {
    text-align: center;
}
.banner_text_col h4 {
    color: #D0202D;
    font-size: 18px;
    font-weight: 700;
}
.banner_text_col h2 {
    font-size: 64px;
}
.banner_text_col p {
    margin-bottom: 30px;
}
.banner_img_col {
    margin-top: 0px;
}
.banner_img_col img {
    mix-blend-mode: darken;
}
.banner_box {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
}
.banner_box:before {
    content: '';
    background: rgb(247, 223, 223);
    background: radial-gradient(circle, rgba(247, 223, 223, 1) 0%, rgba(250, 250, 250, 1) 100%);
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -100px;
    z-index: -1;
    border-radius: 50px;
    top: -100px;
}
.banner_box h5 {
    color: #272827;
    font-size: 22px;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    margin: 40px 32px 16px;
}
.banner_box p {
    font-size: 17px;
    line-height: 22px;
    margin: 0px 32px 32px;
    border-bottom: 2px solid rgba(208, 32, 44, 0.2);
    padding-bottom: 32px;
}
/*Home Banner End*/

.home_start_project_sec {
    /*background-image: url('../images/petterns_bg.png');*/
    background-size: cover;
    padding-bottom: 120px;
}
.project_form_box {
    background-color: #FAFAFA;
    padding: 120px;
    border-radius: 24px;
    position: relative;
}
.project_start_form_main {
    box-shadow: 0px 6px 72px #0000001a;
    border-radius: 24px;
    /*border-top: 4px solid #D0202D;*/
    background-color: #D0202D;
}
.form_head {
    display: flex;
    justify-content: space-between;
}
.project_start_form_main h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    font-family: "Unbounded", sans-serif;
    margin: 34px 0px 20px 40px;
}
.form_head img {
    border-top-right-radius: 27px;
    height: 140px;
}
.form_left_col img {
    width: 100%;
} 
.project_start_form_main h5 {
    background-color: #272827;
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 40px;
    margin: 0px;
}
.project_start_form {
    padding-top: 30px;
}
.project_form_control {
    padding: 0px 30px;
    margin-bottom: 30px;
}
.project_form_control label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.project_form_control input,
.project_form_control select,
.project_form_control textarea {
    border: 1px solid rgba(39, 40, 39, 0.08);
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 42px;
    outline: none;
    padding: 0px 20px;
}
.project_form_control_row {
    display: flex;
    padding: 0px 30px;
    gap: 20px;
}
.project_form_control_row .project_form_control {
    padding: 0px;
    width: 50%;
}
.project_form_control textarea#message {
    height: 100px;
    resize: none;
}
.form_footer {
    background-image: url(../images/form_bottom_img.png);
    background-size: 100% 100%;
    padding: 24px 30px;
    margin-top: 40px;
}
.form_footer .project_form_control {
    padding: 0px;
    margin: 0px;
}
.form_footer .project_form_control .submit_btn {
    width: 150px;
    background-color: #F5F5F5;
    border-radius: 4px;
    color: #272827;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 14px 0px;
}
.submit_btn img {
    margin-left: 10px;
}
.start_project_text h2 {
    font-weight: 500;
    margin-bottom: 0px;
}
.home_start_project_sec .row.align_bottom {
    margin-bottom: 60px;
}
.align_bottom {
    align-items: center;
}
section.home_service_sec {
    position: relative;
    z-index: 1;
}
.service_top {
    background-image: url(../images/service_bg_new.png);
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 250px;
}
.service_head_text {
    margin-bottom: 70px;
}
.service_head_text h2 {
    color: #F5F5F5;
    text-align: center;
}
.service_head_text p {
    color: #A8A8A8;
    text-align: center;
    line-height: 28px;
    margin: 0;
}
.service_list {
    display: flex;
    gap: 25px;
    position: relative;
}
.service_list span {
    color: #272827;
    font-size: 20px;
    font-weight: 700;
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(204, 204, 204, 1) 100%);
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 50px;
    position: relative;
}
.service_list span:before {
    content: '';
    border: 1px solid #f5f5f52e;
    display: flex;
    height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    left: -9px;
    top: -9px;
    align-items: center;
    border-radius: 50px;
}
.service_list_text h5 {
    color: #F5F5F5;
    margin-bottom: 15px;
    font-family: "Unbounded", sans-serif;
    font-size: 19px;
    font-weight: 500;
}
.service_list_text p {
    color: #A8A8A8;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}
.service_list_text {
    margin-bottom: 67px;
}
.list_position_three .service_list_text {
    margin-bottom: 0px;
}
.service_list.list_position_one {
    margin-top: 50px;
    left: -35px;
}
.list_position_two {
    left: 33px;
}
.list_position_three {
    left: 8px;
}
.move_top_100 {
    margin-top: -110px;
    position: relative;
    z-index: 1;
}
.align_center {
    align-items: center;
}
.service_bottom {
    box-shadow: 0px 0px 100px #1b1b1b30;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    background: rgb(245, 245, 245);
}
.row.bottom_row_one {
    padding: 100px 50px;
}
.service_col_text h3 {
    color: #272827;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-right: 30px;
    font-family: "Unbounded", sans-serif;
}
.service_col_text p {
    line-height: 24px;
    margin-bottom: 30px;
}
.help_author_img {
    text-align: right;
}
.service_box_main {
    background-image: url(../images/box_bg_55.png);
    background-size: 100% 100%;
    padding: 45px;
    border-radius: 24px;
}
.service_box_text {
    border-radius: 16px;
    background-color: rgba(245, 245, 245, 0.1);
    backdrop-filter: blur(16px);
    height: 100%;
}
.service_box_text > div {
    padding: 24px 32px;
}
.service_box_text h5 {
    color: #F5F5F5;
    font-size: 20px;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 16px;
}
.service_box_text p {
    font-size: 15px;
    line-height: 22px;
    color: #F5F5F5;
}
.service_box_main .col-md-4 {
    padding: 0px 15px;
}
.service_box_main .row {
    /*align-items: center;*/
}
.service_bottom:before {
    content: url(../images/service_before_img.png);
    position: absolute;
    left: -190px;
    top: -120px;
}
.service_sec_bottom_bg {
    background-image: url(../images/service_sec_bg.png);
    background-position: bottom;
    margin-bottom: 100px;
    background-size: cover;
}
.publishing_partners_sec {
    /*background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 100%);*/
    background-image: url(../images/Our-Clients_bg_new.gif);
    background-size: cover;
    padding: 120px 0px 0px;
    background-repeat: no-repeat;
    /*margin-top: -150px;*/
}
.publishing_head_text {
    text-align: center;
    max-width: 760px;
    margin: 0px auto;
}
.partners_logo_main {
    margin-top: 70px;
}
.partners_logo_main img {
    width: 100%;
}
.partners_logo_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}
.partner_logo_col + .partner_logo_col {
    border-left: 1px solid #27282730;
}
.partner_logo_col {
    flex: 1 1 auto;
    text-align: center;
}
.partner_logo_col:first-child {
    text-align: left;
}

.partner_logo_col:last-child {
    text-align: right;
}
.process_head_text {
    margin-bottom: 70px;
    text-align: center;
}
.process_head_text h2 {
    color: #F5F5F5;
}
.process_head_text p {
    color: #A8A8A8;
    line-height: 28px;
}

.publishing_process_sec {
    /*background: rgb(56,56,56);
    background: linear-gradient(90deg, rgba(56,56,56,1) 0%, rgba(27,27,27,1) 66%);*/
    background-image: url(../images/Publishing-Process_background_new.gif);
    background-size: 100% 100%;
    padding: 120px 0px;
}
.process_img img {
    mix-blend-mode: difference;
}
.process_step_text span {
    color: #D0202D;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.process_step_text h5 {
    color: #F5F5F5;
    font-size: 24px;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}
.process_step_text p {
    color: #A8A8A8;
    font-size: 15px;
    line-height: 22px;
}
.process_img {
    text-align: center;
    position: relative;
    left: -39px;
    margin-top: -90px;
}
.process_step_text {
    max-width: 400px;
}
.marg_left_30 {
    margin-left: 30px;
}
.width_300 {
    max-width: 302px;
    margin-left: auto;
}
.book_stand_sec {
    /*background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 100%);*/
    background-image: url(../images/book_stand_sec_bg.png);
    background-size: cover;
    padding: 120px 0px;
}
.stand_col_text p {
    line-height: 26px;
    margin-bottom: 30px;
}
.stand_col_text ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    column-count: 2;
    max-width: 650px;
}
.stand_col_text ul li {
    font-weight: 500;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.stand_col_text ul li:before {
    content: url(../images/check_circle.png);
}
.stand_col_text ul li span {
    position: relative;
    top: -3px;
}
.stand_counter_col {
    position: relative;
    text-align: right;
}
.stand_counter {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0px 8px 40px #d0202d61;
    background-color: #D0202D;
    padding: 30px 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}
.counter_box + .counter_box {
    border-left: 1px solid #ffffff47;
}
.counter_box {
    flex: 1 1 auto;
    text-align: center;
}
.counter_box:first-child {
    text-align: left;
}
.counter_box:last-child {
    text-align: right;
}
.counter_box p.counter {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}
.counter_box p.counter:after {
    content: '+';
    color: #fff;
    margin-left: 0px;
}
.counter_box span {
    color: #fff;
    font-size: 14px;
}
.stand_col_text {
    margin-top: 20px;
}


footer.site_footer {
    background: rgb(56, 56, 56);
    background: linear-gradient(90deg, rgba(56, 56, 56, 1) 0%, rgba(27, 27, 27, 1) 66%);
    padding-top: 100px;
}
.footer_top {
    padding-bottom: 100px;
}
.footer_col_one p {
    color: #F5F5F5;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}
.footer_top h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer_col_two ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_col_two ul li a {
    line-height: 28px;
    color: #F5F5F5;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.touch_text a {
    line-height: 28px;
    color: #F5F5F5;
    text-decoration: none;
    display: block;
}
.text_with_icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.newsletter_fields {
    position: relative;
}
.newsletter_fields input[type="email"] {
    background-color: #f5f5f530;
    border: 1px solid #f5f5f530;
    padding: 8px 15px;
    width: 100%;
    outline: none;
    color: #F5F5F5;
}
.newsletter_fields input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #D0202D;
    border: 1px solid #D0202D;
    color: #F5F5F5;
    padding: 0px 15px;
}
.footer_col_four p {
    color: #f5f5f585;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: initial;
}
.footer_bottom {
    border-top: 1px solid #f5f5f530;
}
.footer_bottom p {
    text-align: center;
    color: #F5F5F5;
    font-size: 12px;
    line-height: initial;
    padding: 20px 0px;
    margin: 0px;
    letter-spacing: 1px;
}
.footer_bottom p a {
    color: #F5F5F5;
    text-decoration: none;
}
.our_books_sec {
    padding: 120px 0px;
    background-color: #F5F5F5;
}
.our_books_head_text {
    margin-bottom: 70px;
    text-align: center;
}
.books_pages_slider .slick-prev, 
.books_pages_slider .slick-next {
    position: initial;
    background-color: #D0202D !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 15px 30px rgb(208 32 45 / 30%);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.books_pages_slider .slick-prev:before, 
.books_pages_slider .slick-next:before {
    /*color: #000;*/
}
.book_slider_main > .row {
    align-items: center;
}
.books_pages_slider .slick-slide {
    position: relative;
    /*left: -3%;*/
    padding: 50px 15px;
}
.slick-slide.slick-current.slick-active {
    left: 0px;
    z-index: 1;
}
.book_pages {
    box-shadow: 0px 26.19px 52.39px #1d2b3f0a;
}
#toggle {
    display: none;
}
.books_slider .owl-nav button {
    background-color: #D0202D !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    box-shadow: 0px 15px 30px rgb(208 32 45 / 30%);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    color: #fff !important;
    position: absolute;
}
.books_slider .owl-nav button span {
    font-size: 0px;
}
.books_slider .owl-nav .owl-prev span:after {
    content: '←';
    font-size: 20px;
}
.books_slider .owl-nav .owl-next span:after {
    content: '→';
    font-size: 20px;
}
.books_slider .owl-nav button.owl-prev {
    left: -100px;
    top: 45%;
}
.books_slider .owl-nav button.owl-next {
    right: -100px;
    top: 45%;
}
label.error {
    color: #d0202d;
    margin: 0px;
}
.newsletter_fields label.error {
    position: absolute;
    bottom: -30px;
    left: 0px;
}
.sub_heading {
    color: #D0202D;
    font-size: 18px;
    font-weight: 700;
}
.marg_bottom_40 {
    margin-bottom: 40px;
}
.row.support_row {
    position: relative;
}
.support_row:before {
    content: url(../images/support_sec_circle.png);
    position: absolute;
    bottom: -40px;
    left: -40px;
}
.project_form_box:after {
    content: url(../images/Ellipse_14.png);
    position: absolute;
    bottom: -50px;
    right: -60px;
    z-index: -1;
}
.project_form_box:before{
    content: url(../images/three_texture.png);
    position: absolute;
    top: 150px;
    right: -43px;
}
.service_img_col img {
    mix-blend-mode: color-dodge;
    max-width: 500px;
}