body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
}
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
}
section {
  padding: 60px 0;
  clear: both;
  position: relative;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
  font-family: "Barlow Condensed", sans-serif;
}
p {
  font-family: "Rubik", sans-serif;
  color: #2c2f39;
}
img {
  max-width: 100%;
}
ul.top-b li {
  display: inline-block;
  padding: 5px 15px;
  background: #ff9901;
}
.top-bar {
  background: #123c3e;
  padding: 0px 0px 12px;
}
.top-bar .row {
  align-items: center;
}
ul.top-b li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
ul.top-b li img {
  max-width: 23px;
  margin-right: 4px;
}
header {
  padding: 0px 0 12px;
  position: relative;
  z-index: 2;
  width: 100%;
}
a.logo img {
  max-width: 160px;
  padding-top: 5px;
}
.btn {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s all;
}
.btn-black {
  color: #fff !important;
  background: #123c3e;
}
.home-banner {
  background: url("../images/home-banner2.webp") no-repeat;
  background-size: cover;
  background-position: 100%;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin-top: -80px;
  padding-top: 170px;
  padding-bottom: 210px;
}
.info-banner h1 {
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
span {
  vertical-align: baseline;
}
.info-banner h1 span {
  background: #ff9901;
  line-height: 63px;
  display: inline-block;
  color: #fff;
  padding: 0 10px 6px 6px;
}
.info-banner p {
  max-width: 70%;
  margin: auto;
  font-size: 17px;
  margin-bottom: 15px;
  color: #000;
}
.btn-black2 {
  box-shadow: 3px 3px 0px #ff9901;
}
.scroll-mouse {
  position: absolute;
  left: 49%;
  bottom: 5px;
}

.cta-detail h3.h6 {
    color: #fff;
}

.scroll-mouse img {
  animation: down 1s linear infinite;
}
@keyframes down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 4px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.btn-black2:hover {
  background: #ff9901;
  box-shadow: 3px 3px 0 #123c3e;
  color: #fff !important;
}
.btn-black2:hover img {
  filter: brightness(0);
}
.site-logos {
  padding: 15px 0 35px 0;
  margin-bottom: 20px;
}
.site-logos::before {
  content: "";
  background: #ff9901;
  width: 90%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
}
.our-solution .row {
  align-items: center;
}
h2 {
  font-size: 60px;
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 8px;
  background: #ff9901;
  bottom: -8px;
  left: -70px;
}
.info-solution {
  max-width: 92%;
}
.info-solution p {
  color: #000;
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 25px;
}
.our-solution::before {
  content: "";
  background: #f7f7f7;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  box-shadow: 0 0 10px rgb(0 0 0 / 17%);
}
.our-solution {
  margin: 50px 0;
}
.sol-bef {
  position: relative;
  z-index: 1;
}
.sol-bef::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -25px;
  max-width: 199px;
  height: 176px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}
.info-count h4 div {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 3px;
}
.info-count h4 {
  font-size: 60px;
  color: #ff9901;
  font-weight: 700;
}
.info-count {
  background: #123c3e;
  padding: 40px 0;
  box-shadow: 3px 3px 0 #ff9901;
  position: relative;
  border-right: 2px solid #fff;
}
.info-count h4 + p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.counter::before {
  background: url("../images/bef-count.webp") no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-size: 100%;
  background-position: 100% 100%;
  z-index: -2;
}
.info-count::before {
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 5px 20px #e6e6f5;
}
.portfolio .item:first-child .info-port {
  margin-bottom: 15px;
}
.info-text p {
  font-size: 20px;
  max-width: 80%;
  margin-bottom: 8px;
  color: #fff;
}
.info-text h2 {
  margin-bottom: 40px;
}
.info-text {
  margin-bottom: 40px;
}
.portfolio .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 30px;
}
.portfolio .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  color: #fff;
}
.portfolio .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 15px 18px;
  text-transform: uppercase;
}
.portfolio::before {
  content: "";
  position: absolute;
  background: url("../images/bg-portfolio.webp") no-repeat;
  max-width: 100%;
  width: 90%;
  background-size: 100%;
  height: 82%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.portfolio {
  padding: 100px 0 60px;
}
.portfolio .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  max-width: 100%;
  background: url("../images/bg-ul.webp") no-repeat;
  height: 130%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-position: 100%;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s all;
}
.portfolio .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.info-text h2::before {
  background: #ff9901;
  width: 100px;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.cta {
  background: url("../images/bg-cta.webp") no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cta h2 {
  font-size: 81px;
  color: #ff9901;
  letter-spacing: -4px;
}
.cta p {
  color: #fff;
  font-size: 26px;
  margin-bottom: 12px;
}
.btn-yellow {
  background: #123c3e;
  box-shadow: 3px 3px 0 #ff9901;
  color: #fff !important;
}
.btn-yellow:hover {
  background: #000000;
  box-shadow: 3px 3px 0 #ffc412;
  color: #fff !important;
}
.btn-yellow:hover img {
  filter: revert;
}

.info-cta.text-center a.btn.btn-black-two.btn-black-two.various {
    margin: 0px;
}

.gap {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

/* .cta-detail {
  margin-bottom: 16px;
} */
.our-writing {
  background: #f8f8f8;
  z-index: 1;
}
.info-write {
  padding: 30px 20px;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  transition: 0.5s all;
  border: 1px dashed #01595d;
  border-radius: 10px;
}
.info-write .img-write {
  position: absolute;
  right: 15px;
  top: 15px;
}
.info-write .img-write img {
  max-width: 70px;
}
.info-write h4 {
  color: #01595d;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.info-write h4 + p {
  margin-bottom: 0;
}
.our-writing .container {
  position: relative;
}
.our-writing .row {
  justify-content: center;
}
.our-writing .container::before {
  background: url("../images/leaf.webp") no-repeat;
  max-width: 125px;
  height: 507px;
  width: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  left: -80px;
  bottom: -60px;
}
.our-writing .btn {
  margin-top: 30px;
}
.our-writing .info-text h2 + p {
  margin: initial;
}
.our-writing .info-text h2::before {
  right: inherit;
}
.our-writing .info-text {
  margin-bottom: 50px;
}
.info-write:hover {
  background: #ff9901;
  box-shadow: 0 0 10px rgb(0 0 0 / 47%);
  transform: scale(1.1);
}
.info-write:hover * {
  color: #fff;
}
.info-write * {
  transition: 0.5s all;
}
.info-work span {
  position: absolute;
  font-size: 109px;
  line-height: 74px;
  font-weight: 700;
  color: transparent;
  top: 0;
  right: 0;
  font-family: "Barlow Condensed", sans-serif;
  vertical-align: baseline;
  z-index: 2;
}
.info-work {
  padding: 50px 5px;
  position: relative;
}
.info-work span.yellow {
  -webkit-text-stroke: 1px #ff9901;
}
.info-work span.blue {
  -webkit-text-stroke: 1px #123c3e;
}
.our-work .row {
  align-items: center;
}
.our-work .btn {
  margin-top: 40px;
}
.our-work .info-text h2:before {
  right: inherit;
}
.our-work .info-text {
  margin-bottom: 60px;
}
.our-work .container::before {
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  background: url("../images/wave.webp") no-repeat;
  max-width: 555px;
  width: 100%;
  background-size: 100%;
  height: 256px;
  top: -60px;
}
.our-work .container::after {
  position: absolute;
  content: "";
  left: 0;
  margin: auto;
  background: url("../images/wave2.webp") no-repeat;
  max-width: 525px;
  width: 100%;
  background-size: 100%;
  height: 237px;
  bottom: -60px;
  z-index: -1;
}
.our-work .container {
  position: relative;
}
.portfolio .item .info-port:hover {
  transform: scale(1.02);
}
.portfolio .item .info-port {
  transition: 0.5s all;
}
.portfolio .item .info-port img {
  width: 100%;
  aspect-ratio: 1/1.8;
  object-fit: fill;
}
header ul li::before {
  content: "";
  position: absolute;
  max-width: 100%;
  background: url("../images/menu.webp") no-repeat;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: -10px;
  margin: auto;
  width: 100%;
  background-position: 100% 100%;
  background-size: 100%;
  display: none;
  transition: 0.5s all;
  z-index: -1;
}
header ul li:hover::before {
  opacity: 1;
  display: block;
}
a {
  text-decoration: none !important;
}
.our-solution::after {
  content: "AMAZON KINDLE";
  text-transform: uppercase;
  font-size: 162px;
  letter-spacing: -7px;
  font-weight: 700;
  line-height: 132px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -35px;
  -webkit-text-stroke: 1px #d8d8d8;
  color: transparent;
  z-index: -1;
  animation: lifte_and_right 5s linear infinite;
}
.our-writing::after {
  position: absolute;
  background: url("../images/writing.webp") no-repeat;
  max-width: 150px;
  height: 95%;
  width: 100%;
  content: "";
  right: 60px;
  bottom: 0;
  background-size: 100%;
  z-index: -1;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0);
  }
}
.our-work::after {
  content: "process";
  text-transform: uppercase;
  font-size: 155px;
  letter-spacing: -7px;
  font-weight: 700;
  line-height: 132px;
  position: absolute;
  right: 60px;
  bottom: 0;
  -webkit-text-stroke: 1px #d8d8d894;
  color: transparent;
  z-index: -1;
  animation: lifte_and_right 5s linear infinite;
}
@keyframes lifte_and_right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.owl-carousel button.owl-dot > span {
  position: relative;
}
.owl-carousel button.owl-dot {
  padding: 10px !important;
  margin: 0 5px;
}
.owl-carousel button.owl-dot > span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #d0d0d0;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}
.owl-carousel button.owl-dot > span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: -8px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ffc412;
  opacity: 0;
  transition: 0.5s all;
}
.owl-carousel button.owl-dot.active > span::after {
  opacity: 1;
}
.owl-portfolio .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  bottom: 12.5px;
  text-align: center;
}
.owl-nav {
  position: relative;
  margin: auto;
  display: table;
}
.owl-nav > button {
  margin: 0 85px;
}
.owl-nav > button > span {
  font-size: 30px;
}
.owl-carousel button.owl-dot.active > span::before {
  background: #ffc412;
}
.owl-carousel .owl-stage-outer {
  margin-bottom: 0;
}
.info-faq2 h2 {
  margin-bottom: 65px;
  line-height: 62px;
}
.info-faq2 {
  position: relative;
}
.info-faq2 h2::before {
  width: 200px;
  height: 8px;
  background: #ff9901;
  content: "";
  position: absolute;
  left: -80px;
  bottom: -10px;
}
.info-faq2 img {
  position: relative;
  max-width: 110%;
  left: -90px;
  top: 20px;
}
.info-faq2 {
  position: relative;
}
.info-faq2::before {
  content: "";
  position: absolute;
  right: 26px;
  max-width: 210px;
  width: 100%;
  background: url("../images/bg-faq-line.webp") no-repeat;
  background-size: 100%;
  height: 200px;
  top: 190px;
  z-index: -1;
}
.cta h2::before {
  display: none;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}
.owl-testimonial button.owl-dot > span::before {
  left: -6px;
}
.owl-testimonial.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 50px;
}
.owl-testimonial.owl-theme .owl-nav {
  position: relative;
  top: -7px;
  color: #6f6f71;
  margin-left: 0;
}
.owl-testimonial.owl-theme .owl-nav > button > span {
  font-size: 35px;
}
.owl-testimonial.owl-theme .owl-dots {
  margin-left: 22px;
}
.cta2 .container {
  background: url("../images/bg-cta2.webp") no-repeat;
  background-size: 100%;
  height: 380px;
  position: relative;
  z-index: 5;
  background-size: 100% 100%;
  background-position: center;
}
.cta2 .info-cta2 a {
  font-size: 14px;
}
.cta2 {
  background: #1f1f23;
  padding: 60px 0 40px;
}
.cta2 h2 {
  font-size: 35px;
  letter-spacing: -1px;
  color: #101010;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.cta2 h2::before {
  display: none;
}
.cta2 .row {
  height: 100%;
  align-items: center;
}
.info-cta2 {
  padding-left: 30px;
  max-width: 90%;
}
.cta2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 76%;
  margin: auto;
  top: 30px;
  background: url("../images/bef-cta2.webp") no-repeat;
  max-width: 200px;
  height: 200px;
  width: 100%;
  background-size: 100%;
  animation-name: spin;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.info-form [class*="col"] {
  padding: 0 7px;
}
.info-form form {
  padding: 0 15px;
}
.info-form .form-control {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  height: 50px !important;
  margin-bottom: 25px;
  color: #a7a7ab;
  font-size: 15px;
  resize: none;
  padding: 10px 15px;
}
.info-form ::placeholder {
  color: #a7a7ab;
}
.info-form textarea.form-control {
  height: 100px !important;
}
.info-form input[type="submit"] {
  padding: 12px 25px 12px 15px;
  width: 40%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3 all ease-in-out;
  margin-top: 10px;
}
.our-contact {
  background: #1f1f23;
  z-index: 1;
}
.info-form input[type="submit"] + img {
  position: relative;
  right: 50px;
  top: 5px;
}
.info-form input[type="submit"] + img {
  transition: 0.5s all;
}
.info-form input[type="submit"]:hover + img {
  filter: revert;
}
.our-contact h2 {
  color: #fff;
  margin-bottom: 30px;
}
.our-contact h2 > span {
  color: #ff9901;
}
.our-contact h2::before {
  display: none;
}
.contact-ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  text-transform: capitalize;
}
.contact-ul li a > span {
  color: #a3a3a9; /* lightened for WCAG contrast on the dark #1f1f23 footer (was #67676d = 2.92:1) */
  display: block;
  line-height: 12px;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
}
.contact-ul li img {
  position: absolute;
  left: 0;
  top: 22px;
}
.gap .cta-detail.btn.btn-black-two a {
    color: #fff;
}

.contact-ul li p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.contact-ul li {
  position: relative;
  padding: 30px 0;
  padding-left: 85px;
}
.contact-ul li:last-child img {
  top: 25px;
}
.contact-ul li:first-child img {
  top: 12px;
}
.contact-ul li::before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #67676d;
  width: 82%;
  right: 0;
  bottom: 0;
}
.contact-ul li:last-child::before {
  display: none;
}
.our-contact::before {
  position: absolute;
  content: "";
  background: url("../images/bef-contact.webp") no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 310px;
  height: 520px;
  right: 0;
  top: -190px;
  z-index: -1;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.detail-contact {
  position: relative;
  z-index: 5;
}
.info-form {
  position: relative;
  z-index: 5;
}
.our-contact::after {
  position: absolute;
  content: "";
  background: url("../images/bef-contact2.webp") no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 350px;
  height: 390px;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
.oc::before {
  position: absolute;
  content: "";
  background: url("../images/bef-contact3.webp") no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 170px;
  height: 162px;
  right: 70px;
  bottom: 30px;
  z-index: 1;
}
footer {
  padding: 55px 0 35px;
  position: relative;
}
footer {
  background: url("../images/bg-foot.webp") no-repeat;
  max-width: 100%;
  background-size: cover;
  width: 100%;
  background-position: 100%;
  box-shadow: 0 5px 15px #d1d1d1;
}
.copy p {
  margin-bottom: 0;
}
.copy {
  background: #f8f8f8;
  padding: 10px 0;
}
.copy ul {
  text-align: right;
}
.copy .row {
  align-items: center;
}
.copy ul li {
  display: inline-block;
  position: relative;
  padding: 0px 3px;
  font-size: 12px;
}
.copy ul li::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -3px;
  top: 0;
  background: #6f6f6f;
}
.copy ul li:last-child::before {
  display: none;
}
.copy ul li a {
  color: #000 !important;
}
footer a.logo + p {
  margin-top: 14px;
  color: #6a6a6f;
}
footer ul li a {
  font-weight: 500;
  color: #686868 !important;
  text-transform: uppercase;
}
footer h4 {
  margin-bottom: 30px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
}
footer h4::before {
  content: "";
  position: absolute;
  left: -18px;
  width: 40px;
  height: 5px;
  background: #ff9901;
  bottom: -5px;
}
footer ul li {
  line-height: 27px;
}
.about-banner .container {
  background: url("../images/about-banner.webp") no-repeat bottom;
  background-size: 100%;
  width: 100%;
  height: 395px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 20px #0000007a;
  border-radius: 30px;
}
.about-banner h1 {
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 20px;
  -webkit-text-stroke: 1px #00000026;
}
.about-banner h1::before {
  content: "";
  max-width: 100%;
  background-size: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.about-banner::before {
  position: absolute;
  background: url("../images/ab-img1.webp") no-repeat;
  max-width: 234px;
  background-size: 100%;
  width: 100%;
  height: 223px;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}
.about-banner::after {
  position: absolute;
  background: url("../images/ab-img2.webp") no-repeat;
  max-width: 180px;
  background-size: 100%;
  width: 100%;
  height: 160px;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.about-banner {
  padding-top: 0px;
}
.about-banner + .site-logos {
  padding-top: 0;
}
.our-dream {
  z-index: 1;
  margin: 20px 0;
}
.our-dream::before {
  content: "";
  background: #f7f7f7;
  width: 95%;
  height: 90%;
  position: absolute;
  top: 0;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -3;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}
.info-dream2 h2 {
  margin-bottom: 40px;
  font-size: 53px;
  line-height: 56px;
}
.info-dream2 img {
  max-width: 102%;
  border-radius: 30px 30px 120px 30px;
  height:auto;
}
.our-dream .row {
  align-items: center;
}
.info-dream h4 {
  font-size: 24px;
  color: #ff9901;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.info-dream h4 + p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}
.info-dream2::before {
  right: 66px;
  top: 170px;
}
.info-dream {
  margin-top: 20px;
}
.dream::before {
  position: absolute;
  background: url("../images/ab-img3.webp") no-repeat;
  max-width: 282px;
  background-size: 100%;
  width: 100%;
  height: 150px;
  content: "";
  right: 0;
  top: -30px;
  z-index: -1;
}
.our-process .rp {
  align-items: center;
  margin-bottom: 80px;
}
.our-process h2 {
  margin-bottom: 0;
}
.our-process .rp p {
  margin-bottom: 0;
  font-size: 16px;
}
.info-process {
  position: relative;
}
.info-process::before {
  background: url(../images/arrow.webp) no-repeat;
  max-width: 126px;
  height: 22px;
  width: 100%;
  background-size: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
}
.info-process img {
  margin-bottom: 16px;
  display: block;
}
.info-process h5 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: rgb(8, 70, 177);
  background: linear-gradient(
    90deg,
    #ff9901 25%,
    rgba(248, 249, 253, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #fff;
  padding-left: 2px;
  margin-bottom: 20px;
}
.info-process h5 + p {
  color: #231f20;
  font-size: 15px;
}
.our-process [class*="col-"]:nth-last-child(2) .info-process::before {
  display: none;
}
.our-process .btn {
  margin-top: 30px;
}
.our-process::before {
  background: url(../images/bef-pro.webp) no-repeat;
  max-width: 120px;
  height: 160px;
  width: 100%;
  background-size: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  transform: rotate(45deg);
  opacity: 0.8;
}
.biography-banner .container {
  background: url("../images/biography-banner.webp") no-repeat bottom;
  background-size: 100%;
}
.comic-banner .container {
  background: url("../images/comic-banner.webp") no-repeat;
  background-size: 100%;
}
.contact-banner .container {
  background: url("../images/contact-banner.webp") no-repeat;
  background-size: 100%;
}
.novel-banner .container {
  background: url(../images/novel-banner.webp) no-repeat bottom #00000038;
  background-size: cover;
  background-blend-mode: multiply;
}
.speech-banner .container {
  background: url("../images/speech-banner.webp") no-repeat bottom;
  background-size: 100%;
}
.editing-banner .container {
  background: url("../images/editing-banner.webp") no-repeat bottom;
  background-size: 100%;
}
.publishing-banner .container {
  background: url("../images/publishing-banner.webp") no-repeat bottom;
  background-size: 100%;
}
.cover-banner .container {
  background: url("../images/cover-banner.webp") no-repeat center;
  background-size: 100%;
}
.audio-book .container {
  background: url(../images/audio-book.webp) no-repeat center;
  background-size: 100%;
}
.book-printing .container {
  background: url(../images/book-printing-banner.webp) no-repeat bottom;
  background-size: 100%;
}
.author .container {
  background: url(../images/author-banner.webp) no-repeat bottom;
  background-size: 100%;
}
.formatting .container {
  background: url(../images/formatting-banner.webp) no-repeat center;
  background-size: 100%;
}
.print-on-demand .container {
  background: url(../images/print-on-demand.webp) no-repeat;
  background-size: 100%;
}
.portfolio-page .container {
  background: url(../images/portfolio-banner.webp) no-repeat center;
  background-size: 100%;
}
.contact-banner + .our-contact::before {
  display: none;
}
.contact-banner + .our-contact {
  background: #fff;
}
.contact-banner + .our-contact h2 {
  color: #000;
}
.contact-banner + .our-contact .info-form .form-control {
  color: #817f7f;
  border-bottom: 2px solid #ff9901;
  box-shadow: 0 0 10px rgb(18 60 62 / 30%);
  border-radius: 5px;
}
.contact-banner + .our-contact .info-form ::placeholder {
  color: #817f7f;
}
.contact-banner + .our-contact .contact-ul li img {
  filter: invert(1);
}
.contact-banner + .our-contact .contact-ul li a {
  color: #000;
}
.contact-banner + .our-contact .contact-ul li p {
  color: #000;
}
.contact-banner + .our-contact::after {
  display: none;
}
.contact-banner + .our-contact > .oc::before {
  opacity: 0.2;
}
.contact-banner + .our-contact .contact-ul li::before {
  border-bottom: 1px dashed #817f7f;
}
.owl-testimonial .owl-dots {
  position: absolute;
  left: 45px;
  right: 0;
  margin: auto;
  bottom: 12.5px;
  width: 100px;
  text-align: center;
}
.modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.our-inclusive::before {
  background: url(../images/bef-pro.webp) no-repeat;
  max-width: 170px;
  height: 160px;
  width: 100%;
  background-size: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  animation-name: spin;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.our-inclusive .row {
  align-items: center;
}
.info-inclusive h2 {
  margin-bottom: 50px;
}
.info-inclusive p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 21px;
  color: #000;
}
.info-inclusive .btn {
  margin-top: 10px;
}
.dream::before {
  position: absolute;
  background: url("../images/ab-img3.webp") no-repeat;
  max-width: 282px;
  background-size: 100%;
  width: 100%;
  height: 150px;
  content: "";
  right: 0;
  top: -30px;
  z-index: -1;
}
.about-dream::before {
  height: 98%;
}
.about-dream .info-dream ul li {
  list-style: disc;
  font-size: 15px;
  color: #2c2f39;
}
.about-dream .info-dream2 h2::before {
  left: 0;
  width: 150px;
}
.about-dream .info-dream {
  margin-top: -45px;
}
.owl-testimonial.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.our-dream p {
  font-size: 14px;
  line-height: 23px;
  color: #000;
}
.about-dream .info-dream ul {
  margin-left: 15px;
}
.portfolio .row:nth-child(2) {
  margin-bottom: 16px;
}
.modal-dialog.modal-lg {
  max-width: 980px;
  border: 20px solid #eff0f4;
}
.authormodal .modal-dialog.modal-lg {
  border: 0;
  background-color: #fff;
  padding: 20px;
}
.authormodal .modal-dialog.modal-lg .modal-content {
  border: 0;
}
.authormodal a.btn.btn-black {
  margin-top: 15px;
  margin-bottom: 15px;
}
.info-solution h2 {
  font-size: 40px;
  text-transform: capitalize;
}
.has-sub .servis_list {
  column-count: 3;
  width: 830px;
}
.get-list span {
  margin-right: 10px;
}
.get-list li a:hover img {
  transform: rotate(360deg);
  border: 2px solid #ff9901;
}
.get-list li a span img {
  padding: 0;
  object-fit: scale-down;
  height: 40px;
  border-radius: 50px;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  border: 2px solid #b1b1b1cc;
  width: 40px;
}
.info-text h2 {
  font-size: 46px;
  color: #fff;
  text-transform: capitalize;
}
.info-text h2 span {
  color: #ff9901;
}
.color_change h2 {
  color: #000;
}
.color_change p {
  color: #000;
}
.info-write h4 span {
  display: block;
}
.info-text h3 {
  font-size: 17px;
  width: 60%;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.exceptional-sec {
  background-image: url(../images/except-bg-white.webp);
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 0;
  overflow: hidden;
}
.exceptional-sec img.autowidth {
  margin-right: 30px;
  min-width: 500px;
}
.autowidth.right {
  float: right;
}
.stellarnav.dark ul ul {
  background-image: linear-gradient(
    to right,
    #123c3e,
    #1b4a4c,
    #0c282a,
    #123c3e,
    #123c3e
  );
}
.exceptional-sec ul {
    position: relative;
    margin: 100px 0;
    list-style: none;
    padding: 0px;
}

.exceptional-sec li {
  padding-left: 150px;
  position: relative;
  margin: 30px 0;
}
.exceptional-sec li:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #868686;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.exceptional-sec ul:before {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #868686;
  left: 0;
  top: 0;
  content: "";
}
.exceptional-sec li h5 {
  font-size: 25px;
  font-weight: 600;
  color: #ff9901;
}
.exceptional-sec .except-thumb {
  background-color: #ef5848;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  left: 40px;
}
.exceptional-sec li:nth-child(2) .except-thumb {
  background-color: #204a4a;
}
.exceptional-sec li:nth-child(3) .except-thumb {
  background-color: #a86d02;
}
.exceptional-sec li:nth-child(3) .except-thumb {
  background-color: #a86d02;
}
.exceptional-sec h2 {
  font-size: 34px;
  text-transform: capitalize;
  line-height: 40px;
  letter-spacing: 0;
  color: #121212;
}
.exceptional-sec h2 span {
  color: #ff9901;
}
.info-solution h2 span {
  color: #ff9901;
}
.new-publishing {
  background-image: url(../images/pen-bg.webp);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 0 10px #2e3031;
}
.publish-text h3 {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: -1px;
  font-weight: 600;
}
.publish-text p {
  font-size: 13px;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
}
.btn-black-two {
  box-shadow: 3px 3px 0px #123c3e;
}
.btn-black-two {
  color: #123c3e !important; /* dark text on orange for WCAG contrast (was #fff = 2.14:1) */
  background: #ff9901;
  margin-left: 10px;
}
.btn-black-two img {
  filter: brightness(0);
}
.btn-black-two:hover {
  background: #123c3e;
  box-shadow: 3px 3px 0 #ff9901;
  color: #fff !important;
}
.btn-black-two:hover img {
  filter: inherit;
}
.publish-text h3 span {
  color: #ff9901;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.cta2 h2 span {
  color: #ff9901;
}
.footer_logo p {
  width: 90%;
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.stellarnav.dark {
  margin-top: 23px;
}
.has-sub li:hover::before {
  opacity: 0;
}
.copy p {
  text-align: center;
  font-size: 15px;
  color: #000;
}
.stellarnav li:last-child {
  background-color: #123c3e;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 3px 3px 0px #ff9901;
}
.stellarnav li:last-child:hover {
  background-color: #ff9901;
  box-shadow: 3px 3px 0px #123c3e;
}
.stellarnav li:last-child:hover a {
  color: #fff;
}
.stellarnav li:last-child a {
  color: #fff;
  font-size: 15px;
}
.servis_list li:last-child {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
}
.servis_list li:last-child:hover {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
}
.servis_list li:last-child a {
  font-size: 14px;
}
.our-process .rp h2 {
  font-size: 46px;
  text-transform: capitalize;
}
.our-process .rp h2 span {
  color: #ff9901;
}
.paddin-bottom-0 {
  padding-bottom: 0 !important;
}
.info-dream2 h2 span {
  color: #ff9901;
}
.info-dream h5 {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  border-bottom: 1px solid #123c3e;
  color: #123c3e;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
}
.info-dream h4 span {
  color: #123c3e;
}
.info-port h3 {
  font-size: 30px;
  color: #ff9901;
  margin: 0;
  font-weight: 600;
}
.info-port h4 {
  color: #fff;
  font-size: 29px;
  margin: 0;
}
.info-port p {
  color: #fff;
  font-size: 12px;
  height: 90px;
}
.privacy-policy h3 {
  font-size: 30px;
  color: #ff9901;
}
.privacy-policy p {
  color: #000;
  font-size: 15px;
}
.form-wrap {
  position: fixed;
  bottom: 170px;
  right: 0;
  transform: translateX(400px);
  transition: 0.5s;
  z-index: 999;
}
.form-wrap.phone-floating {
  bottom: 530px;
}
.mail-floating.form-wrap {
  bottom: 600px;
}
.form-wrap.open {
  transform: translateX(0);
}
.form-wrap .floating-relative .floating-form-btn {
  position: absolute;
  right: 346px;
  width: fit-content;
  height: 50px;
  top: 113px;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  padding: 15px;
}
.form-wrap .floating-relative .icon-btn {
  right: 100%;
  top: 0;
  padding: 10px 18px;
  border-radius: 5px 0 0 5px;
  height: 50px;
}
.form-wrap .floating-relative .floating-form-btn.btn-rt {
  transform: rotate(270deg);
}
.mail-floating.form-wrap .floating-form,
.phone-floating.form-wrap .floating-form {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mail-floating.form-wrap a.floating-form,
.phone-floating.form-wrap a.floating-form {
  font-size: 16px;
}
.theme-btn-featured {
  color: #fff;
  border-color: transparent;
  background-color: #ff9901;
}
.form-wrap .floating-form {
  width: 400px;
  color: #fff;
  padding: 18px 25px;
  background: #123c3e;
}
.floating-form button {
  width: 100%;
  padding: 8px;
  border: none;
  color: #fff;
  border-radius: 7px;
  font-size: 19px;
  text-transform: capitalize;
  background-color: #ff9901;
}
.custom-auto-popup {
  z-index: 100;
  position: fixed;
  inset: 0px;
  width: 530px;
  aspect-ratio: 1 / 1;
  margin-top: auto;
  background: rgb(0, 0, 0);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease 0s;
  display: flex;
  align-items: flex-end;
}
.custom-auto-popup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.35;
  backdrop-filter: blur(10px);
  z-index: -1;
  display: none;
}
.custom-auto-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.custom-auto-popup__img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  z-index: -1;
}
.custom-auto-popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-auto-popup-close {
  width: 35px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9901;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}
.custom-auto-popup-box {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
.custom-auto-popup__content {
  padding: 0.65rem;
  width: 75%;
  border-radius: 5px;
  border: 0.768px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2.047px 2.047px 0px;
  backdrop-filter: blur(12.7926px);
}
.custom-auto-popup__heading-img img {
  display: none;
}
.custom-auto-popup__content p {
  font-size: 0.99rem;
  margin-bottom: 1.75rem;
  text-align: left !important;
}
.custom-auto-popup__heading-img {
  width: 270px;
  position: relative;
  top: 10px;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0);
  }
}
.work-img img {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.footer_logo img {
  width: 50%;
}

/* WCAG AA: darker accessible orange (#a85a00, 4.65:1 on white) for accent text on
   light backgrounds. The brand orange #ff9901 fails (~2.1:1) as text; kept as-is
   for backgrounds/buttons. Scoped to the flagged heading-accent spans. */
.info-text h2 span {
  color: #a85a00;
}


/* custom css of banner  */

.speech-banner .container {
    position: relative;
    overflow: hidden;
}

.speech-banner .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    z-index: 1;
}

.speech-banner .container> * {
    position: relative;
    z-index: 2;
}