@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,body {
    height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #002147;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Zilla Slab", serif;
}

p {
  margin-bottom: 15px;
  color: #818181;
  font-family: "Poppins", sans-serif;
}

a {
    cursor: pointer;
}

.bg-theme-grey {
  background-color: #fbfbfb;
}

.non-fiction-bg {
  background: url(../images/non-fiction-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.autobiography-bg {
  background: url(../images/autobiography-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.novel-writing-bg {
  background: url(../images/novel-writing-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.kids-book-bg {
  background: url(../images/kids-book-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.mystery-book-bg {
  background: url(../images/mystery-book-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.self-help-bg {
  background: url(../images/self-help-bg.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #002147 !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #BB133E !important;
}

.navbar-nav .nav-link.active {
  color: #BB133E !important;
}

.header.sticky li a {
  color: #ffffff !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #BB133E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: #BB133E;
  color: #000 !important;
}

.navbar-brand img {
  width: 175px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #000000;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  background:black;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
  border-radius: 5px;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header > a >img {
  width: 7rem;
}

.dropdown-menu {
  background-color: #002147;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}
.dropdown-menu li.active {
    background: #BB133E;
}
.dropdown-menu li.active > a {
    color: white !important;
}
/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 0px;
  z-index: 999;
  transition: 0.6s;
  background: #ffffff;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #002147;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 100px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  padding-top: 180px;
  padding-bottom: 60px;
  background: url(../images/top-bg.png);
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  animation: mymove 500s linear infinite;

  .right-col h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
  }

  .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    margin-bottom: 30px;
  }
}

/* End */
/* sec 2 */
.sec-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #d9d9d9;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0;
    }
  }

  .left-col {
    h4 button {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      border-radius: 20px !important;
      font-family: "Poppins", sans-serif;
    }

    .dot {
      background: #BB133E;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      margin-right: 12px;
    }

    .accordion-item {
      border: none;
      border-radius: 20px !important;
      margin-bottom: 20px;
    }

    .accordion-button:not(.collapsed) {
      color: #212121;
      background-color: #ffffff;
      box-shadow: none;
    }

    .accordion-button:focus {
      border-color: #ffffff;
      box-shadow: none;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }
}

/* end */
/* sec 3 */
.sec-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;

  .left-col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
  }

  .right-col h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

/* end */
/* sec 4 */
.sec-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fbfbfb;

  .left-heading h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 25px;
    margin-top: 20px;
    transition: all ease 0.3s;
    display: block;
    text-decoration: none;
    span {
      color: #002147;
      font-size: 18px;
      font-weight: 600;
      display: block;
    }
  }

  .box:hover {
    transform: scale(1.1);
  }
}

/* end */
/* portfolio sec */
.portfolio-sec {
  padding-top: 80px;
  padding-bottom: 65px;
  position: relative;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
    }
  }

  .portfolio-inner {

    .portfolio-box {

      img {
        width: 90%;
        margin: auto;
      }

      .bottom-sec {
        background: #fbfbfbbf;
        box-shadow: 0px -1px 14px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        padding: 15px 20px;
        text-align: center;

        span {
          color: #002147;
          font-size: 16px;
          font-weight: 500;
          background: white;
          display: block;
          padding: 12px;
          border-top: 2px solid #BB133E;
        }
      }
    }

    .slick-next,
    .slick-prev {
      width: 45px !important;
      height: 45px !important;
    }

    .slick-dots {
      bottom: -60px;
    }

    .slick-dots li.slick-active button:before {
      opacity: 1;
      font-size: 0;
      background: white;
      border-radius: 12px;
      height: 7px;
      width: 20px;
    }

    .slick-dots li button:before {
      font-size: 0;
      background: white;
      border-radius: 12px;
      height: 7px;
      width: 8px;
      opacity: 1;
    }
  }
}

.portfolio-sec::after {
  content: "";
  background-color: #BB133E;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 145px;
  width: 100%;
  z-index: -1;
}

/* end */
/* sec 6 */
.sec-6 {
  padding-top: 135px;
  padding-bottom: 60px;
  background: url(../images/banner-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 300px;

  .book-img {
    position: relative;
    bottom: 300px;
    height: 150px;
  }

  .center-heading {
    text-align: center;
    margin-bottom: 30px;

    h3 {
      font-size: 40px;
      color: white;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      color: white;
    }
  }
}

/* end */
/* sec 7 */
.sec-7 {
  padding-top: 60px;
  padding-bottom: 50px;

  .right-col h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

/* end */
/* sec 7 */
.sec-8 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;

  .left-col h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .left-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

/* end */
/* faqs */

.faqs {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }

  .faqs-sec {
    .accordion-item {
      border: none;
      border-radius: 20px !important;
      margin-bottom: 20px;
    }

    h4 button {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      border-radius: 0px !important;
      border-bottom: 1px solid #cacaca !important;
      font-family: "Poppins", sans-serif;
    }

    .accordion-body {
      border-radius: 0px 0px 20px 20px;
    }

    .accordion-button:not(.collapsed) {
      color: #002147;
      background-color: #ffffff;
      box-shadow: none;
      border-radius: 20px 20px 0px 0px !important;
    }

    .accordion-button:focus {
      border-color: #ffffff;
      box-shadow: none;
    }

    .accordion-button::after {
      background-image: url(../images/plus.png);
      transform: scale(1) !important;
    }

    .accordion-button:not(.collapsed)::after {
      background-image: url(../images/minus.png);
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }
}

.faq-blog{
    background: #fff;
    padding: 0;
}
/* end */
/* testimonials */
.testimonials {
  padding-top: 50px;
  padding-bottom: 80px;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }

  .testi-sec {
    display: flex;
    align-items: center;

    .testi-inner {
      background: #fbfbfb;
      padding: 30px;
      border-radius: 10px;
      width: 33.333%;
      margin-right: 10px;

      .rating i {
        color: #BB133E;
      }

      span {
        color: #002147;
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
      }

      p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0px;
      }
    }

    .slick-next,
    .slick-prev {
      width: 45px !important;
      height: 45px !important;
    }

    .slick-dots {
      bottom: -60px;
    }

    .slick-dots li.slick-active button:before {
      opacity: 1;
      font-size: 0;
      background: #BB133E;
      border-radius: 12px;
      height: 7px;
      width: 20px;
    }

    .slick-dots li button:before {
      font-size: 0;
      background: #BB133E;
      border-radius: 12px;
      height: 7px;
      width: 8px;
      opacity: 1;
    }
  }
}

/* end */
/* Get A Quote */

.get-quote {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fbfbfb;

  .left-heading {
    text-align: left;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
    }
  }

  .left-col {
    background: #BB133E;
    border-radius: 24px;
    padding: 30px 25px;

    h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: #fff;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 25px;
      color: white;
    }

    .info-innner {
      background: #ffffff1a;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 15px;

      span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;

        >a {
          color: #fff;
          text-decoration: none;
        }
      }
    }
  }

  .get-quote-bg {
    background: white;
    border-radius: 32px;
    padding: 30px 30px;
  }

  .right-col {
    margin-bottom: 0;

    h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 15px;
    }

    form label {
      font-size: 15px;
      font-weight: 500;
      color: #818181;
      margin-bottom: 10px;
    }

    form .form-group {
      margin-top: 40px;
    }

    form input,
    select,
    textarea {
      border-bottom: 2px solid #002147 !important;
      border: none;
      border-radius: 0;
    }
  }
}

/* end */
/* top banner */
.about-banner,
.reviews-banner,
.contact-banner {
  padding-top: 140px;
  padding-bottom: 80px;
  background: url(../images/top-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  .right-col {
    text-align: center;
  }

  .right-col h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
  }

  .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    margin-bottom: 30px;
  }
}

/* End */
/* sec 5 */
.sec-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fbfbfb;

  .center-heading {
    text-align: center;
    margin-bottom: 60px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }

  .inner-box {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 40px;

    span {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 15px;
      color: #002147;
      display: block;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }
}

/* end */
.review-page .faqs {
  background-color: white;
}

/* reviews */
.reviews-sec {
  padding-top: 50px;
  padding-bottom: 20px;

  .center-heading {
    text-align: center;
    margin-bottom: 20px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }

  .testi-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;

    .testi-inner {
      background: #fbfbfb;
      height: 300px;
      padding: 30px;
      border-radius: 10px;
      width: 32.333%;
      margin-top: 20px;

      .rating i {
        color: #BB133E;
      }

      span {
        color: #002147;
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
      }

      p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0px;
      }
    }
  }
}

/* end */
/* reason */
.reason {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;

  .center-heading {
    text-align: center;
    margin-bottom: 60px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
    }
  }

  .inner-box {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 40px;

    span {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 15px;
      color: #002147;
      display: block;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }
}

/* end */
/* how it works */
.how-it-works {
  padding-top: 50px;
  padding-bottom: 75px;

  .left-heading {
    margin-bottom: 60px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }
  }

  .inner-box,
  .inner-box-1,
  .inner-box-2,
  .inner-box-3 {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 80px;
    width: 75%;

    span {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 15px;
      color: #002147;
      display: block;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }

  .inner-box-1 {
    position: relative;
    top: 100px;
  }

  .inner-box-2 {
    left: 100px;
    position: relative;
  }

  .inner-box-3 {
    position: relative;
    top: 100px;
    left: 100px;
  }
}

/* end */
/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #BB133E;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme,
.btn-white,
.btn-theme-grey {
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme {
  border: 2px solid #BB133E;
  background: #BB133E;
  color: #fff;
}

.header .btn-theme {
  border: 2px solid #002147;
  background: #002147;
}

header.header.sticky .btn-theme {
  border: 2px solid #BB133E;
  background: #BB133E;
}


.btn-theme:hover {
  border: 2px solid #BB133E;
  background: transparent;
  color: #BB133E;
}

.btn-white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #5c5c5c;
}

.btn-white:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-theme-grey {
  border: 2px solid #939393;
  background: transparent;
  color: #939393;
}

.btn-theme-grey:hover {
  border: 2px solid #939393;
  background: #939393;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-whatsapp {
  border: 2px solid #2ab318;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #2ab318;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-whatsapp:hover {
  border: 2px solid #2ab318;
  background: transparent;
  color: #2ab318;
}
/* end */

/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 25px;
  background: #002147;
  position: relative;
}

.footer-logo img {
  width: 155px;
}

.footer-logo p {
  color: #cfcfcf;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: #BB133E;
  font-size: 22px;
  margin-bottom: 0px;
}

.footer-links ul {
  margin-bottom: 45px;
}

.footer-links>p {
  color: #cfcfcf;
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #BB133E;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: #cfcfcf;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #BB133E;
}

.social {
  display: inline-block;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #BB133E;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #fff;
  background: #BB133E;
}

.footer-bootom-links {
  text-align: center;
}

.footer-bootom-links>span {
  margin: 0;
  color: #cfcfcf;
  font-size: 1rem;
  font-weight: 400;
}

.footer input,
.footer input:focus {
  border-left: 1px solid #cfcfcf;
  border-right: none;
  border-radius: 10px;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: #cfcfcf !important;
}

.footer button {
  border-radius: 10px;
  background: 0 0;
  border-right: 1px solid #cfcfcf;
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}
@keyframes mymove{
    0%{
        background-position: -10000px 0px;
    }
    100%{
        background-position: 0px 0px;
    }
}
.footer-logo .trust-img {
  width: 10rem;
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #BB133E;
  border-color: #BB133E;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #BB133E;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #BB133E;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: black;
  padding: 10px 15px;
  color: black !important;
  border: 2px solid;
}

.model-input:focus {
  /*border-color: #000000 !important;*/
}

.model-input::placeholder {
  color: #000000 !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 6px;
  right: 8px;
  box-shadow: none !important;
  background-color: #BB133E;
  border-radius: 50px;
  padding: 12px !important;
}

/* end */

/* onload popup */
.model-onload span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #002147;
  display: block;
  font-family: "Zilla Slab", serif;
}

.onload-popup .model-sec {
  max-width: 900px;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-onload input,
.model-onload textarea {
  border-color: #00000010 !important;
  border: 1px solid;
  background: #fbfbfb;
}

.model-onload input::placeholder,
.model-onload textarea::placeholder {
  color: #b0b0b0 !important;
  font-weight: 400;
  font-size: 15px;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-onload {
  padding: 30px 40px 30px 340px;
  background: #ffffff;
  border-radius: 30px;
  z-index: 999;
  position: relative;
}

.model-onload::before {
  content: "";
  background-image: url(../images/popup-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  height: 100%;
  left: 40px;
  width: 100%;
  transform: scale(1.1);
  z-index: -1;
}

.model-textarea {
  height: 170px;
}

.model-onload .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none !important;
  background-color: #BB133E;
  border-radius: 50px;
  padding: 12px !important;
}

/* end */

.fiction-page .sec-5,
.reason {
  background: white !important;
}

.book-page .sec-8 {
  background: white !important;
}

.book-page .reason {
  background: #fbfbfb !important;
}

.footer-bootom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.term_and_conditions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.term_and_conditions a {
  font-size: 16px;
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
}

.term_and_conditions a:nth-child(1)::after {
  content: "";
  background: #cfcfcf;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -8px;
}

.term_and_conditions a:hover {
  color: #BB133E;
}

.btn-border {
  border: 2px solid #BB133E;
  color: #BB133E;
}

.btn-border:hover {
  background-color: #BB133E;
  border: 2px solid #BB133E;
}



/* ThankYou_start */
/*thank you*/
.thanyou-banner {
  padding-top: 185px;
  padding-bottom: 70px;
}

.thanyou-banner p {
  font-size: 22px;
  text-align: center;
  color: #002147;
  font-weight: 500;
  margin-bottom: 0px;
}

.thanyou-banner h1 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 50px;
}

.thanyou-banner h1>span {
  color: #BB133E;
}

.thanyou-banner .fa-check-circle {
  font-size: 90px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #BB133E;
}

.thanyou-banner p a {
  color: #BB133E;
}
.thankyou-page .header {
    background: #002147;
}
/* ThankYou_End */
.trust-rating img {
    width: 100%;
}
.trust-rating {
    position: fixed;
    background: #fff;
    padding: 5px;
    width: 85px;
    top: 50%;
    border-radius: 10px;
    z-index: 9;
    left: 0px;
}

/* blog */
.blog-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-sec .center-heading {
  text-align: center;
}
.blog-sec .center-heading > span {
  border: 1px solid #BB133E;
  background: #BB133E10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #BB133E;
}
.blog-sec .center-heading > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.blog-sec .center-heading > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.blog-sec .blog-box {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 430px;
}
.blog-sec .blog-box > span {
  border: 1px solid #BB133E;
  background: #BB133E;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  margin-top: 15px;
}
.blog-sec .blog-box > h4 > a {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 22px;
  margin-top: 18px;
  color: #212121;
  padding-bottom: 18px;
  border-bottom: 1px solid #00000024;
  text-decoration: none;
  display: inline-block;
  height: 70px;
}
.blog-sec .blog-box > h4 > a:hover {
  color: #BB133E;
}
.blog-sec .blog-box > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog-sec .blog-box .user {
  color: #171717;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog-sec .blog-box a {
  color: #BB133E;
  font-size: 15px;
  font-weight: 600;
}
/* end */

/* blog detail */
.blog-detail {
  padding-top: 180px;
  padding-bottom: 50px;
  position: relative;
}

.blog-detail .blog-inner h1 {
  font-size: 28px;
  font-weight: 600;
}

.blog-detail .blog-inner h1>span {
  color: #BB133E;
  font-size: 28px;
}

.blog-detail .blog-inner .category {
  border: 1px solid #BB133E;
  padding: 8px;
  border-radius: 4px;
  color: #BB133E;
  font-weight: 500;
  display: inline-block;
}

.blog-detail .blog-inner span {
  font-size: 15px;
  font-weight: 500;
  color: #002147;
}

.blog-content a {
    text-decoration: none;
    color: #fe4a1d;
    font-weight: 400;
}

.blog-detail .blog-inner>p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #002147;
}
.blog-detail .blog-inner>p i {
    margin: 0;
    line-height: 0.2;
    font-size: 14px;
    padding: 0 20px;
}
.blog-body header {
    background: #002147;
}
.blog-box > img {
    border-radius: 15px;
}
.blog-inner > img {
    border-radius: 20px;
}
.blog-content li {
    font-size: 15px;
    /*color: #000;*/
}
.blog-content strong {
    font-weight: 600;
    font-size: 17px;
}
/*end*/

/* packages */
.packages {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fbfbfb;
    position: relative;
}
.packages .center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.packages .center-heading > h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.packages .center-heading > p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.pagebox {
    position: relative;
}
.pagebox:hover {
    transform: scale(1.1);
    background-color: #002147;
    color: white;
}
.pagebox {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 -1px 9px 0 #BB133E54;
    padding: 25px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 3;
}
.pagebox::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 21%;
    top: -5px;
    left: -12px;
    background-image: url(../images/pbef.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.pagebox h3 {
    font-size: 22px;
    font-family: poppins;
    position: relative;
    color: #fff;
}
.pagebox h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.pagebox span{
    font-size: 16px;
    font-weight: 500;
}
.pagebox h4::before {
    content: "/";
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    left: 115%;
    top: 0%;
}
.pagebox hr {
    opacity: 1;
    border-top: 1px solid #BB133E;
    margin-top: 0;
}
.pagebox ul {
    padding-left: 0;
    height: 215px;
    overflow: scroll;
}
.pagebox ul li {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.pagebox ul li i {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 800;
}
.pkgbtn {
    text-align: center;
    margin-top: 40px;
}
.most-sold::after {
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    right: -25px;
    top: -20px;
    display: block;
    background-image: url(../images/most-sold.webp);
    background-size: 65px;
    background-repeat: no-repeat;
}
.pagebox:hover.pagebox ul li {
        color: white;
    }

.pagebox:hover.pagebox ul li i {
    color: white;
}

.pagebox:hover.pagebox h4 {
    color: white;
}

.pagebox:hover hr{
    border-color:white;
}

.pagebox:hover.pagebox h3 {
    color: #1e1e1e;
}

.pagebox:hover.pagebox::before {
    filter: brightness(0) invert(1);
}
/*end*/

/*.blog-box {*/
/*    padding: 5px;*/
/*    background: #d9d9d9;*/
/*    border: 1px solid #002147;*/
/*}*/
.blog-tbox {
    border-radius: 10px;
    padding: 5px;
    background: #f6f6f6;
}

section.sec-7 .left-col img {
  height: 100%;
  border-radius: 25px;
}

section.sec-7 .left-col {
  height: 100%;
}

section.indexSec-7 .left-col img {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  height: auto;
  border-radius: 0px;
}

section.testimonials .testi-inner img {
    width: 60px;
    border-radius: 45px;
    height: 60px;
    object-fit: cover;
    object-position: top;
}

section.reviews-secNew .testi-inner img {
  width: 65px;
  height: 65px;
  border-radius: 60px;
  object-fit: cover;
  object-position: top;
}

.footer-links>ul>li>a i {
  padding: 3px 10px 0 0px;
  color: #BB133E;
}


section.thankyouSec1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.thankyouSec1Inner > i {
  font-size: 21px;
  background: #002147;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5%;
}

.thankyouSec1Inner {
  text-align: center;
}

section.thankyouSec1::before {
  content: '';
  width: 35%;
  height: 60%;
  position: absolute;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  background: #002147;
  top: 0;
}

section.thankyouSec1::after {
  content: '';
  width: 35%;
  height: 60%;
  position: absolute;
  right: 0;
  clip-path: polygon(100% 100%, 100% 0%, 0 100%, 0% 100%);
  background: #BB133E;
  bottom: 0;
}

.thankyouSec1Inner .row .col-lg-4.col-md-4 .thankyouCards {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  width: 100%;
  height: 100%;
}

thankyouCards1 h6 {padding: 0 0 10%;display: block;}

.thankyouCards1 {
  padding: 10% 5%;
}

.tankyouLogos {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 5%;
}

.tankyouLogos i {
  color: #BB133E;
  font-size: 21px;
  width: 50px;
  height: 50px;
  border: 2px solid #BB133E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
  transition: .5s ease-in-out;
}

.thankyouSec1Inner p {
  padding: 0 0 3%;
}

.thankyouSec1Inner h1 {
  padding: 0 0 1%;
}

.thankyouBtn {
  display: flex;
  justify-content: center;
  padding: 4% 0 0;
}

.tankyouLogos i:hover {
  background: #BB133E;
  color: #fff;
}

.topbarRightText a {
  text-decoration: none;
}

.thankyouBtn .btn-sec.text-center.mt-3 {
  margin: 0 !important;
}

.slick-slide {
  margin: 0 10px;
}



section.gostWritingSec2 .col-md-2 {
    align-items: center;
    display: flex;
}

section.gostWritingSec2 {
    background: #BB133E;
}

section.swipper3sec.gostWritingSec2 .swiper-slide::before{
    background: #fff;
    border-color: #fff;
}

section.swipper3sec.gostWritingSec2 .swiper.mySwiper3::after{
    background: #fff;
}

section.gostWritingSec2 h3 {
    color: #000;
}




.swiper.mySwiper3 .slick-slide {
    position: relative;
}

.swiper.mySwiper3{
    position: relative;
    overflow: hidden;
}

.swiper.mySwiper3 .slick-slide::after {
    content: '';
    height: 100vh;
    width: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}


.swiper.mySwiper3::before {
    content: '';
    height: 100vh;
    width: 3px;
    background: #000;
    position: absolute;
    right: 0;
}

section.swipper3sec.gostWritingSec2 .slick-slide img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 5px;
}

header img.Logo {
    display: none;
}

header.header.sticky  img.Logo{
    display: block;
}

header img.Logo1 {
    display: block;
}

header.header.sticky  img.Logo1{
    display: none;
}

.myHeaderBtn {
    display: flex !important;
    align-items: center;
    gap: 25px;
}

.myHeaderBtn .headerIcons i {
    width: 35px;
    height: 35px;
    border: 2px solid #002147;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    transition: .5s ease-in-out;
    color: #002147;
}

.headerIcons {
    display: flex;
    gap: 10px;
}

.myHeaderBtn .headerIcons i:hover {
    border: 2px solid #bb133e;
    color: #bb133e;
}



header.header.sticky .myHeaderBtn .headerIcons i {
    border: 2px solid #fff;
    color: #fff;
}

header.header.sticky .myHeaderBtn .headerIcons i:hover {
    border: 2px solid #bb133e;
    color: #bb133e;
}

.headerIcons a {
    text-decoration: none;
}

.headerIcons a {
    text-decoration: none;
}

header.header.sticky .btn.btn-theme:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #BB133E;
}

.topbarRightText {
    display: flex;
    gap: 10px;
}

ul.dropdown-menu li a {
    color: #fff !important;
}