@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");
@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #f0eee2;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #818181;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #292f36;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Zilla Slab", serif;
}

p {
  margin-bottom: 15px;
  color: #818181;
  font-size: 1rem;
    font-weight: 400;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #818181 !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #339989 !important;
}

.navbar-nav .nav-link.active {
  color: #339989 !important;
}

.header.sticky li a {
  color: white;
}

.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: #339989;
  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: white;
  color: #000001 !important;
}

.navbar-brand img {
  width: 185px;
  transition: 0.6s;
}

ul.dropdown-menu li a {
  color: white !important;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #f0eee2;
}
.offcanvas .btn-close {
    filter: invert(1);
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.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: 15rem;
}

.dropdown-menu {
  background-color: #339989;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}
.dropdown-menu li.active {
    background: white;
}
.dropdown-menu li.active > a {
    color: #818181 !important;
}
/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  transition: 0.6s;
  border-bottom: 1px solid #33333310;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #f0eee2;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 185px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  padding-top: 50px;
  padding-bottom: 25px;

  .right-col h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
.top-banner .animate-up {
    height: 580px;
    overflow: hidden;
}

.top-banner .animate-up img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .bg-image {
    background-image: url(../images/top-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    height: 420px;
    width: 100%;
    margin: -175px auto 0;
    display: flex;
    align-items: end;
    padding: 80px 0;
    position: relative;
    z-index: -1;

    .completed {
      display: flex;
      align-items: center;
      justify-content: space-between;

      .box {
        width: 30.333%;

        span {
          color: #339989;
          font-size: 23px;
          font-weight: 500;
        }
      }
    }
  }

  .bg-image::after {
    content: "";
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    height: 3px;
    width: 94%;
    background: #00000010;
    margin: auto;
  }
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 25px;
}

.client img {
  margin: auto;
  width: 65%;
}

/* end */

/* professional */
.professional,
.sec-5,
.sec-7 {
  padding-top: 35px;
  padding-bottom: 40px;

  .right>h2,
  .right>h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .right>p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .bg-image {
    background-image: url(../images/professional-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    width: 100%;
    margin: auto;
    padding: 35px 20px 20px;
  }
}

/* end */

/* slider sec */
.slider-sec {
  padding-top: 40px;
  padding-bottom: 40px;

  .center-heading {
    text-align: center;

    >h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
    }

    >p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px;
    }
  }

  .slide-book {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .book-card {
      width: 23.333%;
      position: relative;
      margin: 0px 5px;

      a>img {
        position: absolute;
        top: 25px;
        right: 25px;
      }

      >img {
        width: 100%;
      }

      .card-info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 18px;

        >
        h4 {
          color: white;
        font-weight: 600;
        margin-bottom: 5px;
        }

        >
        p {
          font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: white;
        }
      ;
        /* position: relative; */
        z-index: 5;
      }
    }
  }

  .slider-arrow {
    text-align: end;
    margin-top: 20px;

    >img {
      cursor: pointer;
    }
  }
}

/* end */

/* portfolio tabs */
.portfolio-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: 40px;*/
  background: url(../images/portfolio-bg.png) no-repeat center;
  background-size: cover;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      color: white;
    }
  }

  .tabs-list {
    background: white;
    padding: 20px 30px;
    border-radius: 100px;
    margin-bottom: 20px;

    li.nav-item {
      /*width: 12%;*/
    }

    .nav-pills .nav-link {
      background: transparent;
      border: 1px solid #339989;
      border-radius: 50px;
      font-size: 14px;
      color: #339989;
      width: 100%;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
      color: #fff !important;
      background-color: #339989 !important;
    }
  }

  .book-img {
    text-align: center;
    transition: all ease 0.3s;
    margin-top: 20px;

    &:hover {
      transform: scale(1.1);
    }
  }
}

/* end */

/* faqs sec */
.faqs {
  padding-top: 0px;
  padding-bottom: 50px;

  .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;
      background: transparent !important;
    }

    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;
      background: transparent;
    }

    .accordion-body {
      border-radius: 0px 0px 20px 20px;
    }

    .accordion-button:not(.collapsed) {
      color: #ffffff;
      background-color: #339989;
      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;
    }
  }
.book-img img {
    border-radius: 5px;
}
  .bg-image {
    background-image: url(../images/professional-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    width: 100%;
    margin: auto;
    padding: 35px 20px 20px;
  }
}

/* end */

/* Get A Quote */
.get-quote {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/quote-bg.png) no-repeat center;
  background-size: cover;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      color: white;
    }
  }
.book-card {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.book-card:after {
    inset: 0;
    content: "";
    position: absolute;
    background: #00000052;
    z-index: 1;
    top: 0;
    left: 0;
}

.book-card a > img {
    z-index: 55;
}
  .left-col {
    background: #339989;
    border-radius: 24px;
    padding: 30px 25px;

    h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    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: white;
        font-size: 16px;
        font-weight: 500;

        >a {
          color: white;
          text-decoration: none;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          word-break: break-word;
          -webkit-line-clamp: 1;
        }
      }
    }
  }

  .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 #292f36 !important;
      border: none;
      border-radius: 0;
    }
  }
}

/* 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: #339989;
  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-theme-dark,
.btn-theme-white {
  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 #339989;
  background: #339989;
  color: #ffffff;
}

.btn-theme:hover {
  border: 2px solid #339989;
  background: transparent;
  color: #339989;
}

.btn-theme-white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #292f36;
}

.btn-theme-white:hover {
  border: 2px solid #339989;
  background: #339989;
  color: #ffffff;
}

.btn-theme-dark {
  border: 2px solid #292f36;
  background: #292f36;
  color: #ffffff;
}

.btn-theme-dark:hover {
  border: 2px solid #292f36;
  background: transparent;
  color: #292f36;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}

.footer-logo p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
}

.footer-links>h6 {
  color: #339989;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.footer-links>p {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #339989;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links>ul>li>a:hover {
  color: #339989;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #ffffff;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: #339989;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #339989;
  background: #ffffff;
}

.footer-bottom {
  padding-top: 20px;
  background: #339989;
  padding-bottom: 20px;
}

.footer-bootom-links>p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.footer input,
.footer input:focus {
  border-left: 2px solid #c5c5c5;
  border-right: none;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
}

.footer input {
  color: #339989 !important;
  background: transparent;
  border-radius: 10px 0px 0 10px;
}

.footer input::placeholder {
  color: #818181 !important;
}

.footer button {
  border-radius: 0;
  border-radius: 0px 10px 10px 0px;
  border-right: 2px solid #c5c5c5;
  border-left: none;
  padding: 10px 20px;
  color: #818181;
  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;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #339989;
  border-color: #339989;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* css */
.bg-image.about-bg-image {
  padding: 40px !important;
  height: 130px;
  margin-top: -80px;
}

.bg-image.about-bg-image:after {
  content: none;
}

.about-us-img-1 img {
  /*object-fit: cover;*/
  /*border-radius: 10px;*/
  /*width: 100%;*/
}

.about-professional .bg-image {
  padding: 50px !important;
}

.how-it-works-card {
  background-color: #E8E6D9;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 19px;
}

.how-it-works-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.how-it-works-heading p {
  margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.how-it-works {
    padding-top: 50px;
    padding-bottom: 0px;
}
.book-editing-sec-2 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.how-it-works-heading h4 {
  font-size: 40px;
  font-weight: 700;
}

.how-it-works-card .icon {
  height: 60px;
  flex: 0 0 60px;
  background-color: white;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.how-it-works-card .icon img {
    height: 40px;
    width: 41px;
}
.how-it-works-card-content>* {
  margin: 0;
}

.how-it-works-card-content {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.how-it-works-card-content h6 {
  font-size: 20px;
  font-weight: 600;
}
section.book-editing-sec-2 .img-box-content {
    height: 460px;
}
.how-it-works-card-content p {
  margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.our-mission-card {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 11px;
}

.our-mission-card h6 {
  font-size: 18px;
  font-weight: 600;
  flex: 0 0 68px;
}

.our-mission-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* margin-top: 90px; */
}

.our-mission-card>* {
  margin: 0;
}

.our-mission-card p {
  margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.our-mission-content h4 {
  font-size: 35px;
  font-weight: 700;
}

.our-mission-img {
  height: 350px;
  border-radius: 15px;
  overflow: hidden;

}

.our-mission-content .btn {
  margin-top: 15px;
}

.our-mission-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.our-mission-list .box {
  height: 20px;
  flex: 0 0 20px;
  background: #339989;
  border-radius: 50%;
  position: relative;
}

.our-mission-list-content h6 {
  line-height: 1;
  margin: 0;
  font-size: 33px;
  font-weight: 700;
}

.our-mission-list-content {
  flex-direction: column;
  display: flex;
  gap: 3px;
}

.our-mission-list .box:after {
  content: '';
  position: absolute;
  top: -30px;
  width: 3px;
  transform: translateX(-50%);
  left: 50%;
  background: #339989;
  height: 81px;
}

.our-mission-list-main {
  flex-direction: column;
  display: flex;
  gap: 21px;
}

.our-mission-main {
  padding: 40px 15px;
  background-image: url(../images/professional-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
}

.book-1-content>* {
  margin: 0;
}

.book-1-content {
  flex-direction: column;
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.book-1-content h6 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.book-1-sec-img {
  margin-bottom: -210px;
  height: 410px;
}

.book-1 {
  background-image: url(../images/black-bg-paper.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 95px;
}

.book-1-content h4 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 1;
  text-transform: capitalize;
}

.book-1-content p {
  margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
}

.testimonial-heading>* {
  /*margin: 0;*/
}

.testimonial-heading h4 {
  font-size: 40px;
  font-weight: 700;
  
}

.testimonial-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.testimonial-heading p {
  max-width: 680px;
  margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.testimonial-card {
  padding: 15px;
  background: white;
  border-radius: 15px;
  margin: 0px 5px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.img-box.testi-img {
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50px;
}

.testimonial-header-content>h6 {
  margin: 0;
  font-weight: 700;
}

.rating {
  color: #FFC805;
}

.how-it-works-card.none-bg {
  background: transparent;
}

.book-editing-sec-2-top-content {
  flex-direction: column;
  display: flex;
}

.book-editing-sec-2-top-content h4 {
  font-size: 43px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
}

.book-editing-bottom {
  margin-top: 30px;
}

.book-editing-bottom-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.book-editing-bottom-card-top h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.book-editing-bottom-card-top .icon {
  height: 25px;
  flex: 0 0 25px;
  background: #40C800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
}

.book-editing-main {
  padding: 40px 25px;
  background-image: url(../images/professional-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
}

.our-work-content h4 {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.our-work-content {
  margin-top: -45px;
  DISPLAY: FLEX;
  FLEX-DIRECTION: COLUMN;
}

.our-work {
  padding-top: 70px;
}

.our-work-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px;
  background: #E8E6D9;
  margin-bottom: 20px;
  border-radius: 30px;
}

.our-work-card .icon {
  background: #339989;
  height: 55px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  flex: 0 0 55px;
  border-radius: 50%;
  margin-left: -35px;
}

.col-lg-6:has(.our-work-cards-main) {
  padding-left: 30px;
}

.our-work-card h6 {
  font-weight: 500;
  font-size: 21px;
}

.fiction-ghostwriting-img-3 {
  height: 500px;
}

.learn-img.animate-up img {
  /*height: 100%;*/
  /*width: 100%;*/
  /*object-fit: contain;*/
}

.learn-img.animate-up {
  /*height: 549px;*/
  text-align:center;
}

.bg-image.about-bg-image.contact-us-bg {
  margin-top: -110px;
}
.book-img img {
    border-radius: 5px;
}
.portfolio-tabs ul#pills-tab {
  /* gap: 10px; */
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #339989;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #339989;
  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: #339989;
  border-radius: 50px;
  padding: 12px !important;
}

/* end */
/*thank you*/
.thanyou-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.thanyou-banner p {
  font-size: 22px;
  text-align: center;
  color: #292f36;
  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: #339989;
}

.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: #339989;
}

.thanyou-banner p a {
  color: #339989;
}
/*end*/

.book-card:after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: #0000008c;
    content: "";
    margin:  3px;
}

.book-card a > img {
    z-index: 4;
}
section.top-banner .banner-img {
     /*height: 589px; */
}

section.top-banner .animate-up img {
    /*height: 100%;*/
    /*width: 100%;*/
    /*object-fit: contain;*/
}
.left.about-us-img-1 {
    text-align: center;
    /*height: 430px;*/
    /* display: none; */
}

.left.about-us-img-1 img {
    /*height: 100%;*/
    /*width: 100%;*/
    /*object-fit: contain;*/
}
section.book-editing-sec-2 .img-box-content {
    height: 550px;
}
section.sec-5 img {
    height: 490px;
    object-fit: contain;
}.book-editing-main .row {
    align-items: center;
}

.our-work-content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our-work-content-img {
    position: relative;
    display: flex;
    z-index: 1;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
}

.our-work-content-img:after {
    position: absolute;
    content: '';
    background: #33998966;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.our-work-content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}.gray-stay {
    color: #dddddd;
}
.social-main a {
    height: 70px;
    width: 160px;
}

.social-main a img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.social-main {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    gap: 5px;
}

.social p {
    margin: 0;
}
/*Add on 08/10/2024 --Khurram Chishti*/
.highlight {
    color: #339989;
}

.main-portfolio {
    padding: 50px 0 40px;
}
.main-portfolio-heading {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main-portfolio-heading h2 {
    font-size: 40px;
    font-weight: 700;
}
.main-portfolio-heading p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.main-portfolio .portfolio-img {
    background: #E8E6D9;
    padding: 15px;
    border-radius: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main-portfolio .portfolio-img > img {
    width: 100%;
    transition: all ease 0.3s;
}
.main-portfolio .portfolio-img img:hover  {
    transform: scale(1.1);
}

/* packages */
.packages {
    padding-top: 50px;
    padding-bottom: 50px;
    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: #292f36;
    color: white;
}
.pagebox {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 -1px 9px 0 #33998954;
    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: white;
}
.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 #339a89;
    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: 400;
}
.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*/

    .about-banner {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #339989;
    }
    
    .blog-section {
        text-align: center;
    }
    
    .blog-section h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2;
        color: white;
    }
    
    .blog-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blog-sec .center-heading > span {
          border: 1px solid #339989;
          background: #339989;
          padding: 10px;
          font-size: 14px;
          border-radius: 35px;
          font-weight: 600;
          display: inline-block;
          color: #339989;
        }
        .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 #339989;
          background: #339989;
          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: #339989;
        }
        .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: #339989;
          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: #339989;
          font-size: 28px;
        }
        
        .blog-detail .blog-inner .category {
          border: 1px solid #339989;
          padding: 8px;
          border-radius: 4px;
          color: #339989;
          font-weight: 500;
          display: inline-block;
        }
        
        .blog-detail .blog-inner span {
          font-size: 15px;
          font-weight: 500;
          color: #292f36;
        }
        
        .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: #292f36;
        }
        .blog-detail .blog-inner>p i {
            margin: 0;
            line-height: 0.2;
            font-size: 14px;
            padding: 0 20px;
        }
        .blog-body header {
            background: #292f36;
        }
        .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;
        }
        
        .section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e1e1e;
    letter-spacing: 0.5px;
}.section-title p {
    font-size: 1rem;
    color: #1e1e1e;
    font-weight: 400;
}.payment-sec .amount-payable {
    background: #1e1e1e;
    padding: 15px;
    text-align: center;
}.payment-sec .amount-payable h3 {
    color: white;
    margin-bottom: 0;
    font-size: 30px;
}.quote-form {
    padding: 40px;
    box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
    border-radius: 5px;
    background-color: white;
}.quote-form h3 {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}quote-form .form-group {
    position: relative;
    margin-bottom: 20px;
}.quote-form .form-group label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}.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;
}.quote-form .form-group i {
    position: absolute;
    top: 58%;
    right: 30px;
}.quote-form .form-group label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.quote-form .checkbox-dis {
    display: flex !important
;
    align-items: baseline !important;
    gap: 5px;
}.quote-form .form-group p {
    font-size: 15px;
    font-weight: 400;
}.quote-form .form-group {
    position: relative;
    margin-bottom: 20px;
}.quote-form .img_cards img {
    width: 12%;
}.section-title h2 span {
    color:#339989;
}
.terms-main-title h1 {
    font-size: 55px;
}

.terms-main-title h1 {
    font-size: 55px;
}
.privacy-policy .policies h4 {
    font-size: 30px;
}
.privacy-policy .policies p,
.privacy-policy .policies ul li {
    font-size: 1rem;
    color: #1e1e1e;
    font-weight: 400;
}
.privacy-policy .policies ul li {
    margin-bottom: 10px;
}
        /*end*/
    
    .modal-body.pkg-modal-body {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 21px;
}

.modal-body.pkg-modal-body h4 {
    font-size: 33px;
    margin: 0;
    position: relative;
}

.modal-body.pkg-modal-body h4:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    height: 3px;
    width: 50%;
    background: #339989;
}

.modal-body.pkg-modal-body span {
    color: #065c4f;
    font-size: 19px;
    font-weight: 400;
}.custom-close-btn {
  top: 10px;
  right: 10px;
  border-radius: 50px;
  z-index: 10;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  border: 0;
  height: 40px;
  width: 40px;
  color: white;
  background: #339989;
  border: 2px solid  #339989;
  transition: .3s;
}


.footer-bootom-links>span {
    margin: 0;
    color: #CFCFCF;
    font-size: 1rem;
    font-weight: 400;
}
.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:hover {
    color: #f0eee2;
}
.footer-bootom-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-blog {
    margin-top: 30px;
}
.table-blog th {
    border: 2px solid #000;
    padding: 11px 47px;
}
.table-blog td {
    border: 1px solid #000;
    padding: 11px 47px;
}