body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #222e41;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 8px;
}
.row {
  margin: 0 -8px;
}
a:hover, a:focus, button:hover, button:focus {
  outline: none;
}
section {
  padding: 60px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
}
p {
  color: #1c1c1c;
  font-size: 16px;
}
img {
  max-width: 100%;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
header {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
header .row {
  align-items: center;
}
header ul {
  text-align: right;
}
header ul li {
  display: inline-block;
  margin-left: 16px;
}
header ul li a {
  color: white;
  font-size: 15px;
}
.top {
  position: relative;
  z-index: 1;
  padding: 9px 0;
  background: #353535;
}
.top ul {
  text-align: right;
}
.top ul li {
  display: inline-block;
  margin-left: 35px;
  font-size: 14px;
}
.top ul li a {
  color: #fff;
}
.top ul li a i {
  vertical-align: baseline;
  color: #f4c92d;
  margin-right: 6px;
}
.btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 35px;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 28px;
}
.our-banner {
  background: url("../images/our-banner.jpg") no-repeat;
  height: 864px;
  width: 100%;
  background-size: cover;
  margin-top: -114px;
  padding-top: 150px;
  position: relative;
}
.our-banner:after {
  content: '';
  background: url("../images/typewriter.png")no-repeat;
  height: 357px;
  width: 459px;
  position: absolute;
  bottom: -150px;
  right: 29px;
  background-size: 90%;
}
.our-banner h1 {
  color: white;
  font-size: 66px;
  margin: 0 0 15px;
}
.our-banner h3 {
  background: #f4c92d;
  font-weight: 300;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  margin: 0 0 20px;
  padding: 0 30px 5px;
  display: inline-block;
  clip-path: polygon(4% 0, 100% 0, 95% 100%, 0% 100%);
}
.our-banner p {
  color: white;
  font-size: 21px;
  width: 70%;
  margin: 0 auto 30px;
}
.btn-primary {
  background: #5e85ff;
}
.btn-dark {
  background: #232323;
  color: #fff;
}
.btn-block {
  padding: 0;
  margin: 0;
}
.btn-block a {
  margin-left: 10px;
}
.follow-us .social {}
.follow-us ul li {
  /* display: inline-block; */
  margin-bottom: 11px;
}
.follow-us ul li a {
  height: 40px;
  width: 40px;
  border: 1px solid #bfbfbf;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  display: block;
  color: #bfbfbf;
}
.follow-us h4 {
  color: #bfbfbf;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin: 0px 180px 0px 0;
  position: relative;
}
.follow-us {
  transform: rotate(90deg);
  padding: 0;
  position: absolute;
  left: 0;
  top: 320px;
}
.follow-us ul {
  display: inline-block;
  transform: rotate(-88deg);
}
.follow-us h4:before {
  content: '';
  background: #bfbfbf;
  height: 1px;
  width: 114px;
  position: absolute;
  right: -119px;
  bottom: 8px;
}
footer {
  background: #232323;
  padding: 60px 0 30px;
  position: relative;
}
footer h4 {
  color: #f8cf00;
  font-size: 16px;
  margin: 0 0 9px;
  line-height: inherit;
  text-transform: uppercase;
}
footer ul {}
footer ul li {
  margin: 0 0 7px;
}
footer ul li a, footer ul li {
  color: white;
  display: block;
  font-size: 14px;
}
footer p {
  font-size: 14px;
  color: #f5f3f1;
  margin: 20px 0 20px;
  width: 90%;
}
.social {}
.social li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0 !important;
}
.social li a {
  height: 40px;
  width: 40px;
  border: 1px solid #3b3e3d;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
footer .info {}
footer .info li {
  position: relative;
  color: white;
}
footer .info li i {
  color: #febc35;
  font-size: 15px;
  position: absolute;
  left: -24px;
  top: 5px;
}
footer .info li i a {}
footer:before {
  background: #00000054;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
footer .container {
  position: relative;
  z-index: 1;
}
.copy {
  background: #000;
  padding: 10px 0;
}
.copy p {
  font-size: 14px;
  margin: 0;
  color: #c4c4c4;
}
.copy ul {
  text-align: center;
}
.copy ul li {
  display: inline-block;
  margin-left: 20px;
}
.copy ul li a {
  color: #c4c4c4;
  font-size: 14px;
  display: block;
}
.copy .row {
  align-items: center;
}
.nav-link {
  padding: 0;
  position: relative;
}
.dropdown-menu {
  background-color: #000;
  padding: 0;
  margin: 0;
  min-width: 11rem;
  border: 1px solid #85858573;
  top: 100%;
}
header .menu li .dropdown-menu {
  min-width: 12rem;
}
header .menu li a.dropdown-item {
  font-size: 15px;
  color: #d7d7d7 !important;
  padding: 11px 15px;
  border-bottom: 1px solid #85858573;
  font-weight: 400;
}
header .menu li .dropdown-menu a {
  font-size: 14px;
  padding: 8px 20px;
  /* color: #343434 !important; */
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.hire-top {
  padding: 0;
}
.hire-top .container-fluid {
  background: #ffc201;
  padding: 60px 0;
}
.container-fluid {
  padding: 0;
  width: 98%;
}
.btn-yellow {
  background: #f4c92d;
  color: #000;
}
.hire-top .row {
  align-items: center;
}
.hire-top h2 {
  font-weight: 700;
  font-size: 36px;
}
.hire-top h2 span {
  background: #5e85ff;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
}
.testimonial {
  position: relative;
  overflow: hidden;
  background: url("../images/tes-bg.jpg")no-repeat;
  /* height:674px; */
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.testimonial .container {
  position: relative;
  z-index: 1;
}
.testimonial:after {
  content: '';
  background: url("../images/tes-after.png") no-repeat;
  height: 877px;
  width: 877px;
  position: absolute;
  right: -400px;
  top: -600px;
}
.heading h2 {
  color: #000;
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
}
.testimonial .item {
  background: white;
  border-right: 4px solid #ffc201;
  padding: 20px 10px;
  border-radius: 10px;
  position: relative;
  border-bottom: 4px solid #ffc201;
}
.testimonial .item p {
  color: #4d4632;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.testimonial .item h6 {
  font-size: 15px;
  margin: 0;
  line-height: inherit;
}
.heading {
  margin: 0 0 50px;
}
.heading h2:after {
  content: '';
  background: #5e85ff;
  width: 60%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading h2 span {
  font-weight: 300;
  display: block;
}
.site-logos {
  background: #eaeaea;
  text-align: center;
  padding: 40px 0;
}
.site-logos img {
  filter: brightness(0.5);
}
.all-day {}
.all-day .row {
  align-items: center;
}
.all-day ul {}
.all-day ul li {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
.all-day ul li p {
  color: #4c4c4c;
  margin: 0;
  display: inline-block;
  width: 70%;
  float: right;
  position: relative;
}
.all-day ul li p span {
  font-size: 22px;
  color: #1c1c1c;
  font-weight: 600;
  display: block;
}
.all-day ul li img {
  max-width: 20%;
}
.all-day ul li p:before {
  content: '';
  height: 6px;
  width: 6px;
  background: #f4c92d;
  position: absolute;
  left: -13px;
  top: 14px;
  border-radius: 50%;
}
.stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d3d3d3;
  color: transparent;
  font-size: 120px;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 0;
  opacity: .5;
}
.audience {
  background: url("../images/audience-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  height: 419px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.audience:before {
  content: '';
  background: url("../images/audience-book.png") no-repeat;
  height: 383px;
  width: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.audience:after {
  content: '';
  background: url("../images/audience-typewriter.png") no-repeat;
  height: 285px;
  width: 276px;
  position: absolute;
  bottom: 70px;
  right: 0;
}
.audience h2 {
  color: white;
  font-size: 50px;
  position: relative;
}
.audience h3 {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px;
}
.icon-btn {}
.icon-btn img {
  margin-right: 6px;
  position: relative;
  top: -2px;
  max-width: 28px;
}
.our-second {
  position: relative;
  overflow: hidden;
}
.our-second .container {
  position: relative;
  z-index: 1;
}
.our-second:after {
  content: '';
  background: url("../images/pattern-bg2.jpg") no-repeat;
  height: 100%;
  width: 801px;
  position: absolute;
  right: -40px;
  top: 0;
  opacity: .5;
}
.our-second .box.yellow {
  border-color: #f4c92d;
}
.our-second .box {
  border-bottom: 4px solid #5e85ff;
  border-right: 4px solid #5e85ff;
  margin: 0 0 20px;
  position: relative;
  min-height: 150px;
  background: #fff;
  padding: 20px 20px;
}
.our-second .box h4 {
  font-size: 20px;
  color: #252525;
}
.our-second .box h5 {
  color: #5e85ff;
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.our-second .box p {
  color: #393939;
}
.our-second .box.yellow h5 {
  color: #f4c92d;
}
.our-second .row {
  align-items: center;
}
.top-hire {
  background: url("../images/top-hire.jpg") no-repeat;
  background-size: cover;
  height: 427px;
}
.top-hire h3 {
  color: #fff;
  font-size: 20px;
}
.top-hire h2 {
  color: #f4c92d;
  font-size: 56px;
  margin: 0 0 20px;
}
.heading p {
  margin: 20px 0 0 0;
}
.our-stand {}
.our-stand .box {
  background: #232323;
  text-align: center;
  margin: 0 0 10px;
  padding: 45px 0;
}
.our-stand .box.red {
  background: #ff4040;
}
.our-stand .box.blue {
  background: #141f41;
}
.our-stand .box h4 {
  margin: 18px 0 0 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.our-stand .row {
  align-items: center;
}
.why-ghost {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 90px;
}
.why-ghost .container {
  position: relative;
  z-index: 1
}
.why-ghost:after {
  content: '';
  background: url("../images/pattern-bg.html") no-repeat;
  height: 100%;
  width: 801px;
  position: absolute;
  right: -60px;
  top: 0;
}
.why-ghost img {
  margin-left: -50px;
}
.why-ghost .heading {
  margin: 0 0 30px;
}
.why-ghost .heading h2 {}
.why-ghost p.italic {
  font-style: italic;
}
.why-ghost p {}
.why-ghost ul {}
.why-ghost ul li {
  margin: 0 0 9px;
}
.why-ghost ul li i {
  color: #6187ff;
  margin-right: 15px;
}
.why-ghost .box {
  background: white;
  padding: 20px 30px;
  border-right: 6px solid #7b7b7b;
  border-bottom: 6px solid #7b7b7b;
  box-shadow: 0 0 3px #ccc;
}
.why-ghost .row {
  align-items: center;
}
.why-ghost .stroke {
  left: -130px;
  bottom: -100px;
  top: inherit;
  font-size: 100px;
}
.our-genre {
  background: #f7f7f7;
  padding-top: 50px;
}
.our-genre h4 {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.our-bbc {
  background: #141f41;
}
.our-publishing {
  background: url("../images/our-publishing.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.our-publishing h2, .our-publishing p {
  color: white;
}
.our-publishing h4 {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
.our-publishing .item {
  text-align: center;
}
.our-publishing .star {
  margin: 10px 0;
}
.inner-banner {
  background: url("../images/about-banner.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 528px;
  margin-top: -115px;
  padding-top: 140px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0;
  background-size: cover !important;
}
.inner-banner h1 {
  color: white;
  font-size: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  z-index: 1;
  margin: 0 0 25px;
}
.inner-banner h1:before {
  content: '';
  height: 13px;
  width: 45%;
  background: #5e85ff;
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: auto;
  z-index: -1;
}
.inner-banner p {
  color: white;
  font-size: 18px;
  width: 75%;
  margin: 0 auto 0;
}
.cus-breadcrumb {
  padding: 0;
  text-align: center;
  margin-top: -20px;
}
.cus-breadcrumb ul {
  background: #f4c92d;
  display: inline-block;
  padding: 8px 20px;
  clip-path: polygon(7% 0, 100% 0, 95% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
.cus-breadcrumb ul li {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 18px;
  position: relative;
}
.cus-breadcrumb ul li a {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #000;
}
.cus-breadcrumb ul li:before {
  content: '/';
  position: absolute;
  right: -16px;
  top: 3px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.cus-breadcrumb ul li:last-child:before {
  display: none;
}
.cus-breadcrumb ul li:last-child {
  margin: 0;
}
.what-makes {
  position: relative;
  overflow: hidden;
}
.what-makes .box {
  background: #232323;
  padding: 20px 20px;
  height: 115px;
  margin: 0 0 16px;
}
.box.red {
  background: #ff3f40;
}
.box.blue {
  background: #5e85ff;
}
.what-makes .box img {
  vertical-align: middle;
}
.what-makes .box p {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 17px;
  width: 65%;
}
.what-makes .box.black {
  width: 80%;
  margin: 0 auto 18px;
}
.first-sec:after {
  content: '';
  background: url("../images/what-make-after.png") no-repeat;
  width: 797px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: .6;
}
.first-sec {
  margin-top: -25px;
  position: relative;
  overflow: hidden;
}
.first-sec .container {
  position: relative;
  z-index: 2;
}
.what-makes .row {
  align-items: center;
}
.what-makes .heading {}
.what-makes .heading p {
  width: 90%;
  font-style: italic;
  font-weight: 500;
}
.about-team {
  background: #f7f7f7;
}
.about-team .row {
  align-items: center;
}
.about-team p {
  margin-left: 50px;
  font-size: 18px;
}
.about-team .heading img {
  margin-top: -39px;
}
.about-team .heading {
  margin: 0;
}
.about-team .stroke {
  color: white;
  font-size: 170px;
  top: inherit;
  bottom: 0;
  z-index: 3;
  opacity: .6;
}
.our-proof {
  background: #f7f7f7;
  padding: 0;
  float: left;
  width: 100%;
  clear: both;
}
.our-proof ul {
  background: #5e85ff;
  float: left;
  width: 100%;
}
.our-proof ul li {
  display: inline-block;
  width: 20%;
  border-right: 1px solid #425eb7;
  float: left;
  height: 290px;
  padding: 30px 20px;
}
.our-proof ul li h3 {
  font-weight: 300;
  font-size: 23px;
  color: #fff;
  margin: 0 0 13px;
}
.our-proof ul li h3 span {
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 1;
}
.our-proof ul li p {
  margin: 0;
  color: white;
}
.our-proof ul li h3 span:before {
  content: '';
  height: 16px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: rgb(67, 95, 185);
  background: linear-gradient(90deg, rgba(67, 95, 185, 1) 45%, rgba(92, 130, 250, 1) 100%);
  z-index: -1;
}
.grow-together {
  background: url("../images/grow-together.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 427px; */
  padding: 80px 0;
  position: relative;
}
.grow-together h3 {
  font-size: 30px;
  color: #fff;
}
.grow-together h2 {
  font-size: 50px;
  color: #f4c92d;
  margin: 0 0 30px;
  line-height: 60px;
}
.grow-together ul {}
.grow-together ul li {
  font-size: 27px;
  color: #fff;
  background: #ff3f40;
  font-weight: 600;
  margin: 0 0 16px;
  display: inline-block;
  padding: 0 7px;
}
.grow-together .row {
  align-items: center;
}
.we-help {
  position: relative;
  overflow: hidden;
}
.we-help:before {
  content: '';
  background: url("../images/grow-together-before.png") no-repeat;
  height: 889px;
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.we-help .row {
  align-items: center;
}
.we-help img {
  margin-left: 80px;
}
.genre-banner {
  background: url("../images/genre-banner.jpg") no-repeat;
  background-size: cover;
}
.box.dark-blue {
  background: #141f41;
}
.genre-makes .box {}
.genre-makes .box.black { /* width: 36%; */
}
.genre-makes {
  position: relative;
  overflow: hidden;
}
.genre-makes .box {
  padding: 20px 20px;
  height: 115px;
  margin: 0 0 11px;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  width: 24%;
  text-align: left;
}
.genre-makes .container {
  position: relative;
  z-index: 1;
}
.box.black {
  background: #000;
}
.genre-makes .box img {}
.genre-makes .box p {
  color: white;
  margin: 0;
  font-size: 18px;
  position: absolute;
  top: 16px;
  right: 10px;
  font-weight: 600;
}
.genre-process {
  background: url("../images/process-bg.jpg") no-repeat #fff;
  /* height: 932px; */
}
.about-team {}
.genre-process h2 {
  color: white;
}
.genre-process .concept {
  background: #f8cf00;
  border-right: 6px solid #ff3f40;
  border-bottom: 6px solid #ff3f40;
  padding: 40px 40px;
  margin-top: -220px;
}
.genre-process .concept h3 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0;
  float: right;
  margin-right: 20px;
  z-index: 1;
  position: relative;
}
.genre-process .concept h4 {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
}
.genre-process .concept p {}
.genre-process .concept h3:after {
  content: '';
  height: 11px;
  width: 140%;
  position: absolute;
  bottom: 7px;
  left: -10px;
  background: rgb(45, 50, 58);
  background: linear-gradient(90deg, rgba(45, 50, 58, 0) 0%, rgba(45, 50, 58, 1) 100%);
  z-index: -1;
}
.genre-process .stroke {
  font-size: 182px;
  color: #fff;
}
.portfolio-dream {
  background: url("../images/portfolio-bg.jpg") no-repeat;
  background-size: cover;
}
.portfolio-dream h2 {
  color: white;
}
.portfolio-dream h2:after {
  background: #000;
}
.portfolio-dream p {
  color: #fff;
  font-weight: 500;
  width: 80%;
}
.pricing-banner {
  background: url("../images/pricing-banner.jpg") no-repeat;
  background-size: cover;
}
.pack {
  background: #232323;
  text-align: center;
  padding: 40px 20px;
  width: 90%;
  position: relative;
  margin-bottom: 61px;
}
.pack h3 {
  color: white;
  /*font-family: 'Playfair Display', serif;
    font-style: italic;*/
  font-size: 35px;
  margin: 0 0 15px;
}
.pack h4 {
  font-size: 30px;
  font-weight: 700;
  color: #f4c92d;
  border-bottom: 1px solid #ffffff5c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.image img {
  width: 25%;
}
.pack ul {
  margin-bottom: 40px;
}
.pack ul li {
  color: white;
  margin: 0 0 8px;
}
.pack ul li i {
  margin-right: 7px;
}
.pack h4 span {
  font-weight: 300;
  color: #fff;
}
.pack h4 strike {
  color: white;
  font-size: 19px;
  font-weight: 400;
}
.pack .image {
  margin: 0 0 20px;
}
.pack .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
.pack.blue {
  background: #5e85ff;
}
.pack.blue h4 {
  color: #000;
}
.pack.blue h4 span {
  color: #000;
}
.pack .after:after {
  content: '';
  width: 60%;
  height: 80%;
  background: #f4c92d;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}
.contact-banner {
  background: url("../images/contact-banner.jpg")no-repeat;
  background-size: cover;
}
.our-contact {}
.our-contact .our-location {
  background: white;
  padding: 40px 10px;
}
.our-contact .our-location h5 {
  margin: 0;
  display: inline-block;
  width: 75%;
  margin-left: 20px;
  font-family: 'Playfair Display', serif;
}
.our-contact .our-location img {}
.our-contact .our-location h5 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #848484;
  margin-top: 8px;
  width: 80%;
  line-height: 18px;
}
.our-contact .our-location h5 a {
  display: block;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #848484;
}
.contact-write {
  background: url("../images/contact-write.jpg") no-repeat;
  height: 807px;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.contact-write h2 {
  color: white;
}
.contact-write .container {
  position: relative;
  z-index: 1;
}
.info-form {
  background: #5e85ff;
  padding: 70px 50px;
  width: 90%;
}
.info-form .form-group {
  margin: 0 0 20px;
  position: relative;
}
.info-form .form-group i {
  position: absolute;
  top: 11px;
  left: 8px;
  color: #888888;
  font-size: 14px;
}
.info-form .form-group .form-control {
  font-size: 14px;
  height: 40px;
  border: none;
}
.info-form .form-group textarea.form-control {
  resize: none;
  height: 100px;
}
.btnsub.show-s {
  text-align: center;
}
.btnsub.show-s .btn {}
.info-form:after {
  content: '';
  background: #ff3f40;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100%;
  width: 89%;
  z-index: -1;
}
.book-banner {
  background: url("../images/book-banner.jpg") no-repeat;
}
.book-video {}
.book-video ul li {
  margin: 0 auto 20px;
  background: rgb(255, 254, 253);
  background: linear-gradient(90deg, rgba(255, 254, 253, 1) 0%, rgba(252, 239, 192, 1) 100%);
  padding: 20px 10px;
  width: 90%;
}
.book-video ul li p {
  width: 66%;
  display: inline-block;
  margin: auto;
  margin-left: 30px;
  font-size: 18px;
  color: #4c4c4c;
}
.book-video ul li p strong {
  display: block;
  font-size: 26px;
}
.book-video ul li img {
  max-width: 26%;
}
.book-video ul li:nth-child(even) {
  background: rgb(252, 239, 192);
  background: linear-gradient(90deg, rgba(252, 239, 192, 1) 0%, rgba(255, 254, 253, 1) 100%);
}
.book-video .row {
  align-items: center;
}
.inner-pricing {
  padding-top: 0;
}
.book-video .heading {
  margin: 0 0 30px;
}
.book-video p {
  font-weight: 500;
  font-size: 19px;
  font-style: italic;
  margin: 0 0 30px;
  color: #696969;
}
.e-book-banner {
  background: url("../images/ebook-banner.jpg") no-repeat;
  background-size: cover;
}
.got-story .heading {
  margin: 0 0 10px;
}
.got-story .seal {
  background: #232323;
  text-align: center;
  padding: 40px 20px;
  height: 340px;
  position: relative;
}
.got-story .seal img {}
.got-story .seal h4 {
  font-size: 22px;
  color: #f4c92d;
  font-family: 'Playfair Display', serif;
  margin: 10px 0 10px;
}
.got-story .seal p {
  color: white;
}
.got-story .seal:before {
  content: '';
  clip-path: polygon(49% 40%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5e85ff;
  width: 100%;
  height: 12%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.got-story .seal.red {
  background: #ff4040;
}
.got-story .seal.red:before {
  background: #232323;
}
.got-story .seal.blue:before {
  background: #f4c92d;
}
.got-story .seal.blue {
  background: #141f41;
}
.got-story .seal.red h4 {
  color: white;
}
.got-story .white-bg {
  background: #fff;
  padding: 30px 30px;
  border-right: 5px solid #7b7b7b;
  border-bottom: 5px solid #7b7b7b;
  padding-left: 0;
}
.grey-bg {
  background: #f7f7f7;
}
.ebook-convert {}
.ebook-convert .box {
  text-align: center;
  background: white;
  box-shadow: 0 0 5px #cccccc45;
  padding: 30px 40px;
  margin: 0 0 20px;
  height: 300px;
  position: relative;
}
.ebook-convert .box:after {
  content: '';
  background: url("../images/counter-before1.png")no-repeat;
  height: 99px;
  width: 102px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ebook-convert .box img {}
.ebook-convert .box p {
  margin: 11px 0 0;
}
.proofreading-banner {
  background: url("../images/proofreading-banner.jpg") no-repeat;
  background-size: cover;
}
.seems-dificult {}
.seems-dificult .identity {
  background: white;
  border-right: 4px solid #7b7b7b;
  border-bottom: 4px solid #7b7b7b;
}
.seems-dificult .identity .row {
  align-items: center;
}
.seems-dificult .identity h4 {
  font-size: 30px;
  color: #5e85ff;
  font-weight: 500;
}
.seems-dificult .identity .margin {
  width: 90%;
  margin: auto;
}
.seems-dificult .identity p {
  color: #696969;
  font-style: italic;
}
.profeading-service {
  background: #f7f7f7;
}
.profeading-service:after {
  content: '';
  background: url("../images/profeading-service-hand.png") no-repeat;
  height: 545px;
  width: 659px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.profeading-service .box {
  background: white;
  padding: 20px 20px;
  margin: 0 0 20px;
  height: 230px;
  border-bottom: 5px solid #f4c92d;
  border-right: 5px solid #f4c92d;
}
.profeading-service .box img {
  position: absolute;
  right: 30px;
}
.profeading-service .box h4 {
  font-size: 20px;
  color: #252525;
}
.profeading-service .box h5 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: #f4c92d;
  /*height: 78px;*/
}
.profeading-service .box p {
  font-size: 14px;
  color: #393939;
  font-weight: 500;
}
.profeading-service .box.right {
  border-color: #5e85ff;
}
.profeading-service .box.right h5 {
  color: #5e85ff;
}
.editing-banner {
  background: url("../images/editing-banner.jpg") no-repeat;
  background-size: cover;
}
.editing-development {}
.editing-development img {
  margin: auto;
  display: table;
  max-width: 70%;
}
.development-edit {
  background: #f7f7f7;
}
.development-edit .row {
  align-items: center;
}
.development-edit img {}
.structal {
  background: url("../images/structual-bg.jpg") no-repeat;
  padding-bottom: 0;
  z-index: 1;
}
.structal h2 {
  color: white;
}
.structal p {
  color: white;
}
.work-should {
  background: #000;
}
.work-should h2 {
  font-size: 38px;
  color: #f4c92d;
}
.work-should .col-md-7 img {
  margin-left: 40px;
}
.work-should p {
  color: white;
  font-size: 20px;
  margin: 0 0 20px;
}
.work-should .row {
  align-items: center;
}
.structal img {
  position: relative;
  top: 40px;
}
.our-confident {
  background: #5e85ff;
  overflow: hidden;
}
.our-confident h2, .our-confident p, .our-confident img {
  position: relative;
  z-index: 1;
}
.our-confident:after {
  content: '';
  background: url("../images/confident-after.png") no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -500px;
  top: 0;
  opacity: .5;
}
.our-confident h2 {
  color: white;
  font-size: 39px;
}
.our-confident .heading {
  margin: 0 0 20px;
}
.our-confident p {
  color: white;
}
.our-confident .left {}
.our-confident .left {}
.our-confident .row {
  margin-bottom: 60px;
  align-items: center;
}
.our-confident .position-absolute {
  right: 0;
}
.our-confident .left .position-absolute {
  left: 0;
}
.our-confident .row {
  margin-bottom: 90px;
}
.our-confident .txt {
  padding: 0 50px;
}
.our-confident img {
  max-width: 550px;
  position: relative;
  top: -10px;
}
.our-confident h2:after {
  background: #000;
}
.conf-ghos {}
.conf-ghos:before {
  content: '';
  background: url("../images/pattern-bg.png") no-repeat;
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.conf-ghos p {
  width: 90%;
}
.markeing-banner {
  background: url("../images/markeing-banner.jpg") no-repeat;
  background-size: cover;
}
.markeing-follow:after {
  display: none;
}
.markeing-follow:before {
  content: '';
  background: url("../images/markeing-follow-after.png") no-repeat;
  width: 100%;
  background-size: cover;
  height: 443px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
}
.markeing-follow .box {
  height: 90%;
}
.markeing-follow:after {}
.markeing-follow .box h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.other-ways {}
.other-ways .container-fluid {
  background: url("../images/other-ways-bg.png") no-repeat;
  background-size: cover;
  height: 710px;
  padding-top: 60px;
}
.other-ways .heading {}
.other-ways h2 {
  color: white;
  font-size: 60px;
}
.other-ways ul {}
.other-ways ul li {
  color: white;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  display: flex;
  line-height: 26px;
}
.other-ways ul li img {
  align-self: flex-start;
  margin-right: 10px;
}
.other-ways .stroke {
  top: inherit;
  bottom: 30px;
  font-size: 100px;
  right: 60px;
  /* color: white; */
}
.other-ways {
  padding: 0;
}
.beautifully {
  background: #f7f7f7;
}
.custom-book {
  background: url("../images/custom-book-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
}
.custom-book h2 {
  color: #f4c92d;
  font-size: 40px;
  margin: 0 0 30px;
}
.custom-book p {
  color: white;
  margin: 0 0 0;
}
.imagine .box h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.imagine:before {
  content: '';
  background: url("../images/pattern-bg2.jpg") no-repeat;
  height: 100%;
  width: 801px;
  position: absolute;
  right: -90px;
  top: 0;
  left: inherit;
  opacity: .3;
}
.imagine {
  overflow: hidden;
}
.we-print {
  overflow: hidden;
}
.we-print .container {
  z-index: 1;
  position: relative;
}
.we-print:after {
  content: '';
  background: url("../images/confident-after.png") no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -500px;
  top: 0;
  opacity: .2;
}
.we-print .box {
  padding: 20px 30px;
  margin: 0 0 30px;
  border-right: 6px solid #5e85ff;
  border-bottom: 6px solid #5e85ff;
}
.we-print .box img {}
.we-print .box h4 {
  font-size: 18px;
  margin: 0;
  color: #1f2225;
  margin-top: 20px;
}
.we-print .col-md-4.box {}
.we-print .col-md-4:nth-child(even) .box {
  border-color: #f4c92d;
}
.we-print .row {
  align-items: center;
  justify-content: center;
}
.market-offer {}
.market-offer .box {
  background: #5e85ff;
  padding: 20px 15px;
  padding-right: 0;
  padding-bottom: 0;
  height: 330px;
}
.market-offer .box .txt {
  background: white;
  padding: 20px 40px;
  margin-top: 16px;
  width: 100%;
  height: 300px;
  /* box-shadow: 0 0 5px #ccc; */
}
.market-offer .box h4 {
  color: white;
  margin: 0;
}
.market-offer .box p {
  font-size: 16px;
  /* height: 71px; */
}
.market-offer .box img {}
.market-offer .box.red {
  background: #e2504a;
}
.market-offer .box.black {
  background: #232323;
}
.market-relate {
  background: #5e85ff;
  overflow: hidden;
}
.market-relate img {
  margin: auto;
  display: table;
}
.market-relate .container {
  position: relative;
  z-index: 1;
}
.market-relate:after {
  content: '';
  background: url("../images/confident-after.png") no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -500px;
  top: 0;
  opacity: .3;
}
.market-relate h2 {
  color: #fff;
}
.market-relate h2:after {
  background: #4a6cd3;
}
.right-service {
  background: url("../images/right-service.jpg") no-repeat;
  text-align: center;
  background-size: cover;
}
.right-service h2 {
  color: #f4c92d;
  font-size: 52px;
}
.right-service p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.right-service h3 {
  color: #f4c92d;
  font-size: 22px;
  margin: 0 0 30px;
}
.market-promote {
  background: #f7f7f7;
}
.market-promote p.blue {
  margin: 0;
  font-size: 24px;
  color: #5e85ff;
  font-weight: 500;
  margin-left: -130px;
  font-style: italic;
}
.market-promote h6 {
  font-size: 15px;
  font-style: italic;
  color: #696969;
  margin: 0 0 14px;
  font-weight: 500;
  line-height: 22px;
  width: 80%;
}
.market-promote h5 {
  font-size: 18px;
  color: #b51919;
  line-height: 29px;
}
.market-promote ul {
  margin-top: -150px;
}
.market-promote ul li {
  margin: 0 0 10px;
}
.market-promote ul li img {
  margin-right: 10px;
}
.market-promote .heading {
  margin: 0 0 40px;
}
.market-promote .row {}
.market-promote .col-md-5 img {
  margin-top: -50px;
}
.popupform {
  background: url("../images/popop-bg.png") no-repeat;
  height: 621px;
  width: 844px;
}
.popupform .popup-content {
  background: #5e84ff;
  width: 410px;
  float: right;
  text-align: center;
  padding: 30px 20px;
  margin-right: -60px;
  border-radius: 10px;
}
.popupform .popup-content h3 {
  color: white;
  font-size: 26px;
  margin: 0 0 11px;
}
.popupform .popup-content h3 span {
  clip-path: polygon(0 0, 94% 0, 100% 100%, 8% 100%);
  background: #000;
  padding: 0 18px;
  color: #fcd801;
  font-style: italic;
}
.popupform .popup-content h4 {
  background: #fcd801;
  color: #000;
  padding: 8px 10px;
  margin-left: -20px;
  width: calc(100% + 40px);
  font-size: 22px;
  margin-bottom: 13px;
}
.popupform .popup-content h4 span {
  font-weight: 700;
}
.popupform .form-control {
  height: 44px;
  margin: 0 0 10px;
  font-size: 14px;
}
.popupform textarea.form-control {
  resize: none;
  height: 80px;
}
.popupform .btn {
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
}
.popupform .carousel__button.is-close {
  background: red;
  position: absolute;
  top: -10px;
  right: 18px;
}
.our-pricing .content {
  overflow: auto;
  position: relative;
  /* max-width: 97%; */
  padding: 0 0 20px;
  height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-pricing .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #d2f1e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}
.our-pricing .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important
}
.our-pricing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2b9479;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}
.publishing-banner {
  background: url("../images/publishing-banner.jpg") no-repeat;
  background-size: cover;
}
.in-house .container-fluid {
  background: url("../images/in-house.jpg") no-repeat;
  height: 600px;
  background-size: cover;
  padding-top: 300px;
  margin-top: -130px;
}
.in-house p {
  color: white;
  font-size: 32px;
  width: 70%;
  margin: auto;
}
.in-house {
  text-align: center;
  padding: 0;
}
.pub-offer .box .txt li {
  margin: 0 0 20px;
  position: relative;
}
.pub-offer .box .txt li:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 3px #fec51d solid;
  border-radius: 50%;
}
.delivery-promise {}
.delivery-promise .heading {}
.delivery-promise li {
  display: inline-block;
  width: 33%;
  margin: 0 0 16px;
  font-size: 14px;
}
.delivery-promise li img {
  margin-right: 8px;
}
.sucess {
  background: url("../images/sucess-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.sucess h2 {
  font-size: 50px;
  margin: 0 0 30px;
  font-weight: 700;
  color: #f4c92d;
}
.sucess h4 {
  color: white;
  display: inline-block;
  margin-left: 20px;
  font-size: 46px;
  font-weight: 700;
}
.sucess h4 span {
  display: block;
  text-align: left;
  color: #e6e9ef;
  font-size: 20px;
  font-weight: 300;
}
.hire-ser:after {
  display: none;
}
header .logo img {
  max-width: 65%;
}
.our-banner {
  height: 690px;
}
.testimonial .item p strong {
  display: block;
  margin: 0 0 3px;
}
.testimonial .item {
  height: 260px;
}
footer .ftr.logo img {
  max-width: 47%;
}
.terms {}
.terms h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.terms p {
  font-size: 15px;
  margin: 0 0 20px;
}
.terms ul {}
.terms ul li {
  font-size: 15px;
  margin: 0 0 10px;
}
.btn-yellow:hover {
  background: #e1ba2b;
  color: #000;
}
input.required.error, textarea.required.error, select.required.error {
  border-bottom: red 2px solid !important;
}
label.error {
  display: none !important;
}
.genre-process p {
  color: white;
  width: 46%;
}
.genre-process .concept p {
  color: #000;
  width: 100%;
}
.testimonial .item h6 span {
  display: block;
  color: #666;
}
.coverdesign-imagine .box img {
  top: 10px;
  max-width: 43px;
  right: 20px;
}
.coverdesign-imagine .box h4 {
  margin-top: 10px;
}
.inner-pricing .heading {
  text-align: center;
}
.inner-pricing .heading h2:after {
  right: 0;
  margin: auto;
}
.inner-pricing .row {
  justify-content: center;
}