@media only screen and (max-width: 576px) {
    section.main-banner-bg {
        margin: 5px 0 0 0 !important;
    }
    .mobile-menu img.img-fluid {
    max-width: 180px !important;
}
}.main-logoh1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {

}
.container{
  max-width: 1140px;
}
@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/gilroy-medium.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'VisbyCF-Regular';
    src: url('../fonts/VisbyCF-Regular.woff') format('woff');
}

h1,h2,h3,h4,h5{
    font-family: 'Gilroy Medium';
} 
p, a{
      font-family: 'VisbyCF-Regular';
}
::-webkit-scrollbar {
  width: 5px
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #D3D3D3; 
}
::-moz-selection {
  color: #fff;
  background: #17333c 
}
::selection {
  color: #fff;
  background: #17333c 
}
span {
  color: #ec7b19;
}
p{
  color: #666;
}
/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 30%;
  background: #17333c;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border: 2px solid #fff
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 30%;
  background: #17333c;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0;
  top: 40px;
  display: flex;
  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;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all .5s cubic-bezier(.7, 0, .3, 1);
  padding: 40px 20px;
  border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, .71);
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999
}
.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.btn-1 a:hover {
    color: #f47c2a !important;
    border: 1px solid #17333c !important;
}
.nav-link.active img {
    filter: invert(1);
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none
}
.mobile-dropdown button {
  background: 0 0;
  border: none;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: auto;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.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;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */

.btn-1 a, .btn-1 button {
  background: #17333c;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px!important;
  transition: .3s;
  border: 2px solid #17333c;
  margin: 0px 0 0 0px!important;
  text-transform: uppercase;
}
.btn-1 a:hover, .btn-1 button:hover {
  background: 0 0;
  color: #17333c;
  border: 2px solid #17333c;
}
.btn-2 a {
    background: #f47c2a;
  border: 2px solid #f47c2a;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0px 0 0 15px!important;
}
.btn-2 a:hover {
        background: #071338;

  color: #fff;
  border: 2px solid #fff;
}
.btn-3 a, .btn-3 button {
  background: #071338;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px!important;
  transition: .3s;
  border: 2px solid #071338;
  margin: 0px 0 0 0px!important;
}
.btn-3 a:hover, .btn-3 button:hover {
  background: 0 0;
  color: #f47c2a;
  border: 2px solid #f47c2a;
}
.btn-4 a {
  border: 2px solid #071338;
  border-radius: 5px;
  color: #071338;
  transition: 0.3s;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0px 0 0 15px!important;
}
.btn-4 a:hover {
  background: #071338;
  color: #fff;
  border: 2px solid #071338;
}
.header {
  position: fixed;
  z-index: 99;
  height: 100px;
  top: 0px;
  width: 100%;
  background: #0000001f;
  padding: 20px 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  border-bottom: 2px solid transparent
}
.active-header {
  /* background-color: rgba(255, 255, 255); */
  top: 0
}
.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  position: fixed;
  transition: all .75s linear!important;
  width: 100%;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0
}
.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: all .75s linear!important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200
}
.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0 15px
}
.second-header-dropdown li a:hover {
  color: #f2653a
}
.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0;
}
.header-top-bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #17333c 0, #17333c 100%);
  line-height: 70px;
  text-transform: uppercase
}
header .contact-bar {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header .contact-bar ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
header .contact-bar li i {
    color: #ec7f17;
}
header .contact-bar ul li a, li p {
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-transform: lowercase;
}

.header-top {
  display: flex;
  justify-content: space-between
}
a.nav-btn-1 {
    color: #fff!important;
    padding: 10px 20px!important;
    background-color: #f47c2a;
    border-radius: 5px;
    border: 2px solid #f47c2a;
    transition: 0.3s;
}
a.nav-btn-1:hover {
    color: #f47c2a!important;
    background-color: #fff;
    border: 2px solid #f47c2a;
}
a.nav-btn-2 {
    color: #071338!important;
    padding: 10px 20px!important;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #071338;
    transition: 0.3s;
}
a.nav-btn-2:hover {
    color: #fff!important;
    background-color: #071338;
    border: 2px solid #071338;
}
.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700
}
.header-top-bg .top-number a:hover {
  color: #17333c
}
.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  margin: 0 10px 0 0
}
.header-top-bg .top-btn-2 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 25px;
  color: #17333c;
  border: 2px solid #fff;
}
.main-logo {
  width: 200px;
  /*padding-right: 57px;*/
}
.main-header-bg {
  background: #fff;
  box-shadow: 0 3px 30px #00000029;
  line-height: 94px;
  padding: 5px 0
}
.main-header-bg .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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: 0 15px;
  font-weight: 600;
  font-size: 15px
}
.main-header .main-navigation ul li a:hover {
  color: #17333c 
}
.main-header .main-navigation ul li a.number-btn{
    border-left: 3px solid #071338;
    border-right: 3px solid #071338;
    padding: 10px 5px;
    color:#000;
    transition:all .3s ease-in-out;
}
.main-header .main-navigation ul li a.number-btn:hover{
    color: #071338;
}
.main-header .main-navigation ul li a.number-btn i{
    margin-left: 7px;
    font-size: 16px;
    color: #071338;
}
.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-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block
}
.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content
}
.main-dropdown-arrow .button {
  position: relative
}
.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #071338;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
  left: 3px;
  left: 3px
}
.navi-drop-hr {
  width: 95%!important;
  margin: 0
}
.lp-main-banner-bg{
  margin: 0!important;
}
section.main-banner-bg {
  margin: 100px 0 0 0!important;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background:#071338;
}
.main-banner-bg h5 {
  color: #ec7b19;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.main-banner-bg h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.main-banner-bg p {
  font-size: 15px;
  color: #fff
}
.main-banner-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 200px 0 0
}
.main-banner-btn .service-btn a {
    background: #17333c;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0 2px;
    padding: 10px 14px!important;
    transition: .3s;
    border: 2px solid #17333c;
}
.main-banner-btn .service-btn a:hover {
  background: 0 0;
  color: #17333c;
  border: 2px solid #17333c
}
.main-banner-btn .contact-btn a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none
}
.main-banner-btn .contact-btn a:hover {
  background: #17333c;
  color: #fff;
  border: 2px solid #17333c
}

/*Lp Header Css Start Here*/
header .navbar {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    padding: 10px 0;
}
header.sticky .navbar {
    background: linear-gradient( 80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-brand{
    padding: 0;
    margin: 0;
}
header .navbar .navbar-brand .logo {
    width: 275px;
    display: block;
    margin: 0;
    transition: all 0.1s ease-in-out;
}
header .navbar-toggler {
    background-color: #fff;
}

header .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}
header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
header .navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .navbar .navbar-buttons .nav-btn-item{
    margin: 0 5px 0;
    list-style:none;
}
header .navbar .navbar-buttons .nav-btn-item a.popup-btn {
    background: #071338;
    border-radius: 5px;
    width: 150px;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    position: relative;
    border: 1px solid #071338;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
header .navbar .navbar-buttons .nav-btn-item a.popup-btn:hover{
    background:#fff;
    color:#071338;
}
header .navbar .navbar-buttons .nav-btn-item a.number-btn {
    background: #fff;
    border-radius: 5px;
    width: 150px;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    color: #071338;
    font-weight: 600;
    display: block;
    position: relative;
    border: 1px solid #071338;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
header .navbar .navbar-buttons .nav-btn-item a.number-btn:hover{
    background: #071338;
    color:#fff;
}
/*Lp Header Css End Here*/

/* Main Banner */
.bg-texture {
    background-image: url("../images/texture-bg.webp");
}
section.main-banner-bg {
    margin: 100px 0 0;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner-bg h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 56px;
}
.ratsite {
    min-height: 45px;
    display: flex;
    align-items: center;
}
.ratings_cont {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.ratings_cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}
.ratings_rate {
    display: block;
    line-height: 15px;
}
.ratings_cont p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}
.banner-bages a{
  text-decoration: none;
}
.about-form {
  background: #fff;
  box-shadow: 0 5px 30px #00000029;
  border: 1px solid #0000004D;
  border-radius: 30px;
  padding: 19px 50px;
  margin: 30px 0;
  position: relative
}
.about-form .about-form-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}
.about-form .form-head-content h4 {
  color: #010101;
  font-size: 20px
}
.about-form .form-head-content h3 {
  color: #071338;
  font-size: 25px;
  font-weight: 700
}
.about-form .form-head-book {
  position: absolute;
  top: -30px;
  right: 51px
}
.about-form .form-head-btn button {
  color: #f2f2f2;
  font-size: 20px;
  background: #f47c2a;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0;
  border: 1px solid #f47c2a;
  transition: .3s
}
.about-form .form-head-btn button:hover {
  border: 1px solid #001a45;
  background: 0 0;
  color: #002768
}
/* Services */
.head-serv-bg span {
    color: #ec7b19;
}
.head-serv-bg  h5 {
    color: #ec7b19;
    padding: 10px 0;
    text-transform: uppercase;
}
.head-serv-bg .ratings_cont h3,
.head-serv-bg .ratings_cont p{
  color: #fff;
} 
.services-bg{
    background-image: url("../images/service-bg.png");
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
}
.services-img img{
  width: 50px
}
.services-img .nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
    box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
    margin: 10px;
    height: 135px;
    width: 135px;
    transition: 0.3s;
}
.services-img .nav-pills .nav-link:hover, .nav-pills .show>.nav-link:hover{
      background-color: #f47c2a;
      color: #fff;
}
.services-img .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #071338;
    box-shadow: 3px 4px 15px 0 rgb(40 37 38 / 20%);
}
/* .portfolio-bg-parallax {
  background-image: url("../images/orbg-o.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding:  30px;
} */
.portfolio-bg-parallax {
   
}
.portfolio-inner{
  color: #fff;
}
.portfolio-inner img{
  width: 100px;
}
.portfolio-inner p {
  font-size: 20px;
  padding: 0 150px;
  color: #fff;
}
.services-content h2{
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 10px;
}
.services-content p{
     font-size: 20px;
     width: 100%;
     line-height: 28px;
     font-weight: 500;
     margin-bottom: 40px;
     max-width: 480px;
     padding: 20px 0;
     color: #fff;
}

/*Who We Are*/
.genres-bg {
    background-image: url(../images/texture-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
}
.who-we-bg,
.genres-bg {
  padding: 50px 0;
}
.who-we-content h2 {
  font-size: 50px;
  line-height: 50px;
}
.who-we-content p {
  padding: 12px 0px;
}
.genres-img img{
  padding: 10px;
}
.genres-content h3{
    font-size: 40px;
    color: #201f1c;
    font-weight: bold;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
}
.genres-content p{
  padding-bottom: 15px;
}
.genres-head h2 {
  font-size: 40px;
  color: #201f1c;
  font-weight: bold;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.genres-bg .nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 10px 20px;
}
.genres-bg .nav-tabs .nav-link:hover{
  background-color: #f47c2a;
}
.genres-bg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #071338!important;
  border-color: #dee2e6 #dee2e6 #fff;
}
.genres-head-img img{
  width: 80px;
  padding: 10px;
}
/* CTA */
.cta-bg {
  padding: 50px  0;
  background: #071338;
}
.cta-head h2,
.cta-head h4 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.cta-head p {
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 15px 0;
  color: #fff;
}
.cta-call {
  padding-left: 25px;
}
.cta-call a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.cta-call a span {
  color: #17333c;
  padding: 0.4px 15px;
  background: #17333c;
  font-size: 1.4px;
  margin: 0px 8px;
  position: relative;
  top: -4px;
}

/* Badges */
.bages-bg {
  padding: 50px 0;
}
.bages-bg img{
  width: 100px!important;
}
.badges-content h2{
  font-size: 40px;
}
.badges-content p{
  padding: 10px 0 20px 0;
}

/* Portfolio */
.portfolio-bg {
  padding: 50px 0;
}
.gallery-title{
    font-size: 40px;
    color: #071338;
    text-align: center;
    font-weight: 500;
    padding-bottom: 16px;
}
.port-head p {
    padding: 10px 0;
}
.filter-button{
    font-size: 18px;
    border: 1px solid 73c361;
    border-radius: 5px;
    text-align: center;
    color: 73c361;
    padding: 10px;
    margin-bottom: 30px;
}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid teal;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: teal;

}
.btn-default:active .filter-button:active{
    background-color: #42B32F;
    color: white;
}

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 30px;
}

/* Process */
section.stellar-step {
  padding: 50px 0;
}
.stellar-step span{
  color: #071338;
}
.stellar-step h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}
.stellar-step h2 span.slg {
  text-transform: none;
}
.stellar-step h2 span.slg span {
  color: #071338;
}
section.stellar-cta h2 i {
  color: #071338;
}
section.stellar-cta p span {
  color: #071338;
}
.rtech_item:hover span.rt_icon {
  box-shadow: 0 0 40px #dddddd85;
}
.disclaimer p span {
  font-size: 15px;
}
.stellar-step .row {
  display: flex;
  flex-flow: wrap;
}
.rtech_item span.rt_icon {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 20px #ddd;
  transition: 0.2s ease-in-out;
}
.rtech_item h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.rtech_item p {
  font-size: 16px;
  min-height: 120px;
  padding: 10px 0 0 0px;
}
.rtech_item {
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.rtech_item::after {  
  background-image: url("https://stellarghostwriting.com/new_assets/images/pc1.png");
  content: "";
  position: absolute;
  right: -40px;
  height: 33px;
  top: 35px; 
}

.rtech_item.r3::after {  
  background-image: url("../images/earc.png");
  
}
.rtech_item:last-child::after {
  display: none;
}
.rtech_item:hover::before {
  border-bottom-color: #071338;
}
.rtech_item.r3:after {
  background: url("../images/earc1.png") no-repeat scroll right top;
}

/* author-about */
section.author-about h3,
section.author-about h4 {
    font-size: 40px;
    color: #fff;
}
section.author-about span {
    color: #ec7b19;
}
section.author-about p {
  color: #fff;
}
section.author-about{
  background-image: url("../images/hhm-banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
ul.list-arrow {
  margin: 20px 0;
  list-style: none;
}
ul.list-arrow li i {
  color: #ec7b19;
  top: 4px;
}
ul.list-arrow li {
  margin-bottom: 12px;
  font-weight: 400;
  color: #fff;
}
section h2.bl-head span {
  color: #ec7b19;
}
section.author-about h2.bl-head {
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
}
/* cta */
.cta {
  background-image: -moz-linear-gradient(90deg,#154890,#1d6bda 100%);
  background-image: -webkit-linear-gradient(90deg,#071338,#071338 100%);
  background-image: -ms-linear-gradient(90deg,#154890,#1d6bda 100%);
  background-color: rgba(21,72,144,.99608);
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0px;
  position: relative;
  background-size: cover;
}
.cta::before {
  content: "";
  position: absolute;
  background: url("../images/cta-before.png") center/100% no-repeat;
  width: 661px;
  height: 405px;
  left: 0;
  bottom: -37%;
}
.cta::after {
  content: "";
  position: absolute;
  background: url("../images/cta-after.png") center/cover no-repeat;
  width: 505px;
  height: 295px;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}
.root-cta-title-h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 400;
  background: 0 0;
  background-clip: unset;
  display: block;
  transform-origin: unset;
  text-transform: capitalize;
  -webkit-text-fill-color: unset;
}
.cta-hdg span {
  color: #f4f3ec;
  font-size: 18px;
}
/* Why Choose Us */
.why-choose-us-bg {
  padding: 50px 0;
}
.why-choose-us-content h2{
  font-size: 40px;
  padding: 0 0 15px 0;
  text-transform: capitalize;
}
.why-choose-us-bg .accordion-button:not(.collapsed),
.faqs-bg .accordion-button:not(.collapsed){
  color: #f47c2a;
  background-color: #17333c;
}
.why-choose-us-bg .accordion-button,
.faqs-bg .accordion-button{
  font-weight: bold;
}
.why-choose-us-bg .accordion-button:focus,
.faqs-bg .accordion-button:focus {
  z-index: 3;
  border-color: #17333c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #17333c80;
}
/* Testimonials */
.testimonails-bg {
  padding: 50px 0;
  background: url("../images/testi-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testi-head h2{
  font-size: 40px;
  padding: 0 0 15px 0;
}
.testi-head p {
  padding: 0 0 15px 0;
}
.testi-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 17px 6px #efefef;
  padding: 30px 15px;
  margin: 0;
  min-height: 385px;}

.testi-text p {
    color: #888888;
    margin-bottom: 20px;
    min-height: 80px;
}
.testi-text h5 {
  font-size: 16px;
  color: #001a3e;
  font-weight: 600;
  margin-bottom: 5px;
}
.testi-text i {
  color: #f47c2a;
}
.testi-box img {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0;
  width: 215px!important;
  padding: 0 0px 0 20px;}

.testi-text {
  padding: 0 70px;
}
.testi-text h3 {
  color: #071338;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.author-name {
  display: block;
  align-items: center;
  width: 250px;
}
.autor-trust {
  width: 141px;
}
.autor-trust img {
  width: 100%;
}
.testimonails-bg .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #071338;
}
.faqs-bg {
  padding: 50px 0;
}
.faqs-head p{
  padding: 0 0 15px 0;
}
.faqs-head h2 {
  font-size: 40px;
  padding: 0 0 10px 0;
}
.faqs-bg a{
  color: #071338;
}
/* footer */
.footer-form-bg{
  position: relative;
}
.footer-top-p {
  padding: 100px 0 0 0;
}
.footer-form-bg:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 300px;
  background-color: #17333c;
  width: 100%;
  z-index: -1;
}
.footer-form-inner{
  box-shadow: 0px 0px 36px rgb(89 90 92 / 7%);
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 50px;
  z-index: 1;
}
.footer-form-head-img img {
  width: 180px;
}
.footer-form-head-content h2{
  font-size: 40px;
}
.footer-form-head-content p {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}
.footer-form-head-content a{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
}
.footer-form-half p{
  padding: 0 0 20px 0;
}
.footer-form-half a {
  color: #f47c2a;
  text-decoration: none;
}
.footer-bg{
  background-color: #17333c;
  padding: 50px 0 20px 0;
}
.footer-head a{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.footer-logo {
  width: 150px;
}
.footer-content-1 p {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
}
.social-icons a {
  padding: 10px 11px;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}
.footer-content-2 h4, .footer-content-3 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 15px 0px;
}
.footer-content-2 ul li, .footer-content-3 a:hover, .header-top-bg .top-number a:hover {
  color: #ec7f17;
}
.footer-btm a, .footer-content-2 ul li a, .footer-content-3 a {
  color: #fff;
  text-decoration: none;
}
.footer-hr {
  height: 1px!important;
  color: #fff;
  margin: 35px 0 20px;
  opacity: 1;
}
.footer-content-3 ul li {
  display: flex;
  padding: 5px 0;
  color: #fff;
}
.footer-content-3 li i {
  padding: 4px 10px 0 0;
  color: #ec7f17;
}
.footer-btm {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer-btm p{
  color: #fff;
}
/*--audio book section--*/
.abt-serv-bg {
  background-image: url("../images/audio-book-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 0 0;
}
.abt-info-bg {
  background-image: url("../images/audio-book-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.abt-info-content h2{
  font-size: 45px;
  text-transform: capitalize;
}
.abt-info-content p {
    padding: 10px 0;
}
.sub-services-bg {
  padding: 50px 0;
}
.sub-services-head h2{
  font-size: 45px;
  padding: 0 0 20px 0;
  text-transform: capitalize;
}
.sub-services-content h3 {
    font-size: 23px;
    padding: 15px 0;
}
.sub-services-content p{
  padding: 5px 0;
  height: 210px;
  overflow: auto;
}
.sub-services-content {
    background-color: #fff;
    padding: 40px 20px;
    margin: 25px 0 0 0;
    box-shadow: 0 0 20px #ddd;
}
/*.sub-services-content:hover,
.sub-services-content p:hover{
  background-color: #17333c;
  color: #fff;
}*/

.portfolio-bg .nav-tabs .nav-link {
    margin: 10px 15px 15px 15px;
    background-color: #17333c;
    color: #fff;
    width: 120px;
    font-size: 14px;
}
.accordion-button::after {
    filter: grayscale(1);
}
.footer-form-inner {
    padding: 20px 20px;
}
.footer-content-2 h4, .footer-content-3 h4 {
    padding: 15px 0 10px 0px;
}
.portfolio-tabs .toggle .tabs {
  border-bottom: 1px solid grey;
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
 .toggle .tabs .tab {
  float: left;
  background: white;
  color: #777777;
  height: 31px;
  margin: 2px 8px 0;
  padding: 0 8px;
  cursor: pointer;
}
 .toggle .tabs .tab.active {
  color: #dd4b39;
  border-bottom: 3px solid #dd4b39;
}
 .toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}
 .toggle .panels .panel:first-child {
  display: block;
}

/* contact-us css */

.contact-us {
  padding: 50px 0;
}
.contact-us .contact-us-heading {
  text-align: center;
}
.contact-us .contact-us-heading {
  text-align: center;
}
.contact-us .contact-us-heading h5 {

  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #071338;
}
.contact-us .contact-us-heading p:first-child {
 
  font-weight: 600;
  font-size: 24px;
  color: #292929;
  position: relative;
}

.contact-us .contact-us-heading p:last-child { 
  font-weight: 400;
  font-size: 18px;
  color: #bfbfbf;
}
.contact-us .ways-to-connect {
  /* display: flex; */
  justify-content: center;
}
.contact-us .ways-to-connect .ways-to-connect-connect {
  display: flex;
  align-items: center;
}
.contact-us .ways-to-connect .ways-to-connect-connect i {
  font-size: 24px;
  color: #071338;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  display: inline-block;
  margin: 0 0 0 14px;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  margin: 0;
 
  font-weight: 600;
  font-size: 20px;
  color: #292929;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  color: #272137;
 
  font-weight: 300;
  font-size: 16px;
}
.contact-us .ways-to-connect .ways-to-connect-connect {
  padding: 0 0 10px 20px;
}
.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
  /* border-left: 1px solid black; */
  /* border-right: 1px solid black; */
  /* padding: 0 50px; */
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a:hover {
  color: #071338;
  text-decoration: underline;
}
.contact-us .ways-to-connect {
  /* margin: 0 0 50px; */
}
.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px;
}
.contact-us .row .ways-to-connect-top-form-heading h5 {

  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
}
.contact-us .row .ways-to-connect-top-form-heading p {
 
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
}
.contact-us .row .input-row1 {
  display: flex;
}
.contact-us .row input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
 
  font-weight: 300;
  font-size: 15.99px;
  margin: 0 0 40px;
}
.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px;
}
.contact-us  textarea {
  resize: none; 
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
 
  font-weight: 300;
  font-size: 15.99px;
  margin: 0 0 40px;
  padding: 20px 0 0 29px;
}
.contact-us .row .form-button button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
 
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #231e33;
  margin: 0 10px;
}
.contact-us .working-hours-heading h5 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  margin: 0 0 50px;
}
.contact-us .working-hours-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient( 162deg, rgba(38, 32, 53, 1) 0%, rgba(57, 46, 84, 1) 48%, rgba(83, 65, 128, 1) 100%);
  box-shadow: 0px 0px 12px 1px #231e33;
  color: #ffffff;
  border-radius: 8px;
  position: relative;
}
.contact-us .working-hours-box ul li {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  margin: 25px 0;
}

/* achieve-bg */

.achieve-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17333c;
  padding: 50px 0;
}
.achieve-bg .count {
  line-height: 50px;
  color: #071338;
  margin: 0 25px;
  font-size: 40px;
  font-weight: bold;
}
.achieve-bg .counter-inner {
  padding: 0 20px;
  color: #fff;
}
.achieve-content h3{
  color: #fff;
  font-size: 45px;
  padding: 0 0 15px 0;
}
.achieve-content p{
  color: #fff;
  padding: 0 0 30px 0;
}

/* Terms and Privacy */
.main-privacy {
    padding: 140px 0 80px;
}
.main-privacy h3 {
    font-size: 24px;
    color: #071338;
    padding: 10px 0;
}
.main-privacy ul li {
    list-style: none;
}
/* PopUp Modal Css Start Here */
#staticBackdrop .modal-content{
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 2px solid #fff;
    background-color: #1b343b;
    padding: 15px 25px;
}
#staticBackdrop .modal-content .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    outline: none;
    background: #1b343b;
    border-radius: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid #fff;
    opacity: 1;
    z-index: 4;
}
#staticBackdrop .modal-content .btn-close i {
    color: #fff;
    font-weight: 600;
}
#staticBackdrop .modal-dialog{
    max-width: 500px !important;
    margin: 150px auto 0;
}
#staticBackdrop .modal-header{
    padding: 0px;
    border-bottom: none;
}
#staticBackdrop .modal-body{
    padding: 20px 10px;
}
#staticBackdrop .modal-body .modal-body-img{
    display: none;
}
.modal-body-form h3{
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-align: center;
}
.modal-body-form .popup-form-list .form-group{
    margin: 0 0 10px 0;
}
.modal-body-form .popup-form-list .form-group input{
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    width: 100%;
    border: none;
    box-shadow: 0 0 5px 1px #333;
}
.modal-body-form .popup-form-list .form-group textarea{
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    height: 90px;
    resize: none;
    border: none;
    width: 100%;
    box-shadow: 0 0 5px 1px #333;
}
.modal-body-form .popup-form-list .form-group button.submit-btn{
    background-color: #071338;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px auto 0;
    transition: all.3s ease-in-out;
    animation: crescendo 1.5s alternate infinite ease-in;
}
.modal-body-form .popup-form-list .form-group button.submit-btn:hover{
    background: #fff;
    color: #1b1f2e;
}

/* PopUp Modal Css End Here */
/*Inner Published Form Css Start*/
.inner-published-form{
    background: #fff;
    padding: 20px 20px;
    border: 2px solid #071338;
    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: 0px 0 10px 0;
    line-height: 40px;
}
.inner-published-form span{
    color: #071338;
}
.inner-published-form .form-group{
    margin: 0 0 10px 0;
}
.inner-published-form .form-group .form-select{
    border: 2px solid #b2b2b2;
    box-shadow: 0 0 5px 1px #eee;
    font-size: 16px;
    color: #00112b;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0px;
    width: 100%;
    border: transparent;
}
.inner-published-form .form-group .form-select option{
    color: #333;
    font-weight: 600;
}
.inner-published-form .form-group-select{
    margin: 0 0 10px 0;
}
.inner-published-form .form-group-select h4{
    font-weight: 600;
    font-size: 20px;
    color: #00112b;
    font-family: Poppins, sans-serif;
    margin: 0px 0 10px 0;
    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 #071338;
    outline: none;
    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: #071338;
}
.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: transparent;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 0px;
    box-shadow: 0 0 5px 1px #eee;
    font-size: 16px;
    color: #00112b;
    font-weight: 400;
}
.inner-published-form .form-group button.submit-btn{
    background-color: #071338;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
    border: 2px solid #071338;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
}
.inner-published-form .form-group button.submit-btn:hover{
    background-color: #fff;
    color: #071338;
}

/*Inner Published Form Css End*/
 

/* LP Book Publishing */
.main-banner-bg .lp-book-publishing-bg  {
    padding: 60px 0 0 0;
}
.lp-book-publishing-bg .banner-content h1,.lp-book-publishing-bg .banner-content p {
    color: #Fff;
}
.lp-book-publishing-bg .banner-content h4{
    color: #0A252E;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    width: 72%;
    font-size: 16px;
}
.lp-book-publishing-bg .ratings_cont h3{
    color: #fff;
}
.lp-book-publishing-bg .btn-3 a, .lp-book-publishing-bg .btn-3 button,.lp-publishing-cta-2-bg .btn-3 a, .lp-publishing-cta-2-bg .btn-3 button {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #0A252E;
  padding: 10px 30px;
  transition: .3s;
  border: 2px solid #Fff;
  margin: 0px 0 0 0px;
}
.lp-book-publishing-bg .btn-3 a:hover, .lp-book-publishing-bg .btn-3 button:hover, .lp-publishing-cta-2-bg .btn-3 a:hover, .lp-publishing-cta-2-bg .btn-3 button:hover {
  background: 0 0;
  color: #fff;
  border: 2px solid #Fff;
}
.lp-book-publishing-bg .btn-4 a,.lp-publishing-cta-2-bg .btn-4 a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0px 0 0 15px;
}
.lp-book-publishing-bg .btn-4 a:hover, .lp-publishing-cta-2-bg .btn-4 a:hover  {
  background: #fff;
  color: #0A252E;
  border: 2px solid #fff;
}
.lp-book-publishing-bg  .inner-published-form {
    background: #071338;
    padding: 20px 20px;
    border: 2px solid #071338;
    border-radius: 10px;
    box-shadow: 0 5px 15px -4px #b2b2b2;
}
.lp-book-publishing-bg .inner-published-form .form-group button.submit-btn {
    background-color: #fff;
    color: #0A252E;
    box-shadow: 0 0 5px 1px #eee;
    border: transparent;
  }
.lp-book-publishing-bg .inner-published-form span {
    color: #0A252E;
}  
.serv-bages-bg {
    position: relative;
    top: -40px;
}
.serv-bages-head {
    background-repeat: no-repeat;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #eee;
    border: 1px solid #FCFCFD;
}
.serv-bages-head .bages-content h1 {
    color: #071338;
    font-size: 30px;
    line-height: 35px;
}
.lp-publishing-abt-bg {
  padding: 50px 0;
}
.lp-publishing-abt-content h2{
  color: #0A252E;
  font-size: 40px;
}
.lp-publishing-abt-content p{
  padding: 10px 0;
}
.lp-publishing-abt-content-inner {
  display: flex;
  justify-content: space-between;
}
.lp-publishing-abt-content-inner h6{
  margin: auto;
  padding: 0 0 0 5px;
  font-weight: 700;
}
.lp-publishing-abt-content a {
    background-color: #071338;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #071338;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.lp-publishing-abt-content a:hover{
    background-color:#fff;
    color:#071338;
}
.lp-publishing-info{
  padding: 50px 0;
  background-color: #F4FFF2;
}
.publishing-info-content h2 {
    font-size: 40px;
    padding: 0 0 0 12%;
}

.publishing-info-card {
  background-color: #fff;
  border: 1px solid #97FF81;
  border-radius: 15px;
  padding: 30px 15px 25px 15px;
  margin: 50px 0 0 0;
  position: relative;
}
.publishing-info-card-step span {
    display: inline-block;
    background-color: #071338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: -32px;
}
.publishing-info-card-inner h3 {
    margin: auto 0;
    padding: 0 0 0 5px;
    font-weight: 700;
    font-size: 22px;
    color: #071338;
}
.publishing-info-card-inner p {
  padding: 5px 0;
}
.lp-publishing-info .owl-theme .owl-nav {
  display: flex;
  justify-content: end;
  color: #071338;
  margin: 10px 0px 0 0px;
}
.lp-publishing-info .owl-theme .owl-nav i {
  font-size: 25px;
  margin: 0 10px;
  transition: 0.3s;
}
.lp-publishing-info .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #0F2851;
  text-decoration: none;
}
.lp-publishing-cta-1 {
  padding: 50px 0;
}


.lp-publishing-cta-1-bg {
  padding: 50px 0;
  background-image: url('../images/book-publishing/cta-bg-1.png');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
  position: relative;
}
.cta-1-content h4 {
  font-size: 40px;
  color: #fff;
  padding: 0 0 5px 0;
}
.cta-1-content p {
  padding: 0 0 8px 0;
  color: #fff;
}
 .cta-foot img {
  width: 430px;
  position: absolute;
  right: 10%;
  bottom: 0;
}


.publishing-sub-serv-bg {
  padding: 50px 0;
}
.publishing-sub-serv-content h2{
  font-size: 50px;
  color: #0A252E;
}

.publishing-sub-serv-card {
  padding: 20px;
  background-color: #E2FFDC;
  border-radius: 15px;
  margin: 20px 0 0 0;
  transition: 0.3s;
  border: 1px solid transparent;
}
.publishing-sub-serv-card:hover{
  border: 1px solid #071338;

}
.publishing-sub-serv-card h3{
  font-size: 20px;
  padding: 0 0 6px 0;
}
.publishing-sub-serv-card p{
  padding: 5px 0;
  height: 205px;
  overflow: auto;
}
.our-stats2-content-bg{
  background-color: #0A252E;
}
.our-stats-head {
  padding: 30px 0;
  color: #fff;
  border-radius: 50px;
}
.our-stats-head span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.our-stats-head h3 {
    color: #fff;
    font-size: 18px;
    margin: auto 0px;
}

.publishing-portfolio-bg{
  background-image: url('../images/book-publishing/port-bg.png');
  background-size: cover;
  padding: 50px 0;
}
.publishing-portfolio-bg .portfolio-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0A252E;
  text-transform: uppercase;
  padding: 20px 0 0 0
}
.publishing-portfolio-bg .portfolio-header h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0A252E;
  text-transform: uppercase;
  padding: 20px 0
}
.publishing-portfolio-bg .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #071338;
  background-color: #0A252E!important;
  border: 1px solid #0A252E
}
.publishing-portfolio-bg .nav-pills .nav-link {
  border-radius: .25rem;
  border: 1px solid #0A252E;
  border-radius: .25rem;
  margin: 0 15px;
  color: #0A252E;
  transition: 0.3s;
}
.publishing-portfolio-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: .3s;
    padding: 10px;
}
.lp-publishing-cta-2-bg {
  padding: 30px 0 15px 0;
  background-color: #071338;
  position: relative;
}
.cta-2-content h4 {
  font-size: 40px;
  color: #fff;
  padding: 0 0 5px 0;
}
.cta-2-content p {
  padding: 0 0 8px 0;
  color: #fff;
}
 .cta2-foot img {
  position: absolute;
  right: 10%;
  bottom: -30px;
  width: 575px;
}
.lp-authors-bg {
  padding: 50px 0;
  background-image: url('../images/book-publishing/author.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-authors-content h2{
  font-size: 50px;
  color: #0A252E;
}
.lp-authors-card {
  padding: 25px 20px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  margin: 0 0 35px 0;
}
.lp-authors-content p {
    padding: 0 0 15px 0;
}
.lp-authors-card p {
    height: 290px;
    overflow: auto;
}
.lp-authors-card img{
  width: 70px;
  height: 70px;
}
.lp-authors-card-content {
  padding: 0 0 0 10px;
  margin: auto 0;
}
.lp-authors-card-coma {
    position: absolute;
    bottom: 0;
    right: 0;
}
.lp-authors-card-coma img {
    width: 70px!important;
    height: 70px!important;
}

.lp-publishing-cta-3-bg {
  padding: 50px 0;
  background-image: url('../images/book-publishing/cta-bg-3.png');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cta-3-content h4 {
  font-size: 40px;
  color: #0A252E;
  padding: 0 0 5px 0;
}
.cta-3-content p {
  padding: 0 0 8px 0;
  color: #0A252E;
}
 .cta3-foot img {
  width: 400px;
  position: absolute;
  right: 12%;
  bottom: 0;
}

.color{
  /* light */
  color: #071338;

  /* dark */
  color: #0A252E;
}


/*packages sec */

.story-sec {
    text-align: left;
    padding: 60px 0;
    background: #ffffff;
}
.story-sec p {
     /*text-align: left; */
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 0;
    padding-top: 0px !important;
}
.story-sec ul{
    list-style: none;
}
.checklist {
    display: inline-block;
    padding: 0 5px;
    padding-top: 20px;
}
.checklist ul{
    list-style: none !important;
}
.checklist li {
    width: 50%;
    padding-left: 0px;
    line-height: 1.4;
    float: left;
    color: #223235;
    position: relative;
    font-size: 18px;
    padding-bottom: 12px;
}
.story-sec h2 {
    line-height: 1.1;
    /*padding-bottom: 16px !important;*/
    /* text-align: left; */
    width: 100%;
}
.checklist {
    display: inline-block;
    padding: 0 5px;
    padding-top: 20px;
}
.para-write{
    text-align: left; */
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 0;
    padding-top: 20px;
}
.packages-sec {
    padding: 60px 40px;
}
.packages-sec {
    background: url(../images/packagesbg.webp) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 60px 50px;
    background-color: #f7f9fc;
}
.packages-sec p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 40px;
}
.packages-sec h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
}
.nav {
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    flex-wrap: wrap;
    padding-left: 0;
    /*margin-bottom: 0;*/
    list-style: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #70e7d8;
}
.nav-pills .nav-link {
    padding: 10px 34px;
}
.nav-pills .nav-link {
    border: 2px solid #70e7d8;
    color: black;
    border-radius: 100px;
    font-size: 17px;
    margin-right: 20px;
}
.nav-link{
    display: block;
}
.tab-content>.active {
    display: block;
}
.fade.show {
    opacity: 1;
}
.tabs.current {
    display: flex;
    justify-content: center;
}
.packages-sec .tabs li {
    padding: 0px 15px;
    /* width: 24.33%; */
    float: left;
}
.pricing-list {
    width: 100%;
}
.pricing-list {
    padding-top: 20px!important;
}
.packages-sec .pack-wrap {
    background: #fff;
    border-radius: 20px;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 46px #0000001a;
}
.packages-sec .pack-wrap .hdarea {
    text-align: center;
    padding: 30px 30px 20px;
    position: relative;
    overflow: hidden;
}
.red{
    color: ;
}
.packages-sec .pack-wrap.red .hdarea h4 {
    color: white;
    background: #071338;
}
.packages-sec .pack-wrap .hdarea h4 {
    text-transform: capitalize;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 13px 15px 10px;
    /*color: white;*/
    /*background: #70e7d8;*/
    border-radius: 30px;
    display: inline-block;
}
.packages-sec .pack-wrap .bdarea {
    padding: 10px 35px 20px;
}
.packages-sec .pack-wrap .bdarea ul {
    margin-bottom: 0;
    overflow: hidden scroll;
    height: 300px;
}
.packages-sec .pack-wrap .bdarea ul li {
    width: 100%;
    padding: 5px 0;
    color: var(--default-color);
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}
.packages-sec .tabs li {
    float: left;
}
.packages-sec .pack-wrap.red .bdarea ul li:before {
    background-color: #fe5344;
}
.packages-sec .pack-wrap .bdarea ul li:before {
    content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    /*background-color: #4f88fe;*/
}
.packages-sec .pack-wrap .ftarea {
    padding: 10px 35px 50px;
}
.packages-sec .pack-wrap .ftarea .lft {
    display: table;
    text-align: center;
    margin: 0px auto;
}
.packages-sec .pack-wrap .ftarea .lft {
    width: 55%;
    float: left;
}
.packages-sec .pack-wrap.red .ftarea .lft h4 {
    color: #000000;
}
.packages-sec .pack-wrap .ftarea .lft h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 0;
    /*color: black;*/
    display: flex;
    text-align: center;
}
.packages-sec .pack-wrap .ftarea .lft h4 span.cutting_price {
    padding: 10px;
    text-align: left;
    color: #608b8d;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.packages-sec .pack-wrap .ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px;
}
.pkbtn {
    margin-top: 25px;
    text-align: center;
    clear: both;
}
.btn-red {
    color: #fff;
    background: #091a39;
    padding: 14px 50px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    /* text-transform: uppercase; */
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}
.btn-blue {
    color: #fff;
    background: #091a39;
    padding: 14px 50px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    /* text-transform: uppercase; */
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}
.packages-sec .pack-wrap .bdarea ul li:before {
    content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #4f88fe;
}
.packages-sec .pack-wrap.green .bdarea ul li:before {
    background-color: #f19520;
}
.btn-green {
    color: #fff;
    background: #091a39;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* text-transform: uppercase; */
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}
.btn-yellow {
    color: #fff;
    background: #091a39;
    padding: 14px 50px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    /* text-transform: uppercase; */
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}
/*.tab-content>.tab-pane {*/
/*    display: none;*/
/*}*/
.tab-custom ul{
    list-style: none;
}
.nav-tabs {
     border-bottom: none; 
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.main-header a img {
    max-width: 200px;
    /*height: 85px;*/
}


