:root {
  --primary-color: #eb681b;
  --secondary-color: #be5ec4;
  --white: #fff;
}

/*  --primary-color: ;*/

@font-face {
  font-family: "ArialW10-RoundedBold";
  src: url("../fonts/arial/ArialW10-RoundedBold.woff2") format("woff2"),
    url("../fonts/arial/ArialW10-RoundedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArialW10-Rounded";
  src: url("../fonts/arial/ArialW10-Rounded.woff2") format("woff2"),
    url("../fonts/arial/ArialW10-Rounded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArialW01-RoundedExtraBold";
  src: url("../fonts/arial/ArialW01-RoundedExtraBold.woff2") format("woff2"),
    url("../fonts/arial/ArialW01-RoundedExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArialW01-RoundedLight";
  src: url("../fonts/arial/ArialW01-RoundedLight.woff2") format("woff2"),
    url("../fonts/arial/ArialW01-RoundedLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "ArialW10-Rounded";
  color: #091e37;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "ArialW10-Rounded";
}

p.center-paragraph {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}

a {
  color: #fff;
  text-decoration: none;
  font-family: "ArialW10-Rounded";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

li {
  list-style-type: none;
}

/*slik css*/

.slick-slide {
  margin: 0 13px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 97%;
  padding: 0;
  margin: 30px 0px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  height: 20px;
  cursor: pointer;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: var(--white);
  opacity: 1;
  font-size: 0px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li button {
  line-height: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: var(--secondary-color);
}

span.arrows {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #dde2e6;
  color: #222;
}
span.arrows.next {
  right: 1%;
}

.slick-prev {
  left: -30px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 35px;
  border: 0px solid transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 42px;
  line-height: 1;
  opacity: 1;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.slick-arrow:hover:before {
  color: black;
}

.slick-prev:before {
  content: "\f177";
}

.slick-next {
  right: -30px;
}

.slick-next:before {
  content: "\f178";
}
a {
  color: #091e37;
}

a:hover {
  color: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

h1,
h2,
h3,
h4 {
  font-family: "ArialW10-Rounded";
}

.empower-sec:hover .phr-right {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}

.checkout-book:hover .phr-right {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}

.book-publishing:hover .phr-left {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}
.about-one:hover .phr-left {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}
.wrirting-services:hover .phr-left {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}
.about-us-sec:hover .phr-right {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}

.rates-sec:hover .phr-left {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}



.brands ul li {
  display: contents;
}


.rates-sec .phr-left {
  top: 19%;
}
.phr-right {
  position: absolute;
  width: 15%;
  right: 10px;
  opacity: 0.5;
  align-items: center;
  transition: all 0.8s ease;
  max-width: 276px;
  top: 20px;
  bottom: 0;
  margin: auto;
}

.phr-left {
  position: absolute;
  width: 10%;
  left: 10px;
  opacity: 0.5;
  align-items: center;
  transition: all 0.8s ease;
  max-width: 150px;
  top: 20px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.banner-content {
  font-size: 18px;
  font-family: "ArialW10-Rounded";
}

.bg-blue {
  background-color: #091e37;
}

.mian-hd {
  font-size: 3rem;
  font-weight: 700;
  font-family: "ArialW10-Rounded";
}

.home-hd a {
  font-weight: 500;
  color: #fff;
}

.home-hd ul li {
  position: relative;
  padding: 2px;
  color: #fff;
}

.home-hd ul li i {
  margin-right: 4px;
}

.discount{
  position: relative;
  text-align: center;
}
.discount span {
  position: absolute;
  top: -57px;
  left: -18px;
  font-size: 61px;
  font-weight: 700;
  color:#fff;
}


.new-trust {
  margin-top: 1px;
}

/* .home-hd ul li {
  position: relative;
}

.home-hd ul li::before {
  content: "f105";
  top: -13px;
  position: absolute;
  left: -10px;
  font-size: 25px;
} */

.main-content-hd {
  font-size: 2rem;
  font-weight: 600;
}

.contact-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.contactUsBtn {
  padding: 10px 0px !important;
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: -13px;
  text-align: center;
}

/*main class */

.sec-pd {
  padding: 5rem 0 5rem 0;
}

.banner-sec {
  background-image: url(../images/banner/home-banner-01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0px 5%;
}

.banner-sec h1 {
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
}

.brands-logo img {
  width: auto;
  height: 50px;
}

.brands-logo {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.brands-logo::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
/*main class */

/*Step Styling end*/

ul.inline-block li {
  display: inline-block;
  color: #333333;
  /* padding-left: 25px; */
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

ul li a:hover {
  color: #d3fffd;
}

ul li .active a {
  color: #f26d00;
}

ul.inline-block.top-bar li {
  margin-left: 25px;
}

/* Header */

/*all bannner begin*/

.bg__detail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.inner-banner {
  background-image: url(../images/banner/inner-banner.webp);
}

.sevices-bg {
  background-image: url(../images/banner/banner-2.webp);
}

.process-bg {
  background-image: url(../images/banner/banner-3.webp);
}

.portfolio-bg-1 {
  background-image: url(../images/banner/banner-5.webp);
}

.contact-bg {
  background-image: url(../images/banner/contact-bg.webp);
}

/*footer-sec beign*/

textarea {
  margin: 8px 0;
}

/*footer-sec beign*/

/*why-us*/

/*why-us*/
/*Privacy Policies*/
.policies .policy-list {
  margin-bottom: 30px;
}

.policies .policy-list h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  font-family: "ArialW10-Rounded";
}

.policies .policy-list p,
.policies .policy-list ul li {
  font-size: 16px;
  font-family: "ArialW10-Rounded";
  margin: 0;
  color: #333333;
}

/*Privacy Policies*/

/*home banner css */

.main-banner {
  background-image: url(../images/bannner-0006.webp);  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0px 4rem 0px;
  color: #000;
}

.home-1 {
  height: 60vh;
  width: auto;
}

.home-hd span {
  color: #d16f2e;
}

.home-hd p{
  color: #fff;
}


.home-hd h1 {
  font-weight: bold;
  font-size: 50px;
  font-family: "ArialW10-RoundedBold";
  color: #fff;
}

span.top-heading {
  font-size: 2rem;
}

.start-up-form input {
  color: #ffff;
  padding: 11px 17px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0px auto;
  font-size: 13px;
  background-color: #00000096;
  width: 100%;
}

.soical-icons a{
  transition: 1.0s;
}
.soical-icons a:hover {
  transform: scale(1.2);
transition: 1.2s;
}

.start-up-form {
  margin-top: 50px;
}

.start-up-form .deal-btn {
  background-color: #000;
  font-size: 13px;
  color: #fff;
  padding: 11px 8px;
  text-align: center;
  margin: 0px auto;
  border-radius: 5px;
  border: 1px solid #eb6819;
  width: 100%;
}

.start-up-form .deal-btn:hover {
  background-color: var(--primary-color);
}

.start-up-form ::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.start-up-form ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}

.start-up-form .inline-block {
  margin-top: 60px;
}

a.form-btn-1 i {
  color: #000;
  background-color: #fcc;
  padding: 10px;
  border-radius: 27px;
  transform: rotate(317deg);
  font-size: 18px;
  margin-left: 13px;
  transition: 0.2s;
}

a.form-btn-2 i {
  color: #000;
  background-color: #fcc;
  padding: 10px;
  border-radius: 27px;
  transform: rotate(317deg);
  font-size: 18px;
  margin-left: 13px;
  transition: 0.2s;
}

.form-btn-2,
.form-btn-1 {
  background-color: #fff;
  color: var(--primary-color);
  padding: 6px 9px 6px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}

.form-btn-1:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.form-btn-1:hover i {
  background-color: #fff;
  transform: rotate(360deg) scale(1.1);
  transition: 0.2s;
}

.form-btn-2:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.form-btn-2:hover i {
  background-color: #fff;
  transform: rotate(360deg) scale(1.1);
  transition: 0.2s;
}

.service-tabs-nav {
  justify-content: end;
  display: flex;
  margin: 0px auto;
  text-align: end;
}
.service-tabs-nav .nav-tabs {
  border: 0px;
  justify-content: center;
}
.service-tabs-nav .nav-tabs button {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(52, 30, 54,1) 0%,
    rgb(1 139 134) 33%,
    rgba(10, 152, 147, 1) 70%,
    rgba(52, 30, 54,1) 100%
  );
  border-color: #fff;
  padding: 18px 48px;
  margin: 10px;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(58 58 58) 33%,
    rgb(18 18 18) 70%,
    rgb(104 104 104) 100%
  );
  border-radius: 5px;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(58 58 58) 33%,
    rgb(18 18 18) 70%,
    rgb(104 104 104) 100%
  );
  color: #fff;
  border-radius: 5px;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active i {
  color: #fff;
  transform: rotate(215deg);
  transition: 1.2s;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover i {
  color: #fff;
  transform: rotate(215deg);
  transition: 1.2s;
}

.faq-sec .accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  font-family: "ArialW10-Rounded";
  font-size: 23px;
  margin: 16px 0px 0px 0px;
  font-weight: 600;
  border-top: 0px;
  border-bottom: 1px solid #0c1e36;
  text-transform: capitalize;
  padding: 20px 0px;
}

.faq-sec .accordion:after {
  content: "\f061";
  font-family: "FontAwesome";
  color: #0c1e36;
  float: right;
  background-color: transparent;
  /* height: 60px; */
  /* width: 60px; */
  margin: 0px auto;
  text-align: center;
  line-height: 1.6;
  font-size: 23px;
  border-radius: 5px;
  transform: rotate(360deg);
}

.faq-sec .active:after {
  content: "\f063";
  font-family: "FontAwesome";
  /* background-color: #272220; */
  font-size: 23px;
  transform: rotate(360deg);
}
.faq-sec .active {
  border-bottom: 0px;
}
.faq-sec .panelfaq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
  margin-bottom: 10px;
}

.panelfaq img {
  border-radius: 10px;
}
.progressbar-warp {
  padding: 6px 0px;
}

/*empower-sec*/

.empower-sec {
  position: relative;
  color: #fff;
}

.authour {
  text-align: center;
}

.authour h2 {
  font-weight: 600;
}


.authour img {
  background-color: #fff;
  padding: 9px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px solid #d4fffd;
  border-radius: 10px;
  display: inline;
  border-radius: 14px;
}


/*empower-sec*/

/*best-team*/

/* .best-team {
   background-image: url(../images/upb.webp);
   background-size: contain;
   background-position: right;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-color: #d1fffd;
} */

.best-team {
  background-image: url(../images/banner/home-banner-01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0px 5%;
}

.best-team .phr-right {
   filter: brightness(0) invert(1);
}

.best-team:hover .phr-right {
  opacity: 1.5;
  transition: all 0.8s ease, z-index 0.6s;
  transform: rotateY(150deg);
}



.team-one {
  background-color: #fff;
  padding: 5% 5% 5% 5%;
}

.team-one span {
  font-weight: 500;
  font-size: 16px;
  margin: 0px;
}

.team-one h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0px 0px;
}

/*best-team*/

/*book-publishing*/

.book-choes-1 {
  padding: 2%;
  transition: 1s;
}

.book-choes-1:hover {
  background-color: var(--secondary-color);
  color: #fff;
  transition: 1.5s;
}

.book-publishing {
  position: relative;
  overflow: hidden;
  /* background-image: url(../images/banner/home-banner-01.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0px 5%;
}

.book-publishing figure::after {
  position: absolute;
  content: "";
  left: -3rem;
  top: 7rem;
  background: url(../images/portfolio/profe-after.webp) no-repeat;
  background-size: cover;
  width: 209px;
  height: 400px;
  z-index: -1;
}

img.prof2 {
  margin: -9rem 0 0 6rem;
}

.book-publishing figure::before {
  position: absolute;
  content: "";
  right: -5rem;
  top: 3rem;
  background: url(../images/portfolio/profe-before.webp) no-repeat;
  background-size: cover;
  width: 300px;
  height: 276px;
  z-index: -1;
}

.about-pic {
  position: relative;

  overflow: hidden;
}


.about-pic img {
  border-radius: 10px;
}


.about-pic figure::after {
  position: absolute;
  content: "";
  left: 23rem;
  top: 5rem;
  background: url(../images/portfolio/profe-after.webp) no-repeat;
  background-size: cover;
  width: 209px;
  height: 400px;
  z-index: -1;
  transform: rotate(179deg);
}

.about-pic figure::before {
  position: absolute;
  content: "";
  background: url(../images/portfolio/profe-before.webp) no-repeat;
  background-size: cover;
  width: 300px;
  height: 276px;
  z-index: -1;
  bottom: 13px;
  left: 0px;
}

/*book-publishing*/

/*checkout-book*/

.checkout-book {
  color: #fff;
}

.book-video {
  text-align: center;
  margin: 0px auto;
}

.book-video a {
  border: 8px solid #e2e2e2;
  border-radius: 5px;
}

.book-video {
  position: relative;
}

.book-video a:hover i {
  transform: scale(1.1);
  transition: 1.5s;
  color: var(--secondary-color);
}

.book-video i {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 64px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  transition: 1s;
}

/*testimonals sec*/

.happy-clints-sec-bg{
  background-image: url(../images/mix/bg-testimonls.webp);
}

.happy-clints-sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* .clint-bg{
  background-image: url(../images/phar-01.png);
} */

.clint-bg {
  position: relative;
  background: url(../images/phar-01.png) no-repeat center center / cover;
  z-index: 0;
}

/* .clint-bg::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: url(../images/phar-01.png) no-repeat center center / cover;
  opacity: 0.4;
  z-index: -1; 
} */

.clint-slider {
  color: #fff;
  background-color: var(--secondary-color);
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;

}
.clint-slider ul.inline-block li {
  display: inline-block;
  color: #00b679;
  padding-left: 3px;
  font-size: 14px;
}

.clint-slider h3 {
  font-weight: 500;
}

.clint-slider span {
  font-size: 1.1rem;
  font-weight: 500;
}

.clint-slider strong i {
  color: #00b679;
  font-size: 16px;
}

.clint-slider strong {
  font-size: 16px;
  font-weight: 500;
}

.main-color-testimoanls {
  background-color: #091e37;
}

.testimonial-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 105%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0px !important;
  border: 0px solid transparent;
  background-color: var(--primary-color);
}
.testimonial-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 105%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0px !important;
  border: 0px solid transparent;
  background-color: var(--primary-color);
}

.testimonial-slider .slick-prev {
  left: 14px;
  z-index: 1;
}

.testimonial-slider .slick-next {
  left: 68px;
}

.testimonial-slider .slick-next:before {
  content: "\f061";
}

.testimonial-slider .slick-prev:before {
  content: "\f060";
}

.testimonial-slider .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.testimonial-slider .slick-arrow:hover:before {
  color: #000;
  background-color: var(--primary-color);
}

/*testimonals sec*/

/*wrirting-services*/

.book-content {
  display: flex;
  border: 1px solid #ccc;
  padding: 20px 0px 20px 0px;
  justify-content: center;
  align-items: center;
}

.book-content {
  display: flex;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  min-height: 160px;
  height: 160px;
}

.book-bundles p {
  margin: 0px auto;
}
.book-content span {
  font-size: 18px;
  font-weight: 600;
}

.book-bundles img {
}

.book-bundles a {
  color: #000;
  text-decoration: underline;
}

.book-content img {
  margin-left: 10px;
  margin-right: 13px;
}

.book-choes-1 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0.9;
}

/*wrirting-services*/

/*about us */

.discount-1 h3 {
  background-color: #fff;
  color: #000;
  padding: 1% 0px 1% 0;
  align-items: center;
  margin: 0px auto;
  font-weight: 700;
  border-radius: 5px;
}

.discount-1 h3 span {
  color: var(--primary-color);
}

.counter-content img {
  width: 24%;
}

.counter-content {
  text-align: center;
  color: #333;
  text-align: center;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.count {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 20px;
  margin-left: 14px;
}

.count {
  position: relative;
}

.count::after {
  content: "";
  font-size: 3.3rem;
  font-weight: bold;
  position: absolute;
  top: 22px;
  background-color: #333;
  height: 51px;
  width: 2px;
  right: -14px;
}

.counter-content p {
  font-size: 19px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
  margin-left: 10px;
}

.cta-sec-3 {
  padding: 5% 0 5% 0;
}

.cta-sec-1 {
  color: #fff;
}

/*about us */

/*modal css begin*/

.modal-pic {
  /* position: absolute; */
  /* width: 100%; */
  /* left: 0; */
  /* top: 0; */
}

.modal-body {
  padding-left: 0%;
  padding-right: 5%;
  position: relative;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}

.sign-up-from-modal {
  /* border: 2px solid #d2fffd; */
  border-radius: 5px;
}

.modal-header h5 {
  /* margin: 45px 49px 0px; */
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding: 17px;
}
.modal-footer {
  border-top: 0px;
}

.modal-header .btn-close {
  position: absolute;
  right: 0px;
  top: -1px;
  background-color: #904896;
  color: #fff;
}

/*combo pakges*/

.modal-setps {
  background-color: #262626;
}

.modal-setps .card h5 {
  font-size: 25px;
  font-weight: 600;
}

.modal-setps .btn-close {
  position: absolute;
  right: 15px;
  top: -6px;
  background-color: #ccc;
  font-size: 12px;
  padding: 10px;
}

.footer-paragraph {
  width: 50%;
}


.footer-one-bg {
  /* background: linear-gradient(rgb(20 20 20 / 50%) 100%, rgb(10 10 10 / 46%) 100%), url(../images/banner/ft-banner-02.webp); */
  background-image: url(../images/how-to-inner-bg.jpg);
}

.footer-one {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3% 0px 3% 0px;
}


.footer-one h2{

  color: #fff;
}

.footer-one p{
  color: #fff;
}
/*
.contact-form input.col-5 {
  margin-right: 23px;
  width: 40%;
}*/

.form-control:focus {
  color: #000;
  background-color: #d2fffd;
  border-color: 1px solid #d2fffd;
  box-shadow: none;
}




.contact-form input, .contact-form textarea {
  background-color: transparent;
  margin: 8px 0px 20px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 13px;
  background-color:#ffffffe8;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background-color: #fff;
  color: #0f0f0f;
}

/* .contact-form span {
  font-size: 23px;
  margin: 14px 0px 5px;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
  color: #000;
}

.contact-form span i {
  font-size: 21px;
  margin-left: 3px;
} */

.contact-form small {
  padding: 0px;

  font-size: 16px;

  margin: 0px;
  font-weight: 600;
}

.contact-form small a {
  color: #000;
  text-decoration: underline;
}

.footer-sec-bg{
  background-image: url(../images/mix/footer-lab.webp);
}

footer.footer-sec {
  padding: 1% 0px 3% 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer.footer-sec ul.inline-block {
  margin-top: 20px;
}

.genres-footer ul.inline-block li {
  display: block;
  color: #333333;
  padding-left: 0px;
  padding: 7px 0px;
  font-size: 18px;
}

footer.footer-sec ul.inline-block li {
  display: block;
  color: #333333;
  padding-left: 0px;
  padding: 7px 0px;
  font-size: 18px;
}

.footer-hd {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

.footer-hd::before {
  content: "";
  width: 119px;
  height: 2px;
  position: absolute;
  top: 45px;
  background-color: var(--secondary-color);
  left: 0px;
}

.footer-line-tow {
  margin-top: 48px;
}

section.brand-sec {
  background-color: #181818;
}

/*danish css*/

.bg-green{
  color: #be5ec4;

}

.cta-books {
  position: relative;
  padding: 2rem 0 2rem 0;
}

.cta-books-bg::after{
  background: url(../images/mix/story-right.webp) no-repeat;
}

.cta-books::after {
  content: "";
  position: absolute;
  width: 387px;
  height: 331px;
  right: 0;
  bottom: 12px;
}

.cta-books-bg::before{
  background: url(../images/mix/story-left.webp) no-repeat;
}

.cta-books::before {
  content: "";
  position: absolute;
  width: 417px;
  height: 413px;
  left: 0;
  top: -29px;
}

.cta-one-book {
  position: relative;
}

.cta-one-book-bg .container::after{
  background: url(../images/mix/cta-book.webp) no-repeat;
}

.cta-one-book .container::after {
  content: "";
  position: absolute;
  width: 337px;
  height: 429px;
  right: 0;
  bottom: 0px;
}

.cta-3 .mian-hd {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "ArialW10-Rounded";
  margin: 22px 0px;
}
.cta-3 {
  color: #fff;
}

.cta-content {
  color: #fff;
}

.cta-pic-laptop {
  position: relative;
}
.cta-pic-laptop img {
  position: absolute;
  top: -305px;
  content: "";
  width: 160%;
  left: -92px;
}

.cta-3 span {
  font-size: 1.5rem;
}

.one-all-book img {
  transition: 0.5s;
  box-shadow: 2px 0px 17px 8px #cccccc94;
}

.one-all-book:hover img {
  transform: scale(0.95);
  transition: 0.5s;
}

.testimonials-sec-bg {
  background-image: url(../images/pf-leaf-about.webp);
}

  .testimonials-sec {
  box-shadow: 0px 0px 18px 7px #ccc;
  padding: 10% 2% 3% 2%;
  height: 96%;
  border-radius: 5px;
  margin-top: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-sec ul.inline-block li {
  display: inline-block;
  color: #00b679;
  padding-left: 0px;
  padding-right: 6px;
}

.testimonials-sec h3 {
  font-weight: 600;
  font-size: 24px;
}

.testimonials-sec strong i {
  color: #00b679;
}

.testimonials-sec span {
  font-size: 19px;
  font-weight: 600;
}

.testimonials-sec img {
  transition: 1s;
}

.testimonials-sec:hover img {
  transform: scale(1.1);
  transition: 1.5s;
}

.contact-form p {
  margin-top: 30px;
  margin-bottom: 29px;
  font-size: 15px;
  font-weight: 600;
}

/* Team Page CSS Meowati Changing*/

.team-sec span {
  font-size: 1.5rem;
  font-weight: 500;
}

.team_quote {
  background: #d9e6f7;
  padding: 40px 80px;
  text-align: center;
}

.team_quote .team_head1 {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.5;
  color: #424242;
}

.member {
  margin: 25px 0;
}

.member img {
  width: 90%;
  height: 295px;
  object-fit: cover;
  filter: brightness(0.5);
}

.member-title {
  font-size: 16px;
  font-weight: 600;
  color: #016f6c;
}

.member-desc {
  font-size: 14px;
  line-height: 1.4;
}

/* Team Page CSS Meowati Changing*/

/* button hover Meowati Changing*/

.blue-btn {
  background-color: #d2fffd;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  
}

.green-btn {
  background: rgb(159, 62, 168);
  background: linear-gradient(
    90deg,
    rgb(159, 62, 168) 0%,
    rgb(189 94 198) 33%,
    rgb(159, 62, 168) 70%,
    rgba(189 94 198) 100%
  );
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  
}

.banner_btn{
  box-shadow: 0px 0px 4px 2px #f176fa;
}

.banner_btn:hover{
  box-shadow: 0px 0px 4px 2px #0c0c0c;
}



.black-active {
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(58 58 58) 33%,
    rgb(18 18 18) 70%,
    rgb(104 104 104) 100%
  );
  transition: all 1s ease;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  
}

.black-active::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.black-active::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.black-active:hover {
  background: linear-gradient(
    90deg,
       rgb(159, 62, 168) 0%,
    rgb(189 94 198) 33%,
    rgb(159, 62, 168) 70%,
    rgba(189 94 198) 100%
  );
  transition: all 1s ease;
  color: #fff;
}

.black-active::before {
  left: -50%;
}

.black-active::after {
  left: -100%;
}

.black-active:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.black-active:hover::after {
  left: 200%;
  opacity: 0.6;
}

.green-btn::before,
.blue-btn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.green-btn::after,
.blue-btn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.green-btn::before,
.blue-btn::before {
  left: -50%;
}

.green-btn::after,
.blue-btn::after {
  left: -100%;
}

.green-btn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(58 58 58) 33%,
    rgb(18 18 18) 70%,
    rgb(104 104 104) 100%
  );
  transition: all 1s ease;
}

.blue-btn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(58 58 58) 33%,
    rgb(18 18 18) 70%,
    rgb(104 104 104) 100%
  );
  transition: all 1s ease;
}
.green-btn:hover,
.green-btn:active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.blue-btn:hover,
.blue-btn:active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.2);
}

.green-btn:hover::before,
.blue-btn:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.green-btn:hover::after,
.blue-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}

/* button hover Meowati Changing*/

/* Rates page css */

.price-slider-one {
  text-align: center;
  background-color: #cccc;
  padding: 5%;
  position: relative;
  overflow: hidden;
  transition: all 1000ms;
}

.price-slider-one::after {
  content: "";
  width: 46%;
  height: 12px;
  position: absolute;
  top: 26px;
  background-color: #47bac3;
  transform: rotate(45deg);
  right: -38px;
  box-shadow: 0px 0px 14px -2px #ccc;
}

.price-slider-one::before {
  content: "";
  width: 46%;
  height: 12px;
  position: absolute;
  box-shadow: 0px 0px 14px -2px #ccc;
  background-color: #47bac3;
  transform: rotate(45deg);
  bottom: 27px;
  left: -35px;
}

.price-slider-one:hover::after {
  background-color: #d3fffd;
  transition: all 2000ms;
}

.price-slider-one:hover {
  transform: scale(1.1);
  transition: all 3000ms;
  color: #d3fffd;
}

.price-slider-one h4 {
  font-weight: 600;
  color: #d3fffd;
}

.price-slider-one h3 {
  margin-bottom: 23px;
  font-weight: 600;
}

.price-slider-one {
  transition: all 3000ms;
}

.price-slider-one li {
  display: inline-block;
}

.price-slider-one ul.inline-block {
  margin-top: 34px;
}
.price-slider-one ul.inline-block li {
  display: block;
  padding: 4px 20px;
  text-align: left;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.price-slider-one ul li:before {
  content: "";
  background-color: #d3fffd;
  position: absolute;
  left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  border-radius: 100px;
  height: 5px;
  width: 5px;
  top: 15px;
}

.price-slider-one {
  text-align: center;
  background-color: #fffc;
  padding: 5%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 36px 0px;
  background-color: #091e37;
  color: #fff;
}

.price-slider-one .blue-btn {
  margin-top: 41px;
}

.footer-sec a:hover,
.footer_div li a:hover {
  color: var(--secondary-color);
}

/*pageload */
.page .btn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #2c3e50;
  margin-top: 64px;
  font-size: 0.7em;
  font-weight: 700;
  padding: 0.1em 0.4em;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
}

.page .btn:hover {
  border-color: #be5ec4;
  color: #be5ec4;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.book {
  position: relative;
  width: 100px;
  height: 150px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* HARDCOVER FRONT */
.hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec;
}

.book_spine li:first-child {
  background: #eee;
}
.book_spine li:last-child {
  background: var(--secondary-color);
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999;
}

/* page */

.page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1),
    inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

/*
  3. opening cover, back cover and pages
*/

.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}

/*
  4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px)
    translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px)
    translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px)
    translateY(-78px);
}
.hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px)
    translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px)
    translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px)
    translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px)
    translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px)
    translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px)
    translateY(-78px);
}

.hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px)
    translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px)
    translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px)
    translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px)
    translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px)
    translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px)
    translateY(-6px);
}

.book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px)
    translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px)
    translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px)
    translateY(-6px);
}

.page,
.page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}

.page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/*
  5. events
*/

.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

/*
  6. Bonus
*/

/* cover CSS */

.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coverDesign::after {
  background-image: -webkit-linear-gradient(
    -135deg,
    rgba(255, 255, 255, 0.45) 0%,
    transparent 100%
  );
  background-image: -moz-linear-gradient(
    -135deg,
    rgba(255, 255, 255, 0.45) 0%,
    transparent 100%
  );
  background-image: linear-gradient(
    -135deg,
    rgba(255, 255, 255, 0.45) 0%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.yellow {
  background-color: #f1c40f;
  background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}

.blue {
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%);
}

.grey {
  background-color: #f8e9d1;
  background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.ribbon {
  color: #fff;
  display: block;
  font-size: 0.7em;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transform: rotateZ(45deg) translateZ(1px);
  -moz-transform: rotateZ(45deg) translateZ(1px);
  transform: rotateZ(45deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  &.new {
    background: #63c930;
    &:before,
    &:after {
      border-bottom: 20px solid #63c930;
    }
  }
  &.bestseller {
    background: #c0392b;
    &:before,
    &:after {
      border-bottom: 20px solid #c0392b;
    }
  }
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;

  border-top: 20px solid transparent;
}

.ribbon::before {
  left: -20px;
  border-left: 20px solid transparent;
}

.ribbon::after {
  right: -20px;
  border-right: 20px solid transparent;
}

/* figcaption */

figure {
  margin: 25px 0 1rem;
}

figcaption {
  padding-left: 40px;
  text-align: left;
  position: absolute;
  top: 4%;
  left: 78px;
  width: 260px;
}

figcaption h1 {
  margin: 0;
  font-size: 19px;
}

figcaption span {
  color: #be5ec4;
  padding: 0.6em 0 0em 0;
  display: block;
}

figcaption p {
  color: #63707d;
  line-height: 1.3;
}

.align {
  clear: both;
  margin: 25px auto 20px;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}

.align > li {
  width: 29%;
  display: inline-block;
  margin: 0px 0px 25px 47px;
  padding: 0 0 0 0px;
}

/*pageload */

.story-card .step h2 {
  font-size: 2.625rem;
}

.story-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}



.story-card {
  color: #fff;
  padding-right: 1rem;
  border: 1px solid #ccc;
  text-align: center;
  padding-left: 1rem;
  padding-top:8%;
  padding-bottom: 1rem;
  height: 320px;
  min-height: 320px;
  align-items: top;
  overflow: hidden;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
border-radius: 10px;
transition: all 1s ease;
background: linear-gradient(90deg, rgba(153, 71, 160) 0%, rgb(189 94 198) 33%, rgba(189 94 195) 70%, rgba(153, 71, 160) 100%);
position: relative;
}




.story-card:hover{
  background: linear-gradient(90deg, #091e37 0%, #091e37 33%, #091e37 70%, #091e37 100%); 
}


.story-card:hover::before {
  left: 86%;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) ease;
  visibility: inherit;
}

.story-card-bg::before {
  background-image: url(../images/favicon.png);
}

  .story-card::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 2s ease;
  position: absolute;
  overflow: hidden;
  height: 200px;
  width: 100px;
  left: 0px;
  z-index: 0;
  visibility: hidden;
}


 


/* .story-card::before{
  content: '';
  background-image: url(../images/phar-01.webp);
  background-repeat: no-repeat;
  background-position: right;
  z-index: 999;
  
}
 */






/* 
.story-card::after {
  left: -150%;
}

.story-card::before, .blue-btn::before {
  left: -100%;
}

.story-card::after {
  background: #fff;

  content: "";
  height: 50rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30rem;
  
}

.story-card::before {
  background: #fff;
  content: "";
  height: 355px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 500px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.story-card:hover {
  color: #fff;
  text-decoration: none;
 
  background: linear-gradient(90deg, rgba(52, 30, 54,1) 0%, rgb(1 139 134) 33%, rgba(10, 152, 147, 1) 70%, rgba(52, 30, 54,1) 100%);
  transition: all 1s ease;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.story-card:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.story-card:hover::after {
  left: 200%;
  opacity: 0.6;
}
 */


 .detail h4{
  font-weight: 600;
 }

.story-card .detail {
  padding-left: 1rem;
  color: #fff;
  text-align: left;
  z-index: 999;
}

.story-card .detail p {
  color: #dadada;
  font-family: "PT Sans", sans-serif;
  padding: 0rem 0;
  font-size: 16px;
}

.step p {
  line-height: 1;
}

img.ctab {
  position: absolute;
  top: -9.7rem;
  right: -12rem;
}

/*menu css begin*/

nav.mag-sec ul,
nav.mag-sec ol {
  list-style-type: none;
}

nav.mag-sec .container {
  width: 1320px;
  margin: 0 auto;
}

nav.mag-sec {
  background: var(--background-color);
  position: absolute;
  width: 100%;
  z-index: 1000;
}

nav.mag-sec .main_menu {
  text-align: right;
}

nav.mag-sec .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

nav.mag-sec .logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

nav.mag-sec .main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
nav.mag-sec .main_menu ul li {
  position: relative;
}

nav.mag-sec .main_menu ul li a {
  font-size: 17px;
  color: #fff;
  padding: 20px 11px;
  display: block;
  font-weight: 500;
}


nav.mag-sec .main_menu ul li .active,
nav.mag-sec .main_menu ul li:hover > a {
  color: #0ec5bf;
}

/* Normal Dropdown menu */
nav.mag-sec .main_menu ul li ul {
  width:500px;
  background: #fff;
  transition: 0.5s all ease;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  background-image: url(../images/pf-leaf-about.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  flex-wrap: wrap;
}

nav.mag-sec .main_menu ul li ul li a {
  padding: 17px 40px;
  font-size: 15px;
  text-align: left;
  position: relative;
}

/* nav.mag-sec .main_menu ul li ul li a {
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  color: #000;
} */

nav.mag-sec .main_menu ul li ul li a {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  color: #000;
}




nav.mag-sec .main_menu .sub_menu li ul li a {
  position: relative;
}

/* nav.mag-sec .main_menu .sub_menu li {
  width: 263px;
  display: inline-block;
} */
nav.mag-sec .main_menu .sub_menu li {
  width: 250px;
  display: inline-block;
}

/* nav.mag-sec .main_menu .sub_menu li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/mix/seric-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  left: 12px;
  top: 14px;
} */

nav.mag-sec .main_menu .sub_menu li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/favicon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  left: 10px;
  top: 14px;
}

nav.mag-sec .main_menu .sub_menu li a:hover {
  background-color: #091e37;
  color: #fff;
}






/* 2 */

nav.mag-sec .main_menu .sub_menu-t li ul li a {
  position: relative;
}

nav.mag-sec .main_menu .sub_menu-t li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/mix/seric-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  left: 5px;
  top: 14px;
}

nav.mag-sec .main_menu .sub_menu-t li a:hover {
  background-color: #091e37;
  color: #fff;
}

ul.sub_menu-t {
  width: 176px !important;
}

/* 2 */

nav.mag-sec .main_menu ul li ul li a i {
  float: right;
}

nav.mag-sec .main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
nav.mag-sec .mega_menu_dropdown {
  position: static !important;
}

nav.mag-sec .mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  border-radius: 10px;
  background-image: url(../images/pf-leaf-about.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

nav.mag-sec .mega_menu_item {
  width: 32%;
  padding: 10px 15px 0px 15px;
}

nav.mag-sec .main_menu ul li .mega_menu_item a {
  padding: 17px 36px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  transition: all 0.8s ease;
}

nav.mag-sec .main_menu ul li .mega_menu_item a::before {
  content: "";
  background-image: url(../images/mix/seric-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  height: 30px;
  width: 30px;
  top: 13px;
  border-radius: 6px;
}

nav.mag-sec .main_menu ul li .mega_menu_item a:hover {
  background-color: #091e37;
  border-radius: 7px;
  color: #fff;
  transition: all 0.8s ease;
  padding-left: 50px;
}

nav.mag-sec .main_menu ul li .mega_menu_item a:hover::before {
  transform: rotate(-18deg);
  transition: all 0.8s ease;
  filter: brightness(1);
}

nav.mag-sec .mega_menu_item h3 {
  margin-bottom: 15px;
}
nav.mag-sec .mega_menu_item img {
  width: 100%;
}

/* demo_2 css */

nav.mag-sec .mega_menu_demo_2 .mega_menu {
  left: 56%;
  transform: translateX(-50%);
  width: 900px;
}

nav.mag-sec .mobile_btn {
  display: none;
}

/* responsive css */

/*menu css begin*/

.sign-up-from.contact-form input {
  border: 1px solid #ccc;
  margin: 8px 0;
  padding: 9px 13px;
  border-radius: 4px;
}

.sign-up-from .modal-footer .green-btn {
  width: 100%;
}

.modal-footer {
  border-top: 0px;
  text-align: center;
  margin: 0px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer-content {
  text-align: left;
  display: grid;
}

.footer-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}

.footer-content strong {
  font-size: 30px;
  color: #be5ec4;
  /* line-height: 1.1; */
}

.footer-content span {
  color: red;
  font-size: 1.8rem;
  margin: 0px;
}

.has_dropdown i {
  transform: rotate(272deg);
  margin-left: 5px;
}

li.has_dropdown a:hover i {
  transform: rotate(1deg);
}

/* team-page-css */

.author-item .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.author-item .tags li {
  padding: 3px 10px;
  background: #f1f4fb;
  font-size: 14px;
  font-weight: 600;
  color: #004225;
  margin: 3px;
  border-radius: 5px;
}

.author-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #004225;
}

.author-book {
  margin-bottom: 20px;
}

.author-book > div {
  display: inline-block;
  max-width: 18%;
}

.author-book img {
  max-width: 95%;
}

.author-img {
  position: relative;
}
.author-img img {
  width: 100%;
}
.author-img .author-name {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50px;
  left: 50px;
  border: 3px solid #d1fffd;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.author-img .author-name h4 {
  width: calc(100% - 4px);
  text-align: center;
  background: #d1fffd;
  margin-bottom: 2px;
  font-size: 26px;
  font-weight: 600;
  color: #004225;
  padding: 10px;
}

.author-item {
  padding: 50px 0px;
  border-top: 1px solid #e2e2e2;
}

/* section.story-writing.sec-pd {
  background-image: url();
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: right;
  background-attachment: fixed;
} */

/* team-page-css */

.port-img.port-web-img-st {
   padding: 23px 38px 20px;
   transition: all 0.3s ease-in-out 0s;
   text-align: center;
   margin-bottom: 0px;
   margin-top: 20px;
   position: relative;
}
.port-img a {
   position: relative;
}
.port-img img {
   width: 100%;
   overflow: hidden;
}
.port-img.port-web-img-st img {
   border-radius: 20px;
}
.port-img.port-web-img-st a img {
   width: 100%;
   transition: all 0.3s ease-in-out 0s;
   box-shadow: rgba(58, 58, 58, 0.09) 2px 2px 17px 1px;
   position: relative;
   top: -30px;
   z-index: 1;
}
.port-img .port-web-st {
   width: 53%;
   height: 325px;
   position: absolute;
   padding: 0px 20px;
   margin: 0px 20px;
   left: 25px;
   transition: all 0.3s ease-in-out 0s;
   z-index: 0;
  /*box-shadow: rgb(218, 218, 218) 2px 2px 15px 3px;
  */
}
.port-img.port-web-img-st img {
   border-radius: 20px;
}
.port-img .port-web-st.port-web-th-img2 {
   right: 23px;
   left: inherit;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img1 {
   transform: rotate(-12deg);
   width: 73%;
   position: absolute;
   left: 0px;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img2 {
   transform: rotate(11deg);
   right: 0px;
   left: inherit;
}
.port-img.port-web-img-st:hover a img {
   transform: scale(1.1);
   transition: all 0.3s ease-in-out 0s;
}
 
.contact-info .w-m{
  width: 90%;
  min-width: 90%;
}

.contact-info .form-group {
  position: relative;
}

.contact-info input {
  padding: 15px 38px;
  border: 1px solid #ccc;
  font-size: 13px;
  margin: 10px 0px;
  border-radius: 6px;
  background-color: #fff;



  
}
.contact-info textarea {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 13px 16px;
}

.contact-info .form-group i {
  position: absolute;
  left: 15px;
  top: 16px;
  FONT-SIZE: 17PX;
  color: #be5ec4;
}


.contact-info .form-control:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #be5ec4 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(7 139 135 / 19%) !important;
}



.hdr-cta {
  text-align: center;
  padding: 2px;
  background: linear-gradient(90deg, rgba(52, 30, 54, 1) 0%, rgb(189 94 198) 33%, rgba(189 94 195) 70%, rgba(52, 30, 54, 1) 100%);
  color: #fff;
  font-size: 15px;
}


.hdr-cta a {
  margin-left: 20px;
  margin-right: 10px;
  color: #FFF;
}

.hdr-cta a:hover{
  color: #000;
}

.banner-content.text-center p {
  width: 80%;
  margin: 0px auto;
  margin-bottom: 10px;
}

.contact-info {
  padding: 4% 10%;
  border-radius: 5px;
  background-color:#1c1c1c82;
  border: 5px solid #f176fa;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8px 3px #f176fa;  
}




.contact-info h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

img.discount-offer {
  position: absolute;
  top: 4px;
  right: 40px;
  width: 23%;
}
.discount-01  span{
  position: absolute;

}
img.new-trust {
  margin: 20px 0px;
}

.tow-btn {
  display: flex;
  margin: 10px 0px 10px;
}
/* float button css */

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  box-shadow: 0 0 40px #a75c21;
  /* box-shadow: 0 0 40px #00000026;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background-color: #be5ec4;
}

.floatbutton .clickbutton:hover {
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #be5ec4;
}

.call_wrap:hover {
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #a75c21;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -54px;
  white-space: pre;
  bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form h3 strong {
  font: 24px/24px;
  font-weight: 600;

  font-family: "Montserrat", sans-serif;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.btns_wrap:hover .call_wrap {
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #be5ec4;
}

.chat_wrap:hover span.icoo {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.btns_wrap:hover .call_wrap span.icoo,
.btns_wrap:hover {
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #be5ec4;
  border-radius: 5px;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #be5ec4;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
  /* background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  ); */
  background-color: #a75c21;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  background-color: #be5ec4;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form:hover input[type="submit"] {
  background: linear-gradient(
    102deg,
    rgba(#be5ec4) 0%,
    rgba(#f176fa) 100%
  );
}
/* float button css */

.lazy{
  /*height: 100px !important;*/
}

.new-nav button {
  margin-top: 13px;
  width: 100%;
  font-size: 15px;
}

div#v-pills-tabContent {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* 
.book-marketing-wrap-3 .rghimg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 36%;
} */


.book-marketing-wrap-3 .rghimg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 40%;
  z-index: -1;
  opacity: 0.5;
}



.book-marketing-wrap-3 .tab-pane{
  position: relative;
}


.new-tt {
  display: flex;
  align-items: center;
}


.book-marketing-wrap-3 .tab-pane h2 {
  font-weight: 600;
  color: #037874;
}





.bookWithContentArea p.para.text-center.pt-1, .dnform p {
  font-size: 16px;
}

.o-cus-h, h4.cus-he {
  color: #fff;
  background: linear-gradient(90deg, rgb(153, 71, 160) 0%, rgb(189 94 198) 33%, rgba(189 94 195) 70%, rgba(153, 71, 160) 100%);
}

h4.cus-he {
  padding: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

section.servicepoints .col-md-9 {
  padding-left: 0;
  padding-right: 0;
}

.bookWithContentArea {
  margin-top: 45px;
}

section.marketing-sec {
  padding: 4rem 0 0;
}

section.footer-bottom p {
  margin: 4px 0;
  color: #fff;
}

section.footer-bottom a {
  line-height: 0.1;
  color: #fff;
}


section.footer-bottom  {
background: linear-gradient(90deg, rgba(52, 30, 54,1) 0%, rgb(1 139 134) 33%, rgba(10, 152, 147, 1) 70%, rgba(52, 30, 54,1) 100%);

}


.footer_div span {
  font-size: 19px;
  color: #fff;
}


.lead-sec .tab-content {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 35px;
  margin-top: 35px;
  border-bottom: 2px solid #fff;
  transition: all 1.5s ;
  background-color: #cccccc5e;
}


.lead-sec .tab-content:hover {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
  border-bottom: 2px solid #018681;
}

.lead-sec .accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  font-family: 'ArialW10-Rounded';
  font-size: 23px;
  margin: 16px 0px 0px 0px;
  font-weight: 600;
  border-top: 0px;
  text-transform: capitalize;
  position: relative;
  transition: all 1.5s ;
  align-items: center;

}
  
.stores__cards .store-card .card-container {
  border-radius: .5rem;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
  cursor: pointer;
  height: 7rem;
  overflow: hidden;
  transition: all .3s ease-out;
  padding: 1rem .5rem;
}
  
.lead-sec .accordion:after {
  content: '\f106';
  font-family: "FontAwesome";
  color: #0c1e36;
  float: right;
  background-color: transparent;
  margin: -18px 9px;
  text-align: center;
  line-height: 0;
  font-size: 30px;
  color: #018681;
  transform: rotate(180deg);
}

.lead-sec .active:after {
    content: '\f107';
    font-family: "FontAwesome";
    font-size: 30px;
    transform: rotate(180deg);
}
.lead-sec .active {
    border-bottom: 0px;
}

.lead-sec .panelfaq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 10px;
}

.row.main-g {
  margin-top: 30px;
}

.lead-sec .panelfaq img{
    border-radius: 10px;
}
.lead-sec .progressbar-warp {

  padding: 6px 0px;

}

.channel {
  max-width: 7rem;
  min-width: 7rem;
  max-height: 2rem;
  object-fit: contain;
}

.panelfaq .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 9px;
}
.desc {
  font-size: 15px;
}
.company-name {
  font-size: 23px;
}
.lead-sec h3{
font-size:22px;
font-weight: 600;
}


.lead-sec .panelfaq i{
  font-size: 14px;
}


.lead-sec .panelfaq span{
    font-size:16px;
    font-weight: 600;
  }

.lead-sec  .main-book-line{
  margin-top: 50px;
 }





 
.mainpkge .detailwrp ul {
  text-align: left;
  height: 240px;
  margin: 20px 0 30px;
  padding-left: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.mainpkge .detailwrp li {
  position: relative;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}

h1.getqout {
  font-size: 17px;
}
.mainpkge{
border-radius: 8px;
border: 2px solid #05807c;
padding: 17px 15px 17px 14px;
background-color: #fff;
box-shadow: 10px 11px 0px 1px #3a3a3a;
transition: 1.0s;
}

.mainpkge:hover {
box-shadow: 10px 11px 0px 1px #018682;
background-color: #7fb6b575;
transition: 1.2s;
}
.mainpkge .detailwrp li::before {
  content: "\f00c";
  position: absolute;
  color: #000;
  font-size: 12p;
  font-family: 'FontAwesome';
  left: 0px;
}
.mainpkge {
  position: relative;
  margin-top: 50px;
}





.namwrp{
text-align: center;
background-color: #7fb6b500;
}
.namwrp H2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000;
}
.namwrp span {
  font-size: 14px;
}

.pricewrp h1 {
  font-weight: 600;
  color: #017f7b;
}

.pricewrp {
  margin-top: 20px;
  text-align: center;
}

.btnwrp.text-center a {
  text-align: center;
  margin: 0px auto;
  font-size: 13px;
}

.btnwrp .black-active {
  padding: 10px 30px;
}


.btnwrp .green-btn {
  padding: 13px 25px;
}


/* width */

.list-scroll::-webkit-scrollbar {
width:4px;
}


.namwrp p {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 12px;
}



.order-sec .form-group{
  margin-top: 5px;
}
.order-sec label{
  margin-bottom:0px;
  margin-top: 10px;
}


.order-sec input {
  border: 1px solid #ccc;
  background-color:#cccccc36;
  padding: 10px;
  border-radius: 4px;
}



.ee_book_boxes {
  float: left;
  width: 100%;
  padding: 20px 20px;
}


.ee_book_boxes img {
  float: left;
  filter: brightness(0) saturate(100%) invert(30%) sepia(82%) saturate(2109%) hue-rotate(158deg) brightness(86%) contrast(99%);
  transition: all 0.5s ease-out;
}

.ee_book_boxes .ee_book_box {
  float: right;
  width: 90%;
  padding: 0 0 0 10px;
  transition: all 0.5s ease-out;
}

.ee_book_boxes .ee_book_box h4 {
  font-size: 22px;
  color: #2d2d2d;
  margin-top: 0;
  height: 37px;
  transition: all 0.5s ease-out;
}

.ee_book_box p {
  font-size: 15px;
  color: #666666;
  height: 60px;
  margin-bottom: 0;
  font-weight: 400;
}


.ee_book_boxes:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
}


.ee_book_boxes:hover img {
  filter: grayscale(0);
}


.ee_book_boxes:hover h4 {
  color: #018681;
}




.how-to li:hover::before, .how-to li.selected::before {
  background-color: #222f3e;
  color: #fff;
}

.how-to li::before {
  content: attr(data-count);
  position: absolute;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #be5ec4;
  box-shadow: 0 2px 5px 0 #d6dce1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  transition: color, background-color .1s ease-in;
  color: #fff;
  font-size: 22px;
}

.how-to li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  background-color: #c4cbd8;
  width: 1px;
  height: 80%;
}


.how-to .how-to-inner ol.list-unstyled li {
  padding-left: 50px;
  min-height: 90px;
 
}

.how-to .how-to-inner ol.list-unstyled li h4 {
  font-size: 22px;
  color:#be5ec4;
  text-transform: uppercase;
  font-weight: 600;
}

.how-to .how-to-inner ol.list-unstyled li p {
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 400;
  margin-top: 0px;
}

.how-to .how-to-inner ol.list-unstyled li:hover p {
  opacity: 1;
}

.how-to .how-to-inner ol.list-unstyled li:last-child::after {
  display: none;
}

.how-to-inner-r p {
  font-size: 15px;
  color: #ffffff;
  margin: 20px 0 35px 0;
}



.how-movie {
  margin-top: 20px;
}
.testi_para p{
  font-size: 15px;
}






.inner-published-form {
    background: #fff;
    padding: 20px 20px;
    border: 5px solid #16c1bd;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px #16c1bd;
}

.inner-published-form h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 33px;
    color: #00112b;
    margin: 10px 0 21px;
    line-height: 40px;
}

.inner-published-form span {
    color: #408478;
}
.inner-published-form .form-group {
    margin: 0 0 10px 0;
}
.inner-published-form .form-group .form-select {
    border: 2px solid #b2b2b2;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    font-family: "SFProDisplay-Regular";
}
.inner-published-form .form-group .form-select option {
    color: #333;
    font-weight: 600;
}
.inner-published-form .form-group-select h4 {
    font-weight: 600;
    font-size: 20px;
    color: #00112b;
    margin: 0 0 10px 0;
    line-height: 28px;
}

.inner-published-form .form-group-select .form-check-flex {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}

.inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 10px;
    width: 45%;
    display: flex
;
    align-items: center;
    padding: 0;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    border: 1px solid #268c85;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "SFProDisplay-Regular";
}

.inner-published-form .form-group input {
    border: 2px solid #b2b2b2;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    font-weight: 400;
}


.inner-published-form .form-group button.submit-btn {
    /* background-color: #1d6bda; */
    color: #fff;
    background: linear-gradient(    90deg,    rgba(52, 30, 54,1) 0%,    rgb(1 139 134) 33%,    rgba(10, 152, 147, 1) 70%,    rgba(52, 30, 54,1) 100%  );
    font-weight: 600;
    transition: all .3s ease-in-out;
    border: 2px solid #2a978f;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
}


.main-banner {
    padding: 150px 0 80px;
    background: url(../images/banner-img.webp) center / cover no-repeat #000;
}



.bnr-txt h1 {
    font-size: 55px;
    text-align: center;
    color: #fff;
}
.bnr-txt p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0;
}

.bnr-txt ul {
    text-align: center;
    margin: 10px 0;
}
.bnr-txt ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 5px;
}
.bnr-txt ul li:before {
    position: absolute;
    left: -5px;
    font-size: 16px;
}
.bnr-txt ul li:before, .checklist li:before {
    content: "\f058";
    font-family: FontAwesome;
    display: table-cell;
    vertical-align: middle;
    color: #2f8886;
}

b.text_off {
    animation: 1s linear infinite blinker;
    box-sizing: border-box;
    color: #ffe606;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-shadow: rgba(255, 255, 255, .27) 0 -1px 1px;
    word-wrap: break-word;
}

.main-banner .form-st {
    background: #00000078;
    border-radius: 6px;
    padding: 25px 30px;
    width: auto;
    margin: 5px 0 0;
    box-shadow: 5px 6px 30px #00000012;
}

.industry-sec .tab-content .col-sm-12, .main-banner .form-st form {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.main-banner .form-st .form-div {
    margin: 0 10px;
}
.main-banner .form-st .form-div input {
    border: 0;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    background: #00000029;
    border: .5px solid #ffffffa1;
}
.form-div-btn input {
    padding: 15px 45px;
    border: 0;
    border-radius: 6px;
    background: #2f8886;
    color: #fff;
    font-size: 16px;
}
.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s;
}
.banner-img-bk img {
    width: 88%;
    margin: 0 auto;
    display: table;
    height: auto!important;
}
.bnr-txt ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 5px;
    position: relative;
}
.banner-img-bk {
    text-align: center;
}

p.page_speed_345752572 {
    color: white;
}
