body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #00a4d2;
}

html,
body {
  overflow-x: hidden;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  box-shadow: none !important;
}
section {
  /* padding: 50px 0; */
  clear: both;
  position: relative;
  margin: 0 auto;
}
h1 {
  /* font-family: 'Barlow Condensed', sans-serif; */
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a.logo img {
  width: 150px;
}

span {
  vertical-align: baseline;
}

li.phone:hover img {
  animation: wobble 1.5s linear infinite;
}

li.msg:hover img {
  animation: heartBeat 1.5s linear infinite;
}

.btn {
  padding: 7px 26px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
  border-radius: 50px;
  position: relative;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none !important;
  font-family: "Rubik", sans-serif;
}

input.required.error,
textarea.required.error,
select.required.error {
  border-bottom: red 2px solid !important;
}

label.error {
  display: none !important;
}

a#back-top.show {
  display: inline-block;
  background-color: #cedffb;
  width: 46px;
  height: 46px;
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  color: #ff4f37;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
}

a#back-top.show {
  cursor: pointer;
  background-color: #f8c600;
}
a#back-top.show {
  background-color: #1d1d1d;
}
a#back-top.show {
  opacity: 1;
  visibility: visible;
}

a#back-top.show i {
  position: relative;
  top: 0;
  color: #fff;
}

footer {
  padding: 60px 0;
  position: relative;
  background: #000000;
  border-top: 8px solid #000000;
}

.copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.copy {
  background: #000000;
  padding: 8px 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: #fff;
  font-size: 14px;
}

.btn::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 18px;
  top: 17px;
}

.home-banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0 163 208 / 54%)), url(../images/library-img1.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.children_book_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(255 79 55), rgb(0 0 0 / 56%)),
    url(../images/kids-book.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.novel_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 164 210 / 58%), rgb(0 0 0 / 56%)), url(../images/story.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.author_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(255 79 55), rgb(0 0 0 / 56%)),
    url(../images/front-view-woman-working-home.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.book_editing_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 163 208 / 58%), rgb(0 0 0 / 56%)), url(../images/beautiful-blonde-woman-working-laptop_23-2148481616.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner {
  height: 100%;
  padding: 100px 0;
}

.home-banner.ghost_writing_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 164 210), rgb(0 0 0 / 56%)), url(../images/ghostwriting_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.publishing_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 164 210 / 62%), rgb(0 0 0 / 56%)), url(../images/publishing_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.contact_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 156 200 / 59%), rgb(0 0 0 / 56%)), url(../images/contact_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.about_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(0 164 210 / 65%), rgb(0 0 0 / 56%)), url(../images/about_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}
.home-banner.book_cover::before {
  content: "";
  background: linear-gradient(to right, rgb(0 164 210 / 64%), rgb(0 0 0 / 56%)), url(../images/marketing_banner.avif) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.info-banner h1 {
  font-size: 42px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  text-shadow: #000000b8 0 1px 1px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.info-banner h1 > span {
  font-weight: 700;
  letter-spacing: 0;
}

.info-banner h1::before {
  position: absolute;
  content: "";
  left: 0;
  background: #ffffff;
  width: 150px;
  height: 8px;
  border-radius: 50px;
  bottom: 0;
}

.info-banner h1 + p {
  font-size: 23px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.info-banner ul.banner-ul li img {
  margin-right: 3px;
  position: relative;
  top: 0;
  filter: brightness(0) invert(1);
}

.info-banner ul.banner-ul li {
  display: inline-block;
  width: 44%;
  color: #fff;
  text-shadow: #0000008c 0 1px 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-banner ul.banner-ul {
  margin-bottom: 20px;
}

.btn-black {
  background: #00a4d2;
  color: #fff !important;
  border: 2px solid #004b79;
}

.btn-purp {
  color: #fff !important;
  background: #00a4d2;
  border: 2px solid #004b79;
}

.btn-block .btn:first-child {
  margin-right: 10px;
}

.info-banner h1 + p > span {
  cursor: text;
}

.info-contact-banner {
  background: #ffffff;
  padding: 25px 30px 30px 30px;
  border-radius: 20px;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  top: 0;
  box-shadow: 0 5px 25px #0000002b;
}

.info-contact-banner h5 {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0px;
  /* padding-right: 20px; */
}

.info-contact-banner .form-control {
  margin-bottom: 12px;
  background: #ffffff;
  border-color: #bababa;
  font-size: 14px;
  height: 40px;
}

.info-contact-banner textarea.form-control {
  height: 110px;
  resize: none;
}

.info-contact-banner input.btn {
  background: #000000;
  color: #fff !important;
  width: 100%;
  position: relative;
}

.info-contact-banner::before {
  content: "";
  position: absolute; /* background: #ff4f37; */ /* width: 60%; */ /* height: 220px; */ /* z-index: -2; */
  right: -10px;
  border-radius: 80px 80px 30px 40px;
  bottom: -10px;
}

.info-form {
  position: relative;
  z-index: 2;
}

.info-contact-banner::after {
  /* position: absolute; */
  content: "";
  /* background: #000000; */
  /* width: 105%; */
  /* height: 55%; */
  /* top: -70px; */
  /* left: -32px; */
  /* z-index: -2; */
  /* border-radius: 150px 40px 40px 180px; */
  /* border-radius: 12px; */
}

.info-ban::before {
  content: "Limited time offer";
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  left: -82px;
  top: 65px;
}

.info-contact-banner a.btn {
  display: block;
  padding: 0;
}

.info-contact-banner a.btn::before {
  z-index: 1;
  left: 65px;
  top: 18px;
}

.home-banner h3 {
  margin-left: auto;
  color: #fff;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.home-banner h3 > span {
  color: red;
  font-size: 30px;
  font-weight: 800;
  animation: Pulse 1s linear infinite;
}

.info-ban::after {
  position: absolute;
  content: "";
  background: #4a3ade;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  left: -50px;
  right: 0;
  margin: auto;
  top: -60px;
  z-index: -1;
}
.home-banner {
  position: relative;
}
.banner_img {
  position: absolute;
  left: 31%;
  bottom: 0;
}
.home-banner::after {
  position: absolute;
  /* content: ""; */
  width: 50%;
  height: 100%;
  background: #ff4f37;
  right: 0;
  bottom: -180px;
  z-index: -4;
  border-radius: 0 0 0 70px;
}

.site-logos .item {
  padding: 0 5px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  /* margin-bottom: 20px; */
}

.ban2::before {
  position: absolute;
  content: "";
  background: url("../images/ring.webp") no-repeat;
  max-width: 560px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  left: 0;
  bottom: -180px;
  z-index: -3;
}

.portfolio .nav-tabs {
  border: none;
  justify-content: left;
  margin-bottom: 30px;
  position: relative;
}

.portfolio .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  color: #5243e2;
}

.portfolio .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #ff4f37;
  position: relative;
  padding: 20px 20px;
  border: none;
}

.portfolio {
  padding: 50px 0;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .container {
  position: relative;
}

.portfolio .container::before {
  background: url(../images/circle-yel.webp) no-repeat;
  position: absolute;
  content: "";
  left: 20%;
  top: -50px;
  max-width: 180px;
  height: 192px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.info-text h2::before {
  background: #000000;
  width: 50px;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}

.info-text h2 + p {
  /* font-size: 14px; */
  /* max-width: 65%; */
  margin: auto;
  color: #000000;
}

.info-text h2 {
  padding-top: 10px;
}

.portfolio .item:first-child .info-port {
  margin-bottom: 15px;
}

.portfolio .item .info-port {
  box-shadow: 0 5px 10px #00000063;
}

.portfolio .info-text {
  margin-bottom: 30px;
  max-width: 91%;
}

.portfolio .info-text h2 + p {
  margin: 0;
  max-width: 100%;
  margin-bottom: 16px;
}

.portfolio::before {
  content: "";
  position: absolute;
  background: url(../images/ring.webp) no-repeat;
  max-width: 400px;
  width: 100%;
  height: 380px;
  background-size: 100%;
  left: 0;
  bottom: 40px;
  z-index: -1;
}

.portfolio::after {
  background: url(../images/circle-purp.webp) no-repeat;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 174px;
  height: 184px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.portfolio .nav-tabs::before,
.portfolio .nav-tabs::after {
  position: absolute;
  width: 90%;
  left: 0;
  content: "";
  background: #e6e9f8;
  height: 1px;
  bottom: 5px;
  margin: auto;
}

.portfolio .nav-tabs::after {
  bottom: inherit;
  top: 5px;
}

.cta .container {
  position: relative;
  height: 332px;
  display: flex;
  align-items: center;
}

.cta .container::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(0 33 49 / 73%), rgb(0 33 49 / 78%)),
    url(../images/cta.webp) no-repeat;
  max-width: 100%;
  background-size: 100%;
  height: 100%;
  left: 0;
  /* clip-path: polygon(7% 0, 90% 0, 100% 100%, 0% 100%); */
  right: 0;
  z-index: -1;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); */
  border-radius: 34px;
}

.cta .container::after {
  position: absolute;
  content: "";
  background: url("../images/cta-img.webp") no-repeat;
  max-width: 37%;
  width: 100%;
  background-size: 100%;
  height: 369px;
  right: 20px;
  top: -20px;
  z-index: -1;
}

.info-cta {
  width: 90%;
  margin: auto;
}

.info-cta h3 {
  display: inline-block;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
}

.info-cta h3 > span {
  font-weight: 300;
  font-size: 38px;
}

.info-cta h3 + img {
  margin-left: 25px;
  position: relative;
  top: 8px;
}

.info-cta p {
  color: #fff;
  /* font-size: 16px; */
  margin-bottom: 18px;
}

.our-world {
  background: url("../images/bg-world.webp") no-repeat;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  background-position: 100%;
  padding: 50px 0;
}

.our-world ul li {
  width: 38%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  z-index: 1;
}

.our-world ul li img {
  margin-right: 10px;
  max-width: 20px;
}

.our-world ul li::before {
  width: 8px;
  /* height: 8px; */
  /* background: #00000057; */
  /* position: absolute; */
  /* content: ""; */
  left: 26px;
  bottom: 3px;
  z-index: -1;
  /* opacity: .5; */
}

.our-world ul {
  margin: 22px 0;
}

.info-world p {
  /* font-size: 13px; */
  color: #000000;
}

.info-world h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 5px;
  background: #000000;
}

.our-world .row {
  align-items: center;
}

.ban2::after {
  /* background: url("../images/book.webp") no-repeat; */
  content: "";
  position: absolute;
  right: 0;
  bottom: -170px;
  max-width: 590px;
  height: 382px;
  width: 100%;
  background-size: 100%;
  z-index: -3;
}

.info-process span {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  vertical-align: inherit;
}

.info-process h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #00a4d2;
  line-height: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.info-process h4 + p {
  color: #000000;
  /* font-size: 13px; */
}

.info-process row {
  position: relative;
}

.our-process .btn {
  margin-top: 40px;
}

.our-process .info-text {
  margin-bottom: 80px;
  position: relative;
}

.our-process .info-text::before {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #c5c5c5;
  bottom: -45px;
}

.our-process .row {
  position: relative;
}

.our-process .row::before {
  position: absolute;
  content: "";
  top: -35px;
  background: #c5c5c5;
  width: 75%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

.our-process [class*="col-"] {
  position: relative;
}

.our-process [class*="col-"]::before {
  height: 10px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #c5c5c5;
  top: -35px;
}

.our-process [class*="col-"]:last-child::before {
  display: none;
}

.our-process .container {
  position: relative;
}

.our-process .container::before {
  background: url("../images/circle-yel.webp") no-repeat;
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  max-width: 180px;
  height: 192px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.our-process .container::after {
  background: url("../images/circle-purp.webp") no-repeat;
  position: absolute;
  content: "";
  right: -40px;
  top: 140px;
  max-width: 174px;
  height: 184px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.cta2 {
  background: linear-gradient(to right, rgb(0 0 0 / 83%), rgb(0 163 208 / 56%)), url(../images/becca-tapert-GnY_mW1Q6Xc-unsplash.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  height: 100%;
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

.cta2:hover {
  filter: brightness(0.8); /* Example hover effect: darkens the background */
}

.cta2 h3 {
  font-size: 38px;
  display: inline-block;
  line-height: 50px;
  /* -webkit-text-stroke: 1px #a19e9e; */
  margin-bottom: 0;
  text-shadow: 0 0 2px #fff;
  color: #fff;
}

.cta2 h3 > span {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}

.cta2 .cta2-detail ul li a {
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
}

.cta2 .cta2-detail ul li img {
  margin-right: 10px;
  max-width: 55px;
  transition: 0.5s all;
}

.cta2 .cta2-detail ul li {
  margin-bottom: 10px;
}

.cta2 .cta2-detail ul li.phone a {
  font-size: 24px;
  font-weight: 600;
}

.cta2 .cta2-detail ul li:hover img {
  animation: none;
}

footer .row {
  align-items: flex-start;
}

footer p {
  margin-bottom: 0;
  color: #fff;
}

.cta2 .cta2-detail ul li:last-child {
  margin-bottom: 0;
}

.our-testimonial .info-text {
  margin-bottom: 50px;
}

.info-test {
  margin: 20px 10px;
  background: #fff;
  box-shadow: 0 5px 10px #0000001a;
  padding: 30px 25px;
  position: relative;
  border-radius: 10px;
}

.info-test p {
  /* font-size: 13px; */
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 22px;
  min-height: 260px;
  color: #000000;
}

.info-test h4 {
  font-size: 16px;
  font-weight: 700;
  color: #00a4d2;
  margin-bottom: 0;
}

.info-test span {
  position: absolute;
  right: 20px;
  bottom: 27px;
}

.info-test::before {
  position: absolute;
  content: "";
  left: -8px;
  background: #652cc0;
  width: 50px;
  height: 50px;
  top: -7px;
  z-index: -1;
  border-radius: 6px;
}

.info-test img {
  width: 58px;
}

.our-testimonial {
  padding: 50px 0;
}

.our-sponser {
  padding-top: 0;
  padding-bottom: 20px;
}

.our-service h2 {
  font-size: 26px;
  letter-spacing: -1px;
}

.our-service h2::before {
  right: inherit;
}

.our-service::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #f2f1f500;
  width: 75%;
  height: 76%;
  z-index: -1;
}

.info-ser {
  margin: 20px 8px;
  padding: 20px 15px;
  background: #000000;
  border-radius: 22px;
  box-shadow: 0 5px 15px #00000026;
  min-height: 260px;
  /* clip-path: polygon(0 0, 88% 0%, 100% 18%, 100% 100%, 0 100%, 0% 50%); */
  transition: all 0.3s ease-in-out;
}

.info-ser h4 {
  font-size: 20px;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}

.info-ser h4::before {
  background: #ffffff;
  width: 2px;
  height: 80%;
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
}

.info-ser h4 + p {
  /* font-size: 13px; */
  margin-bottom: 0;
}

.img-ser {
  /* margin: auto; */
  display: table;
  margin-bottom: 20px;
  margin-left: 8px;
}

.our-service .container {
  position: relative;
}

.our-service .container::before {
  background: url("../images/circle-blue.webp") no-repeat;
  position: absolute;
  content: "";
  right: 0;
  bottom: -20px;
  max-width: 117px;
  height: 127px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.site-logos {
  margin-bottom: 60px;
}

.owl-carousel button.owl-dot > span {
  position: relative;
}

.owl-carousel button.owl-dot {
  padding: 0px !important;
  margin: 0;
}

.owl-carousel button.owl-dot > span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}

.owl-portfolio .owl-dots {
  /* position: absolute; */
  /* left: -300px; */
  /* margin: auto; */
  /* width: 140px; */
  /* top: 225px; */
  /* text-align: center; */
  /* z-index: -1; */
}

.owl-nav {
  position: relative;
  margin: auto;
  display: table;
}

.owl-nav > button {
  margin: 0 45px;
  position: relative;
  left: 5px;
}

.owl-nav > button > span {
  font-size: 30px;
}

.owl-carousel button.owl-dot.active > span::before {
  background: #ffb912;
}

.owl-service.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-service button.owl-dot > span::before {
  left: -6px;
}

.owl-service.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 40px;
}

.owl-service.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  color: #6f6f71;
  right: 0;
}

.owl-service.owl-theme .owl-nav > button > span {
  display: none;
}

.owl-service.owl-theme .owl-dots {
  position: absolute;
  bottom: -21px;
  right: 35px;
  z-index: -1;
}

.our-service .row {
  align-items: center;
}

/*.our-service::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/bg-test.webp') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}*/

.owl-service.owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 30px;
}

.owl-service.owl-theme .owl-dots button {
  padding: 0 !important;
  margin: 0;
}

.owl-theme .owl-nav > button::before {
  /* background: url("../images/left.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-theme .owl-nav > button.owl-next::before {
  /* background: url("../images/right.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-portfolio.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 35px;
}
.owl-portfolio.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-portfolio.owl-theme .owl-nav {
  position: absolute;
  left: -315px;
  top: 200px;
}

.our-story::before {
  content: "";
  background: linear-gradient(to right, rgb(0 0 0), rgb(0 164 210 / 38%)), url(../images/front.webp) no-repeat;
  max-width: 83%;
  width: 100%;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0 97%, 0% 38%);
  z-index: -1;
  /* clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%); */
  /* border-radius: 0 20px 20px 0; */
}

.info-story2::before {
  position: absolute;
  background: rgb(120, 110, 239);
  background: #000000;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 10px 120px 10px 120px;
}

.info-story2 {
  padding: 80px 60px;
}

.info-story2 * {
  color: #fff;
}

.info-story2 .detail-story .text-story {
  display: inline-block;
  width: 80%;
}

.info-story2 .detail-story .text-story h4 {
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-story2 .detail-story {
  margin-bottom: 25px;
  position: relative;
}

.info-story2 .detail-story img {
  margin-right: 10px;
}

.info-story2 .detail-story:last-child {
  margin-bottom: 0;
}

.info-story2 .detail-story .text-story h4 + p {
  margin-bottom: 0;
}

.info-story h2 {
  color: #fff;
  padding-top: 12px;
  font-size: 27px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.info-story P {
  color: #ffffff;
  /* font-size: 13.5px; */
}

.info-story h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
  top: 0;
  left: 0;
}

.info-story .btn {
  margin-top: 25px;
}

.info-story2 .detail-story .text-story span {
  position: absolute;
  left: 93%;
  font-size: 40px;
  line-height: 74px;
  font-weight: 700;
  top: 0;
  letter-spacing: -3px;
  color: #ffffff;
  z-index: 0;
  opacity: 0.9;
}

.our-story::after {
  position: absolute;
  content: "";
  background: url("../images/ring.webp") no-repeat;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  right: 0;
  bottom: -180px;
  z-index: -1;
}

.fancybox-content {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

.modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.popup-bann {
  max-width: 320px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.popup-content {
  max-width: 860px;
  display: inline-block; /* background: #fff; */
  padding: 35px 40px 40px 310px;
  margin-left: -280px;
  position: relative;
  border-radius: 180px 40px 40px 40px;
  background: rgb(255, 223, 125);
  background: linear-gradient(
    121deg,
    rgba(255, 223, 125, 1) 0%,
    rgba(252, 234, 181, 1) 17%,
    rgba(248, 249, 253, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  );
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 47px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: -2px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  vertical-align: text-top;
  font-size: 13px;
  padding-top: 10px;
  color: #000000;
  line-height: 20px;
}

.popup-content .form-control {
  font-size: 14px;
  margin-bottom: 14px;
  height: 40px;
  border-radius: 10px;
}

.popup-content [class*="col-"] {
  padding: 0 7px;
}

.popup-content textarea.form-control {
  height: 91.5%;
  resize: none;
}

.popup-content::before {
  content: "";
  background: #000000;
  width: 40%;
  height: 5px;
  position: absolute;
  top: 79px;
  right: 205px;
}

.fancybox-slide--html .fancybox-close-small {
  background: #000000;
  opacity: 1;
  border-radius: 50%;
  color: #ffffff;
  padding: 7px;
  border: 2px solid #ffffff;
  top: 10px;
  z-index: 9;
}

.popup-content::after {
  position: absolute;
  content: "";
  background: url("../images/pop-bef.webp") no-repeat;
  left: 110px;
  top: 0;
  max-width: 197px;
  height: 133px;
  width: 100%;
  background-size: 100%;
}

.popupform input[type="submit"] + img {
  filter: invert(1);
  transition: 0.5s all;
  position: relative;
  right: 90px;
}
.container-fluid {
  width: 96%;
}

section.cta {
  /* padding-top: 20px; */
  /* padding-bottom: 40px; */
}

.info-world h2 {
  padding-top: 10px;
}
p.form_tagline {
  font-size: 10px;
}

.btn:hover {
  background: #000000;
  border: 2px solid #7933ff !important;
}
.info-contact-banner p {
  text-align: center;
  color: #00a4d2;
  font-size: 15px;
}
.portfolio .item .info-port img {
  width: 100%;
}
section.our-service {
  /* margin-top: 50px; */
  padding: 50px 0;
}

ul.social-icon-new {
  text-align: center;
}

ul.social-icon-new li {
  padding: 0 15px;
}

.indent_inn h1 b {
  vertical-align: baseline;
  color: red;
  font-weight: 700;
}

.indent_inn {
  width: 100%;
  max-width: 1170px;
}

.indent_inn h1 {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
}

.ddexitForm {
  margin-top: 30px;
}

.indent-pop ul {
  margin: 0;
  width: 100%;
  float: left;
}

.indent-pop ul li.ind-line {
  width: 26.2%;
  float: left;
  padding: 0 5px;
}

.indent-pop ul li.ind-line input {
  height: 60px;
  display: block;
  margin: 0 auto;
  background: #fbfcfd;
  border: 1px solid #e5e5e5;
  padding: 17px 10px 16px 20px;
  width: 100%;
}

.indent-pop ul li.ind-line i.fa {
  display: none;
}

.indent-pop ul li.ind-line input[type="submit"] {
  cursor: pointer;
  font-size: 17px;
  background-color: #2b2098;
  border-color: #2b2098;
  color: #fff;
}

.indent-pop ul li.ind-line.last {
  width: 20%;
}

#ddexitpopwrapper {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

#ddexitpopwrapper .veil {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
  display: none;
  cursor: default;
}

.ddexitpop {
  width: 100%;
  padding: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: white;
  left: 0;
  top: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  visibility: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ddexitpop .calltoaction {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px;
  background: #15c5ff;
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  color: white !important;
}

div.closeexitpop {
  background: url("../images/xclose.webp") no-repeat scroll center center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: none;
  position: fixed;
  cursor: pointer;
  text-indent: -1000px;
  z-index: 3;
  top: 10px;
  right: 10px;
  background-size: 20px;
  opacity: 0.7;
}

#ddexitpopwrapper.open {
  pointer-events: auto;
}

#ddexitpopwrapper.open .veil {
  display: block;
}

#ddexitpopwrapper.open div.closeexitpop {
  display: block;
}

#ddexitpopwrapper.open .ddexitpop {
  visibility: visible;
}

@media screen and (max-height: 765px) {
  .ddexitpop {
    /* top: 0; */
  }

  .indent-pop ul li.ind-line {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .indent-pop ul li.ind-line input[type="submit"] {
    width: auto;
  }

  .indent_inn h1 {
    font-size: 30px;
  }

  .indent_inn h1 br {
    display: none;
  }
}

.info-ser:hover {
  margin: 20px 8px;
  padding: 20px 15px;
  background: #00a4d2;
  border-radius: 22px;
  box-shadow: 0 5px 15px #00000026;
  /* min-height: 260px; */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%);
}

.burger {
  display: none; /* Hidden by default, shown on mobile */
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.burger .burger-line {
  width: 25px;
  height: 3px;
  background: #333; /* Color of the burger lines */
  margin: 3px 0;
}

.overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.menu-item {
  position: relative;
}

.menu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333; /* Text color for menu links */
  font-weight: bold;
  transition: color 0.3s;
}

.menu-link:hover,
.menu-link:focus {
  color: #ffb912; /* Hover color for menu links */
}

.menu-dropdown .menu-link {
  cursor: pointer;
}

.submenu {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; /* Background color of the dropdown */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.submenu-item {
  margin: 0;
}

.submenu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333; /* Text color for submenu links */
  transition: background 0.3s;
}

.submenu-link:hover,
.submenu-link:focus {
  background: #f4f4f4; /* Background color on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .burger {
    display: flex; /* Show burger menu on mobile */
  }

  .overlay {
    display: block; /* Show overlay on mobile */
  }

  .navbar.active {
    display: flex; /* Show navbar when active */
  }

  .submenu {
    position: static; /* Display submenu below item */
    width: 100%;
    box-shadow: none;
  }

  .submenu-item {
    border-bottom: 1px solid #ddd; /* Add separator between submenu items */
  }
}
/* Dropdown Menu Styles */
.menu-item.menu-dropdown {
  position: relative;
}

.menu-item.menu-dropdown .submenu {
  display: none; /* Hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; /* Background color of the dropdown */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for the dropdown */
  z-index: 1000; /* Ensure it appears on top */
}

.menu-item.menu-dropdown:hover .submenu {
  display: block; /* Show on hover */
}

.submenu-item {
  border-bottom: 1px solid #ddd; /* Separator between items */
}

.submenu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333; /* Text color for submenu links */
  transition: background 0.3s;
}

.submenu-link:hover,
.submenu-link:focus {
  background: #f4f4f4;
}

.info-banner h1 span {
  background: #000000;
  padding: 4px 30px;
  border-radius: 35px;
}

.cus_area img {
  height: 400px;
  border-top-left-radius: 16px;
  width: 100%;
  border-top: 6px solid #000000;
  border-top-right-radius: 15px;
}

.cus_area {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: 15px;
  transition: all ease 0.5s !important;
  padding: 0px 0px 0px 0px;
}

.cus_area h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 18px;
  color: #000000;
}
.cus_area p {
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 24px;
}
.cus_pro_text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 0px;
  text-align: left;
  color: #000000;
}
.cus_pro_area {
  display: flex;
  margin-top: 5%;
}
.cus_i_area {
  margin-top: 13px;
  color: #ffb912;
}

.cus_pro_img img {
  height: 40px !important;
  width: 36px !important;
  border-radius: 350px;
  margin-right: 6px;
}
span.ankh_num {
  color: black;
}
.ankh {
  color: black;
}
.case_study p.sub_heading {
  color: #ff4f37;
  font-size: 20px;
  color: #00a4d2;
}

.case_study h2 {
  font-size: 45px;
  margin: 0 0 10px 0;
}

.em_content_div {
  padding: 10px 20px 0;
}

.nav-link {
  color: #ff4f37;
  font-size: 16px;
  font-weight: 600;
}
section.our-story {
  padding: 50px 0;
}

section.our-second.snipcss-n1NLR {
  padding: 50px 0;
}

section.our-process {
  padding: 50px 0;
}
.footer-form {
  padding: 50px 0;
}
.passionate_team {
  padding: 50px 0;
}

.logo-img {
  height: 52px;
}
.phone a {
  color: #ffffff;
  font-size: 17px;
}
.msg a {
  color: #ffffff;
  font-size: 17px;
}

.study_content {
  box-sizing: border-box;
  overflow-y: scroll;
  height: 80px;
  font-size: 12px !important;
  line-height: 20px !important;
}

.study_content::-webkit-scrollbar {
  width: 2px;
}

.study_content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.study_content::-webkit-scrollbar-thumb {
  background: #642cbe;
  border-radius: 10px;
}

.study_content::-webkit-scrollbar-thumb:hover {
  background: #d0183d;
}
.cus_area:hover {
  transform: scale(1.025);
}

@keyframes blink {
  0%,
  100% {
    background-color: black;
  }
  50% {
    background-color: #b50d0c;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
    background: #000000;
  }
  50% {
    /* opacity: 0; */
    background: #00a4d2;
  }
  100% {
    opacity: 1;
    color: #ffffff;
  }
}

.blink {
  -webkit-animation-name: blinker !important;
  -webkit-animation-duration: 0.6s !important;
  -webkit-animation-iteration-count: infinite !important;
  -webkit-animation-timing-function: ease-in-out !important;
  -webkit-animation-direction: alternate !important;
  animation-name: blinker !important;
  animation-duration: 1.2s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: ease-in-out !important;
  animation-direction: infinite !important;
}

.rating-div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.rating-div li {
}
.rating-div img {
  height: 35px;
  margin: 0 auto;
}
.rating-div img.stars {
  height: 100%;
  margin: 0 auto;
}
.home-banner .btn-block {
  margin-top: 30px;
}
.ratings_cont {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 10px;
}
.ratings_cont p {
  font-size: 12px;
}
.accordion p {
  color: #000000;
}
.nakar {
  color: #000 !important;
}
.footer_h2 {
  text-align: center !important;
}

.form-blink {
  background: #9529ff;
  padding: 4px 30px;
  border-radius: 35px;
}

.discount-btn {
  padding: 0;
  text-align: center;
}

.passionate-team-image {
  width: 80% !important;
}

.popup-description {
  margin: 0 !important;
}

.top-bar {
  background-color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.contact-info {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.75rem;
  width: 100%;
  padding: 0 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item:hover {
  color: #ff4f37;
}

.contact-item i {
  margin-right: 5px;
  color: #fff;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .contact-info {
    justify-content: center;
    gap: 0.5rem;
  }
}

.footer-nav-link{
  margin: 0 !important;
}