@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

/* Boxicons */
@font-face {
  font-family: boxicons;
  src: url("../fonts/boxicons/boxicons.ttf");
}

@font-face {
  font-family: nu_century_gothic;
  src: url("../fonts/nu_century_gothic/nu_century_gothic.ttf");
}

@font-face {
  font-family: mailart_rubberstamp;
  src: url("../fonts/mailart_rubberstamp/MailartRubberstamp-Regular.otf");
}


/* Root Styling */
:root {
  --c1: #3c505a;
  --c2: #FEFE01;
  --c3: linear-gradient(90deg, #f83601 0%, #FEFE01 100%);
  --c4: #333333;
  --f1: 'Bricolage Grotesque';
  --f2: 'nu_century_gothic';
  --f3: 'mailart_rubberstamp';
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Styling */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background-color: var(--c1);
  color: #fff;
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #000;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}


p,
li,
a,
span,
input,
input::placeholder,
button {
  font-family: var(--f1);
}

p,
span,
a {
  color: var(--c4);
}

.imgFluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition: all 300ms ease-in-out;
  outline: 0;
}

i.bx {
  font-family: boxicons;
  vertical-align: middle;
}

/* button style */

.themebtn {
  padding: 6px 25px;
  background: #ffffff;
  color: #000000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  font-family: var(--f2);
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 0px 0px 1px #000;
  border: none;
}

.themebtn:hover {
  color: #fff;
}

/* button style */


/* header css start */

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

a.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.header-main__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 99;
}

ul.header-main__nav li a {
  font-size: 15px;
  font-family: var(--f2);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.9;
  padding: 4px 20px;
  color: #000;
}

ul.header-main__nav li a:hover {
  color: var(--c1);
  background: #fff;
  box-shadow: 0px 0px 1px 1px var(--c1);
  opacity: 1;
}

ul.header-main__nav li a.active {
  background: #fff;
  opacity: 1;
  box-shadow: 0px 0px 1px 1px #000;
  transform: rotate(3deg);
}


/* header css end */

/* baner css start */

.home_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 89vh;
}

.banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(0.3);
}

.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_cont {
  position: relative;
  color: #000000;
}

.banner_cont h6 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: var(--f2);
  word-spacing: -4px;
  color: #272727;
}

.banner_cont h3 {
  font-size: 50px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 10px 0px;
  line-height: 1;
  font-weight: 900;
}

.banner_cont p {
  font-size: 16px;
  font-family: var(--f1);
}

/* baner css end */

/* new css start */

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 22px 0px;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 292px;
  height: auto;
  overflow: hidden;
}

.header_top_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.live_chat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top_contact {
  display: flex;
  align-items: center;
  gap: 40px;
}

.top_bar {
  position: relative;
}

.white_btn {
  position: relative;
  width: max-content;
  transform: rotate(3deg);
  opacity: 0.8;
  transition: 500ms;
}

.white_btn::before {
  position: absolute;
  content: '';
  width: 101%;
  height: 88%;
  background: url(../images/dots.webp);
  top: 4px;
  left: -5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.live_chat {
  font-size: 15px;
  font-family: var(--f2);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  text-transform: capitalize;
  color: var(--c4);
}

.top_contact a {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-family: var(--f1);
  color: #000;
}

.top_contact a i {
  font-size: 24px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  position: relative;
  background: url(../images/to-_bar_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}


.live_chat i {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.themebtn::after {
  position: absolute;
  content: '';
  width: 0%;
  left: 50%;
  height: 100%;
  top: 0;
  background: var(--c3);
  transform: translateX(-50%);
  transition: 600ms ease-in-out;
  z-index: -1;
}

.themebtn:hover::after {
  width: 100%;
}

.live_chat:hover {
  color: var(--c1);
}

.top_contact a:hover {
  color: #000000;
}

.fire {
  position: absolute;
  z-index: 1;
  top: -58px;
  left: 0;
  width: 100%;
  height: 87px;
}

.fire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 22% 100%;
}

@keyframes fire {

  0%,
  100% {
    filter: hue-rotate(340deg);
  }

  50% {
    filter: hue-rotate(360deg);
  }

}

.banner_cont h3 span {
  display: block;
  font-size: 57px;
  font-family: var(--f3);
  color: var(--c4);
  font-weight: 900;
}

.banner_cont ul li {
  margin-bottom: 6px;
  position: relative;
  font-size: 16px;
  font-family: var(--f2);
}

.banner_cont ul {
  padding-left: 22px;
}

.banner_cont ul li::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: #4A4A4A;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  border-radius: 100%;
}

.banner_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
}

.banner_smoke {
  position: relative;
  width: 10%;
  left: 0;
  mask: url(#smoke);
  -webkit-mask-box-image: url(../images/smoke-mask.webp);
  background-image: url(../images/smoke.webp);
  background-size: 100% auto;
  animation: bgpos 8s linear infinite forwards;
  transform-origin: bottom center;
  z-index: 99;
  height: 111px;
}

.smoke1 {
  animation-delay: 1.5s;
}

.smoke2 {
  animation-delay: 1s;
}

.smoke3 {
  animation-delay: 2s;
}

.smoke4 {
  animation-delay: 3s;
}

.smoke5 {
  animation-delay: 2.5s;
}

@keyframes bgpos {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 200%;
  }
}

.my_smoke {
  position: absolute;
  width: 100%;
  top: -37px;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.smoke1 {
  left: -32px;
}

.smoke2 {
  top: -3px;
  left: 40px;
}

.banner_form {
  position: relative;
  width: 70%;
  padding: 50px 40px;
  background: #ffffff59;
  border-radius: 0px;
  margin: 0 auto;
  backdrop-filter: blur(3px);
}

.form_title {
  font-size: 29px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 10px 0px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.form_fields input,
.form_fields textarea {
  width: 100%;
  height: 47px;
  padding: 10px;
  margin-bottom: 14px;
  border: none;
  box-shadow: 0px 0px 0px 1px #d4d4d4;
  border-radius: 1px;
  background: #f4f4f4;
  outline: 0;
}

.form_fields input::placeholder,
.form_fields textarea::placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-family: var(--f1);
}

.form_fields textarea {
  height: 104px;
}

.banner_form .fire {
  height: 40px;
  top: -21px;
}

.bottom_fire {
  bottom: -14px;
  top: auto !important;
}

.smoke3 {
  left: -120px;
}

.form_btn .white_btn {
  width: 34%;
}

.form_btn .white_btn::before {
  height: 100%;
}

.form_btn .white_btn .themebtn {
  width: 100%;
}

.white_btn:hover {
  transform: none;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 89vh;
  padding: 70px 0px 130px;
}

.about_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .fire {
  top: -62px;
  height: 91px;
}

.header::before {
  position: absolute;
  content: '';
  width: 220px;
  height: 220px;
  background: url(../images/splatter.webp);
  top: -120px;
  left: -120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: splashLoop 3s ease-in-out infinite;
  opacity: 1;
}

.header::after {
  position: absolute;
  content: '';
  width: 270px;
  height: 270px;
  background: url(../images/splatter.webp);
  top: -70px;
  right: -160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(105deg);
}

.about_img1 {
  width: 100%;
  height: 840px;
  overflow: hidden;
}

.about_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_main {
  position: relative;
}

.about_sub_img {
  width: 370px;
  height: 430px;
  position: absolute;
  bottom: -70px;
  right: -30px;
}

.about_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about_splatter1 {
  position: absolute;
  width: 340px;
  height: 340px;
  overflow: hidden;
  transform: scaleX(-1) rotate(62deg);
  bottom: -75px;
  left: -110px;
}

.about_splatter1 img {
  width: 100%;
  height: 100%;
}

.about_splatter2 {
  position: absolute;
  width: 370px;
  height: 370px;
  overflow: hidden;
  transform: scaleX(-1) rotate(83deg);
  top: -135px;
  left: -160px;
}

.about_splatter2 img {
  width: 100%;
  height: 100%;
}

.about_splatter3 {
  position: absolute;
  width: 340px;
  height: 340px;
  overflow: hidden;
  transform: scaleX(-1) rotate(71deg);
  top: -15px;
  right: -90px;
}

.about_splatter3 img {
  width: 100%;
  height: 100%;
}

.banner_bottom_fire {
  top: auto;
  bottom: -28px;
}

.about::before {
  position: absolute;
  content: '';
  width: 140px;
  height: 130px;
  background: url(../images/about_wing.webp);
  top: 6%;
  left: 48%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rubberband 1500ms linear infinite;
}


@keyframes rubberband {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  100% {
    transform: scale(1);
  }
}

.about_cont h6 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: var(--f2);
  margin: 0;
}

.about_cont h3 {
  font-size: 55px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 12px 0px 28px;
  line-height: 1.2;
  font-weight: 900;
}

.about_cont p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 31px;
}

.cont_chat {
  display: flex;
  align-items: center;
  gap: 7px;
}

.about_btn {
  margin-top: 39px;
}

.about_cont {
  position: relative;
  margin-top: -90px;
  height: 82vh;
}

.about_port_item {
  height: 20.9dvh;
  overflow: hidden;
  position: relative;
  margin: 10px 1px;
  padding: 20px;
  background: #FAF2E5;
}

.about_port_item img {
  width: 57%;
  height: 77%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: center;
}

.about_port_item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/portfolio_frame1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}

.about_port_item::after {
  position: absolute;
  content: '';
  width: 79%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: url(../images/portfolio_frame2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.mr_less {
  margin-right: 0;
  max-width: 90%;
}

.about_portfolio_main {
  position: absolute;
  width: 42%;
  right: 0;
  bottom: 12vh;
}

.faqs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 17px 0px 0;
}

.faqs_overly {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 102%;
  overflow: hidden;
  z-index: -1;
}

.faqs_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.faqs_cont h6 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: var(--f2);
  margin: 0;
}

.faqs_cont h3 {
  font-size: 55px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 12px 0px 28px;
  line-height: 1.2;
  font-weight: 900;
}

.faqs_cont p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 31px;
}


.faqs_accordion {
  padding: 50px 41px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  mask-image: url(../images/accordion_mask.webp);
  mask-position: inherit;
  mask-size: 100% 100%;
  width: 100%;
  mask-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: -10px;
}

.accourdion_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.accourdion_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqs_accordion .accordion {
  width: 100%;
}

.accordion-item {
  background: #4d4b47cc;
  border: none;
  margin-bottom: 16px;
  position: relative;
}

.accordion-body {
  position: relative;
  color: #fff;
  padding: 0px 37px 70px 35px;
}


.accordion-button {
  font-family: var(--f2);
  color: var(--c4);
  font-size: 21px;
  padding: 35px 25px;
  background: #F3ECE4;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  transition: 500ms;
}

.accordion-body p {
  font-size: 13px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
  color: #F2ECE4;
  margin: 0;
}

.accordion-button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/faqs_fram3.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 500ms;
}

.accordion-item.active::before {
  position: absolute;
  content: '';
  width: 95%;
  height: 95%;
  background: url(../images/faqs_fram2.webp);
  top: 6px;
  left: 11px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.accordion-item.active::after {
  position: absolute;
  content: '';
  width: 103%;
  height: 107%;
  background: url(../images/faqs_fram.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #F2ECE4;
  background: transparent;
  box-shadow: none;
  padding-top: 59px;
  padding-bottom: 20px;
}

.accordion-item.active .accordion-button::before {
  display: none;
}

.accordion-button::after {
  background-image: none;
  content: '+';
  font-size: 25px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 41px;
  right: 28px;
  transition: 500ms;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: '-';
  color: #FFF;
}


.faqs_book {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  margin-top: 52px;
}

.book_item {
  display: inline-block;
  animation: swing 2s ease-in-out infinite;
  transform-origin: top center;
  width: 18%;
  height: 171px;
  position: relative;
  padding: 27px;
  background: #f1e3d3;
}

.book_item:nth-child(1) {
  animation-delay: 0s;
}

.book_item:nth-child(2) {
  animation-delay: 0.2s;
}

.book_item:nth-child(3) {
  animation-delay: 0.4s;
}

.book_item:nth-child(4) {
  animation-delay: 0.6s;
}

.book_item:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.book_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.book_item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background: #2323238c;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.book_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/faqs_fram.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-position: center;
}

.faqs_book::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 93%;
  height: 1px;
  background: #2323238c;
  content: '';
  transform: translateX(-50%);
}

.accordion-item.active .accordion-button:not(.collapsed)::after {
  top: 64px;
}

.faqs .fire {
  transform: rotate(180deg);
  top: -27px;
}

.faqs .fire .my_smoke {
  transform: rotate(180deg);
  top: 52px;
}

.footer_top_main {
  position: relative;
  background: url(../images/footer_overlay.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px 70px;
}

.footer_verlay {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.footer_main {
  position: relative;
}

.foo_title {
  font-size: 14px;
  font-family: var(--f2);
  color: #000;
  text-transform: capitalize;
}

.foo_text {
    font-size: 14px;
    font-family: var(--f1);
    color: #000;
}

.foo_list li a {
  font-size: 14px;
  font-family: var(--f1);
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.foo_brand {
  width: 90%;
  height: 60px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 40px;
  width: 69%;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.copy_right_main {
  position: relative;
  z-index: 9;
}

.copyright img {
  width: 21%;
  height: auto;
}

.footer_img1 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 8%;
  left: 0;
}

.footer_img2 {
  width: 169px;
  height: 170px;
  position: absolute;
  bottom: -40px;
  left: 18px;
}

.footer_img3 {
  width: 180px;
  height: 310px;
  position: absolute;
  top: 15%;
  right: -2%;
}

.footer {
  position: relative;
}

footer .fire {
  top: -63px;
  height: 93px;
}



.publishing_exelence {
  padding: 86px 0px;
  background: url(../images//excelence_back.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.section_title h3 {
  font-family: var(--f2);
  font-size: 60px;
  color: #000;
  position: relative;
  z-index: 22;
  margin: 0;
}

.section_title h3 span {
  font-family: var(--f2);
  color: #3d3c3c;
}

.exelence_book {
  width: 100%;
  height: 300px;
  margin-bottom: 35px;
  position: relative;
  padding: 35px;
}

.exelence_book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.excelence_book_big {
  width: 100%;
  height: 636px;
  position: relative;
  padding: 80px;
}

.excelence_book_big img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.publishing_exelence::before {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 242px;
  top: -5px;
  right: -78px;
}

.publishing_exelence::after {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 242px;
  bottom: -15px;
  left: -78px;
  z-index: 111;
}

.exelence_book.alt::before {
}

.satisfaction_guaranteed {
  background: url(../images/satisfaction_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
  position: relative;
}

.satisfaction_sect {
  background: url(../images/satisfaction-back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  position: relative;
}

.satisfaction_cont h3 {
  font-family: var(--f2);
  font-size: 58px;
  line-height: 1.0;
  color: #000;
  text-transform: capitalize;
}

.satisfaction_cont h3 span {
  font-family: var(--f2);
  font-size: 60px;
  color: #333;
}

.satisfaction_cont p {
  font-family: var(--f1);
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}

.satisfaction_img {
  width: 100%;
  height: 525px;
}

.satisfaction_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.satisfaction_sect::before {
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -220px;
  bottom: 125px;
  position: absolute;
  content: '';
  width: 290px;
  height: 320px;
}

.satisfaction_cont::before {
  background: url(../images/splatter.webp);
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 170px;
  height: 170px;
  bottom: 95px;
  right: 80px;
}

.satisfaction_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.contact_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  transform: scale(1.1);
  margin-left: -30px;
}

.contact_img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}

.contact_us {
  padding: 70px 0px 100px;
  background: url(../images/contact-back.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.contact_img::before {
  position: absolute;
  content: '';
  border: 50px solid;
  border-radius: 100%;
  background: transparent;
  height: 395px;
  width: 395px;
  right: 110px;
  top: 30px;
}

.contact_form input,
textarea {
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 14px 18px;
  outline: 0;
  background: #EDEDED;
  border: 2px solid #2f2f2d54;
}

.contact_form textarea {
  height: 103px;
}

.contact_us_cont h5 {
  font-family: var(--f2);
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  word-spacing: -4px;
}

.contact_us_cont h3 {
  font-family: var(--f3);
  text-transform: uppercase;
  font-size: 59px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

.contact_us_cont h3 span {
  font-family: var(--f3);
  color: #333;
}

.contact_form {
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.contact_form input::placeholder {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}

.contact_form textarea::placeholder {
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
}

.contact_us::before {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 208px;
  top: 8px;
  left: -74px;
  z-index: 9;
  transform: scaleX(-1) rotate(75deg);
}

.contact_us::after {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 298px;
  bottom: 28px;
  right: -5px;
  transform: scaleX(-1) rotate(75deg);
}

.testimonials {
  padding: 100px 0px;
  background: url(../images/client-back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testi_img {
  width: 100%;
  height: 610px;
  position: relative;
  background: #a5dae2;
  border-radius: 60px;
  filter: hue-rotate(222deg);
}

.testi_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.testi_cont h5 {
  font-family: var(--f2);
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

.testi_cont h3 {
  font-family: var(--f3);
  font-size: 76px;
  color: #000;
  font-weight: 600;
}

.testi_cont p {
  text-transform: capitalize;
  font-family: var(--f1);
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 15px;
}

.client_stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.client_stars li {
  font-size: 28px;
  color: #ad8b41;
}

.client_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.client_img {
  width: 9%;
  height: 96px;
  overflow: hidden;
}

.client_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client_name h3 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 3px;
}

.client_name h5 {
  font-size: 18px;
  font-family: var(--f1);
  text-transform: capitalize;
  font-weight: 800;
  color: #333333c4;
}

.testi_img::before {
  background: url(../images/client-book.webp);
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  right: 40px;
  bottom: -95px;
  filter: hue-rotate(-222deg);
}

.testimonials::before {
  background: url(../images/client-before.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 280px;
  height: 335px;
  right: 105px;
  bottom: -65px;
  z-index: 9;
}

.testi_img::after {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 230px;
  left: -210px;
  bottom: 0px;
  transform: scaleX(-1) rotate(75deg);
}

.testimonials::after {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 230px;
  top: 10%;
  right: 35px;
  transform: scaleX(-1) rotate(75deg);
}

.contact_form input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 500;
}

.banner_btn .white_btn {
  width: 183px;
}

.banner_btn .white_btn button {
  width: 100%;
  position: relative;
  z-index: 99999999;
}

.banner_btn .white_btn::before {
  height: 100%;
}

.testimonials .fire {
  top: -52px;
}

.testo_bootom_fire {
  top: auto !important;
  bottom: -21px;
}

.footer_img1 img {
  background-size: contain;
}

.faqs::before {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 160px;
  right: 42%;
  top: 10px;
  transform: scaleX(-1) rotate(75deg);
}

.faqs::after {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 230px;
  left: -50px;
  bottom: 0px;
  transform: scaleX(-1) rotate(75deg);
  z-index: -1;
}

.seamless_book {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 89vh;
  padding: 70px 0px 100px;
}

.seamless_book_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.seamless_book_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seamless_book .fire {
  top: -62px;
  height: 91px;
}

.seamless_cont h6 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: var(--f2);
  margin: 0;
}

.seamless_cont h3 {
  font-size: 55px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 12px 0px 8px;
  line-height: 1.2;
  font-weight: 900;
}

.seamless_cont p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 31px;
}

.seamless_cont {
  position: relative;
  z-index: 1;
}

.service_cards {
  width: 48.50%;
  padding: 38px 28px;
  position: relative;
  background: #4A4A4A;
  margin-bottom: 16px;
  height: 100%;
}

.card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.card_icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.card_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_head span {
  font-size: 59px;
  font-family: var(--f2);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.service_cards h3 {
  font-size: 16px;
  font-family: var(--f2);
  text-transform: capitalize;
  margin: 11px 0px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.service_cards p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  position: relative;
  font-weight: 300;
  z-index: 1;
}

.service_cards::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/card_border.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.services_card_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87%;
}

.seamless_book_img1 {
  width: 100%;
  height: 810px;
  overflow: hidden;
  margin-left: -20px;
}

.seamless_book_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seamless_book_main {
  position: relative;
}

.seamless_book_sub_img {
  width: 330px;
  height: 390px;
  position: absolute;
  bottom: -70px;
  right: -30px;
}

.seamless_book_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.seamless_book_splatter1 {
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: hidden;
  transform: scaleX(-1) rotate(62deg);
  bottom: 135px;
  left: 40px;
  z-index: -1;
}

.seamless_book_splatter1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seamless_book_splatter2 {
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: hidden;
  transform: rotate(-57deg);
  bottom: 35px;
  right: 20%;
}

.seamless_book_splatter2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seamless_book_splatter3 {
  position: absolute;
  width: 260px;
  height: 260px;
  overflow: hidden;
  transform: scaleX(-1) rotate(71deg);
  top: 5px;
  right: 0px;
}

.seamless_book_splatter3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services_card_row .service_cards:nth-child(1) {
  /* padding: 38px 51px; */
  margin-top: 21px;
}

.services_card_row .service_cards:nth-child(4) {
  margin-top: -8px;
}

.seamless_cont h3 span {
  font-family: var(--f3);
}

.publishing_exelence .fire {
  transform: rotate(180deg);
  top: -26px;
}

.publishing_exelence .fire .banner_smoke {
  transform: rotate(-180deg);
}

.seamless_book::before {
  position: absolute;
  content: '';
  width: 320px;
  height: 320px;
  background: url(../images/seamless_books.webp);
  bottom: 40px;
  right: -40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about_img1::before {
  position: absolute;
  content: '';
  width: 70%;
  height: 70px;
  background: url(../images/seamless_books.webp);
  bottom: 40px;
  right: -40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* popup form css start */

.form_close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #fff;
  top: 14px;
  right: 4px;
  z-index: 999;
  transition: 1s;
  /* background: var(--c1);  */
  border-radius: 100%;
}

.popup_form {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #e4d3b0e8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.popup_form .banner_form {
  width: 30%;
  background: url(../images/section_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 73px 40px;
}

.popup_form .form_arrow {
  display: none;
}

.popup_form.active {
  display: flex;
}

.popup_form .form_close {
  display: flex;
}

.popup_form .banner_form .form_fields input,
.popup_form .banner_form .form_fields textarea {
  background: #ffffff7a;
  filter: blur(0px);
  box-shadow: 0px 0px 10px 0px inset #a180608c;
}

/* popup form css end */

.popup_form .banner_form::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background: url(../images/splatter.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  top: -7px;
  right: -28px;
  transform: rotate(75deg);
}

.form_close:hover {
  color: #fff;
  transform: rotate(360deg);
}




/* responsive  css start */

.menu_logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px;
  background: url(../images/to-_bar_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 500ms all;
}


.side_menu {
  width: 66%;
  background: url(../images/section_bg.webp);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 111dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-100%);
  transition: 500ms all;
}

.responsive_menu {
  display: none;
}

.show {
  transform: translateX(0%);
}

.responsive_logo img {
  width: 100px;
}

.open_menu {
  font-size: 30px;
  color: #fff;
}

.side_menu li a {
  padding: 10px 12px;
  width: 100%;
  border-bottom: 1px solid #00000040;
  color: var(--c4);
  text-transform: capitalize;
  font-size: 15px;
  position: relative;
  font-family: var(--f2);
  letter-spacing: 1px;
  font-weight: 200;
}

.close_menu {
  text-align: end;
  padding: 8px 12px !important;
}

.menu_sticky {
  position: fixed;
}

.responsive_overly {
  width: 100%;
  height: 111dvh;
  position: fixed;
  background: #000000a3;
  transition: 1s;
  left: -100%;
  top: 0;
  z-index: 99;
}

.responsive_overly.show {
  left: 0;
}

.side_menu li.accordion-button {
  background: transparent;
  padding: 0;
}

.side_menu .accordion-item {
  background: transparent;
  margin: 0;
}

.side_menu .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: boxicons !important;
  background-image: none;
  content: "\ea4a";
  color: var(--c4);
  font-size: 23px;
}

.side_menu .accordion-body {
  padding: 0;
  height: 120px;
  overflow-x: auto;
  background: #cdcdcd5e;
  backdrop-filter: blur(2px);
}

.side_menu .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: none;
  content: "\ea4a";
}

.side_menu .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  outline: 0;
  border-color: transparent;
}

.side_menu .accordion-button:not(.collapsed) a {
  background: var(--c4);
  color: #fff;
}

.close_menu i {
  font-size: 23px;
}

/* responsive  css end */

.menu_logo::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 29px;
  background: url(../images/fire.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  bottom: -9px;
}

.menu_logo::after {
  position: absolute;
  content: '';
  width: 75px;
  height: 64px;
  background: url(../images/splatter.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  right: -11px;
  bottom: -12px;
  transform: rotate(105deg);
  z-index: -1;
}





/* dropdown css start */

ul.dropdown_menu {
  background-image: url(../images/section_bg.webp);
  z-index: 99999;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  overflow: hidden;
}

ul.dropdown_menu li a {
  border-bottom: 1px solid #00000029 !important;
  padding: 10px 13px;
  color: #000;
  display: flex;
  font-size: 13px;
  align-items: center;
  gap: 7px;
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.dropdown_menu {
  padding: 0;
  margin: 0;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown_menu {
  position: static;
  float: none;
}

li:hover>ul.dropdown_menu {
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 9%);
  min-width: 12rem;
  visibility: visible;
  opacity: 1;
}

.header-main__nav li {
  position: relative;
}

ul.dropdown_menu li a::after {
  display: none;
}

.dropdown-toggle {
  font-size: 17px;
  transition: 500ms;
}

ul.header-main__nav li a i {
  font-size: 24px;
  transition: 500ms;
  width: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 12px;
}

ul.header-main__nav li:hover i {
  transform: rotate(180deg);
}

.dropdown-submenu:hover .dropdown-toggle {
  transform: rotate(-90deg);
}

.top-radious {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.bottom-radious {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}

ul.dropdown_menu li a:hover::before {
  opacity: 1;
  display: block;
}

ul.dropdown_menu li a::before {
  position: absolute;
  content: '';
  background: url(../images/satisfaction-back.webp);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 500ms;
  opacity: 0;
}

ul.dropdown_menu li a:hover {
  background: transparent;
  box-shadow: none;
}

/* dropdown css end */

.popup_form .form_title {
  margin-bottom: 20px;
}


.inner_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 97vh;
}

.inner_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: grayscale(0.3);
}

.inner_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_cont {
  position: relative;
  z-index: 9;
}

.inner_cont h6 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: var(--f2);
  word-spacing: -4px;
  color: var(--c4);
}

.inner_cont h3 {
  font-size: 49px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin: 10px 0px;
  line-height: 54px;
  font-weight: 900;
}

.inner_cont p {
  font-size: 16px;
  font-family: var(--f1);
}

.inner_sub_img {
  width: 70%;
  height: 490px;
  border-radius: 20px;
  transform: rotate(-7deg);
  position: relative;
  margin: 0 auto;
}

.inner_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_banners {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 107vh;
}

.inner_sub_cont h3 {
  font-size: 49px;
  font-family: var(--f3);
  text-transform: uppercase;
  margin-bottom: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.inner_sub_cont p {
  font-size: 16px;
  font-family: var(--f1);
}

.inner_sub_img::before {
  position: absolute;
  content: '';
  width: 111%;
  height: 109%;
  background: url(../images/portfolio_frame1.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_sub_banners_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_banners_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_cont {
  position: relative;
  z-index: 9;
}

.inner_cont.text-center h3 {
  font-size: 80px;
  letter-spacing: 2px;
}

.inner_cont h3 span {
  font-family: var(--f3);
}

.inner_sub_cont ul li {
  font-size: 15px;
  position: relative;
  font-family: var(--f1);
  margin-bottom: 14px;
}

.inner_sub_cont ul {
  padding-left: 18px;
}

.inner_sub_cont ul li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--c4);
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}

.testimonials_page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 90px 0px;
}


.testo_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testo_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testi-box {
  z-index: 1;
  margin-bottom: 36px;
  box-shadow: 0 0 15px 1px #4444;
  border-radius: 7px;
  background-color: #fff;
  padding: 30px;
  transition: .5s;
  position: relative;
}


.testi-box h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 0;
}

.testi-box p {
  color: rgb(11 40 35 / 80%);
  font-size: 14px;
  line-height: 25px;
  height: 103px;
  overflow-y: auto;
  margin: 0;
}

.coma {
  position: absolute;
  top: -6px;
  filter: hue-rotate(319deg);
}

.testi-box p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.testi-box p::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.testi-box p::-webkit-scrollbar-thumb {
  background-color: var(--c4);
}

.side_menu li a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/faqs_fram3.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 500ms;
  opacity: 0;
}

.side_menu li a:hover::before {
  opacity: 1;
}

.side_menu .accordion-button::before {
  display: none;
}

.side_menu .accordion-item.active::before {
  display: none;
}

.side_menu .accordion-item.active::after {
    display: none;
} 
.side_menu .accordion-item.active .accordion-button:not(.collapsed)::after {
    top: 19px;
    color: #fff;
}

.side_menu ul {
    height: 100vh;
    overflow-y: auto;
}

.thankyou_btn {
    text-align: -webkit-center;
    margin-top: 70px;
}

.contact_form .banner_btn {
    margin-top: 9px;
}

.exelence_book::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/publishing_port_fram1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.exelence_book::after {
    position: absolute;
    content: '';
    width: 87%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: url(../images/publishing_port_fram2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    transform: translate(-50%, -50%);
}
 
.excelence_book_big::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/publishing_port_fram1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    z-index: 99;
    top: 50%;
    transform: translate(-50%, -50%);
}

.test_mainSlider .excelence_book_big::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 93%;
    top: 50%;
    left: 50.60%;
    background: url(../images/publishing_port_fram2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}



.test_mainSlider .slick-arrow {
    position: absolute;
    bottom: -80px;
    top: auto;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #947b5d;
}

.test_mainSlider .slick-arrow::before {
    font-size: 30px;
    content: '<';
    font-family: var(--f2);
}

.test_mainSlider .slick-next {
    left: 10%;
    transform: rotate(180deg);
}

.client_circle {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #947b5d;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
    font-size: var(--f1);
    font-weight: 600;
}


.excelence_book_big::after {
    position: absolute;
    content: '';
    width: 83%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: url(../images/publishing_port_fram2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--c4);
}

.slick-dots li button::before {
    display: none;
}

li.slick-active button {
    background: var(--c1);
}
.contBox a {
    width: 100%;
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.contBox a i {
    font-size: 20px;
}

.marketing_alt {
    margin-top: -20px !important;
}

.audiobook_alt {
    margin-top: -37px !important;
}
.foo_logo {
    width: 160px;
    margin: -90px 0 20px;
}

.foo_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.privacy {
    padding: 70px 0;
}

.policy_content h4 {
    font-size: 30px;
    font-family: var(--f3);
    text-transform: uppercase;
    margin: 0 0 10px;
}

.policy_content p {
    font-size: 14px;
    margin: 10px 0;
}

.policy_content ul li {
    font-size: 14px;
    margin: 10px 0;
    list-style: disc;
}

.policy_content ul {
    padding-left: 20px;
}

.policy_content h5 {
    font-family: var(--f3);
    font-size: 21px;
    color: #000;
    margin: 10px 0;
}
.policy_content h2 {
    font-family: var(--f3);
    font-size: 30px;
    margin: 10px 0;
}
.term_list {
    display: flex;
    align-items: center;
}

.term_list li {
    padding: 0 10px;
    line-height: 15px;
}

.term_list li:nth-child(1) {
    border-right: 1px solid #444;
}

.term_list li a {
    font-size: 14px;
}
.policy_content {
    font-size: 14px;
}
.inner_sub_img--alt img {
    object-fit: contain;
    padding: 30px;
}
.per-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0 15px;
}

.per-check input {
    width: fit-content;
}

.per-check label {
    font-size: 12px;
}

.per-check label a {
    color: #000;
    font-weight: 800;
    text-decoration: underline !important;
}