a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/* navbar Above */
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #000;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.m-header {
position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0px 0 0px 0;
  background: #fff;
  overflow: hidden;
}

.m-header .btn1 {
  height: 116px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  display: flex !important;
  border-radius: 60px 0px 0 70px !important;
  background: #17161A;
  color: #fff !important;
}
.m-header .btn1 i {
  background: #fff;
  color: #f57c15;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #f57c15;
  margin: 0 0 0 -47px;
}
#navbarBelow #navbarNavDropdown {
  margin: 0 235px 0 0 !important;
}
#navbarBelow {
  padding: 0;
}
#navbarBelow a {
    color: #000;
    font-weight: normal;
    display: inline-block;
    font-size: 17px;
}

#navbarBelow li {
    position: relative;
}

#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: url(../img/navline.webp);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
  left: 9px;
  background-repeat: no-repeat;
  height: 10px;
  width: 62px;
  background-size: cover;
  bottom: -5px;
}


.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
  color: #000;
  border: none;
  box-shadow: none;
  z-index: 999;
  translate: -210px 0px;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
    padding: 15px 0;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 90px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff !important;
}

.navbar-right-button {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #FF9800 !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
      font-family: "Montserrat", sans-serif;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h1,
h2,
h3
 {
    font-family: "Playfair Display", serif;
    margin: 0 !important;
}

/* #navbarBelow {
    padding: 30px 30px 0 30px;
  } */
/* SECTION1 */
.h_sec1.home{
    position: relative;
    padding: 140px 0 60px 0;
    background: url(../img/s1bg.webp) no-repeat center/cover;
}
  .h_s1left .top{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 121px;
  }
.defaulth1 {
    font-weight: 700;
    line-height: normal;
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}

a.btn1 {
background: #f57c15;
  border: none;
  font-size: 19px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  padding: 11px 34px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
background: #000;
  border: none;
  font-size: 19px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  padding: 11px 34px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size: 53px;
    color: #fff;
    margin: 13px 0 !important;
}
.defaulth2.black{
    color: #021020;
}
.bold {
    font-weight: 600;
}

.clr_1 {
    color: #f57c15 !important;
}

.defaultp {
color: #000;
  margin: 10px 0;
  font-size: 18px;
  line-height: 29px;
}

.h_s1left .bottom {
background: #00000030;
  border: 1px solid #F57C15;
  backdrop-filter: blur(10px);
  border-radius: 11px;
  padding: 18px 20px 27px 20px;
}
.h_s1left .bottom .innertop {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.h_s1left .bottom .innertop .icon {
  background: #f57c15;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  border-radius: 50%;
  font-size: 24px;
  padding: 0 0 0 0;
}

.s1_form input {
  padding: 10px 0 10px 44px;
  border-radius: 29px;
}
.s1_form button {
  background: #f57c15;
  padding: 10px 27px 10px 27px;
  font-weight: 600;
  border-radius: 40px;
  color: #fff;
  width: 100%;
}
.s1_form .form-group i {
  position: absolute;
  top: 16px;
  left: 16px;
  opacity: 0.4;
}
.s1_form .form-group {
  position: relative;
}
.h_s1left .bottom .s1_form .container {
  padding: 0;
}
.h_s1left .bottom .s1_form {
  margin: 18px 0 0 0;
}
.h_s1left .bottom .innertop .disc h6 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.h_s1left .bottom .innertop .img {
  translate: -115px -8px;
}
/* SECTION1 */

/* SECTION2 */
/* SECTION2 */
/* SECTION3 */
.h_sec2.home{
    border-bottom: 7px solid #F57C15;
}
.client_ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
/* SECTION3 */
/* SECTION4 */
.h_sec4.genre_sec.home {
  background: url(../img/s4bg.webp) no-repeat center/cover;
  margin: 50px 0 0 0;
}

.genre_tabs {
display: flex;
  align-items: center;
  background: #F57C15;
  padding: 30px 110px 30px 0px;
  gap: 100px;
    margin: 40px 0 0 0;
      border-radius: 0 15px 15px 0px;
}
.genre_inner {
  padding: 0px 20px 0 70px;
  position: relative;
  z-index: 1;
}
.genre_inner .s4halfbg {
  position: absolute;
  left: 0;
  z-index: -1;
  translate: -30px -60px;
}
.genre_tabs .nav-tabs {
  flex-direction: column;
  align-items: start;
  border: 0;
}
.genre_tabs .nav-tabs a {
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: start;
  font-size: 21px;
  color: #000;
  padding: 10px 20px 10px 40px;
}
.genre_tabs .nav-tabs a:hover{
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}
.genre_tabs .nav-tabs a.active {
  background: #000;
  border: 0 !important;
  border-radius: 0 30px 30px 0px;
  border-bottom: 0 !important;
color: #fff;
}

.genre_tabs .tab-pane ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.genre_tabs .tab-pane ul.list-unstyled li.box {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.genre_tabs nav {
  width: 32%;
}
/* SECTION4 */

/* SECTION5 */
.h_sec5.cta.home{
    background: url(../img/s5bg.webp) no-repeat center/cover;
    position: relative;
  z-index: 9;
}
a.cta-telbtn {
  align-items: center;
  color: #000;
}
a.cta-telbtn p {
  margin: 0;
}
/* SECTION6 */
.h_s6tabsnav .nav-tabs {
  flex-direction: column;
  align-items: start;
  border: 0 !important;
}
.h_s6tabsnav .nav-tabs a {
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: start;
  font-size: 21px;
  padding: 10px 20px 10px 40px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  margin: 7px 0 0 0;
  position: relative;
}
.h_s6tabsnav .nav-tabs a:before{
content: '';
  position: absolute;
  height: 3px;
  width: 0px;
  background: #fff;
  top: 50%;
  left: 0%;
  translate: -50% -50%;
  transition: 0.7s;
}
.h_s6tabsnav .nav-tabs a.active:before{
    width: 85px;
}
.h_s6tabsnav .nav-tabs a.active {
 background: #f57c15;
  border: 0 !important;
  border-radius: 10px;
  border-bottom: 0 !important;
  color: #fff;
  padding-left: 55px;
  transition: 0.7s;
}

.h_s6tabsnav .tab-pane .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 5px;
  margin: 30px 0 0 0 !important;
}
.h_s6tabsnav .tab-pane .inner ul li {
  width: 27%;
}
/* SECTION6 */

/* SECTION7 */
/* services */

.heading--white {
    color: #fff;
}

.services {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0 0;
    margin: -50px 0 0px;
    z-index: 1;
    overflow: hidden;
}

.service_banner {
    position: absolute;
    width: 100%;
    height: 83vh;
    z-index: -1;
    inset: 0;
}

.service_img {
    width: 50px;
    height: 50px;
}

.service_boxMain {
    padding: 70px 0;
    background: #fff;
    border-radius: 30px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 1px #4444;
    position: relative;
}

.serv_head {
    margin: 10px 0 0;
    font-family: var(--f2);
    font-size: 19px;
    font-weight: 600;
}

.serv_con p {
    margin: 7px 0;
    height: 131px;
    /* overflow-y: auto;
    overflow-x: hidden; */
}

.service_box {
    padding: 20px;
    position: relative;
}

.line {
    width: 1px;
    position: absolute;
    height: 75%;
    background: #4444;
    right: 0;
}

.line:before {
    position: absolute;
    width: 4px;
    height: 20%;
    content: '';
    background: #F57C15;
    left: 50%;
    transform: translatex(-50%);
    animation: move1 7s linear infinite;
}

.line--alt {
    width: 75%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.line--alt:before {
    height: 4px;
    width: 19%;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
    animation: move2 7s linear infinite;
}

@keyframes move1 {
    0% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 400%);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes move2 {
    0% {
        transform: translate(0, -50%);
    }

    50% {
        transform: translate(400%, -50%);
    }

    100% {
        transform: translate(0, -50%);
    }
}

.service_boxMain:before {
position: absolute;
  width: 93%;
  height: 100%;
  content: '';
  background: url(../img/serv_before.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  left: -44px;
  z-index: -1;
  transform: rotate(-4deg);
}

.service_boxMain:after {
position: absolute;
  width: 100%;
  height: 90%;
  content: '';
  background: url(../img/serv_after.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
    top: 41px;
  right: -80px; 
  transform: rotate(4deg);
}

.service__btns .themebtn:nth-child(2) {
    border-color: #000;
    color: #000;
}

.service__btns {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 30px 0 0;
}

.service__btns a {
    width: 20%;
    text-align: center;
}

.service_boxMain ul.cta-btn {
    justify-content: center;
}

.service_boxMain ul.cta-btn li {
    color: #000;
}

.service_boxMain ul.cta-btn li img {
    filter: brightness(0);
}

.service_boxMain ul.cta-btn li .header-cta-head a {
    color: #000;
}
/* SECTION7 */

/* SECTION8 */

.processbox {
  background: #fff;
  border: 1px solid #F57C15;
  border-radius: 13px;
  padding: 10px 15px;
  position: relative;
}
.processbox .top {
  display: flex;
  align-items: center;
}
.processbox .top h4 {
  font-size: 19px;
}
.processbox .top h5 {
  font-size: 40px;
  font-weight: 800;
  color: #f57c15;
  opacity: 0.3;
  translate: 7px -6px;
}
.processbox p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.processbox:before {
  content: '';
  background: black;
  height: 69px;
  width: 77px;
  top: -9px;
  right: -9px;
  position: absolute;
  z-index: -1;
  border-radius: 12px;
}
.h_sec8.home.process_sec .row2{
display: flex;
  align-items: center;
  margin: 20px 0 50px 0;
}
.col_d{
    margin: 0;
    padding: 0;
}

.processbox_p.left {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* margin: 50px 0px 0 0px; */
  translate: 12px 48px;
  z-index: -1;
  position: relative;
}
.processbox_p.left.right {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  translate: -12px -60px;
  z-index: -1;
  position: relative;
}

/* SECTION8 */

/* SECTION9 */

.testislider .slide {
  background: #17161A;
  text-align: center;
  padding: 40px 50px 40px 50px;
  border-radius: 16px;
  box-shadow: 0px 20px 0px -3px #0000008c;
  position: relative;
  margin: 0px 0 19px 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testislider .slide .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #fff;
  gap: 26px;
}
.testislider .slide .bottom h4 , .testislider .slide .bottom p {
  margin: 0;
}
.testislider .slide .mid p {
  margin: 30px 0 30px 0;
}
.testislider .slide:before {
  position: absolute;
  top: 36px;
  left: 26px;
  height: 100%;
  width: 96%;
  content: '';
  background: #66666654;
  z-index: -1;
  border-radius: 10px;
}
.dot_true .slick-dots li {
  margin: 0 7px !important;
}

.dot_true .slick-dots li button {
    height: 17px;
    width: 17px;
border-radius: 13px;
  padding: 0 9px;
  transition: 0.5s;
  margin-top: 17px !important;
  background: #f57c15;
}

.dot_true .slick-dots li.slick-active button {
  background-color: #fff;
    width: 17px;
  box-shadow: 0px 0px 11px 5px #00000082;
}

.dot_true .slick-dots li button::before {
  display: none;
}
.testislider .slick-slide {
  padding: 24px 10px;
}
.h_sec9.home.testi_sec{
    background: url(../img/s9bg.webp) no-repeat center/cover;
}
/* SECTION9 */

/* SECTION12 */
/* ============================ faqs section start =========================== */

.faq_head h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 53px;
    margin: 0;
    justify-content: center;
    padding: 20px;
    border: 1px solid #000;
    border-top: none
}

.faq_crd,
.flower_img {
    display: flex;
    align-items: center
}

.faq_btn a,
.faq_crd {
    border: 1px solid #000
}

.flower_img {
    width: 90px;
    height: 90px;
    justify-content: center;
    animation: 20s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.faq_crd {
    border-top: 0
}

.faq_btn a,
.faq_crdRigth {
    align-items: center;
    display: flex
}

.faqcrd_left h3 {
    font-size: 20px;
    font-family: var(--f3);
    margin: 0
}

.faq_crdRigth {
    gap: 10px;
    width: 88px;
    padding: 36px 10px 36px 20px;
    border-left: 1px solid #000;
    margin-left: auto;
    position: relative;
    justify-content: end;
    transition: .5s
}

.faq_crdRigth p {
    font-size: 14px;
    font-family: var(--f6);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
    margin: 0 auto;
    visibility: hidden;
    transition: .5s
}

.faqcrd_left {
    width: 50%;
    padding: 20px 30px;
    cursor: pointer;
}

.faq_crdRigth.active {
    width: 538px
}

.faq_btn a {
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    transition: 500ms;
}

.dropdown_menu>li:hover>.dropdown_menu,
.faq_text.active,
.main_nav>li:hover>.dropdown_menu,
.portfolio-sec-tab li.active::before {
    opacity: 1;
    visibility: visible
}

.faq_innerbtn.active {
    transform: rotate(-100deg);
}

.faqs {
    padding: 0 0 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(../img/s12bg.webp) no-repeat center/cover;
    border-top: 1px solid #000;
}

.faq_bg {
    position: absolute;
    right: -50px;
    width: 24%;
    height: 95%;
    bottom: 0;
    display: none
}

/* ============================ faqs section end =========================== */
/* SECTION12 */

/* INNER PAGES CSS */
.h_sec1.home.inner.bookmarketing{
    background: url(../img/bookmarketingpage/s1bg.webp) no-repeat center/cover;
}
.h_s1left .bottom .innertop .img {
  translate: -25px 0px;
  position: absolute;
  right: 0;
}
.h_s1left.innerform .disc {
  text-align: start !important;
}
.h_s1left.innerform .disc h6 {
  font-size: 30px !important;
}
.h_s1left.innerform .bottom .innertop {
  position: relative;
}
.h_s1left.innerform .s1_form input , .h_s1left.innerform .s1_form button {
  margin: 21px 0 0 0;
}
.h_s1left.innerform {
  margin: 0 0 0 20px;
}
.i_sec4.inner.serv_sec.bookmarketingpage{
    background: #f0f0f0;
}

.s4_bookmarketingbox {
  display: flex;
  align-items: start;
  gap: 25px;
  margin: 40px 0 0 0;
}
.s4_bookmarketingbox .icon {
  flex-shrink: 0;
}
.s4_bookmarketingbox h3 {
  font-size: 23px;
  font-weight: 600;
}

.s4_bookpublishingbox {
  background: #fff;
  border: 1px solid #f57c15;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 10px 30px 10px;
  margin: 75px 0 0 0;
  border-radius: 10px;
  transition: 0.7s;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.s4_bookpublishingbox .icon {
background: #f0f0f0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px 0 16px;
  margin: -91px 0 0px 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  position: relative;
}
.s4_bookpublishingbox .icon:before{
background: linear-gradient(360deg,rgba(245, 124, 21, 1) 50%, rgba(255, 255, 255, 1) 50%);
  content: '';
  height: 102%;
  width: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  translate: -50% -50%;
}
.s4_bookpublishingbox .disc h3 {
  margin: 20px 0 20px 0 !important;
}
.s4_bookpublishingbox:hover {
  background: #f57c15;
  color: #fff;
}
.s4_bookpublishingbox p {
    transition: 0.7s;
    height: 130px;
}
.s4_bookpublishingbox:hover p {
  color: #fff;
}
.s4_bookpublishingbox h3 {
  font-size: 29px;
  transition: 0.7s;
}

.bookpublish_procbox_p .bookpublish_procbox {
  text-align: center;
}
.bookpublish_procbox_p .bookpublish_procbox h3 {
  font-size: 24px;
  font-weight: 600;
}

.bookpublish_procbox_p {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.h_sec1.home.inner.ghostwriting{
  background: url(../img/ghostwritingpage/s1bg.webp) no-repeat center/cover;
}
.h_sec1.home.inner.bookediting{
  background: url(../img/bookeditingpage/s1bg.webp) no-repeat center/cover;
}
.h_sec1.home.inner.bookpublishing{
  background: url(../img/bookpublishingpage/s1bg.webp) no-repeat center/cover;
}
.h_sec1.home.inner.contactpg{
  background: url(../img/contactbg.webp) no-repeat center/cover;
}
.h_sec1.home.inner.aboutpg{
  background: url(../img/aboutpage/s1bg.webp) no-repeat center/cover;
}
.h_sec1.home.inner.small {
  height: 600px;
  display: flex;
  align-items: center;
}
.ghost_servslider_nav .slick-current {
  background: #f57c15;
  padding: 0 !important;
  margin: 0 !important;
}
.ghost_servslider_nav .slick-current p{
  color: #fff;
}

.ghost_servslider_nav .slick-current img {
  filter: invert(1) brightness(100);
}

.ghost_servslider_nav .slide {
display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #00000026;
  padding: 17px 0 17px 0;
  align-items: center;
}
.ghost_servslider_nav .slide p {
  font-size: 14px;
  margin: 8px 0 2px 0 !important;
  line-height: 17px;
}
.ghost_servslider_nav {
  background: #fff;
  border: 1px solid #f57c15;
  border-radius: 11px;
  /* translate: -70px 0px; */
  padding: 0 10px;
}
.ghost_servslider .container {
  background: #fff;
  box-shadow: 0 0 70px 20px #0000001a;
  padding: 30px 30px 30px 30px;
  border-radius: 14px;
}

.slider_btn button {
  background: #f57c15;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
.ghost_servslider_nav_p {
  translate: -70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider_btn button.prev_btn {
  translate: 0 10px;
}
.slider_btn button.next_btn {
  translate: 0 -10px;
}

.ghost_servslider_for .slide {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 0 70px 156px #0000001c;
}
.ghost_servslider_for {
    box-shadow: 0 0 36px 20px #0000001c;
}

.ghost_s6box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 18px;
  position: relative;
}
.ghost_s6box.box2{
  margin: 60px 0 0 0 ;
}

.ghost_s6box.box2:before {
content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  translate: -50% -50%;
  height: 83px;
  width: 2px;
  background: #f57c15;
}

.s4_editingbox {
  background: #f57c15;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 15px 10px 10px 0px;
  gap: 14px;
  color: #fff;
  border-radius: 11px;
}
.s4_editingbox .icon {
  background: #fff;
  flex-shrink: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -22px;
}
.i_sec4.inner.serv_sec.bookeditingpage{
  background: url(../img/bookeditingpage/s4bg.webp) no-repeat center/cover;
}
.i_sec4.inner.serv_sec.bookeditingpage .container{
  background: #fff;
  padding: 30px 20px 30px 30px;
}
.s4_editingbox h3 {
  font-size: 22px;
  font-weight: 600;
}
.s4_editingbox_p {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.s4_editingbox_p .s4_editingbox {
  width: 47%;
  margin: 0 0 0 9px;
}

.editiing_s6box .inner {
text-align: center;
  border: 1px solid #f57c15;
  border-radius: 12px;
  box-shadow: 0 0 50px 5px #0000001f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffffb5;
  padding: 0px 20px 20px 20px;
  backdrop-filter: blur(10px);
}
.editiing_s6box h3 {
  font-size: 22px;
}
.editiing_s6box .inner .icon {
  background: #fff;
  height: 167px;
  width: 167px;
  box-shadow: 0 0px 30px 3px #0000001f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -90px 0 16px 0;
}
.editiing_s6box {
  text-align: center;
  margin: 160px 0 0 0;
  position: relative;
  z-index: 9999999999999999;
  isolation: isolate;
}
.editiing_s6box .num {
  font-size: 30px;
  font-weight: 600;
  color: #f57c15;
}
.editiing_s6box::before {
height: 450px;
  width: 214px;
  position: absolute;
  top: 35%;
  left: 50%;
  translate: -50% -50%;
  border: 10px solid #f57c15;
  content: '';
  border-radius: 140px;
  z-index: -1;
}
/* INNER PAGES CSS */

/* contactpage */
.s12form form input , .s12form form textarea {
  background: #E8E8E8;
  margin: 32px 0 0 0;
  padding: 16px 0px 16px 20px;
  border-radius: 25px;
  resize: none;
  border: 0;
}
.s12form form textarea {
  height: 120px;
  border-radius: 12px;
}
.s12form form button {
background: #f57c15;
  width: 100%;
  margin: 30px 0 0 0;
  font-weight: 600;
  color: #fff;
  padding: 12px 0;
  border-radius: 32px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.h_sec12.bot_form > .container {
  border: 1px solid #f57c15;
  border-radius: 11px;
  padding: 0 0px 0 20px;
}
.h_sec12.bot_form > .container .col-lg-8 {
  padding: 0px 40px 38px 50px !important;
}
.h_s12left{
  background: url(../img/s12img_bg.webp) no-repeat center/cover;
}

.s12form .form-group {
  position: relative;
}
.s12form .form-group i {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.4;
}

.contactlink_ftr ul li {
  display: flex;
  gap: 10px;
  margin: 10px 0 0 0 !important;
}
.contactlink_ftr ul li .icon {
  flex-shrink: 0;
}

.h_sec12.bot_form.home .right ul li.box {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 22px 0 0 0;
}
.h_sec12.bot_form.home .right ul li.box i {
  border: 1px solid white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.h_sec12.bot_form.home .right {
  background: url(../img/contactpgformbg.webp) no-repeat center/cover;
  height: 100%;
  color: #fff;
  padding: 30px 30px 30px 20px;
}
/* fixed navbar style */
/* .navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} */
/* contactpage */


    /* FOOTER  */
    
    footer {
        width: 100%;
        background: #17161A;
        overflow: hidden;
    }
    
    .foot_top {
        width: 100%;
        overflow: hidden;
        padding: 60px 0 40px;
    }
    .foot_box img[src="img/logo.webp"] {
  height: 80px;
  filter: invert(1) brightness(100);
}
.foot_box {
    width: 100%;
}

.foot_box p {
    color: #fff !important;
    font-size: 14px;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.foot_box ul {
    padding: 0 0 0 0px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}
.foot_box ul li i{
    color: #B2C3BF;
}

/* .foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
} */

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    font-size: 13px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

/* .foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #fff;
} */

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}

/* .foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #fff;
} */

.foot_box img {
    margin-top: 10px;
    width: 140px;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    background: #17161A;
    padding: 16px 0;
  }
.foot_bot p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}


@media (max-width:1750px) {
    .genre_tabs {
        padding: 30px 0px 30px 0px;
    }
}
@media (max-width:1650px) {
    .hide1600{
        display: none;
    }
    .services {
        padding: 250px 0 0;
        margin: -10px 0 0px;
    }
    .service_boxMain::after {
        right: -80px;
    }
    
}
@media (max-width:1580px) {
    .genre_tabs .tab-pane ul.list-unstyled {
        display: flex;
        flex-wrap: wrap;
        gap: 0 43px;
    }
}
@media (max-width:1525px) {
     .genre_tabs .tab-pane ul.list-unstyled {
        display: flex;
        flex-wrap: wrap;
        gap: 0 27px;
    }
}
@media (max-width:1490px) {
      .genre_tabs .tab-pane ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 0 45px;
      }
       .bookpublish_procbox_p .bookpublish_procbox p {
  font-size: 15px;
}
.bookpublish_procbox_p .bookpublish_procbox h3 {
  font-size: 23px;
  font-weight: 600;
}
}
@media (max-width:1450px) {
    .defaulth1 {
        font-size: 50px;
        padding: 10px 0;
    }      
    .defaulth2 {
        font-size: 42px;
    }
    img[src="img/s3left.webp"] {
        width: 80%;
    }
    .genre_tabs .tab-pane ul.list-unstyled li.box IMG {
        width: 100%;
    }
    img[src="img/s11left.webp"] {
  width: 78%;
  margin: auto;
  display: table;
}
img[src="img/bookpublishingpage/s3left.webp"] {
  width: 85%;
}
.s4_bookpublishingbox {
  padding: 30px 20px 30px 20px;
  height: 292px;
}
.s4_bookpublishingbox h3 {
  font-size: 25px;
}
.ghost_servslider_nav_p {
  translate: -70px -14px;
}
}
@media (max-width:1399px) {
      .genre_tabs .tab-pane ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
      }
      .genre_tabs .tab-pane ul.list-unstyled li.box p {
  font-size: 11px;
}
.genre_tabs .nav-tabs a {
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: start;
  font-size: 16px;
  color: #000;
}
.service_boxMain::before {
  top: -64px;
  left: -17px;
}
  .service_boxMain::after {
    right: -11px;
    top: -7px;
  }
    img[src="img/s11left.webp"] {
    width: 93%;
    margin: auto;
    display: table;
    translate: 0 9px;
    }
    .genre_tabs nav {
    width: 32%;
  }
  .genre_inner {
    padding: 0px 0px 0 0px;
    }
    .genre_tabs .inner h3 {
  font-size: 31px;
  margin: 0 0 20px 0 !important;
}
.genre_tabs .tab-pane ul.list-unstyled{
    justify-content:  center;
}


.s4_editingbox h3 {
  font-size: 19px;
}
.s4_editingbox .icon {
  height: 60px;
  width: 60px;
  margin: 0px 0 0 -20px;
}
.editiing_s6box::before {
  height: 487px;
}
 .s4_bookpublishingbox h3 {
    font-size: 22px;
 }
 .s4_bookpublishingbox .icon {
  margin: -84px 0 0px 0;
 }
img[src="img/bookmarketingpage/s6img1.webp"] , img[src="img/bookmarketingpage/s6img2.webp"]{
width: 100%;
}
.ghost_servslider_nav_p {
  translate: -50px -14px;
}
a.btn1 , a.btn2{
  padding: 9px 23px;
}

 img[src="img/s3left.webp"] {
    width: 100%;
  }
}
.desk_hide{
  display: none !important;
}
@media (max-width:991px) {
      .genre_tabs nav {
        display: none;
      }
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .res_slider .slick-dots li { margin: 0 7px !important;  }
    .res_slider .slick-dots li button { height: 11px; width: 11px; background: #f57c15; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #f57c15; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none;
    }
    .desk_hide{
      display: block !important;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #ffffff;
        padding: 0 10px;
    }
    #navbarBelow #navbarNavDropdown {
      margin: 0 0px 0 0 !important;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    .s1_form .row{
        gap: 15px;
    }
    .genre_tabs{
        display: block !important;
    }
    .tab-pane {
  opacity: 1 !important;
}
.genre_inner .head{
    justify-content: center;
}
.defaultp {
  color: #000;
  margin: 10px 0;
  font-size: 16px;
}
.h_s6tabsnav .tab-pane .inner ul {
  justify-content: center;
}
.h_s6tabsnav .tab-pane .inner ul li {
  width: 42%;
  text-align: start;
  font-size: 14px;
}
.service_box {
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.processbox_p.left {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  translate: 0;
}
.processbox_p.left.right {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  translate: 0;
}
.processbox {
  margin: 31px 0 0 0;
}
.h_sec8.home.process_sec .row2 {
  margin: 0px 0 50px 0;
}
.faq_crd{
    flex-direction: column;
}
.faqcrd_left {
  width: 100%;
  padding: 20px 20px;
}
.s4_editingbox_p .s4_editingbox {
  width: 100%;
  margin: 0 0 0 0px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  display: flex !important;
  padding: 15px 0px 10px 0px;
}
.editiing_s6box {
  text-align: center;
  margin: 160px 0 90px 0;
}
 .editiing_s6box::before {
    height: 404px;
  }
  .editiing_s6box {
    text-align: center;
    margin: 120px 0 50px 0;
    }
     .bookpublish_procbox_p .bookpublish_procbox h3 {
    font-size: 20px;
 }
 .bookpublish_procbox_p {
  gap: 0px;
}

.s4_bookmarketingbox {
  display: flex;
  align-items: start;
  gap: 25px;
  margin: 40px 0 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ghost_s6box {
  margin: 15px 0 0 0 !important;
}
/* .h_sec12.home.faqs{
  display: none;
} */
.faq_crdRigth {
  width: 100%;
  margin: 10px 0 25px 0;
}
.faq_crdRigth p {
  font-size: 14px;
  font-family: var(--f6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
  opacity: 1;   
  visibility: visible;
}
.faq_crd .faq_btn{
  display: none;
}
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 70px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}