h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

body {
  color: #000;
  font-family: "Poppins", serif;
  overflow-x: hidden;
}
p {
  font-size: 17px;
}
.container {
  max-width: 1175px;
}

/* ************************************ */
/* Navbar */
/* .ftco-section {
  padding: 7em 0;
} */
.ftco-section {
  background: #000;
}
.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.ftco-section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-navbar-light {
  background: #ffffff !important;
  z-index: 3;
  padding: 0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #000 !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  opacity: 1 !important;
  text-align: center;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #cb0f33;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #222b52;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
  padding: 10px;
  /*column-count: 3;*/
  margin-top: 0px;
  left: 0px;
  /* height: 717px; */
}
.dropdown-menu.show {
  display: block;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
}
.dropdown-item i {
  font-size: 14px;
  margin-right: 5px;
  color: #cb0f33;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #cb0f33;
  color: #222b52;
}
.ftco-navbar-light
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .dropdown-item:hover
  i,
.ftco-navbar-light
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .dropdown-item:focus
  i {
  color: #222b52;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show {
    display: block;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    display: none;
    background: #000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  background: #40e0d0;
  border-radius: 0px;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #40e0d0;
    border-radius: 4px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #40e0d0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}
.navbar-brand {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-right: 0px;
}
.navbar-brand img {
  width: 40%;
  padding: 5px;
}
.navbar-brand.mobile-logo img{
display: none;
}
.navbar-brand span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #000;
}

.social-media {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .social-media {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .social-media {
    margin-bottom: 20px;
  }
}
.social-media p a {
  border: 1px solid #cb0f33;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 4px;
}
.social-media p a span {
  color: #4d4d4d;
}
.social-media p a:hover {
  background: #56bf6e;
  border-color: #cb0f33;
}
.social-media p a:hover span {
  color: #fff;
}
.button-33 {
  background-color: #cb0f33;
  border-radius: 100px;
  /* box-shadow: #cb0f3333 0 -25px 18px -14px inset, #cb0f3333 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px, rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px, rgba(44, 187, 99, 0.15) 0 16px 32px; */
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /* font-family: "Manrope", sans-serif; */
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px 0px;
}

.button-33:hover {
  /* box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
    rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
    rgba(44, 187, 99, 0.25) 0 16px 32px; */
  transform: scale(1.05) rotate(-1deg);
}
.top-inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.top-ul li {
  margin: 0px 4px;
}
.top-ul a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
.top-ul a i {
  margin-right: 1px;
  position: relative;
  top: -2px;
}
.top-ul li:hover img {
  animation: rotate-center 0.8s ease-in-out both;
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo-block {
  display: none;
}
.logo-block-3 {
  display: none !important;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
/* Navbar */

.active-class {
  border: 2px solid #000;
}
/* ************************************ */

/* Button */
.btn {
  background: #cb0f33;
  border: none !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 15px 22px !important;
  border-radius: 25px !important;
  transition: 0.4s all ease-in-out;
}
.btn-2 {
  background: #cb0f33 !important;
  color: rgb(255 255 255) !important;
  border-radius: 5px;
}
.btn:hover {
  background-color: #222b52;
}
.btn-2:hover {
  background-color: #cb0f33 !important;
}
/* Button */

/* Banner*/
.banner {
  background-image: url(../images/banner-bg.webp) !important;
  background-size: cover !important;
  background-position: bottom;
  padding-bottom: 100px;
}
.banner h1 {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.form-banner {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: inherit;
  gap: 10px;
  padding-inline: 2em;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 9px 13px 15px #222b5273;
}
.form-heading {
  text-align: center;
  padding: 0.3em 0em 0;
  color: #222b52;
  font-size: 1.9em;
  align-self: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.form-banner p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  color: #222b52;
  animation: fader 2s infinite;
}
@keyframes fader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 10px;
  padding: 0.6em;
  border: 1px solid #00000042;
  outline: none;
  color: #000;
  background-color: #dce8fb9c;
  /* box-shadow: inset 2px 17px 0px #192830; */
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #0000004d;
}
.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #000000;
  padding-inline: 0em;
}
.form-field textarea{
  height: 100px;
}
.sendMessage-btn {
  cursor: pointer;
  margin: 1.5em 0px;
  padding: 1em;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #cb0f33;
  color: #ffffff !important;
  font-weight: bold;
  outline: 1px solid #000000;
  transition: all ease-in-out 0.3s;
}

.sendMessage-btn:hover {
  transition: all ease-in-out 0.3s;
  background-color: #222b52 !important;
  color: #ffffff !important;
  cursor: pointer;
  box-shadow: inset 2px 5px 3px rgb(5, 5, 5);
}

.form-card1 {
  /* background-image: linear-gradient(163deg, #033c59 0%, #033c59 100%); */
  background: url(../img/f-ban-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  transition: all 0.3s;
  position: relative;
  padding: 30px;
  /* margin-top: 20px; */
}
.form-card1 .b-badge {
  position: absolute;
  top: -60px;
  left: -90px;
  z-index: 999;
  display: none;
}
.form-card1:hover {
  box-shadow: 0px 0px 30px 1px rgb(203 15 51);
}
.b-girl {
  position: absolute;
  right: -159px;
}

.form-card2 {
  border-radius: 0;
  transition: all 0.2s;
}

.form-card2:hover {
  transform: scale(0.98);
  border-radius: 20px;
}
.banner .btn {
  border: 1px solid transparent !important;
}
.banner .btn:hover {
  border: 1px solid #cb0f33 !important;
}
.aw-ban{
  background: url(../images/author-web/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.co-ban{
  background: url(../images/cover/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.ed-ban{
  background: url(../images/editing/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.gw-ban{
  background: url(../images/ghostwriting/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.mk-ban{
  background: url(../images/marketing/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.pt-ban{
  background: url(../images/printing/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.pb-ban{
  background: url(../images/publishing/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
.tr-ban{
  background: url(../images/trailer/banner-bg.webp) no-repeat !important;
  background-size: cover !important;
  background-position-y: 118% !important;
}
/* Banner*/

/* Client */
.client {
  padding: 90px 0 30px;
}
.ser-client {
  padding: 0px 0 30px !important;
}
.client h2 {
  margin: 10px 0 20px;
  font-size: 28px;
  font-weight: 700;
}
.client .item {
  display: flex;
  justify-content: center;
}
.client img {
  filter: brightness(0);
  width: 135px !important;
  height: 75px;
  object-fit: contain;
}

/* Client */

/* Content Section */
.content-sec {
  padding: 50px 0;
}
.content-sec h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-sec p {
  margin-bottom: 20px;
}
/* Content Section */

/* Services */
.service {
  background: url(../images/service-bg.webp) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.service .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service .content p {
  margin-bottom: 20px;
}
.service-box {
  background: #ffffff7d;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s all ease-in-out;
  margin-bottom: 20px;
  height: 420px;
  text-align: center;
  color: #000;
}
.service-box:hover {
  background: linear-gradient(45deg, #cb0f33a3, #222b52b0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.service-box h5 {
  margin: 20px 0;
}
/* Services */

/* Video */
.video {
  padding: 50px 0;
  background: linear-gradient(87deg, #0000007a 0%, rgb(22 18 18 / 24%) 100%), url(../images/video-bg-2.webp) no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vw;
  display: flex;
  align-items: center;
  position: relative;
  border: 10px solid transparent;
}

@keyframes ukBlink {
  0%   { border-color: red; }
  25%  { border-color: white; }
  50%  { border-color: blue; }
  75%  { border-color: white; }
  100% { border-color: red; }
}

video {
  /* width: 500px;
  height: 800px; */
  object-fit: cover;
}
.video .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.video .content p {
  margin-bottom: 20px;
  color: #fff;
}
.tablet {
  width: 80%;
  height: 725px;
  background-color: #ffffff;
  border: 16px solid #cb0f33;
  border-radius: 36px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0px auto 20px; */
  position: absolute;
  left: 0;
  bottom: -450px;
  z-index: 1;
  /* animation: ukBlink 2s infinite; */
}

.video-box {
  width: 95%;
  height: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5a617f;
  border-radius: 16px;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
}
.main-tab {
  position: relative;
}
.video .btn {
  border: 1px solid transparent !important;
}
.video .btn:hover {
  border: 1px solid #cb0f33 !important;
}
/* Video */


/* CTA */
.cta {
  background: linear-gradient(90deg, #cb0f31b3 0%, #cb0f31b3 100%), url(../images/cta.webp) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px 0;
  position: relative;
  color: #fff;
}
.cta .buttons {
  flex-direction: row;
}
.cta h4 {
  font-size: 39px;
  font-weight: 600;
  color: #222b52;
  text-transform: uppercase;
  text-align: center;
  width: 75%;
  margin: 0 auto 20px;
}
.cta p {
  text-align: center;
  color: #222b52;
  width: 75%;
  margin: 0px auto 20px;
}
.cta-card{
  width: 95%;
  margin: 0px auto;
  background: #ffffff;
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 30px;
  filter: drop-shadow(14px 14px 0px black);
}
/* CTA */

/* Steps */
.step {
  background: #fff;
  position: relative;
  padding: 50px 0;
}
.step .content {
  margin-bottom: 20px;
}
.step .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.step .content p {
  margin-bottom: 20px;
}
.step-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  box-shadow: 0 0 20px 0 #0000008a;
  transition: 0.4s all ease-in-out;
  margin: 20px 0;
  height: 290px;
  text-align: center;
  color: #000;
  position: relative;
}
.sb-1 {
  border-radius: 0 0 40% 0;
}
.sb-2 {
  border-radius: 40%;
}
.sb-3 {
  border-radius: 0 0 0 40%;
}
.sb-4 {
  border-radius: 0 40% 0 0;
}
.sb-5 {
  border-radius: 40%;
}
.sb-6 {
  border-radius: 40% 0 0 0;
}
.step-box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.step-box h5 {
  margin-bottom: 14px;
}
.step-num {
  position: absolute;
  background: #cb0f33;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 11px;
  text-align: center;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s all ease-in-out;
}
.step-box:hover .step-num {
  background: #222b52;
}
.step-num h6 {
  font-size: 20px;
}
/* Steps */

/* Portfolio */
.portfolio {
  background: url(../images/service-bg.webp) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 50px 0px 50px;
}
.portfolio .content {
  margin-bottom: 20px;
}
.portfolio .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio .content p {
  margin-bottom: 20px;
}
.portfolio .nav {
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.portfolio .nav-pills .nav-link.active,
.portfolio .nav-pills .show > .nav-link {
  color: #000000;
  background-color: #cb0f33;
  font-weight: 700;
}
.portfolio .nav-pills .nav-link {
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 18px;
  background-color: transparent;
  color: #222b52;
  transition: 0.4s all ease-in-out;
}
.p-img {
  margin: 0px auto;
}
.portfolio .tab-pane h3 {
  font-size: 40px;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: 600;
}

.port-ul {
  list-style-type: none;
  column-count: 2;
}
.port-ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.port-ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #cb0f33;
  margin: 0 10px 0 0;
}
/* Portfolio */

/* Genre */

.genre {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  min-height: 80vh;
  overflow: hidden;
  padding: 50px 0px;
}

.genre .content-g {
  margin-bottom: 20px;
}
.genre .content-g h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.genre .content-g p {
  margin-bottom: 20px;
}
.genre .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: linear-gradient(121deg, #222b525e 0%, #cb0f33d1 100%);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  width: min(900px, 100%);
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
  padding: 20px 0px;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  padding: 0 35px;
}
.info h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.info p {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.swiper {
  width: 250px;
  height: 450px;
  padding: 50px 0;
}

.swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  user-select: none;
}

.swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-position {
  object-position: 50% 0%;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 7px 18px;
  margin: 10px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
    inset -3px 3px 3px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(74px);
}

.overlay h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #cb0f33;
  background-image: linear-gradient(225deg, #cb0f33 0%, #222b52 100%);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* Genre */
/* FAQ */
.faq {
  padding: 50px 0px;
  background: url(../images/faq-bg.webp) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.faq .content {
  margin-bottom: 20px;
}
.faq .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-box {
  background: #222b52;
  filter: drop-shadow(11px 11px 2px black);
  padding: 40px 20px 20px;
  border-radius: 20px;
}

.faq input:invalid {
  border: solid 1px red;
}

.faq input:invalid + span {
  opacity: 1;
  transform: translateX(0px);
  color: red;
}

.faq input:valid {
  border: solid 1px #36ca80;
}

.faq p {
  max-height: 0;
  overflow: hidden;
  padding-top: 20px;
}

.faq .open p {
  max-height: 1000px;
}
.faq .fas {
  float: right;
}
.faq .open .fas {
  transform: rotateZ(-180deg);
}

.faq .title {
  color: #2b2732;
}

.faq .item {
  max-height: 50px;
  overflow: hidden;
  background: #fff;
  color: #000000;
  background-size: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 15px;
}
.faq .item:nth-last-child() {
  margin-bottom: 0px;
}
.faq .item.open {
  max-height: 1000px;
  /* background-size: 200%; */
}
.faq .text-xl {
  font-size: 20px;
  font-weight: 600;
  color: #0c0c0c;
}
/* FAQ */


/* Testimonial */
.testimonial {
  padding: 50px 0px;
  background: #222b52;
}
.testimonial .content {
  margin-bottom: 30px;
}
.testimonial .content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #cb0f33;
}
.testimonial .item {
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 10px;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
}
.testimonial .item p {
  margin-bottom: 20px;
}
.testimonial .item::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #cb0f33;
  position: absolute;
  left: 4%;
  top: 1%;
  font-size: 20px;
  font-weight: 700;
  transform: rotateX(180deg);
}
/* Testimonial */

/* Contact */
.contact {
  background: url(../images/contact-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.contact .content {
  margin-bottom: 30px;
}
.contact .content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.contact .form-control {
  color: #ffffff;
  background-color: transparent;
  border-color: #cb0f33;
}
.contact .form-control::placeholder {
  color: #c2c2c2;
}

.contact button {
  overflow: visible;
  text-transform: none;
}

.contact button,
.contact input,
.contact textarea {
  color: #5a5a5a;
  font: inherit;
  margin: 0;
}

.contact input {
  line-height: normal;
}

.contact textarea {
  overflow: auto;
}

.contact form {
  padding: 37.5px;
  margin: 50px 0 0px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #cb0f33;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
  float: right;
  width: 100%;
}

.contact input[type="text"],
.contact [type="email"],
.contact [type="number"],
.contact textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #cb0f33;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact input[type="text"]:focus,
.contact [type="email"]:focus,
.contact [type="number"]:focus,
.contact textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 100%;
}

.subject {
  width: 100%;
}
.email {
  width: 100%;
}
.telephone {
  width: 100%;
}

.contact textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

#form_button {
  background: none;
  color: #ffffff;
  background: #cb0f33;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #f2f3eb;
}

@media screen and (max-width: 480px) {
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  .icon {
    height: 35px;
    width: 35px;
  }
}
.contact .form-control:focus {
  border: none;
  box-shadow: none;
}
.form-box {
  border: 5px double #cb0f33;
  padding: 20px;
  background: #222b52;
}
/* Contact */

/* Footer */
.social i {
  color: #000;
  font-size: 19px;
}
.social a {
  text-decoration: none;
  color: #000;
}
.social .facebook:hover i {
  color: #316ff6;
}
.social .linked:hover i {
  color: #0077b5;
}
.terms {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  justify-content: center;
}
.terms a {
  text-decoration: none;
  color: #000;
}
.footer-link{
  color: #222b52;
}
.footer-link:hover{
  color: #cb0f33;
}
.foot-about{
  font-size: 15px;
}
/* Footer */

/* Service Section 2 */
.ser-sec {
  background: #222b52;
  overflow: hidden;
  padding: 50px 0;
}
.ser-sec .content {
  margin-bottom: 50px;
}
.ser-sec .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}
.ser-sec .content p {
  margin-bottom: 20px;
  color: #ffffff;
}

.ser-sec .serv_box {
  position: relative;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ser-sec .serv_box > h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}

.ser-sec .serv_box > p {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.ser-sec .serv_box > a {
  text-decoration: none;
}
.ser-sec .serv_box > a > i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cb0f33;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.ser-sec .serv_box:hover > a > i {
  background: #fff;
  color: #cb0f33;
  transform: rotate(-35deg);
}

.ser-sec .row > .col-lg-3 {
  padding: 0;
}

.ser-sec .serv_box > span {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ser-sec .serv_box > span:nth-child(1):after {
  position: absolute;
  content: "";
  background: #cb0f33;
  width: 260%;
  height: 1px;
  left: -90%;
  top: -20px;
}

.ser-sec .serv_box > span:nth-child(1):before {
  position: absolute;
  content: "";
  background: #cb0f33;
  width: 260%;
  height: 1px;
  left: -90%;
  bottom: 0;
}

.ser-sec .serv_box > span:nth-child(2):before {
  position: absolute;
  content: "";
  background: #cb0f33;
  height: 140%;
  width: 1px;
  left: -30px;
  top: -70px;
}

.ser-sec .row > .col-lg-3:last-child .serv_box > span:nth-child(2):after,
.ser-sec .row > .col-lg-3:nth-child(5) .serv_box > span:nth-child(2):after {
  position: absolute;
  content: "";
  background: #cb0f33;
  height: 140%;
  width: 1px;
  right: 20px;
  top: -70px;
}

.ser-sec .serv_box:after {
  position: absolute;
  content: "";
  width: 0;
  background: #727272;
  height: 4px;
  left: 0;
  top: 0px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
  right: 0;
  transform: translate(-10px, 0px);
}

.ser-sec .serv_box:hover:after {
  width: 100%;
}

.ser-sec .row > .col-lg-3:last-child > .serv_box:hover:after {
  width: 103%;
}
.ser-sec .first-sb .serv_box > span:nth-child(1):before {
  width: 0%;
}
/* Service Section 2 */

/* Modal Content */
.modal-dialog {
  max-width: 750px;
}
.modal-content {
  background: transparent;
  border: none;
}
.modal-body {
  background: url(../images/pop-bg.webp) no-repeat;
  background-position: center;
  /* background-size: cover; */
  border-radius: 20px;
  padding: 0px;
  width: 750px;
  position: relative;
}
.modal-form {
  margin-top: 2rem;
  text-align: center;
  padding: 0 60px 10px;
}
.modal-form h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}
.modal-form p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 300;
}
.form-bg {
  background: #ffffff40;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  backdrop-filter: blur(10px);
}
.pop-btn {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -10px;
  top: -3%;
  z-index: 999;
  background: #222B52;
  border: none;
}
.pop-btn span {
  font-size: 32px;
  color: #cb0f33;
  font-weight: 600;
}
/* Modal Content */

/* Choose */
.choose {
  padding: 50px 0;
}
.choose .content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.choose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(45deg, #cb0f33 50%, #222b52 50%);
  height: 380px;
  padding: 20px;
  border-radius: 40px;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  transition: 0.6s all ease-in-out;
}
.choose-box:hover {
  background: #222b52;
}
.choose-box img {
  max-width: 25%;
  margin-bottom: 20px;
}
.choose-box h4 {
  margin-bottom: 20px;
}
.choose-box p {
  font-size: 16px;
}
/* Choose */

/* Privacy */
.policy_content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.policy_content h4{
  font-size: 30px;
  margin-bottom: 15px;
}
.policy_content h6{
  font-size: 25px;
  margin-bottom: 10px;
}
.policy_content p{
  margin-bottom: 15px;
}
.policy_content ul {
  padding-left: 20px;
}
.policy_content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.policy_content a{
  color: #cb0f33;
  text-decoration: none;
}
.p-img img{
  width: 100%;
  height: auto;
  padding: 20px;
}
/* Privacy */
.contact-form{
  width: 100%;
}
.video-box img{
  width: 600px;
}
.dropdown-toggle {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.dropdown{
  margin-top: 20px;
}

.specialized {
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #222b52;
} 



.specialized:before {
    content: '';
    background: #cb0f33;
    width: 260px;
    height: 80px;
    position: absolute;
    top: 151px;
    left: -120px;
    border-radius: 50px;
} 

.specialized:after {
    content: '';
    border: 2px solid #cb0f33;
    width: 260px;
    height: 80px;
    position: absolute;
    top: 60px;
    right: -75px;
    border-radius: 50px;
} 



.specialized .container::before {
    content: '';
    background: url("../images/specialized-container-before.webp") no-repeat;
    height: 193px;
    width: 193px;
    position: absolute;
    bottom: 30px;
    left: 85px;
    filter: grayscale(1);
} 


h2.heading { 
    font-size: 44px; 
    font-weight: 700; 
    line-height: 51px; 
    margin: 0 0 20px;
} 

.specialized .heading  { 
    color: white; 
    font-size: 40px; 
    line-height: 38px; 
    margin: 0 0 50px;
} 

h2.heading span  { 
    color: #143300;
} 

.specialized .heading span  { 
    color: white; 
    display: block; 
    font-size: 20px; 
    font-weight: 400;
} 



figure { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

figure { 
    display: block;
} 

figure { 
    margin: 0 0 1rem;
} 

.specialized figure  { 
    position: relative; 
    transition: .5s;
} 

.specialized figure::before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    pointer-events: none;
} 


.specialized figure img  {
    width: 100%;
    transition: .5s;
    filter: grayscale(1);
} 

.text { 
    position: absolute; 
    left: 150px;
} 

.specialized .text  { 
    padding: 0 20px; 
    position: absolute; 
    bottom: 10px; 
    left: -7px; 
    top: 19px;
} 

figure.yel-cta img  { 
    opacity: 0;
} 

figcaption { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

figcaption { 
    display: block;
} 

.specialized figure figcaption  {
    border: 2px solid #cb0f33;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 30px 30px;
    text-align: center;
    opacity: 1;
    transition: .5s;
} 

.specialized figure figcaption::before {
    content: '';
    background: #cb0f33;
    position: absolute;
    top: -7px;
    height: 100%;
    width: 100%;
    left: -4px;
    transition: .5s all;
} 



.specialized .text h6  { 
    color: #0a0a0a; 
    font-weight: 700; 
    font-size: 25px;
} 

.specialized .text p  { 
    margin: 0; 
    color: #000000;
} 

.specialized figure figcaption .text2  { 
    transition: .5s linear; 
    position: relative; 
    opacity: 1; 
    transform: translateY(-30px);
} 

figure.yel-cta figcaption .text2  { 
    transform: translateY(20px);
} 

.specialized figure:hover figcaption .text2 { 
    opacity: 1; 
    transition: .5s linear; 
    transition-delay: .5s;
} 

.specialized figure figcaption h5  {
    font-size: 27px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: #fff;
} 

.specialized figure figcaption p  {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: #fff;
} 




.specialized figure:hover figcaption .btn-black { 
    background: #143300;
} 


.specialized figure figcaption h5 span  { 
    font-weight: 800; 
    font-size: 47px; 
    line-height: 41px;
} 
.best-pub img  { 
    border-radius: 30px; 
    max-width: 100%;
} 
.snipcss-h8j4s2{
  background-color: #222b52;
  padding: 50px;
}

.our-books { 
    background: #f4f4f4; 
    padding: 60px 0;
} 



.book-box { 
    text-align: center;
} 

.book-box { 
    box-shadow: 1px 1px 10px #ccc;
} 

.book-box { 
    background: #fff; 
    transition: .5s;
} 

.book-box {
    border-radius: 20px;
    margin: 10px 0;
    height: 510px;
    padding: 10px 20px;
    position: relative;
} 

.book-box:before { 
    content: ""; 
    position: absolute; 
    background-color: #cb0f3156;
   

    border-radius: 50px 0; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    clip-path: circle(0 at 0 0); 
    -webkit-transition: 1s; 
    -moz-transition: 1s; 
    -o-transition: 1s; 
    transition: 1s; 
    z-index: -1;
} 

.book-box:hover { 
    transform: scale(1.07); 
    cursor: pointer;
} 

.book-box:hover:before { 
    clip-path: circle(120% at 100% 0%);
} 


.our-books img  { 
    border-radius: 20px; 
    width: 100%;
} 

.book-box img  {
    max-width: 75%!important;
    margin-left: auto;
    margin-right: auto;
} 



.book-box h3  {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
} 

.book-box p  {
    text-align: left;
    font-size: 14px;
    text-align: center;
} 
.book-box img{
  width: 500px;
}
.book-proc{
  background-color: #222b52 !important;
  padding: 50px;
}
.best-pub{
  background-color: #222b52 !important;
  padding: 50px;
}
.best-pub p {
color: #fff;
}




.top-bar ul.menu li  { 
    display: inline-block; 
    padding-right: 10px;
} 


.top-bar ul.menu a  { 
    font-size: 16px;
} 

.top-bar ul.menu a  {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
} 



 .top-bar ul.menu a:hover {
    color: #A686B9;
    color: #fff !important;
} 

.book-sell-slider .owl-nav button.owl-next, .book-sell-slider .owl-nav button.owl-prev, .label-text a, .top-bar ul.menu a:hover, p a { 
    color: #A686B9;
} 

.top-bar {
    padding: 10px 0 15px;
    background: #cb0f33;
    animation: ukBgBlink 2s infinite;
}

@keyframes ukBgBlink {
    0%   { background: #cb0f33; }
    50%  { background: #222b52; }
    100% { background: #cb0f33; }
}
.child-banner {
    background: linear-gradient(87deg, #00000085 0%, rgb(0 0 0 / 52%) 100%), url(../images/child-banner.webp) no-repeat !important;
    background-size: 100% !important;
}
.top-bar {
    position: fixed; /* fixes the bar at the top */
    top: 0;          /* align to top */
    left: 0;         /* start from left edge */
    width: 100%;     /* full width */
    z-index: 9999;   /* ensure it stays above other content */
   
}
  .ftco-section {
    margin-top: 60px;
  }
.policy_content h3 {
    margin-top: 24px;
    margin-bottom: 8px;
}