body {
  font-family: "Poppins", serif;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 10px;
}
.row {
  margin: 0 -10px;
  align-items: center;
}
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
}
section {
  padding: 100px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair", serif;
  color: #000000;
}
p {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
img {
  max-width: 100%;
}
textarea {
  resize: none;
}
input.required.error,
textarea.required.error,
select.required.error {
  border-bottom: red 2px solid !important;
}
label.error {
  display: none !important;
}
span,
b {
  vertical-align: baseline;
}

select {
  -webkit-appearance: listbox !important;
}

.container {
  max-width: 1200px;
  padding: 0 10px;
}

ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

a.logo img {
  /*max-width: 220px;*/
  transition: 0.5s all;
}

/*Reset Css*/

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: #000;
}
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  box-shadow: none !important;
}

span {
  vertical-align: baseline;
}

header ul li {
  display: inline-block;
  padding: 0 20px;
}

header ul li:last-child {
  padding-right: 0;
}

header ul li img {
  padding-right: 3px;
  max-width: 25px;
  filter: brightness(0) invert(1);
}

header ul li a {
  color: #0e0d0d;
  font-size: 17px;
  font-weight: 500;
}
.log-mg{
  filter: invert(1);
}
header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: white !important;
}

header .row {
  align-items: center;
}

header ul {
  text-align: right;
}

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

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

.btn {
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
  border-radius: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.sub-header{
  font-size: 40px;
}
.sub-heading{
  font-size: 28px;
  margin-top: 10px;
}

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

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

label.error {
  display: none !important;
}

footer {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(45deg, black, #214458);
  border-top: 8px solid #000000;
}

.copy p {
  margin-bottom: 0;
  color: #dbdbdb;
  font-size: 13px;
  text-transform: uppercase;
}

.copy {
  background: linear-gradient(45deg, black, #214458);
  padding: 15px 0;
  border-top: 1px solid #363563;
  width: 100%;
}

.copy ul {
  text-align: right;
}
.copy .row {
  align-items: center;
}

.copy ul li {
  display: inline-block;
  position: relative;
  padding: 0px 3px;
  font-size: 12px;
  color: #dbdbdb !important;
}

.copy ul li::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -3px;
  top: 0;
  background: #dbdbdb;
}

.copy ul li:last-child::before {
  display: none;
}

.copy ul li a {
  color: #dbdbdb !important;
  text-transform: uppercase;
}

header .btn {
  background: #1f77bb;
  color: #fff !important;
}

.btn::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #ffc412;
  border-radius: 50%;
  left: 18px;
  top: 17px;
  display: none;
}

.home-banner {
  background: url("../imges/Pagepublisher LLC/home/main-banner1.webp") no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.log1 {
  background: url("../imges/Pagepublisher LLC/about-us/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.img2 {
  background: url("../imges/Pagepublisher LLC/service/service/Book Publishing/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.img3 {
  background: url("../imges/Pagepublisher LLC/service/service/Book Editing & Proofreading/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.img4 {
  background: url("../imges/Pagepublisher LLC/service/service/Book Writing/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.img5 {
  background: url("../imges/Pagepublisher LLC/service/service/Digital Marketing/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.img6 {
  background: url("../imges/Pagepublisher LLC/service/service/web desiging and development/main-banner1.webp")
    no-repeat;
  padding-block: 160px 100px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.info-banner h1 {
  font-size: 3.75rem;
  line-height: 53px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: unset;
  text-shadow: #000000b8 0 1px 1px;
  position: relative;
  text-transform: uppercase;
}

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

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

.info-banner h1 + p {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.info-banner ul.banner-ul li img {
  margin-right: 10px;
  position: relative;
  top: 0;
}

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

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

.btn-black {
  background: #7c7c7c;
  color: #ffffff !important;
}

.btn-purp {
  color: #fff !important;
  background: #1e1e1e;
}

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

.info-banner h1 + p > span {
  cursor: text;
  color: #d41161;
  vertical-align: baseline;
  font-weight: 700;
}

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

.info-contact-banner h5 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}

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

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

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

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

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

.info-contact-banner::after {
  position: absolute;
  content: "";
  background: #2b2099;
  width: 102%;
  height: 62%;
  top: -92px;
  left: -32px;
  z-index: -2;
  border-radius: 150px 40px 40px 180px;
  border-radius: 12px;
}

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

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

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

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

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

.info-ban::after {
  position: absolute;
  content: "";
  background: #4a3ade;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  left: -50px;
  right: 0;
  margin: auto;
  top: -60px;
  z-index: -1;
}

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

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

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

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

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

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

.portfolio {
  background: #fdf6f6;
}

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

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

.portfolio .container {
  position: relative;
}

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

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

.info-text h2 {
  padding-top: 0;
  font-size: 45px;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

.cta .container::before {
  position: absolute;
}

.cta .container::after {
  position: absolute;
}

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

.info-cta h3 {
  display: block;
  font-size: 63px;
  color: #fff;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 20px;
}

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

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

.info-cta p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

.info-cta img.img-off {
  position: absolute;
  top: 0;
  right: 0;
  left: 300px;
  margin: auto;
  width: 190px;
}

.info-cta .btn-black {
  position: absolute;
  right: 0;
  left: 0;
  display: table;
  margin: auto;
  bottom: 0;
  z-index: 1;
  background: #1c1c3a;
}

.our-world {
  background: #fbf8f9;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  background-position: 100%;
}

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

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

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

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

.info-world p {
  font-size: 14px;
  margin-bottom: 40px;
}

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

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

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

.info-process span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  vertical-align: inherit;
  width: 80px;
  height: 80px;
  display: flex;
  background: #066aff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  margin: 0 auto 25px;
}

.info-process h4 {
  font-size: 18px;
  display: inline-block;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.info-process h4 + p {
  color: #9da0af;
  font-size: 14px;
  margin-bottom: 0;
  width: 85%;
  margin: auto;
}

.info-process row {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.cta2 {
  background: url("../imges/Pagepublisher LLC/home/bg-cta2.webp") no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-block: 80px;
}

.cta2 h3 {
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

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

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

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

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

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

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

footer .row {
  align-items: center;
}

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

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

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

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

.info-test p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 22px;
  /*min-height: 270px;*/
  color: #8d8d8d;
  font-style: italic;
}

.info-test h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: 1px;
}

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

.info-test::before {
  position: absolute;
  content: "";
  left: -8px;
  background: #f05d54;
  width: 60px;
  height: 60px;
  top: -7px;
  z-index: -1;
}

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

.our-testimonial {
  /* padding-bottom: 40px; */
}

.our-sponser {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #ffffff;
  border-top: 8px solid #4187ff;
}

.our-service h2 {
  font-size: 42px;
}

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

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

.info-ser {
  padding: 0;
  background: #0277bd;
  border-radius: 10px;
  box-shadow: 0 10px 15px #0000001a;
  overflow: hidden;
  /* height: 100%; */
  transition: 0.5s all;
}

.info-ser img {
}

.info-ser h4 {
  font-size: 22px;
  margin-bottom: 12px;
  padding-left: 0;
  position: relative;
  color: #fff;
}

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

.info-ser h4 + p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
  min-height: 80px;
}

.img-ser {
  margin: auto;
  display: table;
  margin-bottom: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.owl-service.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}

.owl-service button.owl-dot > span::before {
  left: -6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.our-story::before {
  content: "";
  background: url("../imges/Pagepublisher LLC/home/story.webp") no-repeat;
  max-width: 71%;
  width: 100%;
  background-size: cover !important;
  height: 100%;
  background: rgba(0, 120, 180, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

.info-story2::before {
  position: absolute;
  background: #ff7a50;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 0;
}

.info-story2 {
  padding: 50px 35px;
}

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

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

.info-story2 .detail-story .text-story h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif !important;
}

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

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

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

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

.info-story h2 {
  color: #fff;
  padding-top: 0;
  font-size: 30px;
  margin-bottom: 25px;
}

.info-story P {
  color: #f3f3f3;
  font-size: 14px;
  width: 90%;
}

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

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

.info-story2 .detail-story .text-story span {
  position: absolute;
  right: -10px;
  font-size: 82px;
  line-height: 74px;
  font-weight: 700;
  top: 0;
  letter-spacing: -3px;
  color: #e8714e;
  z-index: -1;
  text-align: left;
  width: 100px;
}

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

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

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

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

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

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

.popup-content h2 + p {
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: -2px;
}

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

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

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

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

.popup-content textarea.form-control {
  height: 147px;
  resize: none;
}

.popup-content::before {
  content: "";
  background: #ffc412;
  width: 46%;
  height: 5px;
  position: absolute;
  top: 95px;
  right: 80px;
}

.fancybox-slide--html .fancybox-close-small {
  background: #0846b1;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  padding: 7px;
  border: 2px solid #ffc412;
  top: 10px;
}

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

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

section.cta {
  background: url("../imges/Pagepublisher LLC/home/cta.webp") no-repeat scroll
    center center #d81a60;
  background-size: cover;
  padding-block: 70px;
}

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

.btn:hover {
  border-radius: 0;
  background: #7c7c7c;
}
.info-contact-banner p {
  text-align: center;
  color: #000;
  font-size: 15px;
}
.portfolio .item .info-port img {
  width: 100%;
}
section.our-service {
  margin-top: 0;
}

.indent_inn h1 b {
  vertical-align: baseline;
  color: #f44336;
}

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

.indent_inn h1 {
  font-size: 84px;
  text-align: center;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.ddexitForm {
  margin-top: 30px;
}

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

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

.indent-pop ul li.ind-line input,
.indent-pop ul li.ind-line textarea {
  display: block;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #a8a5a5;
  padding: 17px 10px 16px 20px;
  width: 100%;
  height: 57px;
  resize: none;
}

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

.indent-pop ul li.ind-line input[type="submit"] {
  font-size: 17px;
  background-color: #a91c16;
  border-bottom: 5px solid #ffc328;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  padding: 17px 10px 15px 20px;
  font-weight: 600;
  height: auto;
}

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

.indent-pop ul {
  flex-flow: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .indent_inn h1 br {
    display: none;
  }
}

.indent_inn h1 > span {
  color: #a91c16;
  display: inline-block;
  font-style: italic;
}

.indent_inn h1 b {
  color: #a91c16;
  font-size: 54px;
  font-weight: 400;
  display: block;
  margin-top: 13px;
}

.indent_inn h1 * {
  vertical-align: top;
}

.indent_inn h1 b > span {
  background: #ffc328;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding: 1px 11px;
}

.indent_inn small {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-top: 33px;
}

.indent-pop ul.text_wrp li.ind-line.first {
  width: 66.4%;
}

.indent-pop ul.text_wrp {
  margin-top: 10px;
}

img.banner-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  object-fit: cover;
}

.btn-black:hover {
  color: #fff !important;
}

.owl-service .owl-stage {
  display: flex;
  padding: 40px 0;
}

.owl-service .owl-item {
  display: flex;
}

.img-tx {
  width: 100%;
  position: relative;
  padding: 20px 20px;
}

section.our-logo-com {
  background: #fff;
  padding: 50px 0;
  background: url("../imges/Pagepublisher LLC/home/bg-cta2.webp") no-repeat
    scroll center center;
  background-size: cover;
}

.or-logo-i {
  display: flex;
  justify-content: space-between;
}

section.our-story {
  z-index: 1;
  padding: 80px 0;
}

img.cta-left-book {
  position: absolute;
  left: 10%;
  bottom: 0;
  top: 0;
  margin: auto;
}

.our-testimonial .container:after,
.our-testimonial .container:before {
  content: url(../images/shadow.png);
  position: absolute;
  right: -40px;
  top: 120px;
  filter: hue-rotate(265deg);
}

.our-testimonial .container:before {
  right: inherit;
  left: 50px;
  filter: hue-rotate(290deg);
  top: -20px;
}

.owl-testimonial .owl-stage {
  display: flex;
  padding: 20px 0;
}

.owl-testimonial .owl-stage .item {
  height: 100%;
}

.portfolio-slide {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.btn.btn-purp {
  background: linear-gradient(45deg, #0277bd, #1cad9f);
  color: #fff;
}

.info-ser:hover {
  background: #1c1c3a;
}

.btn.btn-purp:hover {
  background: #022a66;
}

.info-text.info-world {
  padding-left: 50px;
}

.world-img {
  position: relative;
  z-index: 1;
}

.world-img::before {
  position: absolute;
  content: "";
  left: -120px;
  top: -40px;
  background: url("../images/bg-w1.png") no-repeat;
  background-size: 100%;
  width: 152px;
  height: 114px;
  z-index: -1;
}

.cta2 h3 + p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
}

.cta2 h3 + p > span {
  color: #f5b539;
  font-weight: 600;
}

.cta2 P + a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.cta2 P + a > img {
  margin-right: 5px;
}

.cta2 .btn-block {
  margin-top: 35px;
}

.owl-site-logo2 img {
  width: auto !important;
}

.info-wait h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 35px;
}

.info-wait h3 > span {
  font-size: 109px;
  text-transform: uppercase;
  color: #4187ff;
  line-height: 100px;
}

.info-wait .btn-block {
  margin-top: 50px;
}

.our-process {
  background: url("../imges/Pagepublisher LLC/home/bg-process.webp") no-repeat;
  background-size: cover;
}

.our-process * {
  color: #fff;
}

.our-process p {
  color: #fff !important;
}

.info-process {
  text-align: center;
}

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

.our-process [class*="col"]:nth-child(2) .info-process span {
  background: #ff7a50;
}

.our-process [class*="col"]:nth-child(3) .info-process span {
  background: #480fb7;
}

.our-process [class*="col"]:nth-child(4) .info-process span {
  background: #009e99;
}

.our-process .row {
  align-items: start;
}

.info-process::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  left: 0;
  top: 38px;
  right: 0;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 4px 4px 0px 0px #2769fc;
  transform: rotate(-135deg);
  z-index: -1;
}

.our-process [class*="col"]:nth-child(2) .info-process::before {
  box-shadow: 4px 4px 0px 0px #fb7855;
}

.our-process [class*="col"]:nth-child(3) .info-process::before {
  box-shadow: 4px 4px 0px 0px #4a0ab5;
}

.our-process [class*="col"]:nth-child(4) .info-process::before {
  box-shadow: 4px 4px 0px 0px #219f98;
}

section.banner.cnt-banner {
  background: url(../images/main-banner2.jpg) no-repeat;
  background-size: cover;
  padding-top: 10rem;
}
section.banner.cnt-banner * {
  color: #fff;
}

.info-wait h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.info-wait li {
  clear: both;
  margin-bottom: 10px;
  list-style: disc inside;
}

.popupform {
  width: 500px;
  border-radius: 23px;
  padding: 31px;
  overflow: visible;
  background: #fff;
  border-bottom: #1f77bb 5px solid;
}

.popupform h2 {
  font-size: 28px;
  color: #000000;
  font-weight: 900;
  padding-left: 15px;
  border-left: #1f77bb 6px solid;
  margin-bottom: 12px;
  line-height: 35px;
  margin-top: 0;
  text-transform: uppercase;
}

.popupform h2 + p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 12px;
}

.popupform .fancybox-close-small {
  border: #1f77bb 3px solid;
  background: #fff;
  border-radius: 72px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -18px;
  top: -11px;
  padding: 5px;
}

.popupform .fancybox-close-small svg {
  color: #1f77bb;
}

.popupform .fancybox-close-small:after {
  color: #1f77bb;
  font-size: 25px;
  right: 4px;
  background: transparent;
  padding-top: 0;
  font-size: 20px;
}

.popupform ul li {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 8px 0;
  display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
  /* background: #fafafa; */
  border: #dcdcdc 1px solid;
  padding: 10px 15px;
  width: 100%;
  border-radius: 7px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: none 0px !important;
}

.popupform ul li i {
  position: absolute;
  top: 12px;
  left: 10px;
}

.popupform ul li.first,
.popupform ul li:nth-child(4) {
  /* width: 98%; */
}

.popupform ul li textarea {
  height: 110px;
}

.popupform ul li.last {
  text-align: center;
  width: 100%;
}

.popupform ul li input[type="submit"] {
  background: #1f77bb;
  color: #fff;
  font-size: 18px;
  border: #1f77bb 1px solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 50px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: 0px none;
  width: 100%;
  display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
  background: #1f77bb;
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
  border: #1f77bb 1px solid !important;
}

.content-page ul {
  margin-bottom: 30px;
}

.content-page ul li {
  margin-bottom: 10px;
}

.content-page i.fa.fa-circle {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.content-page i.fa.fa-circle:before {
  display: none;
}

.thankyou-banner {
  text-align: center;
  background: url(../images/thanks-banner.jpg?erer);
  display: -webkit-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-size: cover;
  line-height: 21px;
}
a.live-chat-thank.chat {
  background: #ee2c5e;
  display: inline-block;
  border-radius: 50px;
  padding: 14px 70px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}

.thankyou-banner h1 {
  color: #fff;
  margin: 20px 0;
}

.thankyou-banner p {
  line-height: normal;
  color: #fff;
}

.validate-banner input {
  height: 50px;
  font-size: 14px;
}

.first-ul li {
  width: 32%;
}

ul.first-ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.last-ul li.first {
  width: 80%;
}

.last-ul li.last {
  width: 18%;
}

ul.last-ul {
  display: flex;
  justify-content: space-between;
}

.last-ul li.last button.btn.btn-black {
  width: 100%;
  height: 53px;
  border-radius: 3px;
}

.last-ul li.first textarea {
  height: 53px;
  font-size: 14px;
}

.form-int ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.form-int ul li {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 4rem;
  color: #f7f4f5;
}

.form-int ul li > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #faf4f4;
}

.our-logo-com h2 {
  font-size: 2.5rem;
  margin: 0;
  line-height: 40px;
}

.our-logo-com .row {
  align-items: center;
}
