html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow: auto;
  width: 100%;
  background-color: #f6fafd !important;
}

::-webkit-scrollbar-thumb {
  background-color: #8c2fa2;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

a:hover {
  text-decoration: none !important;
}

form input {
  outline: 0px !important;
  box-shadow: none;
}

form input:focus {
  outline: 0px !important;
  box-shadow: none;
  border: 0;
}

i.fa.fa-phone {
  transform: rotate(105deg);
}

.bg {
  animation: gradiant-slide 8s ease-in-out infinite alternate;
  background-image: linear-gradient(60deg,
      #0037ff59 50%,
      #2285ff40 50%,
      #2f50f157 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 7s;
}

.bg3 {
  animation-duration: 6s;
}

@keyframes gradiant-slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

/*permotion tag*/
.pendulam {
  position: absolute;
  top: 20px;
  right: 6%;
  z-index: 2;
  text-align: center;
  display: flex;
  width: 100px;
}

.pendulam-tag {
  position: relative;
  z-index: 1;
  -webkit-animation: pendulum 2s cubic-bezier(0.57, 0.07, 0.47, 0.84) infinite;
  -moz-animation: pendulum 2s cubic-bezier(0.57, 0.07, 0.47, 0.84) infinite;
  animation: pendulum 5s cubic-bezier(0, 0, 0, 0) infinite;
  transform-origin: 50px 50px 50px;
  -webkit-transform-origin: 50px 50px 50px;
  -moz-transform-origin: 50px 50px 50px;
}

.pendulam-tag .line {
  height: 220px;
  width: 3px;
  margin: 10px auto 0;
  background: linear-gradient(45deg, #ffb307, white 82%);
}

.pendulam-tag .circle-tag {
  background: url(../images/prmo-tag.png) no-repeat top center;
  width: 150px;
  height: 150px;
  background-size: contain;
  margin-top: -10px;
  display: block;
}

@-webkit-keyframes pendulum {
  0% {
    -webkit-transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
  }
}

@-moz-keyframes pendulum {
  0% {
    -moz-transform: rotate(-10deg);
  }

  50% {
    -moz-transform: rotate(10deg);
  }

  100% {
    -moz-transform: rotate(-10deg);
  }
}

@keyframes pendulum {
  0% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

/*permotion tag*/

.bg-theme {
  background: #040c4b;
}

.home {
  background: #f6fafd;
}

.home+section.cta-form {
  display: none;
}

/*header*/
.navbar-new-top {
  background: #fff;
}

.navbar-brand {
  font-weight: 600;
}

.navbar-brand img {
  width: 100%;
  max-width: 195px;
}

.navbar-new-bottom {
  background-color: #f7f7f7;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #e0e0e0;
  margin-top: 4%;
  height: 40px;
}

.navbar-new-bottom ul li {
  margin-left: 2%;
  margin-right: 2%;
}

.navbar-nav .nav-item a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  transition: 1s ease;
}

.navbar-nav .nav-item a:hover {
  color: #8c2fa2;
}

.bg-theme .navbar-nav .nav-item a {
  color: #fff;
  padding: 0 20px;
}

.navbar-expand-md .navbar-nav .nav-link i {
  transform: rotate(95deg);
  color: #8c2fa2;
  display: inline-block;
  padding: 0px;
  font-size: 16px;
}

.navbar-expand-md .navbar-nav .nav-link span {
  color: #fec969;
  font-size: 18px;
}

li.dropdown-submenu {
  position: relative;
}

li.dropdown-submenu:hover ul.dropdown-menu {
  z-index: 9999;
  width: 100%;
  height: auto;
  background: #040c4a;
  position: absolute;
  top: 25px;
  display: block;
  padding-top: 0;
  margin-top: 0;
  box-shadow: none;
}

li.dropdown-submenu:hover ul.dropdown-menu a {
  padding: 10px 20px !important;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}

li.dropdown-submenu i {
  transform: skew(13deg, 0deg) !important;
}

/*header */

/*section two*/
section.publish-serv {
  padding: 80px 0 200px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

section.publish-serv .container h2:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  left: -60px;
  right: auto;
  top: -10px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.publish-serv .main-slider:after {
  content: "";
  background: url(../images/spades-right.png);
  background-size: contain;
  width: 270px;
  height: 270px;
  position: absolute;
  right: -10%;
  bottom: -50%;
  background-repeat: no-repeat;
  z-index: -1;
}

section.publish-serv h2 {
  font-weight: 800;
  position: relative;
}

section.publish-serv h3 {
  color: #9f13ed;
  font-weight: 400;
}

section.publish-serv .main-slider {
  position: relative;
}

section.publish-serv .box {
  background: #fff;
  padding: 20px 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #00000012;
  transition: transform 0.8s;
  color: #000;
}

section.publish-serv .box img {
  width: 120px;
}

section.publish-serv .box h5 {
  color: #a118ed;
  margin-bottom: 20px;
}

section.publish-serv .box:hover {
  transition: transform 0.8s;
  background: linear-gradient(45deg, #9f13ed, #dd8efb);
}

section.publish-serv .box:hover h5,
section.publish-serv .box:hover p {
  color: #fff;
}

#regForm .tab {
  display: none;
  margin: 0;
  position: relative;
}

#regForm input {
  background-color: rgb(255, 255, 255);
  border: 0;
  width: 100%;
  height: 50px;
  text-indent: 30px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
}

#regForm input::placeholder {
  color: #999999;
  opacity: 0.7;
}

#regForm i {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #040c4b;
  font-size: 14px;
  font-style: initial;
}

#regForm .banner_form_btn {
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

#regForm .sbt_set {
  border-radius: 5px;
  background-image: -moz-linear-gradient(180deg, #a416f4, #8906ce);
  background-image: -webkit-linear-gradient(180deg, #a416f4, #8906ce);
  background-image: -ms-linear-gradient(180deg, #a416f4, #8906ce);
  width: 80%;
  height: 50px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 2px;
  cursor: pointer;
}

/*section two*/

/*section three*/
section.cont-video {
  display: flex;
  align-items: center;
  height: 0px;
  padding: 250px 0 0;
}

section.cont-video .con-vid {
  background: #fff;
  padding: 80px 50px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 6px 15px 0px #00000069;
}

section.cont-video .video-box video {
  width: 100%;
  padding: 35px 0 0;
}

.video-box iframe {
  display: block;
}

section.cont-video h3 {
  font-weight: 800;
  font-size: 2.1rem;
}

section.cont-video h3 span {
  color: #a114ef;
}

.lead-touch-point a.btn-bg-dark {
  margin-right: 20px;
  background: #a114ef;
  color: #fff;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid;
  border-color: transparent;
  transition: 0.5s;
}

.lead-touch-point a.btn-bg-dark:hover {
  background: transparent;
  color: #a114ef;
  border-color: #a114ef;
  transition: 0.5s;
}

.lead-touch-point a.btn-bg-light {
  background: transparent;
  color: #a114ef;
  border-color: #a114ef;
  transition: 0.5s;
  border: 2px solid;
  padding: 13px 40px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
}

.lead-touch-point a.btn-bg-light:hover {
  background: #a114ef;
  border-color: transparent;
  color: #fff;
}

/*section three*/

/*section four*/
section.why-choose {
  position: relative;
  background: url(../images/why-bg-banner.png);
  background-size: cover;
  width: 100%;
  padding: 300px 0 100px;
  height: auto;
  background-position: top center;
}

section.why-choose .why-left img {
  width: 100%;
}

section.why-choose h2 {
  font-size: 70px !important;
  font-weight: 800;
  color: #ffff;
  line-height: 1 !important;
  border-bottom: 4px solid #a114ef;
  padding: 0 0 20px;
}

section.why-choose p {
  color: #fff;
  padding: 20px 0;
}

section.why-choose .why-box {
  text-align: center;
  background: linear-gradient(45deg, #0438a5, #556db7 100%);
  padding: 20px 20px;
  border-radius: 10px;
  width: 160px;
  height: 150px;
  margin: 0 auto;
  animation: swing ease-in-out 1s infinite alternate;
}

section.why-choose .why-left {
  position: absolute;
  left: 5%;
  width: 40%;
  top: 30%;
  bottom: 0;
  display: flex;
  align-items: center;
}

section.why-choose .why-box img {
  height: 100px;
}

section.why-choose h5 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 20px;
}

section.why-choose .why-box:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 45%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

section.why-choose .why-box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -17px;
  left: 48%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #fff;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

/*section four*/

/*section five*/
section.cli-logos {
  padding: 60px 0;
  text-align: center;
}

section.cli-logos h2 {
  font-weight: 800;
  position: relative;
}

section.cli-logos h3 {
  color: #9f13ed;
  font-weight: 400;
}

section.cli-logos img {
  width: 100%;
}

/*section five*/

/*section six*/
section.our-portfolio {
  padding: 60px 0 100px;
  text-align: center;
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: #f6fafd;
}

section.our-portfolio h2 {
  font-weight: 800;
  position: relative;
}

section.our-portfolio p {
  padding: 0 200px;
}

section.our-portfolio .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.our-portfolio img.book-board {
  width: 100% !important;
  position: absolute;
  left: 0;
  bottom: auto;
  margin: -60px auto 0;
  filter: none !important;
  z-index: -2;
}

section.our-portfolio .books-slider img {
  width: 200px;
  filter: drop-shadow(5px 0px 8px #00000085);
}

section.our-portfolio .container {
  overflow: hidden;
  padding-bottom: 200px;
}

section.our-portfolio:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

/*book bulb*/
section.our-portfolio .bulbs-book {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -188px;
}

section.our-portfolio .lightbulb1 {
  transform: rotate(180deg) scale(0.2);
  margin-top: -50px;
  margin-left: -110%;
}

section.our-portfolio .lightbulb2 {
  transform: rotate(180deg) scale(0.2);
  margin-top: -226px;
  margin-left: -25%;
}

section.our-portfolio .lightbulb3 {
  transform: rotate(180deg) scale(0.2);
  margin-top: -227px;
  margin-left: 65%;
}

section.our-portfolio .bulb {
  display: block;
  width: 126px;
  height: 180px;
  background-color: rgb(255 234 110);
  border: 3px solid rgba(255, 251, 228, 0.3);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  transform: rotate(180deg);
  margin-bottom: -30px;
  box-shadow: 0 0 10px 0px #ffdb0a73;
  animation: lightglow 9s 7s infinite linear;
}

section.our-portfolio .stack {
  position: relative;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background-color: rgb(89, 89, 89);
  list-style: none;
  margin-left: -26px;
}

section.our-portfolio .g {
  background-color: black;
}

section.our-portfolio .wire {
  position: relative;
  display: block;
  width: 66px;
  height: 80px;
  border: 5px solid #fff375;
  opacity: 0.8;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  margin-bottom: -30px;
  margin-left: 26px;
  z-index: 3;
  box-shadow: inset 0 0 10px 1px #fff6a8;
}

@keyframes lightglow {
  0% {
    box-shadow: 0 0 60px 0px #fff6a8;
    background-color: rgba(255, 251, 228, 0.4);
  }

  20% {
    box-shadow: 0 0 70px 3px #fff6a8;
    background-color: rgba(255, 251, 228, 0.4);
  }

  30% {
    box-shadow: 0 0 90px 7px #fff6a8;
    background-color: rgba(255, 251, 228, 0.4);
  }

  40% {
    box-shadow: 0 0 100px 10px #fff6a8;
    background-color: rgb(255 234 110);
  }

  50% {
    box-shadow: 0 0 90px 7px #fff6a8;
    background-color: rgb(255 234 110);
  }

  80% {
    box-shadow: 0 0 70px 3px #fff6a8;
    background-color: rgb(255 234 110);
  }

  100% {
    box-shadow: 0 0 60px 0px #fff6a8;
  }
}

@keyframes hoverglow {
  0% {
    box-shadow: 0 0 60px 0px #fff6a8;
  }

  20% {
    box-shadow: 0 0 70px 3px #e07a5f;
    background-color: rgba(224, 122, 95, 0.3);
  }

  30% {
    box-shadow: 0 0 90px 7px #7778a5;
    background-color: rgba(119, 120, 165, 0.3);
  }

  40% {
    box-shadow: 0 0 100px 10px #81b29a;
    background-color: rgba(129, 178, 154, 0.3);
  }

  50% {
    box-shadow: 0 0 90px 7px #f2cc8f;
    background-color: rgba(224, 122, 95, 0.3);
  }

  80% {
    box-shadow: 0 0 70px 3px #81b29a;
    background-color: rgba(242, 204, 143, 0.3);
  }

  90% {
    box-shadow: 0 0 60px 0px #7778a5;
    background-color: rgba(119, 120, 165, 0.3);
  }

  100% {
    box-shadow: 0 0 60px 0px #e07a5f;
    background-color: rgba(224, 122, 95, 0.3);
  }
}

@keyframes stars {
  0% {
    box-shadow: 0 0 0px 0px #f9ff4f;
  }

  100% {
    box-shadow: 0 0 10px 2px #f9ff4f;
  }
}

/*book bulb*/

/*book hover open*/
section.our-portfolio .book-frame {
  margin: 0 auto;
  display: block;
  width: 200px;
  cursor: pointer;
}

section.our-portfolio .book ul {
  display: block;
  position: relative;
  width: 200px;
  height: 300px;
  margin: 0px;
  padding: 0;
  list-style: none;
  perspective-origin: 0 50% 0;
  perspective: 800px;
  transform: translate3d(0, 0, 0);
}

section.our-portfolio .book ul>li {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 300px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  transform-origin: 0 50% 0;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  color: #000;
}

section.our-portfolio .cover {
  /*z-index: 2 !important;*/
  /*display: block;*/
  /*width: 200px; height: 300px;*/
  /*transform: rotateY(0deg) translateZ(0px);*/
  background: #333 !important;
}

section.our-portfolio .page1 {
  transform: rotateY(0deg) translateZ(1px);
  padding: 60px 0 !important;
  color: #fff;
  box-shadow: 4px 0px 0px #fff;
}

section.our-portfolio .page1 img {
  filter: none;
  width: 180px;
}

section.our-portfolio .page3 {
  display: none;
  transform: rotateY(-10deg) translateZ(-12px) !important;
  background: #000 !important;
  left: 5px !important;
}

section.our-portfolio .book ul>li p {
  padding: 10px 0px;
  color: #000;
}

section.our-portfolio .book:hover .page3 {
  transform: rotateY(-15deg);
}

section.our-portfolio .book:hover .cover {
  transform: rotateY(-100deg);
}

/*book hover open*/
/*section six*/

/*section seven*/
section.cta {
  background: url(../images/author-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 200px 0;
  width: 100%;
  position: relative;
}

section.cta .cta-right {
  position: absolute;
  right: 10%;
  width: 35%;
  top: 0%;
  bottom: 0;
  display: flex;
  align-items: center;
}

section.cta .cta-right img {
  width: 100%;
}

section.cta h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

section.cta h2 {
  font-size: 80px !important;
  color: #fff;
  font-weight: 700;
  line-height: 0.9 !important;
}

section.cta p {
  margin-top: 20px;
  color: #fff;
}

/*section seven*/

/*section eight*/
section.new-letter {
  text-align: center;
  padding: 50px 0 0;
  background: #f6fafd;
}

section.new-letter h2 {
  font-weight: 800;
}

section.new-letter h3 {
  color: #9f13ed;
  font-weight: 400;
  margin-bottom: 30px;
}

section.new-letter form {
  display: flex;
  justify-content: center;
}

section.new-letter form input[type="email"] {
  border: 1px solid #bbb;
  width: 100%;
  border-radius: 5px;
  text-indent: 20px;
  height: 50px;
  background: transparent;
}

section.new-letter form button {
  width: 160px;
  text-align: center;
  text-indent: 0;
  margin: 0 10px;
  padding: 0 20px;
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #ffff;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
}

section.new-letter form .d-flex {
  width: 470px;
}

section.new-letter .bg-image-cover img {
  width: 100%;
}

/*section eight*/

/*inner pages proofreading*/
section.landing-cover {
  background: url(../images/home-top-bg.png) no-repeat center;
  /* height: 80vh; */
  padding: 77px 0;
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
  border-bottom-left-radius: 50% 150px !important;
  border-bottom-right-radius: 50% 150px !important;
  filter: drop-shadow(0px 0px 9px #00000085);
  color: #fff;
}

.text-purple {
  color: #ba26f7;
}

section.landing-cover img.cover-right {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: auto;
  z-index: -1;
  opacity: 0;
}

section.landing-cover .form-banner {
  z-index: 2;
  text-align: center;
  width: 79%;
  margin: 20px auto auto auto;
  background: #000;
  padding: 57px 44px;
}

section.landing-cover .form-banner h3 {
  font-size: 16px;
  font-weight: 800;
}

section.landing-cover .form-banner h3 span {
  color: #fca800;
}

section.landing-cover .form-banner form input {
  height: 35px;
  margin: 5px 0;
  background: #ffffffcf;
  border-radius: 20px;
}

section.landing-cover .form-banner form textarea {
  width: 100%;
  resize: none;
  padding: 5px 5px 0 13px;
  height: 70px;
  border-radius: 10px;
  background: #ffffffcf;
}

section.landing-cover .form-banner form button {
  border: 0;
  width: 100%;
  color: #000;
  background: linear-gradient(180deg, #fbb414, #fbb414);
  padding: 6px 0;
  border-radius: 10px;
  font-weight: 500;
}

section.landing-cover img.trusted-logos {
  width: 100%;
  margin: 20px 0;
}

section.landing-cover .form-banner:after {
  content: "";
  /* background: url(../images/fifty-off.png); */
  position: absolute;
  right: -15%;
  left: auto;
  top: 40%;
  width: 26%;
  height: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.client-logos {
  padding: 10px 0;
}

section.client-logos img {
  width: 100%;
}

section.provide-exceptional {
  padding: 120px 0;
  position: relative;
}

section.provide-exceptional .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 6%;
  right: auto;
  top: -10px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.provide-exceptional .container:after {
  content: "";
  background: url(../images/spades-right.png);
  background-size: contain;
  width: 210px;
  height: 200px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 30%;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
}

section.provide-exceptional h2 {
  font-weight: 700;
  position: relative;
  font-size: 40px;
  margin-bottom: 20px;
}

section.provide-exceptional h3 {
  color: #9f13ed;
  font-weight: 400;
}

section.provide-exceptional .pe-right {
  display: flex;
  place-items: flex-end;
  height: 100%;
  align-items: center;
}

section.provide-exceptional .pe-right img {
  width: 100%;
}

section.inner-cta {
  background: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}

section.inner-cta .left-side {
  position: absolute;
  top: auto;
  bottom: -50%;
  margin: 0 auto;
}

section.inner-cta .left-side img {
  width: 100%;
}

section.publish-landing {
  padding-bottom: 100px;
  background: #f6fafd;
}

section.publish-landing h1 {
  font-weight: 800;
  border-bottom: 3px solid #a114ef;
  display: inline;
  padding-bottom: 10px;
}

section.publish-landing .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.publish-landing .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.testimonial {
  padding: 70px 0;
  background: #edf4fc;
  overflow: hidden;
  position: relative;
}

section.testimonial .container {
  overflow: hidden;
  padding: 0 20px 60px;
}

section.testimonial h2 {
  text-align: center;
  padding: 0 0 40px;
  font-size: 50px;
  font-weight: 800;
}

section.testimonial .testimonial-box {
  border: 3px solid #a114ef;
  padding: 20px 15px;
  box-shadow: 0px 0px 10px 0px #0000007a;
}

section.testimonial .testimonial-box p {
  font-size: 15px;
}

section.testimonial .testimonial-box .date-name {
  display: flex;
  justify-content: space-between;
}

section.testimonial .testimonial-box:after {
  content: "";
  width: 60px;
  border-left: 33px solid #c7373700;
  border-right: 33px solid #24070700;
  border-top: 48px solid #edf4fc;
  border-bottom: 0 solid #ffff000a;
  position: absolute;
  height: 20px;
  z-index: 3;
  bottom: -43px;
  right: 19px;
}

section.testimonial .testimonial-box:before {
  content: "";
  border-left: 36px solid #c7373700;
  border-right: 36px solid #24070700;
  border-top: 52px solid #a114ef;
  border-bottom: 0 solid #ffff000a;
  position: absolute;
  height: 20px;
  z-index: 2;
  bottom: -49px;
  right: 16px;
}

section.testimonial .testimonial-box img.client-image {
  position: absolute;
  right: -20px;
  top: -45px;
  width: 70px;
  filter: drop-shadow(0px 0px 5px #00000085);
}

section.testimonial .testimonial-box img.spades-leaf-icon {
  position: absolute;
  left: -22px;
  top: -25px;
  width: 50px;
}

section.testimonial .swiper-button-prev,
section.testimonial .swiper-container-rtl .swiper-button-next {
  left: 1%;
  filter: hue-rotate(55deg) drop-shadow(3px 0px 3px #a114ef);
  margin-top: 0;
}

section.testimonial .swiper-button-next,
section.testimonial .swiper-container-rtl .swiper-button-prev {
  right: 1%;
  filter: hue-rotate(55deg) drop-shadow(-3px 0px 3px #a114ef);
  margin-top: 0;
}

section.cta-form {
  height: unset;
  padding: 60px 0;
}

section.cta-form .slider-form {
  background: linear-gradient(180deg, #421766, #010534);
  height: auto;
  padding: 35px 40px 0;
  box-shadow: 0 10px 19px 0 rgb(0 0 0 / 40%);
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
}

section.cta-form .slider-form .form-group input {
  text-indent: 20px;
  border-left: 3px solid #ffc300;
}

section.cta-form .slider-form button {
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

section.cta-form .slider-form .form-group i {
  position: absolute;
  color: #c7c7c7;
  left: 25px;
  font-style: initial;
  top: 7px;
}

section.cta-form .slider-form p {
  color: #ecb406;
}

/*inner pages proofreading*/

/*inner pages cover design*/
section.cover-design {
  background: url(../images/cover-design-bg.png) no-repeat center;
}

section.cover-design h1 {
  color: #040c4b;
}

section.stand-out h2 {
  font-size: 60px;
}

section.middle-banner {
  background: url(../images/approch-bg.jpg) no-repeat center;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background-size: cover;
}

section.middle-banner h2 {
  font-size: 60px;
  font-weight: 700;
}

section.middle-banner h3 {
  font-size: 40px;
  padding: 10px;
  border-bottom: 4px solid #a114ef;
  display: initial;
}

section.middle-banner .approch-icon {
  display: block;
  width: 180px;
  margin: 0 auto 30px;
  padding: 30px;
  background: linear-gradient(45deg, #0438a5, #556db7 100%);
  border-radius: 10px;
  animation: swing ease-in-out 1s infinite alternate;
}

section.middle-banner .approch-icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -17px;
  left: 48%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #fff;
}

section.middle-banner .approch-icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 45%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

section.middle-banner .approch-icon img {
  width: 120px;
  height: 120px;
}

section.middle-banner h5 {
  color: #a400ff;
}

section.cover-design-portfolio {
  padding: 70px 0;
  background: url(../images/author-bg.png);
  color: #fff;
  background-blend-mode: overlay;
  background-color: #000000ba;
  overflow: hidden;
  position: relative;
}

section.cover-design-portfolio h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

section.cover-design-portfolio img {
  width: 220px;
  margin: 0 auto 30px;
  display: block;
  filter: drop-shadow(2px 4px 1px #fff);
}

section.cover-design-portfolio h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

section.cover-design-portfolio .cover-design-slider {
  overflow: hidden;
}

section.cover-design-portfolio .main-div {
  padding: 50px 0;
  position: relative;
}

section.cover-design-portfolio .navigation-slider {
  position: absolute;
  bottom: -130px;
  top: 0;
  width: 100%;
  left: 3%;
}

section.cover-design-portfolio .swiper-button-prev,
section.cover-design-portfolio .swiper-container-rtl .swiper-button-next {
  filter: hue-rotate(55deg) drop-shadow(3px 0px 3px #a114ef);
  margin-top: 0;
}

section.cover-design-portfolio .swiper-button-next,
section.cover-design-portfolio .swiper-container-rtl .swiper-button-prev {
  filter: hue-rotate(55deg) drop-shadow(-3px 0px 3px #a114ef);
  margin-top: 0;
}

/*inner pages cover design*/

/*inner pages BOOK MARKETING*/
section.book-marketing {
  background: url(../images/book-marketing-bg.png) no-repeat center;
}

section.book-marketing p,
section.book-marketing h1 {
  color: #040c4b;
}

section.book-market img {
  width: 80% !important;
}

.modal img {
  width: 100%;
}

.modal img.modal-icon {
  width: 70px;
}

section.publish-landing .modal-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background: #a114ef;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 3px 10px 0px #000000b0;
  border: 1px solid #fff;
  display: inline-block;
}

/*inner pages BOOK MARKETING*/

/*inner pages Cover Editing*/
section.cover-editing {
  background: url(../images/book-edit-cover.png) no-repeat center;
}

section.cover-editing h1 {
  font-size: 46px;
}

section.cover-editing h2 {
  font-weight: 700;
}

/*inner editing services pages*/
section.inner-services {
  background: #efefef;
  padding: 130px 0;
  position: relative;
  z-index: 0;
}

section.inner-services .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.inner-services .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.inner-services+section.cta-form {
  display: none;
}

/*inner editing services pages*/

/*inner pages Cover Editing*/

/*inner pages Publishing*/
section.publishing-book {
  background: url(../images/publishing-cover-bg.png);
}

section.publishing-book h1 {
  font-size: 38px;
}

section.publishing-book img.cover-right {
  top: 60px !important;
}

section.publishing-inner-cta .left-side {
  bottom: -40%;
}

/*inner pages Publishing*/

/*inner pages Formatting*/
section.book-formatting {
  background: url(../images/formatting-bg.png) no-repeat center;
}

section.book-formatting h1 {
  font-size: 55px;
  margin: 90px 0 0;
}

section.book-formatting h2 {
  font-size: 50px;
  font-weight: 700;
}

section.provide-exceptional h1 {
  font-size: 60px;
  font-weight: 700;
}

section.inner-cta-formatting {
  padding: 20px 0;
}

section.inner-cta-formatting .formatting-left {
  background: #7fa8ae;
  padding: 20px 20px 10px;
}

section.inner-cta-formatting .formatting-left a {
  color: #ac3030;
  font-weight: 800;
  margin: 30px 0 0;
  display: block;
}

section.inner-cta-formatting .formatting-right {
  background: #b87db5;
  padding: 20px 20px 10px;
}

section.inner-cta-formatting .formatting-right a {
  color: #ac3030;
  font-weight: 800;
  margin: 30px 0 0;
  display: block;
}

section.inner-cta-formatting h3 {
  font-size: 24px;
}

section.inner-cta-formatting img {
  width: 120px;
  height: 110px;
  margin: 10px 0;
}

section.formatting-serv {
  padding-bottom: 100px;
  background: #f6fafd;
}

section.formatting-serv h1 {
  font-weight: 800;
}

section.formatting-serv h4 {
  border-bottom: 3px solid #a114ef;
  width: 280px;
  margin: 0 auto;
  padding-bottom: 10px;
}

section.formatting-serv .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.formatting-serv .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.formatting-serv .content-area {
  border: 2px solid #ddd;
  transform: translate(0px, 10%);
  padding: 20px 30px;
  border-radius: 10px 0 60px 10px;
  text-align: left;
}

section.formatting-serv img {
  width: 90%;
  margin: 0 auto;
}

section.formatting-serv ul {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

section.formatting-serv h3 {
  font-weight: 700;
}

section.formatting-serv ul li {
  list-style: none;
  margin: 10px 0 8px;
}

section.formatting-serv ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fab414;
  position: absolute;
  left: 0;
  margin-top: 8px;
  border-radius: 20px;
}

section.formatting-serv .content-area-right {
  border: 2px solid #ddd;
  transform: translate(0px, 30%);
  padding: 20px 30px;
  border-radius: 0px 10px 10px 60px;
  text-align: left;
}

.bottom-line {
  background: #9f13ed;
  width: 230px;
  height: 5px;
  margin: 0 auto;
}

/*inner pages Formatting*/

/*inner pages Illustration*/
section.illustration {
  background: url(../images/illustration-bg.png) no-repeat center;
}

section.illustration span.text-purple {
  font-size: 70px !important;
  font-weight: 800;
}

section.illustration-provide h3:after {
  content: "";
  background: url(../images/create-awe-top.webp);
  position: absolute;
  top: -12%;
  left: -18%;
  width: 240px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

section.illustration-inner-cta:hover img.joker-before {
  display: none;
}

section.illustration-inner-cta:hover img.joker-after {
  display: block !important;
}

section.illustration-inner-cta img.icon-balln {
  width: 100% !important;
}

section.illustration-inner-cta:hover img.icon-balln {
  transform: translate(10px, -140px);
  transition: 0.9s;
}

@media (min-width: 992px) {
  section.illustration-inner-cta .left-side {
    bottom: -100%;
    z-index: 9;
  }

  section.illustration-inner-cta .left-side img {
    width: 80%;
  }
}

section.looking-for {
  padding: 100px 0;
  position: relative;
  text-align: center;
}

section.looking-for h2 {
  font-size: 40px;
  font-weight: 700;
}

section.looking-for p {
  margin: 20px 0 80px;
}

section.looking-for .ell-eye {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

section.looking-for .ell-eye ul {
  list-style: none;
  line-height: 2;
  font-weight: 700;
  position: relative;
}

section.looking-for .ell-eye ul li:before {
  content: "";
  background: url(../images/arrow-right.png);
  position: absolute;
  left: 15px;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

section.looking-for .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.looking-for .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.steps-banner {
  padding: 100px 0;
  background: url(../images/step-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

section.steps-banner h2 {
  font-size: 40px;
  font-weight: 700;
}

section.steps-banner img {
  width: 200px;
  height: 210px;
  margin-bottom: 20px;
}

section.steps-banner h5 {
  color: #b734ff;
  margin-bottom: 30px;
}

section.tabs-portfolio {
  padding: 100px 0;
  z-index: 0;
  position: relative;
}

section.tabs-portfolio .container:after {
  content: "";
  background: url(../images/spades-right.png);
  background-size: contain;
  width: 210px;
  height: 200px;
  position: absolute;
  right: 5%;
  top: auto;
  bottom: 5%;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
}

section.tabs-portfolio .container:before {
  content: "";
  background: url(../images/spades-right.png);
  background-size: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 5%;
  top: 10%;
  bottom: auto;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(-65deg);
}

section.tabs-portfolio h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
}

section.tabs-portfolio ul.nav.nav-tabs {
  justify-content: space-between;
  border: 0;
  margin-bottom: 30px;
}

section.tabs-portfolio a.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

section.tabs-portfolio .nav-tabs .nav-item.show .nav-link,
section.tabs-portfolio .nav-tabs .nav-link.active {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid #f8c21a !important;
}

section.tabs-portfolio .nav-tabs .nav-link:focus,
section.tabs-portfolio .nav-tabs .nav-link:hover {
  border: 0 !important;
  border-bottom: 3px solid #f8c21a !important;
  color: #9f13ed;
}

section.tabs-portfolio .illustration-portfolio {
  overflow: hidden;
}

section.tabs-portfolio .swiper-slide a {
  height: 240px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  box-shadow: 10px 10px 10px 0px #a114ef3d;
  transition: 0.9s;
}

section.tabs-portfolio .swiper-slide a.odd {
  border-radius: 0px 190px 0px 190px;
}

section.tabs-portfolio .swiper-slide a.even {
  border-radius: 190px 0px 190px 0px;
}

section.tabs-portfolio .swiper-slide a:hover {
  border-radius: 5px 5px 5px 5px;
  transition: 0.9s;
  box-shadow: 0px 0px 10px 0px #0000006b;
}

section.tabs-portfolio .illustration-portfolio img {
  width: 100%;
  min-height: 240px;
}

section.tabs-portfolio .swiper-slide a:hover h3 {
  position: absolute;
  top: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a114ef85;
  height: 100%;
  color: #f8c21a;
  font-family: cursive;
  font-weight: 700;
  text-shadow: 0px 4px 4px #000;
  border-radius: 5px 5px 5px 5px;
  transition: 0.9s;
}

.tab-content:after {
  content: "";
  background: url(../images/spades-icon.png) no-repeat center;
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  opacity: 0.3;
}

@media (min-width: 992px) {
  section.tabs-portfolio .swiper-wrapper {
    display: block;
    text-align: center;
  }

  section.tabs-portfolio .swiper-slide {
    display: inline-block;
    width: 22% !important;
    margin-right: 0px !important;
    margin: 0 15px 30px;
  }
}

/*inner pages Illustration*/

/*Contact pages*/
section.contact-top {
  text-align: center;
}

section.contact-sec+section.cta-form {
  display: none;
}

section.contact-sec {
  padding: 50px 0;
  background: #f6fafd;
  text-align: center;
  position: relative;
  z-index: 0;
}

section.contact-sec .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}

section.contact-sec .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  background-repeat: no-repeat;
  z-index: -2;
}

section.contact-sec h2 {
  font-size: 50px;
  font-weight: 700;
}

section.contact-sec .address-box {
  padding: 40px 20px;
  text-align: left;
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 10px 0px #8906ce8c;
  height: 80%;
  display: inline-grid;
}

section.contact-sec .address-box ul li {
  margin: 20px 0;
  font-weight: 600;
}

section.contact-sec .address-box ul li a {
  color: white;
}

section.contact-sec .address-box h4 {
  margin: 0 0 50px;
  font-weight: 700;
  font-size: 34px;
}

section.contact-sec input {
  padding: 25px 20px;
  margin: 10px 0;
  background: transparent;
  border: 2px solid #9b11e8;
  border-radius: 10px;
  outline: 0 !important;
  box-shadow: none !important;
}

section.contact-sec input:focus {
  background: transparent;
  border-color: #8b07d182;
}

section.contact-sec textarea {
  width: 100%;
  height: 170px;
  border-radius: 10px;
  resize: none;
  background: transparent;
  border: 2px solid #9b11e8;
  padding: 15px 20px;
  outline: 0;
  margin-top: 10px;
}

section.contact-sec textarea:focus {
  background: transparent;
  border-color: #8b07d182;
}

section.contact-sec button.btn-form {
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  padding: 9px 20px;
  border-radius: 5px;
  margin: 20px 0;
}

/*Contact pages*/

/*About US pages*/
section.about-us {
  background: url(../images/formatting-bg.png) no-repeat center;
}

section.about-us h1 {
  font-size: 55px;
  margin: 90px 0 0;
}

section.about-us .team-image {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

section.about-us .team-image img {
  width: 100%;
}

section.our-mission {
  padding: 100px 0;
  z-index: 0;
  position: relative;
}

section.our-mission .mission {
  padding: 100px 60px;
  background: linear-gradient(45deg, #6700a1, #b62cff);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #00000014;
  color: #fff;
  z-index: 0;
}

section.our-mission .mission:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.4;
}

section.our-mission .mission h2 {
  margin-bottom: 40px;
  border-bottom: 2px solid;
  display: inline-block;
}

section.our-mission img {
  width: 100%;
  padding: 20px;
}

section.our-mission .container:before {
  content: "";
  background: url(../images/spades-left.png);
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.5;
}

section.our-mission .container:after {
  content: "";
  background: url(../images/sapdes-cut-right.png);
  background-size: contain;
  width: 180px;
  height: 260px;
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}

/*ABOUT USpages*/

/*Brief Questions Forms*/
section.brief-content {
  padding: 100px 0;
  background: #f9f9f9;
  position: relative;
}

section.brief-content .brief-left h1 {
  font-size: 50px;
  font-weight: 800;
  color: #a114ef;
  margin-bottom: 30px;
  margin-top: 30px;
}

section.brief-content .brief-left img {
  width: 100%;
}

section.brief-content .brief-right form {
  background: #ffffff70;
  padding: 40px 40px;
  border-radius: 5px;
}

section.brief-content button.form-btn {
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 5px;
}

section.brief-content select.form-control option {
  font-size: 13px;
}

.multiselect {
  border: 1px solid #ced4da;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  outline: none;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  padding: 6px 5px;
  border-radius: 5px;
}

.mslabel {
  display: inline-block;
  width: 90%;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 18px;
  outline: none;
}

.mstogglebtn {
  display: inline-block;
  width: 16px;
  text-align: center;
  outline: none;
}

.mstogglebtn i.fa.fa-angle-down {
  font-style: inherit;
  font-weight: 600;
}

.mslist {
  position: absolute;
  height: 0px;
  overflow: hidden;
}

.multiselect>.mstogglebtn:focus~*:last-child,
.multiselect>.mslist:last-child:hover,
.multiselect>*:last-child:focus,
.multiselect:focus-within .mslist {
  height: auto;
  pointer-events: auto;
}

.msitem {
  position: relative;
  transition: background 400ms;
  margin: 10px 10px;
}

.msitem:hover {
  background: #eee;
}

.msitem label {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect>*:not(:last-child):focus,
.mstogglebtn:focus,
.mslabel:focus,
.multiselect:focus {
  pointer-events: none;
  /* Causes second click to close */
}

/*Brief Questions Forms*/

/*Payment Details*/
section.header-payment {
  background: #fff;
  padding: 10px 0;
}

section.detail-area {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

section.detail-area .detail-box {
  background: #fff;
  padding: 10px 30px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #0000002e;
  position: relative;
  overflow: hidden;
}

section.detail-area .detail-box h2 {
  color: #9c12e9;
  font-weight: 700;
  margin-bottom: 20px;
}

section.detail-area .detail-box p {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #990fe4;
}

section.detail-area .detail-box p:nth-last-child(1) {
  background: #9910e5;
  padding: 10px 15px 0;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}

.status-paid {
  background: url(../images/banner-paid.png) top left no-repeat;
  position: absolute;
  top: -22px;
  left: -22px;
  height: 111px;
  width: 111px;
  z-index: 20;
  filter: drop-shadow(2px 2px 4px #00000059);
}

section.footer-payment {
  background: linear-gradient(180deg, #a416f4, #8906ce);
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 5px 0;
}

section.footer-payment img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

/*Payment Details*/

/*Stripe Payment*/
.secure-payment form {
  padding: 15px 20px;
  background: linear-gradient(45deg, #dfdfdf, #e7e7e7);
  border-radius: 10px;
}

.secure-payment form .paywith {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secure-payment form input {
  width: 100%;
  height: 40px;
  border: 2px solid #cecece;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  background: linear-gradient(45deg, white, #ededed);
}

.secure-payment form input::placeholder {
  font-size: 13px;
}

.secure-payment form select {
  width: 100%;
  height: 40px;
  border: 2px solid #cecece;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  background: linear-gradient(45deg, white, #ededed);
}

option:disabled {
  font-size: 13px;
}

.secure-payment form button {
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 5px;
}

/*Stripe Payment*/

/*Thank You Page*/
section.header-thanku {
  position: absolute;
  width: 100%;
  padding: 10px 0;
}

section.thank-you {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px 0;
  background: url(../images/approch-bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #38274285;
}

section.thank-you h2 {
  color: #fff;
  font-size: 60px !important;
  font-weight: 700;
}

section.thank-you h4 {
  color: #fff;
  font-size: 22px;
}

/*Thank You Page*/

/*Formatting Thank You Page*/
section.formatting-brief .brief-left img {
  height: 700px;
}

.header-thanks-formatting {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  z-index: 2;
}

section.formatting-thankyou {
  text-align: center;
  height: 100vh;
  align-items: center;
  display: flex;
  background: url(../images/fthanku-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #ffffffe6;
}

section.formatting-thankyou form {
  margin: 30px 0;
}

section.formatting-thankyou form input {
  border: 2px solid #a114ef;
  width: 60%;
  padding: 10px 10px;
  border-radius: 10px 0px 0px 10px;
}

section.formatting-thankyou form button.btn-signup {
  text-align: center;
  text-indent: 0;
  padding: 0 20px;
  background: linear-gradient(180deg, #a416f4, #8906ce);
  color: #ffff;
  border: 0;
  border-radius: 0px 10px 10px 0px;
  font-weight: 600;
}

/*Formatting Thank You Page*/

/*popup hover open Book*/
div#popupModal {
  background: #33004ec4;
  padding: 20px 0 !important;
  overflow: visible;
  align-content: center;
}

div#popupModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

div#popupModal button.close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
}

div#popupModal .modal-header {
  border: 0;
  padding: 0px 20px;
}

div#popupModal .modal-body {
  padding: 50px 0 0;
}

button.close:focus {
  outline: 0;
}

div#popupModal .modal-content h2 {
  border-left: 6px solid #8a07d0;
  padding-left: 20px;
  color: #000;
  font-size: 22px;
}

div#popupModal .modal-content {
  border: 0;
  background-color: transparent;
  filter: drop-shadow(0px 0px 6px #8906ceab);
}

div#popupModal .book-frame {
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

div#popupModal .book ul {
  display: block;
  position: relative;
  width: 200px;
  height: 300px;
  margin: 0px;
  padding: 0;
  list-style: none;
  perspective-origin: 0 50% 0;
  perspective: 800px;
  transform: translate3d(0, 0, 0);
}

div#popupModal .book ul>li {
  display: block;
  position: absolute;
  width: 280px;
  background: #fff;
  transform-origin: 0 50% 0;
  transform-style: preserve-3d;
  transition: all 9.5s cubic-bezier(0.25, 1, 0.25, 1);
}

div#popupModal .cover {
  z-index: 2 !important;
  transform: rotateY(-26deg) translateZ(4px);
  background: #333 !important;
}

div#popupModal .page1 {
  transform: rotateY(-10deg) translateZ(0px);
  padding: 20px 20px !important;
  color: #fff;
  box-shadow: 5px 0px 0px #fff;
  height: 400px !important;
  width: 270px !important;
  margin: 5px auto !important;
}

div#popupModal .page3 {
  transform: rotateY(-5deg) translateZ(10px) !important;
  background: #000 !important;
}

div#popupModal .book ul>li p {
  padding: 10px 0px;
  color: #fff;
}

div#popupModal .book:hover .page3 {
  transform: rotateY(-15deg);
  filter: grayscale(1);
}

div#popupModal .book:hover .cover {
  transform: rotateY(-110deg);
  filter: grayscale(1);
}

div#popupModal .book-frame form {
  z-index: 9999;
  position: relative;
}

div#popupModal .modal-content form input {
  margin: 5px 0;
  background: transparent;
  border: 2px solid #8e09d6;
  color: #000;
  border-radius: 10px;
}

div#popupModal .modal-content form input::placeholder {
  color: #000;
}

div#popupModal .modal-content form textarea {
  width: 100%;
  height: 90px;
  margin: 5px 0;
  background: transparent;
  border: 2px solid #8e09d6;
  border-radius: 10px;
  padding: 10px;
  resize: none;
  color: #000;
  outline: 0;
}

div#popupModal .modal-content form textarea::placeholder {
  color: #000;
}

div#popupModal .modal-content .fld-btn button {
  margin: 0px auto;
  display: block;
  background: -webkit-linear-gradient(180deg, #a416f4, #8906ce);
  color: #fff;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0px 5px 10px 0px #00000059;
}

div#popupModal:hover .cover {
  transform: rotateY(-110deg);
  filter: grayscale(1);
  transition: 0.9s;
}

div#popupModal:hover .page3 {
  filter: grayscale(1);
  transition: 0.9s;
}

/*popup hover open Book*/

/*footer*/
footer {
  padding: 50px 0 0;
  background: #010534;
}

footer h4 {
  color: #ce66f2;
  font-weight: 400;
  font-size: 22px;
}

footer ul {
  list-style: none;
  padding: 0;
  line-height: 2;
}

footer ul {
  list-style: none;
  padding: 0;
  line-height: 2;
}

footer h5 {
  font-size: 16px;
  color: #ce66f2;
  font-weight: 400;
}

footer ul a {
  color: #fff;
}

footer ul a:hover {
  color: #cd94ed;
}

/*footer*/
@media (min-width: 992px) {
  section.our-portfolio .hide-medium-screen {
    margin-top: 13%;
  }

  .progress-boxes .swiper-wrapper {
    display: block !important;
  }

  .progress-boxes .swiper-slide {
    display: inline-block;
    width: 26% !important;
    margin: 0px auto 30px;
  }

  section.illustration h1 {
    margin-top: 30px;
  }

  header .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1000px !important;
  }

  section.why-choose h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .home .header-text h1,
  .home .header-text .mimic-h1,
  .home .header-text .defer-headings h4,
  .defer-headings .home .header-text h4,
  .home .header-text .defer-headings .mimic-h4,
  .defer-headings .home .header-text .mimic-h4 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .home .slider-home {
    padding: 50px 0 40px 0 !important;
  }

  .home h2:not(.mimic-h1),
  .home .mimic-h2:not(.mimic-h1),
  .home .defer-headings h5:not(.mimic-h1),
  .defer-headings .home h5:not(.mimic-h1) {
    font-size: 30px;
    line-height: 40px;
  }

  .h2,
  h2 {
    font-size: 1.6rem !important;
  }

  .h1,
  h1 {
    font-size: 2rem !important;
  }

  p {
    font-size: 14px !important;
  }

  section.landing-cover {
    padding: 70px 0 100px !important;
  }

  section.landing-cover img.cover-right {
    top: 60px !important;
    width: 85% !important;
  }

  section.landing-cover .form-banner {
    width: 100% !important;
    /* margin: 60px 27.5% auto auto !important; */
  }

  section.landing-cover .form-banner h3 {
    font-size: 12px !important;
  }

  section.landing-cover .form-banner form input {
    font-size: 14px !important;
    height: 30px !important;
    margin: 2px 0 !important;
  }

  section.landing-cover .form-banner form textarea {
    height: 50px !important;
    font-size: 14px !important;
  }

  section.landing-cover .form-banner form button {
    font-size: 12px !important;
  }

  section.landing-cover .form-banner:after {
    right: 5% !important;
    width: 100px !important;
    height: 60px !important;
  }

  section.cover-editing img.cover-right {
    top: 90px !important;
  }

  section.cover-design img.cover-right {
    top: 35px !important;
  }

  section.book-formatting h1 {
    margin: 0px 0 0 !important;
  }

  section.book-formatting img.cover-right {
    top: 70px !important;
  }

  section.illustration img.cover-right {
    top: 20px !important;
  }

  #regForm input {
    height: 40px;
  }

  #regForm .sbt_set {
    height: 40px;
    font-size: 16px;
  }

  #regForm i {
    top: 13px;
  }

  section.cta h3 {
    font-size: 30px;
  }

  section.cta h2 {
    font-size: 50px !important;
  }

  section.cta {
    padding: 120px 0;
  }

  .video-box iframe {
    height: 235px;
  }

  #popupModal .entry-box .form-control {
    height: 30px !important;
  }

  #popupModal .entry-box form h1 {
    font-size: 14px !important;
  }

  #popupModal .entry-box form p {
    font-size: 12px !important;
  }

  .right-img img {
    width: 80% !important;
  }

  #popupModal .entry-box textarea.form-control {
    height: 70px !important;
  }

  #popupModal .entry-box button {
    height: 35px !important;
  }

  div#popupModal button.close span {
    top: -6px !important;
  }

  #popupModal button.close {
    top: 20px;
  }

  .pendulam {
    right: 8%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bulbs-book {
    bottom: -172px;
  }

  section.landing-cover h1 {
    font-size: 1.9rem !important;
  }

  section.landing-cover img.cover-right {
    top: 0;
    width: 100%;
  }

  section.landing-cover .form-banner {
    margin: -5px 26% auto auto;
  }

  section.landing-cover .form-banner:after {
    width: 30%;
    right: -10%;
  }

  section.publishing-book img.cover-right {
    top: 35px !important;
  }

  section.book-formatting h1 {
    font-size: 45px !important;
  }

  section.book-formatting h2 {
    font-size: 40px;
  }

  .pendulam {
    display: none;
  }

  .video-box iframe {
    height: 225px;
  }

  section.why-choose .col-md-7 {
    margin-top: 30px;
  }

  section.why-choose h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  section.why-choose {
    padding: 450px 0 100px;
  }

  section.why-choose .why-box {
    width: 120px;
    height: 140px;
  }

  section.why-choose .why-box img {
    height: 80px;
  }

  section.our-portfolio {
    padding: 60px 0 140px;
  }

  section.our-portfolio p {
    padding: 0px 10px;
  }

  .hide-medium-screen {
    display: none !important;
  }

  section.our-portfolio .container {
    overflow: hidden;
    padding-bottom: 150px;
  }

  section.our-portfolio img.book-board {
    margin: -35px auto 0;
  }

  section.our-portfolio .bulbs-book {
    display: none;
  }

  section.cta {
    padding: 50px 0;
  }

  section.cta h2 {
    font-size: 60px !important;
  }

  section.cta h3 {
    font-size: 30px;
  }

  section.landing-cover h1 {
    font-size: 1.7rem !important;
  }

  section.landing-cover img.cover-right {
    width: 100%;
  }

  section.landing-cover .form-banner {
    margin: 0;
    width: 100%;
    padding: 45px 25px;
  }

  section.landing-cover .form-banner h3 {
    font-size: 12px;
  }

  section.landing-cover .form-banner:after {
    width: 30%;
    height: 18%;
    right: -20px;
  }

  section.landing-cover br {
    display: none;
  }

  #regForm .sbt_set {
    font-size: 12px;
  }

  section.landing-cover .form-banner h3 br {
    display: block !important;
  }

  .lead-touch-point a {
    font-size: 12px !important;
  }

  section.inner-cta .left-side {
    bottom: 0%;
  }

  section.middle-banner h2 {
    font-size: 40px;
  }

  section.middle-banner h3 {
    font-size: 30px;
  }

  section.cover-editing h2 {
    font-size: 25px;
  }

  div#popupModal .modal-dialog {
    max-width: 95%;
  }

  section.publishing-book img.cover-right {
    top: -30px !important;
  }

  section.book-formatting h1 {
    font-size: 35px !important;
    margin: 0px 0 0;
  }

  section.inner-cta-formatting .formatting-right {
    padding: 15px 40px;
  }

  section.inner-cta-formatting {
    padding: 50px 0;
    text-align: center;
  }

  section.formatting-serv .col-md-5 {
    display: flex;
    height: 100%;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
  }

  section.illustration-inner-cta .left-side {
    bottom: -60% !important;
    z-index: 2;
  }

  section.illustration-inner-cta .left-side img {
    width: 90%;
  }

  section.tabs-portfolio a.nav-link {
    font-size: 13px;
  }

  section.tabs-portfolio .illustration-portfolio {
    padding-bottom: 30px;
  }

  .pendulam {
    display: none;
  }

  footer ul a {
    font-size: 13px;
  }

  section.landing-cover .form-banner form input {
    height: 30px;
    margin: 2px 0;
  }

  section.landing-cover .form-banner form textarea {
    height: 50px;
  }

  .video-box {
    margin-top: 50px;
  }

  section.formatting-thankyou {
    height: auto;
    padding: 120px 0 50px;
  }
}

@media (max-width: 767px) {
  .home .header-text p br {
    display: none;
  }

  section.publishing-book img.cover-right {
    top: auto !important;
  }

  .hide-mob {
    display: none !important;
  }

  header {
    position: absolute;
    z-index: 2;
    width: 100%;
  }

  nav.navbar.bg-theme {
    background: transparent;
  }

  nav.navbar.bg-theme .navbar-collapse {
    position: absolute;
    width: 80%;
    transform: translate(-103%, -80px);
    background: #040c4a;
    top: 0;
    left: 0;
    height: 100vh;
    padding-top: 3px !important;
    line-height: 2;
    transition: 0.5s;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #9924dc;
    box-shadow: 0px 0px 10px 0px #040c4a;
  }

  nav.navbar.navbar-expand-md.bg-theme .navbar-collapse.show {
    transform: translate(0px, -80px);
    transition: 0.2s;
    height: 100vh;
  }

  li.dropdown-submenu:hover ul.dropdown-menu {
    position: relative;
    top: 0;
    left: 10px;
  }

  nav.navbar.bg-theme .navbar-collapse a.navbar-brand {
    display: block !important;
    margin-bottom: 30px;
  }

  .navbar-brand img {
    width: 110px;
  }

  button.navbar-toggler {
    border: 0;
    outline: 0 !important;
  }

  button.navbar-toggler[aria-expanded="false"] i.fa.fa-align-right {
    display: block;
  }

  button.navbar-toggler[aria-expanded="true"] i.fa.fa-align-right {
    display: none;
  }

  button.navbar-toggler[aria-expanded="true"] i.fa.fa-times {
    display: block;
  }

  button.navbar-toggler[aria-expanded="false"] i.fa.fa-times {
    display: none;
  }

  section.publish-serv .main-slider:after {
    width: 110px;
    height: 110px;
    position: absolute;
    right: 0%;
    bottom: -100px !important;
  }

  section.publish-serv {
    padding: 80px 0 110px;
  }

  section.cont-video {
    height: 770px;
    padding: 0px 0 0;
  }

  section.cont-video .con-vid {
    padding: 30px 20px;
    text-align: center;
  }

  section.cont-video h3 {
    font-size: 1.7rem;
  }

  .lead-touch-point a {
    display: block;
    margin: 10px auto !important;
    text-align: center;
  }

  section.why-choose {
    padding: 100px 0 30px;
  }

  section.why-choose h2 {
    font-size: 40px !important;
  }

  section.why-choose .why-left {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: auto;
    right: auto;
  }

  section.why-choose .why-box {
    width: 100%;
    height: auto;
  }

  section.why-choose .why-box img {
    height: 80px;
  }

  section.our-portfolio {
    padding: 60px 0 140px;
  }

  section.our-portfolio p {
    padding: 0 10px;
  }

  .hide-medium-screen {
    display: none !important;
  }

  section.our-portfolio img.book-board {
    margin: -16px auto;
    width: 290px !important;
    left: 0;
    right: 0;
  }

  section.our-portfolio .container {
    overflow: hidden;
    padding-bottom: 50px;
  }

  section.our-portfolio .bulbs-book {
    display: none;
  }

  section.cta {
    padding: 50px 0;
    text-align: center;
  }

  section.cta .cta-right {
    position: relative;
    margin: 0 auto;
    right: 0;
    width: 100%;
  }

  section.cta h3 {
    font-size: 30px;
  }

  section.cta h2 {
    font-size: 40px !important;
  }

  footer br {
    line-height: 0;
    display: none;
  }

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  section.landing-cover {
    text-align: center;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-bottom: 28%;
  }

  section.landing-cover h1 {
    font-size: 1.5rem !important;
  }

  section.landing-cover br {
    display: none;
  }

  section.landing-cover .form-banner h3 br {
    display: block !important;
  }

  section.landing-cover h2 {
    font-size: 1.3rem;
  }

  section.landing-cover p {
    font-size: 0.8rem;
  }

  section.client-logos {
    padding: 0px 0 30px;
  }

  section.provide-exceptional {
    padding: 40px 0 100px;
  }

  section.provide-exceptional .container:after {
    height: 120px;
    right: 0%;
    top: auto;
    bottom: 0;
    width: 120px;
  }

  section.provide-exceptional h2 {
    font-size: 30px;
  }

  section.landing-cover img.cover-right {
    display: none;
  }

  section.landing-cover .form-banner {
    width: 70%;
    margin: 10% auto;
  }

  section.landing-cover .form-banner:after {
    right: 2%;
    z-index: -1;
    top: 40px;
    width: 90px;
    height: 15%;
  }

  section.inner-cta .left-side {
    position: relative;
    bottom: 0;
  }

  section.publish-landing {
    padding: 40px 0 100px;
  }

  section.publish-landing h1 {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 0;
  }

  section.publish-landing .container:before {
    width: 120px;
    height: 100px;
    bottom: 2%;
  }

  section.publish-landing .container:after {
    width: 100px;
    height: 140px;
    top: 20px;
  }

  section.cta-form {
    height: auto;
  }

  section.testimonial .swiper-button-prev,
  section.testimonial .swiper-container-rtl .swiper-button-next {
    left: 0%;
  }

  section.testimonial .swiper-button-next,
  section.testimonial .swiper-container-rtl .swiper-button-prev {
    right: 0%;
  }

  section.testimonial h2 {
    padding: 0 0 60px;
    font-size: 40px;
  }

  section.middle-banner h2 {
    font-size: 33px;
  }

  section.middle-banner h3 {
    font-size: 26px;
  }

  section.cover-design-portfolio {
    text-align: center;
  }

  section.cover-design-portfolio .navigation-slider {
    bottom: auto;
    top: 20%;
    left: 0%;
  }

  section.cover-design-portfolio h2 {
    font-size: 30px;
  }

  section.inner-services .row.my-4 h2 a {
    font-size: 25px;
  }

  div#popupModal .modal-dialog {
    max-width: 95%;
  }

  section.book-formatting h1 {
    font-size: 45px !important;
    margin: 0px 0 0;
  }

  section.book-formatting h2 {
    font-size: 36px;
  }

  section.inner-cta-formatting {
    padding: 50px 0;
    text-align: center;
  }

  section.formatting-serv .content-area {
    transform: translate(0px, 0%);
  }

  section.formatting-serv .content-area-right {
    transform: translate(0px, 10%);
  }

  section.formatting-serv img {
    margin-top: 50px;
  }

  section.contact-top h1 {
    font-size: 30px !important;
  }

  section.our-mission .mission {
    padding: 50px 20px;
  }

  section.our-mission .container:before {
    width: 100%;
  }

  section.looking-for {
    display: none;
  }

  section.tabs-portfolio h2 {
    margin-bottom: 30px;
  }

  section.tabs-portfolio ul.nav.nav-tabs {
    justify-content: center;
  }

  section.tabs-portfolio a.nav-link {
    font-size: 15px;
    padding: 10px 13px;
  }

  section.tabs-portfolio .illustration-portfolio {
    padding-bottom: 30px;
  }

  section.stripe-area {
    height: auto;
    padding: 30px 0;
  }

  section.stripe-footer {
    position: relative;
  }

  .pendulam {
    display: none;
  }

  .msitem {
    position: relative;
    transition: background 400ms;
    margin: 10px 0px 34px;
  }

  section.brief-content .brief-left h1 {
    font-size: 40px;
  }

  section.brief-content .brief-right form {
    background: #ffffff70;
    padding: 40px 10px;
  }

  section.illustration-inner-cta img.icon-balln {
    width: 50% !important;
  }

  section.illustration-inner-cta:hover img.icon-balln {
    transform: translate(0px, 0px);
    transition: 0.9s;
  }

  section.steps-banner .step-box {
    border-right: 0px solid #0000004d;
  }

  section.steps-banner {
    background-position-x: center;
  }

  section.illustration {
    background-position-x: left;
  }

  section.illustration-provide h3:after {
    left: auto;
    transform: rotateY(180deg);
    right: 0;
  }

  section.formatting-brief form input {
    margin: 10px 0 10px;
  }

  section.formatting-brief form .row {
    display: block;
  }

  section.formatting-thankyou {
    height: auto;
    padding: 120px 0 50px;
  }

  section.formatting-brief .brief-left img {
    height: auto !important;
  }
}

@media (max-width: 470px) {
  section.new-letter form .d-flex {
    width: 100%;
    display: block !important;
  }

  section.new-letter form button {
    display: block !important;
    margin: 10px auto 30px;
    padding: 13px 0;
  }

  #regForm .sbt_set {
    width: 100%;
    font-size: 14px;
  }

  section.book-formatting h1 {
    font-size: 35px !important;
    margin: 0px 0 0;
  }

  section.book-formatting h2 {
    font-size: 26px !important;
  }

  section.provide-exceptional h1 {
    font-size: 40px;
  }

  div#popupModal .book ul>li {
    width: 230px;
  }

  div#popupModal .page1 {
    padding: 10px 10px !important;
    height: 330px !important;
    width: 220px !important;
    margin: 5px auto !important;
  }

  div#popupModal .modal-content h2 {
    font-size: 16px;
  }

  div#popupModal .modal-content form input {
    font-size: 14px;
  }

  div#popupModal .modal-content form textarea {
    font-size: 14px;
  }

  div#popupModal .modal-content .fld-btn button {
    margin: -4px auto;
    padding: 4px 10px;
  }

  section.tabs-portfolio {
    padding: 50px 0;
  }

  section.tabs-portfolio h2 {
    font-size: 30px;
  }

  section.tabs-portfolio .swiper-slide a {
    width: 250px;
    margin: 0 auto;
  }

  section.tabs-portfolio .swiper-slide a:hover h3 {
    width: 250px;
    margin: 0 auto;
    box-shadow: 5px 5px 10px 0px #a114ef3d;
  }

  section.tabs-portfolio .illustration-portfolio {
    padding-bottom: 20px;
  }

  .secure-payment form .paywith {
    display: block;
  }

  .secure-payment form button {
    padding: 10px 10px;
    font-size: 16px;
  }

  section.detail-area .detail-box p {
    font-size: 13px;
  }

  section.detail-area .detail-box p:nth-last-child(1) {
    padding: 10px 5px 0;
    font-size: 16px;
  }

  section.detail-area .detail-box h2 {
    font-size: 24px;
  }

  section.thank-you h2 {
    font-size: 40px !important;
  }

  .video-box iframe {
    height: 170px;
  }
}

.client-logos,
.cli-logos,
.trusted-logos,
.testimonial,
.our-portfolio {
  display: none;
}

.main-copyright {
  padding-top: 30px;
  border-top: 1px solid #252429;
  margin-top: 50px;
}

.copyright-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.fldset {
  display: flex;
  align-items: baseline;
}

.fldset input[type="checkbox"] {
  width: 1em !important;
  height: 1rem !important;
  position: relative;
  top: 4px;
}

.fldset label {
  font-size: 12px;
  padding-left: 5px;
}

.fldset label a {}

section.landing-cover .form-banner .fldset label{
  text-align: left;
}