﻿@import "component.min.css";
@import "layout.min.css";
:root {
  --primary: #bd2126;
  --secondry: #444545;
  --orange: #f3a430;
  --black: #000;
  --white: #ffffff;
  --text-color: #828282;
}
::selection {
  background: var(--primary);
  color: var(--white);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  line-height: 1;
}
body {
  background: var(--white);
  color: #030303;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
button:hover {
  text-decoration: none;
}
p {
  font-size: 1rem;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
h3 {
  font-size: 2rem;
  font-weight: 600;
}
h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
section {
  padding: 4rem 0;
}

.sequenceSteps {
  padding-top: 5rem;
}

.text-primary {
  color: var(--primary) !important;
}
.text-yellow {
  color: #ff9195;
}
.main-slider {
  background: url(../images/banner/bg.webp) center/cover no-repeat;
  height: calc(100% - 2.5rem);
  display: flex;
  align-items: center;
  min-height: 40rem;
  position: relative;
  align-items: center !important;
}
.main-slider h2 {
  font-weight: 600;
  color: var(--secondry);
  text-transform: capitalize;
  line-height: 1.5;
}
.main-slider h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondry);
}
.main-slider p {
  color: var(--secondry);
}
.home .svg-container {
  display: flex;
  place-items: flex-end;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home .svg-container img {
  position: absolute;
  display: block;
  opacity: 0;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3333333333));
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  max-width: 30rem;
}
.home .text-typed {
  color: var(--white);
  text-transform: uppercase;
  background: var(--primary);
  padding: 0px 1rem;
  display: none;
}
.home .Biography-image .image-Biography,
.home .Business-image .image-Business,
.home .Children-image .image-Children,
.home .Comedy-image .image-Comedy,
.home .Comics-image .image-Comics,
.home .Fiction-image .image-Fiction,
.home .Memoir-image .image-Memoir,
.home .Rhyme-image .image-Rhyme,
.home .Sci-Fi-image .image-Sci-Fi {
  opacity: 1;
}
.main-slider.lpBanner .signupForm {
  padding: 1rem;
  border-radius: 1rem;
  margin-left: 3rem;
}
.main-slider.lpBanner .signupForm h4 {
  color: var(--white);
  margin-bottom: 0px;
  font-size: 1.125rem;
}
.main-slider.lpBanner .signupForm h4 span {
  color: var(--secondry);
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
}
.main-slider.lpBanner .signupForm form {
  margin-top: 1rem;
}
.lpBanner .listStyle {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.main-slider.lpBanner .signupForm .themeBtn {
  margin-top: 0px;
}
.main-slider.lpBanner .contactBoxs {
  position: relative;
}
.main-slider.lpBanner .contactBoxs .schtech {
  position: absolute;
  bottom: 0;
  left: -11rem;
  width: 16rem;
  z-index: 0;
}
.logoSec {
  padding: 1.5rem 0;
}
.logoSec .slick-slide img {
    display: block;
    margin: 0 auto;
}
.logoSec h4 {
  font-size: 1.75rem;
}
.logoSec .logoSlider li {
  background: var(--white);
  padding: 1rem 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1333333333);
  border-radius: 1rem;
  margin: 1rem 0.5rem;
}
.logoSec .logoSlider li img {
  width: 7rem;
  margin: 0 auto;
}
/*.logoSec .logoSlider::before,*/
/*.logoSec .logoSlider::after,*/
/*.pubLogoCarousel:before,*/
/*.pubLogoCarousel:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0));*/
/*  width: 18rem;*/
/*  z-index: 1;*/
/*}*/
.logoSec .logoSlider::after,
.pubLogoCarousel:after {
  inset: 0 0 0 auto;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}
.pubLogoCarousel:before,
.pubLogoCarousel:after {
  margin: -10px;
}
.pubLogoCarousel:before {
  background: linear-gradient(45deg, var(--black), rgba(255, 255, 255, 0));
}
.pubLogoCarousel:after {
  background: linear-gradient(270deg, var(--black), rgba(255, 255, 255, 0));
}
.logoSec .logoSlider {
  position: relative;
  border-left: 2px solid #d9d9d9;
  padding-left: 2rem;
}
.aboutWrap {
  /*background: url(../images/mix/bg1.webp) center/cover fixed no-repeat;*/
  border-radius: 0;
  padding: 4rem 0 0 3rem;
  margin-top: 2rem;
}
.aboutWrap h2 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--secondry);
  line-height: 1;
}
.aboutWrap h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--secondry);
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.aboutWrap p {
  color: var(--secondry);
  font-size: 1.125rem;
}
.aboutWrap .btnWrap {
  margin: 5rem 0 1rem;
}
.pubPerkSec {
  padding: 4rem 0;
}
.pubPerkSec .themeBtn-black {
    background-color: var(--primary);
}
.pubPerkSec .themeBtn-black:hover {
    color: var(--white);
    background-color: var(--secondry);
}
.perkCarousel .slick-track {
  display: flex;
  gap: 0 10px;
}
.perkBox {
  background-color: var(--white);
  border-radius: 0;
  border: 1px solid #e58f8f;
  padding: 2rem 1rem 1rem;
  height: 100%;
  box-shadow: 0 0 7px #d8d8d8;
}
.perkBox h4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 3rem;
}
.perkBox h4 img {
  width: 2.5rem;
}
.perkBox p {
  font-weight: 400;
  min-height: 10rem;
  margin: 0;
}

.publicationSec {
    padding: 0;
}

.pubWrap {
  background: url(../images/books/bg.webp) center/cover no-repeat;
  border-radius: 0;
  text-align: center;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.pubWrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
}
.pubWrap .title, .pubWrap .publicationCarousel {
    position: relative;
    z-index: 1;
}
.pubWrap :is(h2, p) {
  color: var(--white);
}
.pubWrap p {
  font-size: 1.25rem;
  font-weight: 400;
}
.pubImg {
  margin: 0 5px 1rem 5px;
}
.pubImg img {
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2666666667);
  aspect-ratio: 247/362;
}
.influenceWrap {
  margin-top: -4rem;
  padding: 8rem 2rem 4rem;
  text-align: center;
  background-color: #fff;
  /*background: #f9f9f9;*/
  /*border: 2px solid var(--primary);*/
  /*border-radius: 0 0 3rem 3rem;*/
}
.influenceWrap h2 {
  margin: 0;
}
.influenceWrap .btnWrap {
  justify-content: center;
  margin-top: 3rem;
}
.influenceWrap .themeBtn-border {
  background: #f9f9f9;
  color: var(--primary);
  border-color: var(--primary);
}
.influenceWrap .themeBtn-border:hover {
  background: var(--primary);
  color: var(--white);
}
.publisherSec {
  background: var(--black);
  padding: 10px 0;
}
.pubLogoCarousel .slick-track {
  display: flex;
  align-items: center;
}
.pubLogoCarousel .slick-slide img {
  filter: brightness(0) invert(1);
  margin: 0 auto;
}
.publicationCarousel .slick-dots {
  bottom: -60px;
}
.weProvideSec {
  /*background-image: linear-gradient(to top, #bd2126, #b11d22, #99181c, #a1191d, #8b1418);*/
  background-color: #f0f0f0;
  padding: 5rem 0;
}
.weProvideSec .title :is(h2, p) {
  color: var(--secondry);
}

.weProvideSec .themeBtn-border {
    background-color: var(--primary);
}

.servicesCarousel .slick-track {
  padding: 2rem 0;
}
.serBox {
  border: 1px solid #b7b7b7;
  border-radius: 0;
  margin: 0 10px;
  padding: 1.5rem 2rem;
  transition: ease all 0.5s;
}
.serBox :is(h4, h5, li) {
  color: var(--secondry);
}
.serBox h4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.serBox h4 img {
  width: 2.5rem;
  filter: brightness(1) invert(1);
}
.slick-current .serBox h4 img {
  filter: invert(1) brightness(0);
}
.serBox h5 {
  font-size: 1.125rem;
  font-weight: 600;
  min-height: 3rem;
}
.serBox ul {
  min-height: 8rem;
}
.serBox .line {
  display: block;
  background: #cdcdcd;
  height: 1px;
  position: relative;
  margin: 1.5rem 0;
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}
.serBox .line:before,
.serBox .line:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #cdcdcd;
  border-radius: 100px;
  position: absolute;
}
.serBox .line:before {
  top: -5px;
}
.serBox .line:after {
  top: -5px;
  right: 0;
}
.serBox .themeBtn-black {
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
  background-color: var(--primary);
}
.serBox .themeBtn-black:hover {
    color: var(--white);
    background-color: var(--secondry);
}
.slick-center .serBox {
  background: var(--white);
  transform: scale(1.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2666666667);
}
.slick-center .serBox :is(h4, h5, li) {
  color: var(--black);
}
.slick-center .serBox :is(.line, .themeBtn-black) {
  visibility: visible;
  opacity: 1;
}
.weProvideSec .slick-dots {
  bottom: -4rem;
}
.exceptionalSec {
  background: url(../images/mix/bg2.webp) center/cover fixed no-repeat;
}
.exceptionalSec h2 {
  color: var(--white);
}
.exceptionalBox {
  background: var(--white);
  text-align: center;
  padding: 2rem;
  border-radius: 0;
  height: 100%;
  transition: ease all 0.5s;
}
.exceptionalBox:hover {
  transform: scale(1.2);
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
}
.exceptionalBox .circle {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto 1rem;
  position: relative;
  overflow: hidden;
  transition: ease all 0.5s;
  transform: scale(1) rotate(0);
}
.exceptionalBox:hover .circle {
  transform: scale(1.2) rotate(360deg);
}
.exceptionalBox .circle:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 4rem;
  height: 4rem;
  background: var(--primary);
  /* filter: blur(20px); */
}
.exceptionalBox .circle img {
  position: relative;
  width: 2.5rem;
}
.exceptionalBox p {
  margin: 0;
}
.projectSec .title p {
  letter-spacing: 4px;
  text-transform: capitalize;
}
.projectSec ul li h6 .count,
.projectSec ul li h6 {
  font-size: 2.75rem;
  font-weight: 500;
  margin: 2rem 0 10px;
  line-height: 1;
}
.projectSec ul li h6 .count {
  margin: 0;
}
.projectSec ul li p {
  color: var(--black);
  font-weight: 300;
  display: block;
  margin-bottom: 0;
}
.projectSec ul h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.projectSec ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.projectSec ul li {
  text-align: center;
  padding: 0.4rem;
  flex: 0 0 25%;
  border-right: 2px solid #ebebeb;
}
.projectSec ul li:last-child {
  border-right: 0;
}
.projectSec .themeBtn1 {
  font-weight: 600;
}
.publishWorldSec {
  background: url(../images/mix/bg3.webp) center/cover fixed no-repeat;
}
.publishWorldSec .title :is(h2, p) {
  color: var(--white);
}
.publishWorldSec .title p {
  letter-spacing: 4px;
}
.pubBox .botom {
  background: #f9f9f9;
  padding: 0 2rem 0.5rem 2rem;
  margin-top: -1px;
  border-radius: 0 0 2rem 2rem;
  min-height: 100%;
}
.pubBox .circle {
  width: 5rem;
  height: 5rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto -2.5rem;
  position: relative;
  left: -4px;
  transition: ease all 0.5s;
}
.pubBox:hover .circle {
  background: var(--primary);
}
.pubBox .circle h5 {
  font-size: 2.5rem;
  color: var(--primary);
  line-height: 1;
  margin: 0;
}
.pubBox:hover .circle h5 {
  color: var(--white);
}
.pubBox figure {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.pubBox p {
  margin: 0;
  font-weight: 400;
}
.bookKindBox {
  position: relative;
  border-radius: 0;
  transition: ease all 0.5s;
  margin: 1rem 10px 1.5rem;
}
.bookKindBox a {
  position: absolute;
  bottom: -1px;
  left: -2px;
  padding: 1rem;
  background: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  border-radius: 0;
}
.bookKindBox img {
  border-radius: 0;
  filter: brightness(0.4);
  transition: all 0.5s ease;
}
.bookKindBox:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  transform: scale(1.04);
}
.publishCateSec .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.publishCateSec .themeBtn:hover,
.publishCateSec .themeBtn:focus {
  background: var(--secondry);
  border-color: var(--secondry);
}
.publishCateSec .themeBtn-border {
  border-color: var(--primary);
  color: var(--primary);
}
.publishCateSec .themeBtn-border:hover,
.publishCateSec .themeBtn-border:focus {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.teamSec {
  background: url(../images/team/bg.webp) top left/cover fixed no-repeat;
}
.teamSec .title :is(h2, h5) {
  color: var(--black);
}
.teamSec .nav-tabs {
  justify-content: center;
  margin-bottom: 1rem;
  border: none;
  gap: 10px;
}
.teamSec .nav-tabs .nav-link {
  background: var(--white);
  border-radius: 5px;
  border: 0;
  padding: 1rem 1.5rem;
  color: var(--primary);
  font-size: 1.12rem;
  font-weight: 500;
}
.teamSec .nav-tabs .nav-item.show .nav-link,
.teamSec .nav-tabs .nav-link.active {
  background: var(--primary);
  color: var(--white);
}
.teamBox {
  position: relative;
  margin: 1rem 0;
  border-radius: 3.125rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2666666667);
  transition: ease all 0.5s;
  height: 100%;
}
.teamBox:hover {
  transform: scale(1.1) rotate(1deg);
}
.teamBox .overlay-text {
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(0deg, var(--secondry), transparent);
}
.teamBox .overlay-text:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--theme-color), transparent);
  z-index: 0;
}
.teamBox .overlay-text:after {
  position: absolute;
  inset: 3px 3px 0 3px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.teamBox .overlay-text * {
  color: var(--white);
  margin: 0;
  position: relative;
  z-index: 2;
}
.teamSec h5 {
  font-weight: 300;
}
.teamBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logoForm {
  background: url(../images/mix/circle.webp) center/100% no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
}
.logoForm .logoRowOne {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.logoForm .logoRowTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4rem;
  margin: 2rem 0;
}
.logoForm .logoRowThree {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0 8rem;
}
.logoForm .logo {
  width: 9rem;
  height: 9rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1411764706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.logoForm .logo2 {
  width: 10rem;
  height: 10rem;
}
.logoForm .logo5 {
  margin: 8rem 14rem 0 0;
}
.logoForm .logo4 {
  width: 10rem;
  height: 10rem;
}
.logoForm .logo4 img {
  width: 7rem;
  margin: 0 auto;
}
.logoForm .logo1 {
  width: 7rem;
  height: 7rem;
  margin-top: -8rem;
}
.logoForm .logo3 {
  width: 8rem;
  height: 8rem;
  margin-top: -12rem;
}
.logoForm .logo:hover {
  transform: scale(1.09);
}
.signupForm {
  background: var(--primary);
  padding: 2rem 1rem;
  position: relative;
  z-index: 0;
  border-radius: 0;
}
.signupForm input,
.signupForm textarea {
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  border-radius: 8px;
  /*border: 1px solid rgba(255, 255, 255, 0.4509803922);*/
  background: rgba(0, 0, 0, 0.1);
  color: var(--white);
}
.signupForm input:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: 1px solid rgba(255, 255, 255, 0.4509803922);
}
.signupForm .phone-container .iti__flag-container {
  color: #fff;
}
.signupForm textarea {
  height: 8rem;
  resize: none;
  padding: 10px 1rem;
}
.signupForm input::placeholder,
.signupForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.3333333333);
}
.signupForm button:not(.iti__selected-country) {
  width: 100%;
  font-size: 1.125rem;
  border-radius: 8px;
  padding: 0.6rem 2rem;
}
.signupForm h4 {
  color: var(--white);
  margin: 0;
}
.form-control:focus,
.accordion-button:focus {
  border: 1px solid var(--primary);
  box-shadow: none;
}
.signupForm form {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lpContactSec .col-xl-4.col-lg-5 {
  display: none;
}
.lpContactSec .col-lg-6 {
  width: 100%;
}
.lpContactSec .logoForm {
  background-image: linear-gradient(
    to top,
    #0193d2,
    #0081b8,
    #00709e,
    #025f86,
    #044e6e
  );
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  border-radius: 2rem;
  gap: 0;
}
.lpContactSec .logoForm .logoRowOne,
.lpContactSec .logoForm .logoRowTwo,
.lpContactSec .logoForm .logoRowThree {
  flex: 0 0 33.33%;
  justify-content: space-evenly;
}
.lpContactSec .logoForm .logoRowOne,
.lpContactSec .logoForm .logoRowTwo,
.lpContactSec .logoForm .logoRowThree,
.lpContactSec .logoForm .logo {
  margin: 0;
  gap: 0;
}
.lpContactSec .logoForm .logo {
  width: 8rem;
  height: 8rem;
}
.testiThumb {
  position: relative;
  background: var(--white);
  border: 2px solid #f0f0f0;
  border-left: 1rem solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05), 0 -8px 15px rgba(0, 0, 0, 0.05);
  padding: 3rem 1rem 0.5rem 1rem;
  margin: 2rem 1rem 0.5rem 1rem;
  /*min-height: 30rem;*/
  height: 21rem;
  max-height: 100%;
  min-height: 100%;
  text-align: center;
  transition: ease all 0.5s;
}
.testiThumb:hover,
.slick-current + .slick-active .testiThumb {
  border: 2px solid var(--primary);
  border-left: 1rem solid var(--primary);
  transform: scale(1.05);
}
.testiThumb .quote {
  position: absolute;
  top: -1.5rem;
  right: 3rem;
}
.testiThumb .quote img {
  position: relative;
  filter: brightness(0.1) contrast(0.5);
  transition: ease all 0.5s;
}
.slick-current + .slick-active .testiThumb .quote img {
  filter: brightness(1) contrast(1);
}
.testiThumb .img img {
  border: 8px solid #fff;
  border-radius: 100px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto 2rem;
}
.testiThumb h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.testiThumb p {
  margin: 0;
  font-weight: 300;
  line-height: 1.7;
}
.testimonialCarousel .slick-dots li button {
  background: var(--primary);
}
.ctaSec .container {
  background: url(../images/mix/cta-bg.webp) top right/cover fixed no-repeat;
  padding: 3rem;
  border-radius: 0;
}
.ctaSec h3,
.ctaSec h2,
.ctaSec p {
  color: var(--white);
}
.ctaSec .ctaContnt h3 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.ctaSec .ctaContnt p {
  font-size: 1.125rem;
}
.ctaSec .btnWrap {
  justify-content: center;
}
/*.faqSec {*/
/*  background: url(../images/mix/bg5.webp) top right/cover fixed no-repeat;*/
/*}*/
.accordionStyle .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--black);
  border-radius: 0;
  box-shadow: none;
}
.accordionStyle .accordion-item {
  margin: 5px 0;
  border: solid 1px var(--primary);
  border-radius: 0;
}
.accordionStyle .accordion {
  --bs-accordion-border-color: none;
}
.accordionStyle .accordion-item:first-of-type .accordion-button,
.accordionStyle .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordionStyle .accordion-button {
  border-radius: 0;
}
.accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background: var(--primary);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--white);
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(90deg);
}
.innerBanner figure {
  margin: 0;
  position: absolute;
  bottom: 0;
}
.innerBanner.publishPagBan figure {
  /*bottom: 8rem;*/
  bottom: 0rem;
}
.innerBanner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
section.aboutSec {
    padding: 0;
}
.aboutInner .aboutWrap {
  background: url(../images/banner/bg2.webp) center/cover fixed no-repeat;
}
.aboutInner .aboutWrap h2 {
  font-size: 3.75rem;
}
.contactInfo .container {
  background: linear-gradient(181deg, #bd2126, #9d1217);
  border-radius: 30px;
  margin-top: -9rem;
  position: relative;
}
.contactInfo ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  gap: 0 1rem;
}
.contactInfo ul li {
  display: flex;
  gap: 10px;
  flex: 0 0 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.2588235294);
  align-items: center;
}
.contactInfo ul li a {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  display: flex;
  gap: 10px;
}
.contactInfo ul li:first-child a {
  text-align: start;
}
.contactInfo ul li:last-child {
  border-right: 0;
}
.contactInfo ul li i {
  font-size: 1.8rem;
}
.publishWorldInner {
  background: url(../images/mix/bg6.webp) center/cover fixed no-repeat;
}
.publishWorldInner .pubBox .botom {
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bookKindBox:hover img {
  filter: none;
}
.portInner .blueBox {
  position: relative;
  padding: 3rem 0 2rem 2rem;
}
.portInner .blueBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  right: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
}
.portInner .blueBox-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  left: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
  right: -10%;
}
.portInner .blueBox h4 {
  font-size: 2.5rem;
}
.portInner .blueBox p {
  font-size: 1.11rem;
}
.portInner .blueContnt {
  text-align: center;
}
.portInner .blueContnt h4 {
  color: var(--primary);
  margin-top: 3rem;
}
.portInner .blueBox:hover::before {
  background: var(--primary);
}
.portInner .blueBox:hover * {
  color: var(--white);
}
.portInner .blueBox-2 {
  padding: 3rem 2rem 2rem 0;
}
.pubBox {
  text-align: center;
}
.serInnerBox {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 0;
  height: 100%;
  transition: all 0.5s ease;
}
.serInnerBox:hover {
  background: var(--primary);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5019607843);
  transform: scale(1.08);
}
.serInnerBox:hover h4, .serInnerBox:hover p {
    color: var(--white);
}
.headStyle {
  text-align: center;
  color: var(--white);
  margin-top: 2rem;
}
.headStyle h4 {
  font-size: 2rem;
}
.servicesIcon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.serInnerBox:hover .servicesIcon img {
  filter: invert(1);
}
.blogInner figure {
  width: auto;
  position: absolute;
  top: 0;
}
.blogSec h4 {
  font-size: 2rem;
  color: var(--primary);
}
.blogBox {
  margin: 1rem 0;
  transition: all 0.5s ease;
}
.blogSec p {
  line-height: 1.6;
}
.blogBox h3 {
  font-size: 1.5rem;
  margin: 1rem 0 10px;
  font-weight: 600;
}
.bookSlider .slick-dots li button {
  background: var(--primary);
}
.bookSlider .slick-dots {
  bottom: -4rem;
}
.blogDetails h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.blogDetails {
  padding-top: 9rem;
}
.stepBanner {
  position: relative;
}
.stepBanner {
  background: url(../images/banner/33.webp) center/cover no-repeat;
  padding: 1rem 0 1rem;
  display: flex;
  align-items: center;
}
.stepBanner.two {
  padding: 1rem 0 1rem;
}
.stepBanner * {
  color: var(--white);
}
.stepBanner p {
  font-size: 1.5rem;
  line-height: 1;
}
.stepBanner.congbanner p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.stepBanner .bookBannerOne {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 5rem;
}
.stepBanner .bookBannerTwo {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 15rem;
  z-index: 1;
}
.stepBanner .bookBannerThree {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 5rem;
  z-index: 1;
}
.servicesForm h2 {
  font-size: 1.65rem;
  background: #fff;
  position: absolute;
  top: -1rem;
  padding: 0 11px;
}
.phone-container .iti--allow-dropdown {
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 0.9rem;
  height: 45px;
  border-radius: 10px;
}
.phone-container .phone1 {
  /* border-radius: 10px;
  border: 0;
  height: 100%;
  width: 100%; */
}
.phone-container .phone1:focus-visible {
  outline: 0;
}
.discountStrip {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  margin: 3rem 0;
  border-radius: 10px;
}
.discountStrip > span {
  font-size: 1.5rem;
}
.discountStrip h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}
.chooseService {
  position: relative;
  padding: 0 0 5rem;
}
.chooseService .serviceTwo {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 6rem;
}
.chooseService .serviceOne {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 12rem;
}
.chooseService .serviceThree {
  position: absolute;
  left: 68%;
  bottom: 15%;
  z-index: 0;
}
.servicesForm {
  background: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 4.44rem rgba(1, 147, 210, 0.15);
  padding: 2.5rem 2rem 2rem;
  position: relative;
  z-index: 1;
}
.servicesList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(130, 130, 130, 0.3098039216);
  border-radius: 15px;
}
.questionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 15px;
}
.servicesForm p {
  margin: 0;
}
.inputGroup {
  margin-top: 1rem;
}
.stepOne {
  margin-top: 1rem;
}
.servicesList li,
.questionList li {
  position: relative;
}
.servicesList li input,
.questionList li input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.servicesList .checkBoxStyle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 2rem;
  justify-content: space-between;
}
.servicesList li:last-child .checkBoxStyle {
  border-bottom: 0;
}
.servicesList .checkBoxStyle label {
  font-size: 1.125rem;
  font-weight: 500;
}
.servicesList .checkBoxStyle i {
  font-size: 1.25rem;
  color: #d6d6d6;
}
.servicesList li input:checked + .checkBoxStyle i,
.servicesList li input:checked + .error + .checkBoxStyle i {
  color: var(--primary);
}
.servicesForm .form-control,
.inputGroup .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border-radius: 10px;
}
.inputGroup label {
  font-size: 1rem;
  font-weight: 500;
}
.inputGroup .form-control {
  margin: 10px 0;
}
.stepOne .form-control {
  margin: 10px 0;
}
.stepTwo .servicesForm .themeBtn2 {
  width: 35%;
}
.stepTwo {
  padding-top: 1rem;
}
.questionList li {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 3rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d4d4d4;
}
.questionList li:first-child {
  padding-top: 0;
}
.questionList li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.questionList li > label {
  width: 100%;
  font-weight: 500;
  color: var(--black);
}
.questionList .radioStyle {
  position: relative;
}
.questionList .radioStyle label {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.questionList .radioStyle label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  margin-right: 10px;
}
.questionList .radioStyle input:checked + label:before {
  border: 6px solid var(--primary);
}
.servicesForm .themeBtn {
  font-size: 1.125rem;
  border-radius: 0.8rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0.8rem 2.5rem;
  background: var(--primary);
  color: var(--white);
}
.stepBanner .headingStyleThree .stokeText {
  color: rgba(0, 0, 0, 0);
  font-size: 6rem;
  -webkit-text-stroke: 1px #fff;
}
.stepBanner .headingStyleThree h2 {
  font-size: 5rem;
  color: var(--primary);
}
.stepBanner .headingStyleThree h6 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.stepBanner .headingStyleThree h6 span {
  display: block;
  font-weight: 700;
}
.congbanner {
  background: url(../images/banner/4.webp) top right/cover no-repeat;
  padding: 8rem 0 0;
}
.congsContnt {
  margin: 8rem auto -2rem;
}
.congsContnt p a {
  font-weight: 700;
}
.congsContnt p {
  font-size: 20px;
  line-height: 1.3;
}
.congbanner .bookBannerTwo {
  top: 3rem;
}
.congbanner .bookBannerThree {
  bottom: 15rem;
}
.congbanner .bookBannerOne {
  top: 10%;
}
.congsContnt p a:hover {
  color: var(--primary);
}
.servicesList li {
  border-bottom: 1px solid rgba(130, 130, 130, 0.3098039216);
}
.servicesList li:last-child {
  border-bottom: 0;
}
.questionList {
  flex-direction: column;
}
.stepTwo .discountStrip {
  margin: -3.5rem 0 1rem;
}
.servicesForm .themeBtn:hover {
  background: var(--secondry);
}
.socailicons {
    display: none;
}
.socialFooter .socailicons {
  margin: 1rem 0;
}
.socialFooter .contInfo a i {
  transform: rotate(0deg);
  font-size: 1.25rem;
}
.headStyle .themeBtn {
  margin-top: 1rem;
}
.innerBanner h2 {
  line-height: 1.1;
}
.exceptionalBox p strong {
  font-weight: 600;
}
.serInnerBox h4 {
  text-transform: uppercase;
}
.term-first-wrapper {
  padding-top: 10rem;
}
.term-first-wrapper h5 {
  font-size: 1.5rem;
}
footer .footerlogo {
  width: 8rem;
  /*margin-bottom: 1.5rem;*/
  display: block;
}
.portBanner figure {
  bottom: 0;
  position: absolute;
  width: 30rem;
}
.vidTesiBox {
  padding: 0 5px;
}
.vidTesiBox img {
  border-radius: 5px;
}
.vidTestiCarousel .slick-dots li button {
  background: var(--primary);
}
.vidTestiCarousel .slick-dots {
  bottom: -5rem;
}
.lpBanner {
  position: relative;
  display: flex;
  min-height: 100% !important;
  height: auto !important;
  padding-top: 6rem;
  z-index: 2;
}
.lpBanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(93deg, black, transparent);
}
.lpBanner figure {
  position: absolute;
  left: 7rem;
  bottom: -6rem;
  z-index: 111;
}
.lpBanner .lpImg {
  position: absolute;
  left: auto;
  right: 7rem;
}
.lpBanner h2 {
  line-height: 1.25;
}
.lpBanner h4 {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  color: var(--primary);
}
.contactBoxs .accordionStyle {
  margin: 0;
}
.contactBoxs .contactBoxs.accordionStyle .accordion-item {
  margin: 0;
  border-radius: 10px;
  background: #292f38;
  border: 1px solid rgba(255, 255, 255, 0.568627451);
}
.contactBoxs .accordionStyle .accordion-item .accordion-button {
  margin: 0;
  padding: 8px 1rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0);
  color: rgba(216, 216, 216, 0.5019607843);
  font-weight: 500;
  border-radius: 8px !important;
}
.contactBoxs
  .accordionStyle
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background: none;
  transform: rotate(90deg);
}
.contactBoxs
  .accordionStyle
  .accordion-item
  .accordion-button[aria-expanded="true"]:hover {
  color: rgba(216, 216, 216, 0.5019607843);
  background: rgba(0, 0, 0, 0);
}
footer.contactBoxs
  .accordionStyle
  .accordion-item
  .accordion-button[aria-expanded="true"]:hover {
  color: #767676;
}
.contactBoxs .accordionStyle .accordion-item .accordion-button:hover {
  background: rgba(0, 0, 0, 0);
}
.contactBoxs .accordionStyle .show .accordion-body {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.contactBoxs .servicesList li {
  flex: 0 0 100%;
  margin: 0;
}
.contactBoxs .servicesList .checkBoxStyle label {
  color: #fff;
}
.contactBoxs .accordionStyle .accordion-body {
  background: none;
  border: none;
}
.contactBoxs .accordionStyle .accordion-item .accordion-button::after {
  background: none;
  transform: rotate(-90deg);
}
.contactBoxs .form-control:focus,
.contactBoxs .accordion-button:focus {
  border: none;
}
.contactBoxs .accordionStyle .accordion-item {
  background: #0184bd;
  border-radius: 8px;
  margin: 0 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.4509803922);
}
.contactBoxs .servicesList .checkBoxStyle {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.contactBoxs .servicesList {
  gap: 5px;
}
.contactBoxs .servicesList li input:checked + .checkBoxStyle i {
  color: var(--secondry);
}
.contactBoxs .servicesList li:last-child .checkBoxStyle {
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}
footer.contactBoxs .servicesList li input:checked + .checkBoxStyle i {
  color: var(--primary);
}
footer .accordion-button::after {
  color: #000;
}
footer.contactBoxs .accordionStyle .accordion-item {
  background: #fff;
  border: 0;
}
footer.contactBoxs .accordionStyle {
  margin: 5px 0;
}
footer.contactBoxs .servicesList .checkBoxStyle label {
  color: #9b9b9b;
}
footer.contactBoxs .accordionStyle .accordion-item .accordion-button {
  padding: 8px 1rem;
  color: #767676;
}
.lpBanner .listStyle,
.pricingPkgStyle .detail .listStyle {
  margin: 2rem 0;
}
.lpBanner .listStyle li,
.pricingPkgStyle .detail .listStyle li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
}
.lpBanner .listStyle li i,
.pricingPkgStyle .detail .listStyle li i {
  color: var(--primary);
  position: relative;
  top: 5px;
}
.lpBanner .listStyle li i,
.pricingPkgStyle .detail .listStyle li i {
  color: var(--primary);
  position: relative;
  top: 5px;
}
.lpBanner .listStyle li p {
  margin: 0;
}
.lpBanner .listStyle li p span {
  color: #00b2ff;
  font-weight: 600;
  transition: ease all 0.5s;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    color: #444444;
  }
  50% {
    color: var(--primary);
  }
  100% {
    color: #444444;
  }
}
.lpBanner .btnWrap {
  margin-top: 3rem;
}
.lpBanner .partnersLogos {
  margin-top: 4rem;
  background: rgba(255, 255, 255, 0.9607843137);
  padding: 10px 1rem 10px 2rem;
  border-radius: 70px;
  width: 30rem;
}
.lpBanner .container {
  position: relative;
}
.lpBanner .partnersLogos img {
  width: 6rem;
}
#contactForm .error,
#serviceForm .error,
footer .error,
#contactColpsErrors,
#footerColpsErrors {
  color: var(--white);
  font-size: 14px;
}
#serviceForm .error {
  color: red;
}
#serviceForm .servicesList .error {
  color: red;
  font-weight: 600;
  margin: 10px 0 0 2rem;
}
footer .servicesList .error {
  color: red;
  margin-left: 10px;
}
.js-errors {
  background: #f93337;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
  list-style-type: square;
  margin-bottom: 1em;
  padding: 1em;
}
.js-errors {
  display: none;
}
.js-errors li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0;
}
ul.error input[type="checkbox"] + label::before,
ul.error input[type="radio"] + label::before {
  border-color: #f93337;
}
ul.error input[type="checkbox"] + label,
ul.error input[type="radio"] + label {
  color: #f93337;
}
#collapseContact.collapse:not(.show),
footer #collapsefooter.collapse:not(.show) {
  display: block;
  height: 0px;
  overflow: hidden;
}
#servicesFormStepTwo .alert-danger li:nth-child(2),
#servicesFormStepTwo .alert-danger li:last-child {
  display: none !important;
}
#servicesFormStepTwo .alert-danger {
  margin-top: 1rem;
}
.chooseService.stepTwo .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.chooseService.stepTwo .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.iti__country-list {
  color: #000;
}
.pricingSec {
  background: url(../images/mix/bg1.webp) center/cover fixed no-repeat;
  padding: 4.5rem 0 0rem;
}
.pkgTitle {
  background: rgba(1, 147, 210, 0.4117647059);
  border: 1px solid var(--primary);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  text-align: center;
}
.pkgTitle h2 {
  color: var(--white);
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}
.pricingPkgStyle {
  margin-bottom: 3rem;
}
.pricingPkgStyle .head {
  background: var(--white);
  padding: 0.5rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-bottom: 0;
}
.pricingPkgStyle .head h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}
.pricingPkgStyle .head h2 {
  font-size: 3rem;
  margin: 0;
  line-height: 1;
  color: var(--primary);
}
.pricingPkgStyle .detail {
  background: #f6f6f6;
  padding: 1rem 1rem;
  height: 16rem;
  overflow-y: auto;
  border-left: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
}
.pricingPkgStyle .btnSec {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-top: 1px solid #484848;
}
.pricingPkgStyle .btnSec .themeBtn {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  padding: 0.5rem 2rem;
}
.pricingPkgStyle .btnSec .themeBtn1 {
  font-size: 1rem;
  padding: 1rem 2rem;
}
.pricingPkgStyle .detail .listStyle {
  margin: 0;
}
.pricingPkgStyle .detail .listStyle li span {
  color: var(--black);
}
.leadLp .signupForm input,
.leadLp .signupForm textarea {
  background: var(--white);
  color: var(--black);
}
.leadLp .accordionStyle {
  background: var(--white);
  border-radius: 10px;
}
.leadLp .accordionStyle .accordion-item {
  background: var(--white);
}
.leadLp .accordionStyle .accordion-item .accordion-button {
  color: var(--black);
}
.leadLp .servicesList .checkBoxStyle label,
.leadLp .iti--separate-dial-code .iti__selected-dial-code,
.leadLp .iti__arrow {
  color: var(--black);
}
.leadLp .signupForm input::placeholder,
.leadLp .signupForm textarea::placeholder {
  color: var(--black);
}
.leadLp
  .accordionStyle
  .accordion-item
  .accordion-button[aria-expanded="true"]:hover {
  color: var(--black);
}
.leadLp .accordion-button::after {
  color: #000;
}
.main-slider.lpBanner .signupForm h4 {
  text-align: center;
}
.select {
  position: relative;
  display: flex;
  height: 4.5rem;
  line-height: 3;
  overflow: hidden;
  border-radius: 0.25em;
}
.select option {
  height: 300px;
}
.select::after {
  content: "▼";
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0 1em;
  background: var;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  color: var(--primary);
}
.select:hover::after {
  color: var(--primary);
}
.radioOption {
  position: relative;
}
.radioOption input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.radioOption label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.radioOption label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 100px;
  border: 2px solid var(--primary);
}
.radioOption label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 4px;
  background: var(--primary);
  border-radius: 100px;
  opacity: 0;
}
.radioOption input:checked + .radiOpt label:after {
  opacity: 1;
}
.radioOption .redWrap {
  padding: 0;
  border: 10px solid var(--grey);
  background: var(--grey);
  position: relative;
  overflow: hidden;
}
.radioOption input:checked + .radiOpt .redWrap {
  border: 10px solid var(--secondry);
  background: var(--secondry);
}
.radioOption input:checked + .radiOpt .redWrap p {
  color: var(--white);
}
.servicesForm label {
  font-weight: 600;
}
.btnUplod p {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  z-index: -1;
}
.btnUplod {
  position: relative;
  border: 1px dashed #000;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}
.btnUplod input {
  width: 100%;
  opacity: 0;
}
.btnUplod p i {
  font-size: 2.25rem;
  padding-right: 10px;
}
.btnUplod p span {
  color: var(--primary);
  padding-left: 5px;
}
.listProcess li {
  border: none;
  padding: 8px 0;
}
.listProcess {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}
.listProcess .checkBoxStyle {
  padding: 0;
}
.listProcess .checkBoxStyle label {
  padding-left: 10px;
}
.summary {
  background: var(--grey);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
}
.summary ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.summary ul li span {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
}
.summary ul li span a {
  display: block;
  font-size: 12px;
  color: red;
}
.summary .foot {
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 10px 0 0;
}
.paySec {
  position: sticky;
  top: 0;
}
.packageBox {
  border: 2px solid var(--primary);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
  margin: 0;
  background: #fafafa;
  position: relative;
}
.packageBox h4 {
  font-size: 3rem;
  color: var(--secondry);
  position: relative;
  font-weight: 800;
  margin: 0;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1rem 0;
}
.packageBox h4 span {
  font-size: 1rem;
  color: #000;
  position: relative;
  font-weight: 600;
  display: block;
}
.packageBox h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.packageBox .listStyle {
  list-style-type: disc;
  padding-left: 1.5rem;
  border-radius: 10px;
  padding: 1rem 0 0 2rem;
  transition: all 0.5s ease;
  margin: 1rem 0;
  height: 300px;
  overflow: auto;
}
.packageBox .listStyle li {
  padding: 7px 0;
  font-weight: 500;
  line-height: 1;
}
.packageBox .themeBtn {
  text-align: center;
  padding: 8px 2.25rem;
}
.packageBox .btnSec {
  justify-content: center;
  margin: 0 auto;
}
.packageBox:hover,
.packageBox.active {
  background: var(--primary);
}
.packageBox:hover *,
.packageBox.active * {
  color: var(--white);
}
.packageBox:hover h4,
.packageBox.active h4 {
  border-color: var(--white);
}
.packageBox:hover ul,
.packageBox.active ul {
  background: #0272a2;
}
.packageBox:hover .themeBtn,
.packageBox.active .themeBtn {
  background: var(--white);
  color: var(--primary);
}
.step3Form h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--grey);
  padding: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2.5rem;
}
.whiteBox h4 span {
  color: var(--primary);
}
.servicesForm p span {
  color: var(--primary);
}
.servicesForm img {
  width: 20rem;
}

.chooseService.stepsArea .servicesForm img {
  width: auto;
}

.bannerDis {
  position: absolute;
  width: 11%;
  top: 74%;
  transform: rotate(-15deg);
  left: 18rem;
  z-index: 111;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1, 1.1) rotate(-15deg);
  }
  100% {
    transform: scale(1, 1) rotate(-15deg);
  }
}
.tag {
  background: var(--primary);
  padding: 6px 1.5rem;
  border-radius: 20px;
  text-align: center;
  color: var(--white);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.packageBox:hover .tag,
.packageBox.active .tag {
  background: #0272a2;
}
.packageBox p {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}
.summary h2 {
  font-size: 1.25rem;
}
.pakageSteps .btnSec {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .bannerDis {
    top: 81%;
    left: 13rem;
  }
}
@media only screen and (max-width: 1366px) {
  .bannerDis {
    top: 75%;
    left: 9rem;
    width: 12rem;
  }
  section.aboutSec {
    padding: 0 0 3rem 0;
    }
}
@media only screen and (max-width: 1199px) {
  .bannerDis {
    top: 75%;
    left: 8rem;
    width: 11rem;
  }
  .fancybox__content {
    width: 70% !important;
    }
}
@media only screen and (max-width: 991px) {
  .servicesForm {
    margin-top: 2rem;
  }
  .bannerDis {
    top: 73%;
    left: 0;
    width: 10rem;
  }
  .packageBox {
    margin: 1rem 0;
  }
  .publicationCarousel .slick-dots {
      bottom: -40px;
  }
      .hidden-md {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .fancybox__content {
    width: 80% !important;
    }
}
@media only screen and (max-width: 576px) {
  .bannerDis {
    top: 79%;
    left: 0rem;
    width: 8rem;
  }
  .stepBanner {
    padding: 1rem 0 1rem;
  }
}
.pakageSteps .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.pakageSteps .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.paySec .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.paySec .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.hidden {
  display: none;
}
.someData {
  max-width: 768px;
  height: 150px;
  display: none;
  padding: 1%;
}
.radiOpt {
  margin: 8px 0;
}
.blogInner h3 {
  font-size: 2rem;
}
.blogSec.blogInner {
  padding-top: 10rem;
}
.teamBox figure {
  margin: 0;
  height: 100%;
}
.packageBox h4.packgeLast {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0;
}
.packgeSpan span {
  color: var(--primary);
  font-weight: 800;
}
.tag {
  width: 60%;
}
.servelistStep {
  border-radius: 10px;
}
.stepOnee .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
}
.stepOnee .accordion-item:first-of-type .accordion-button,
.stepOnee .accordion-item:last-of-type .accordion-button.collapsed {
  padding: 1.1rem 1rem;
}
.stepOnee .accordion-item {
  border-radius: 10px;
  border: 1px solid #ced4da;
}
.stepOnee .accordion-button:focus {
  border: none;
}
.stepOnee {
  margin: 10px 0;
}
.stepOnee .accordion-body {
  padding: 10px;
  border-top: 0;
}
.stepOnee .accordion-button::after {
  content: "▼" !important;
  position: absolute;
  top: 0.7rem;
  right: 0;
  padding: 0 1em;
  background: none;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  color: var(--primary);
}
.stepOnee .accordion-button:not(.collapsed)::after {
  transform: none;
}
.brands-images img {
  width: 130px;
}
.brands-images {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  background: var(--black);
  padding: 7px;
  justify-content: center;
}
.publishLpOne .btnWrap a {
  padding: 0.5rem 1rem;
}
.vscomp-ele {
  border-radius: 10px;
}
.signupForm input {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
}
.signupForm input::placeholder {
  color: rgba(0, 0, 0, 0.726);
}
.signupForm input:focus {
  background: #fff;
}
.signupForm .virtual-select,
footer .virtual-select {
  width: 100%;
  max-width: 100%;
}
.signupForm .phone {
  height: 43px;
  border-radius: 10px;
  border: none;
}
.vscomp-value {
  opacity: 1 !important;
}
.virtual-select .vscomp-wrapper {
  font-family: inherit !important;
}
.virtual-select .vscomp-option-text {
  line-height: 1.5;
}
.vscomp-option.focused {
  background: rgba(255, 255, 255, 0.3) !important;
}
.vscomp-option.selected {
  background: var(--primary) !important;
}
.signupForm .virtual-select .vscomp-toggle-button,
footer .virtual-select .vscomp-toggle-button {
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: 500;
}
footer .virtual-select .vscomp-toggle-button {
  height: 45px;
}
.signupForm .virtual-select .vscomp-arrow::after,
footer .virtual-select .vscomp-arrow::after {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-right-color: #000;
}
.signupForm .virtual-select .vscomp-dropbox,
footer .virtual-select .vscomp-dropbox {
  font-weight: 500;
}
.signupForm
  .virtual-select
  .vscomp-wrapper.multiple
  .vscomp-option.selected
  .checkbox-icon::after,
footer
  .virtual-select
  .vscomp-wrapper.multiple
  .vscomp-option.selected
  .checkbox-icon::after {
  border-color: #fff;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.vscomp-wrapper .checkbox-icon.checked::after {
  border-color: var(--blue);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.form-error {
  border: 2px solid red !important;
}
.form-error .vscomp-value {
  color: red !important;
}
.form-error::placeholder {
  color: red !important;
}
.ng-option {
  height: 36px;
} /*# sourceMappingURL=custom.min.css.map */

.published-world-Carousel {
    display: flex;
    flex-wrap: wrap;
}
.published-world-Carousel .pubBox {
    margin: 0 10px;
    height: 80%;
}
.testiThumb span.d-block.h4.fw-semibold {
    margin-top: 25px;
}
.faqSec {
    position: relative;
}
.faqSec img {
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.popupform .leftArea {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    left: 0;
    top: 0;
    bottom: -2px;
    background-position: center;
    object-fit: cover;
    width: 42%;
    overflow: hidden;
}
.fancybox__content {
    width: 60%;
    overflow: hidden;
}
.popupform .popup-content span {
    color: var(--primary);
}
.popupform .popup-content h2 {
    font-size: calc(26px + (44 - 26) * (100vw - 320px) / (1920 - 320));
    text-align: center;
}
.popupform .popup-content p {
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: 1.3;
    text-align: center;
}
.popupform .popup-content {
    display: flex;
    flex-direction: column;
}
.popupform input, optgroup, select, textarea {
    width: 100%;
    height: 55px;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* General input placeholder color */
.popupform .form-group input::placeholder {
    color: #b6bbc1 !important;
}

.popupform .form-group textarea::placeholder {
    color: #b6bbc1 !important;
}

/* Specific to your structure */
.popupform .form-control::placeholder {
    color: #b6bbc1 !important;
}

.popupform .form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popupform .popup-content .form-group span {
    color: #212529;
}
.fancybox__content>.f-button.is-close-btn {
    top: 4px;
    right: 4px;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0.8;
    color: #fff;
    --f-button-width: 26px;
    --f-button-height: 26px;
    --f-button-svg-width: 17px;
    --f-button-svg-height: 17px;
}

/*css for inner banner form starts here*/

.signupForm {
    position: relative;
    background-color: #fff;
    padding: 2rem 1rem;
    position: relative;
    z-index: 0;
    border-radius: 0;
    border-left: 1rem solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px, rgba(0, 0, 0, 0.6) inset 10px 0px 15px -5px;
    text-align: center;
}
.main-slider.lpBanner .signupForm h4 {
    color: var(--secondary);
    margin-bottom: 0px;
    font-size: 1.125rem;
}
.signupForm h4 span {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--primary);
    transition: ease all 0.5s;
    animation: blink 1s infinite;
}
.signupForm h4 span label {
    color: #444444;
}
.signupForm h4 {
    color: #444545 !important;
}
.signupForm h4 span {
    font-size: 1.65rem;
    font-weight: 800;
}
.lp-banner-btn.themeBtn {
    background: #000;
    color: #fff;
    border: 2px solid var(--white);
}
.lp-banner-btn.themeBtn:hover {
    background: var(--primary);
    color: var(--white);
    border-color: transparent;
}

.img-180-rotate {
    transform: rotateY(180deg);
}
.form-control::placeholder {
    color: #ced4da !important;
}
.social-list li a i {
    transform: rotate(0deg);
    font-size: 25px;
    color: #fff;
    transition: all 0.5s ease;
}
.social-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.social-list li a:hover i {
    color: var(--primary);
}
.social-list li {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
