@import url("../../css2");
html {
  overflow-x: hidden;
}
.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li {
  font-family: "Proxima Nova A";
}
footer p,
footer ul li a {
  font-size: 15px;
}
.form-chat h3,
.form-chat h4,
.nav-bar ul.menu li a,
.title {
  text-transform: uppercase;
}
.modal,
footer .logo img {
  max-width: 100%;
}
@font-face {
  font-family: "Proxima Nova A";
  src: url("../fonts/ProximaNovaA-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNovaA-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova A";
  src: url("../fonts/ProximaNovaA-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNovaA-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova A";
  src: url("../fonts/ProximaNovaA-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNovaA-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0 !important;
  text-decoration: none !important;
  transition: auto;
  color: #008c71;
}
.primary-color {
  color: #0ac1c6;
  display: contents;
}
.secondary-color {
  color: #0ac1c6;
  display: contents;
}
.input-control:focus,
.input-control:hover {
  transition: 0.7s;
  color: #1c1c1c;
  background: 0 0;
}
.input-control:focus::-moz-placeholder,
.input-control:hover::-moz-placeholder {
  color: #fff;
}
.input-control:focus::placeholder,
.input-control:hover::placeholder {
  color: #fff;
}
.input-control::-moz-placeholder {
  color: #fff;
}
.input-control::placeholder {
  color: #fff;
}
.banner-form .input-control::placeholder {
  color: #686868;
}
section {
  padding: 60px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}
.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  color: #fff;
}
h1,
h2 {
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 53px;
  text-transform: capitalize;
  line-height: 62px;
}
h2 {
  color: #fff;
  font-size: 45px;
  line-height: 43px;
}
footer p,
p {
  font-weight: 400;
}
p,
ul li {
  font-size: 17px;
  margin: 0;
  color: #fff;
}
#cross,
.dropdown-menu-submenu a:hover::before,
.mobile-screen,
.nav-bar ul li .btn-chat:hover::before,
.nav-bar ul li .btn-green:hover::before,
.nav-bar ul li.phone a:hover::before,
.nav-bar ul.menu.dropdown,
header nav ul li .dropdown-menu a:hover::before {
  display: none;
}
.sticky-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s ease-in-out;
  /* background: linear-gradient(110deg, #684e3f 0, #222 60%); */
  background-color: #000000;
  animation: 1s header-animation;
  border-bottom: 4px solid #0ac1c6;
}
@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }
  100% {
    transform: translateY(0);
  }
}
.inner-form h3,
.nav-bar {
  padding: 10px 0;
}
.nav-bar ul.menu {
  position: relative;
  text-align: right;
}
.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 15px;
}
.nav-bar ul.menu li a {
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
.nav-bar ul li a.active::before,
.nav-bar ul li a::before {
  height: 2px;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  left: 0;
  right: 0;
  content: "";
}
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover {
  color: #0ac1c6;
  background: 0 0;
}
button:focus,
button:hover {
  color: #f8b830;
  background: 0 0;
}
.btn-green,
.btn-orange,
.btn-white-border {
  padding: 8px 30px;
  background: #fff;
  border-radius: 30px;
  color: #000 !important;
  border: 2px solid #0ac1c6;
  font-size: 15px !important;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.btn-chat {
  background: 0 0;
  border: 2px solid #00a6cc;
  color: #00a6cc !important;
}
.btn-chat:hover {
  background: linear-gradient(180deg, #1f3d74 50%, #3762ab 100%);
}
.dropdown-menu-submenu,
header nav ul li.dropdown:hover .dropdown-menu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 20px 0;
  top: 30px;
  left: -180px;
}
header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: 0.5s;
  width: 600px;
  background: #0ac1c6;
  border: 1px solid #0ac1c6;
}
header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
}
header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 5px 20px;
  font-size: 15px !important;
  margin: 0;
  display: inline-block !important;
  z-index: 100 !important;
  width: 48%;
}
header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #0ac1c6 !important;
  color: #fff !important;
}
.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0;
}
.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: #070f30;
}
header {
  background: 0 0;
  position: relative;
  z-index: 5;
}
.nav-bar ul li a img {
  max-width: 27%;
  padding-right: 10px;
}
.nav-bar ul li a.active::before {
  background: #000000;
  position: absolute;
  width: 100%;
  animation: 1s forwards fill;
  color: #ffff !important;
}
.nav-bar ul li a::before {
  width: 0;
  background: #000000;
  position: absolute;
}
.nav-bar ul li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #0ac1c6 !important;
}
.btn-green:hover {
  background: 0 0 !important;
  border-color: #0ac1c6;
  color: #0ac1c6 !important;
  transform: scale(0.9);
  transition: 0.5s !important;
}
.btn-orange:hover,
.form-sec input#register:hover,
footer ul li a.active,
footer ul li a:hover {
  color: #0ac1c6 !important;
}
.input-control:hover {
  border: 1px solid #0abfc3;
}
.input-control,
select#ser-select {
  margin: 7px 4px;
  font: -webkit-control;
  height: calc(2.25rem + 8px) !important;
  padding: 23px 15px;
  width: 100%;
  font-family: "Proxima Nova A";
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  /* background: #686868; */
  /* border: 1px solid #686868; */
  outline: 0;
  border-radius: 4px;

  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  border: 1px solid rgba(10, 193, 198, 0.96);
}
.book-box h3,
.copyright {
  padding: 10px 0;
}
.copyright,
footer {
  background: #000000;
  position: relative;
}
textarea.input-control.form-control {
  margin: 7px 5px !important;
  width: 100%;
  padding: 12px 15px !important;
  font-family: "Proxima Nova A";
  overflow: hidden;
  border-radius: 8px;
  resize: none;
}
input.required.error,
select.required.error,
textarea.required.error {
  border: 1.5px solid #0ac1c6 !important;
}
label.error {
  display: none !important;
}
.chota_fnt {
  font-size: 10px;
  margin: 9px 0;
  color: #fff;
  display: block;
  line-height: 15px;
}
.chota_fnt a,
.title {
  color: #fff;
}
.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important;
}
a#goto-top {
  position: fixed;
  bottom: 110px;
  right: 30px;
  color: #fff;
  background: #0ac1c6;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: 0.5s !important;
  opacity: 0;
  visibility: hidden;
}
a#goto-top i {
  padding-bottom: 3px;
  font-weight: 600;
}
a#goto-top.show {
  opacity: 1;
  visibility: visible;
}
a#goto-top:hover {
  transform: scale(1.2);
}
footer {
  padding: 60px 0 0;
}
footer ul li a {
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: 0.5s;
}
footer ul li a i {
  color: #fff;
  margin-right: 10px;
}
.copyright ul.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.copyright a,
.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}
.main-body {
  overflow-x: hidden;
  position: relative;
  background: url("https://www.prodigypublishers.com/assets/images/body.webp") 0
    0 / cover no-repeat;
  z-index: 2;
}
.main-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 193, 198);
  background: linear-gradient(
    82deg,
    rgba(10, 193, 198, 1) 0%,
    rgba(0, 0, 0, 1) 50%
  );
  z-index: -1;
  opacity: 0.9;
}
.main-banner {
  padding: 200px 0 160px;
  position: relative;
  margin-top: -79px;
  overflow: hidden;
}
.b-left-img {
  width: 100%;
  margin: 10% 0%;
}
.head-form,
.inner-form .get-started-form.main-form {
  width: 80%;
  margin: auto;
  border-radius: 40px;
  padding: 25px 43px;
  position: relative;
  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.11);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  border: 1px solid rgba(10, 193, 198, 0.6);
}
.head-form .get-started-form.main-form {
  margin: auto;
}
.head-form .get-started-form.main-form .input-control {
  width: 31%;
}
.head-form .get-started-form.main-form textarea.input-control.form-control {
  width: 95.5%;
  margin-left: 4px !important;
}
.head-form::before {
  content: "";
  box-shadow: 0 0 80px #25bec4;
  width: 200px;
  height: 200px;
  background: #10eff7;
  filter: blur(50px);
  position: absolute;
  left: -180px;
  top: -30px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}
form h4 {
  font-size: 35px;
}
.our-service,
.testmonial {
  overflow: hidden;
}
.our-service::before,
.testmonial::before {
  content: "";
  background: 0 0;
  position: absolute;
  right: -210px;
  bottom: 240px;
  box-shadow: -270px 0 150px #0ac1c6;
  width: 200px;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}
.banner-arrow-down {
  background: #0ac1c6;
  width: 70px;
  height: 70px;
  margin: -20px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.btn.btn-green i {
  font-size: 25px;
  font-weight: 300;
  margin-left: 5px;
  animation: 2.5s linear infinite headShake;
  -webkit-animation: 2.5s linear infinite headShake;
  -moz-animation: 2.5s linear infinite headShake;
}
.banner-arrow-down i {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  -webkit-animation: 4s infinite alternate bounce;
  -moz-animation: 4s infinite alternate bounce;
  animation: 4s infinite alternate bounce;
}
.banner-arrow-down:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -39px;
  background: url("../images/r-arrow.webp") 100%/100% 100% no-repeat;
  width: 100%;
  height: 100%;
  padding: 75px;
  animation: 8s linear infinite a;
  -webkit-animation: 8s linear infinite a;
  -moz-animation: 8s linear infinite a;
}
.book-box:before,
.btn-green:after,
.btn-orange::after {
  top: 0;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
}
.main-banner img:hover {
  animation: 3s linear infinite pulse;
  -moz-animation: 3s linear infinite pulse;
  -webkit-animation: 3s linear infinite pulse;
  cursor: pointer;
  transform: scale(1.1);
  transition: 0.5s;
}
.title {
  font-size: 15px;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
.btn-orange {
  background: #0ac1c6;
  border-color: #0ac1c6;
}
.btn-orange:hover {
  background: 0 0;
  transform: scale(0.9);
  transition: 0.5s;
}
.btn-green:after,
.btn-orange::after {
  transition: 0.5s;
  animation: 3s cubic-bezier(0.25, 0, 0, 1) 4s infinite zoom;
  box-shadow: 0 0 0 15px #087f83;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.btn-green::after {
  box-shadow: 0 0 0 15px #0ac1c678 !important;
}
.book-box:hover img {
  animation: 2s linear infinite flipInY;
}
.book-box:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.form-widget {
  position: fixed;
  right: -110px;
  top: 370px;
  transform: rotate(90deg);
  cursor: pointer;
  border: 1px solid #0ac1c6;
  border-top: 0;
  padding: 10px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(-22deg, #0b898d 0, #212121 50%);
  transition: ease-In-Out 0.8s;
  -webkit-transition: ease-In-Out 0.8s;
  z-index: 4;
}
.form-widget img {
  animation: 2s linear infinite tada;
}
#form-widget2 {
  right: -50%;
}
.banner-form {
  border-radius: 20px 0 0 20px;
  padding: 40px 20px;
  box-shadow: 0 0 30px #0ac1c6;
  width: 25%;
  position: fixed;
  right: -50%;
  top: 150px;
  background: linear-gradient(48deg, #0b898d 0, #212121 50%);
  overflow: hidden;
  overflow-y: scroll;
  transition: ease-In-Out 0.8s;
  -webkit-transition: ease-In-Out 0.8s;
  z-index: 2;
}
.banner-form .input-control {
  margin: 7px 3px;
  background: #f5f5f5;
  height: calc(2.25rem + 8px) !important;
  width: 99.8%;
}
.form-chat {
  display: inline-block;
  padding-left: 10px;
  animation: 4s linear infinite zoomIn;
}
.form-chat h3 {
  font-size: 20px;
  color: #0ac1c6;
  letter-spacing: -1px;
  line-height: 13px;
}
.form-chat h4 {
  font-size: 18px;
  color: #0ac1c6;
}
.book-box h3,
.book-box p {
  color: #fff;
  text-align: left;
}
.book-box {
  border-radius: 15px;
  /* background: #68686882; */
  height: 419px;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.5s;

  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.07);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(10, 193, 198, 0.75);
}
.book-box:before {
  background-color: #0ac1c6;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  right: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.close,
.myImg {
  transition: 0.3s;
}
.book-box:hover:before {
  clip-path: circle(100% at 0% 100%);
}
.btn-learn {
  color: #008c71;
  font-size: 14px;
}
.marketing .container {
  /* background: #0ac1c663; */
  padding: 40px 50px 40px 50px;
  /* border-radius: 40px; */
  position: relative;

  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(10, 193, 198, 0.75);
}
.btn-white-border {
  border-color: #fff;
}
.btn-white-border:hover {
  transform: scale(0.9);
  transition: 0.5s;
}
.gallery,
.m-social,
.marketing .social-img,
.service-slide .item,
.service-slide-two .item {
  position: relative;
}
.m-social img {
  animation: 3s linear 3s pulse;
  border-radius: 50px;
}
.btn-learn i.fal.fa-long-arrow-right {
  font-size: 24px;
  animation: 2s linear infinite headShake;
  -webkit-animation: 2s linear infinite headShake;
  -moz-animation: 2s linear infinite headShake;
}
.our-books {
  background: #f4f4f4;
}
.portfolio .owl-theme .owl-dots .owl-dot.active span,
.portfolio .owl-theme .owl-dots .owl-dot:hover span,
.service-slide {
  background: #000000;
}
.book-box img {
  position: relative;
  height: 60%;
  transition: 0.5s;
}
.apart .book-box {
  height: 205px;
  display: flex;
}
.book-box h3 {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 28px;
  margin: 10px 0 0;
  font-weight: 700;
  justify-content: center;
  display: fles;
  display: flex;
  justify-content: center;
  text-align: center;
}
.book-box p {
  font-size: 13px;
  padding: 0;
  line-height: 20px;
}
.service-slide h4,
.who h5 {
  font-size: 20px;
}
.owl-dots {
  padding-top: 20px;
}
.portfolio .owl-carousel .owl-item img {
  border-radius: 15px;
  height: 400px;
}
.service-slide {
  padding: 10px 0;
  transform: rotate(2deg);
}
.service-slide-two {
  padding: 10px 0;
  background: #0ac1c6;
  text-align: center;
  margin-top: -50px;
  transform: rotate(-3deg);
}
.cta,
.form-sec form {
  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.07);
  padding: 70px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.8px);
  -webkit-backdrop-filter: blur(7.8px);
  border: 1px solid rgba(10, 193, 198, 0.75);
}
.service-slide-two h4 {
  font-size: 20px;
  color: #1c1c1c;
}
.service-slide .item::before,
.service-slide-two .item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 6px;
  border-radius: 10px;
}
.who .intro1::before,
.who .intro2::before,
.who .intro3::before,
.who .intro4::before,
.who .intro5::before {
  border-radius: 30px;
  padding: 3px 14px;
  position: absolute;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  font-family: "Proxima Nova A";
}
.service-slide-two .item::before {
  background: #1c1c1c;
}
.who h5 {
  letter-spacing: 2px;
  font-weight: 700;
}
.who .intro1,
.who .intro3,
.who .intro5 {
  position: relative;
  padding-left: 20px;
}
.who .intro1::before,
.who .intro3::before,
.who .intro5::before {
  content: "1";
  background: #000000;
  width: 40px;
  height: 40px;
  left: -40px;
  top: 0;
}
.who .intro1::after,
.who .intro3::after,
.who .intro5::after {
  content: "";
  width: 2px;
  height: 90px;
  position: absolute;
  left: -20px;
  top: 38px;
  background: #000000;
}
.who .intro2,
.who .intro4 {
  position: relative;
  padding-right: 20px;
  text-align: right;
}
.form-sec,
.form-sec p,
.self-pub .author,
.self-publish,
.web-tabs,
.web-tabs .borrow-tab {
  text-align: center;
}
.who .intro2::before,
.who .intro4::before {
  content: "2";
  background: #000000;
  width: 40px;
  height: 40px;
  right: -30px;
  top: 0;
}
.who .col-md-6 p {
  font-size: 15px;
  padding: 10px 0;
  font-weight: 600;
}
.who .intro2::after,
.who .intro4::after {
  content: "";
  width: 2px;
  height: 90px;
  position: absolute;
  right: -12px;
  top: 38px;
  background: #000000;
}
.who .intro3::before {
  content: "3";
}
.who .intro4::before {
  content: "4";
}
.who .intro5::before {
  content: "5";
}
.cta {
  border-radius: 20px;
}
.testmonial .item {
  margin: 5px !important;
}
.testmonial::before {
  top: 160px;
  z-index: 0;
  height: 150px;
}
.testmonial::after {
  top: 56%;
  right: -360px;
  z-index: -1;
}
.testmonial .self-pub h3 {
  font-size: 18px;
  font-family: "Proxima Nova A";
  line-height: 21px;
  padding: 14px 0;
}
.testmonial .self-pub {
  border-radius: 10px;
  position: relative;
  margin-top: 23px;
  padding-top: 0;
}
.testmonial .self-pub .date {
  font-family: "Proxima Nova A";
  font-size: 14px;
  color: #fff;
}
.testmonial .self-pub p {
  overflow: auto;
  padding: 5px 5px 5px 0;
  font-size: 14.5px;
  height: 110px;
}
.testmonial .self-pub p::-webkit-scrollbar {
  width: 5px;
}
.testmonial .self-pub p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6a757d;
}
.testmonial .self-pub p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px;
}
.self-pub {
  padding: 40px;
  background: #434343;
  box-shadow: 10px 0 10px #323232;
  cursor: pointer;
  margin: 0;
}
.self-pub h3 {
  padding: 10px 0;
  line-height: 30px;
  font-family: "Proxima Nova A";
}
.self-pub .author .auth-img {
  background: #0ac1c6;
  display: inline-block;
  padding: 13px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  margin: -20px 0 20px;
}
.self-pub .author .auth-img span {
  font-size: 25px;
  font-weight: 600;
  font-family: "Proxima Nova A";
  color: #fff;
}
.self-pub .author .auth-bio {
  display: block;
  padding-left: 8px;
}
.self-pub .author .auth-bio h6 {
  font-size: 19px;
  line-height: 8px;
}
.self-pub .author .auth-bio span {
  font-size: 13px;
  font-family: "Proxima Nova A";
  color: #fff;
}
.self-pub .author {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.self-pub i.fas.fa-star {
  background: 0 0;
  padding: 2px;
  font-size: 14px;
  color: #0ac1c6;
  margin: 0 -1px;
  cursor: pointer;
}
.form-sec .input-control {
  width: 48% !important;
  margin: 7px 1px !important;
}
.form-sec textarea.input-control.form-control {
  width: 97% !important;
  height: 100px !important;
}
.banner-form.widget .input-control {
  color: #495057 !important;
}
.faq-sec {
  position: relative;
  padding-bottom: 0;
}
.faq-sec img {
  position: absolute;
  left: 0px;
  top: -196px;
  width: 96%;
}
.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
  padding: 10px 0;
}
.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 6px 0;
}
.faq-sec .card {
  border-radius: 10px;
  border: none;
  border-bottom: 1px solid #4a4a4a;
  line-height: 24px;
  padding: 0 15px;
  margin: 4px 0 5px;
  width: 100%;
  display: inline-block;
  background: #4a4a4a;
}
.faq-sec .card-body {
  padding: 0 10px 20px;
}
.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #0ac1c6;
  top: 20px;
}
.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #f8b830;
}
.faq-sec .card-body p {
  font-size: 15px;
}
.web-tabs [class*="col-md-12"] {
  padding: 0;
  margin: 0;
}
.web-tabs .web-left-content {
  position: absolute;
  left: 70px;
  top: 297px;
}
.web-tabs .web-left-content ul li {
  padding: 15px 0;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: Poppins;
}
.web-tabs .web-left-content .btn-call {
  color: #000;
}
.web-tabs .web-left-content .btn-call span {
  font-size: 12px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  bottom: 0;
  background: #2d2d2d;
  font-size: 25px;
  display: flex;
  height: 45px;
  width: 45px;
  color: #747474;
}
.intro-video-tabs p,
.web-tabs p {
  font-size: 17px;
  padding: 20px 0;
}
.logos-tabs .info-work {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px 0;
  width: 25%;
}
.logos-tabs .info-work img,
.web-tabs .item img {
  margin: 0;
}
.borrow-tab h2,
.intro-video-tabs .borrow-tab h2 {
  font-size: 21px;
}
.borrow-tab h2::before {
  left: -1px;
  top: 28px;
}
.borrow-tab ul.nav.nav-tabs {
  align-items: center;
  text-align: center;
  border: 0;
  justify-content: center;
}
.web-tabs .borrow-tab {
  margin: auto;
  padding: 0 0 30px;
}
.borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 8px 28px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 2px;
}
.borrow-tab ul.nav.nav-tabs li a.active {
  background: #000000;
  border: none;
  position: relative;
}
.web-tabs .tab-content [class*="col-md-4"] {
  padding: 13px 0;
  margin: 0;
}
.web-tabs .item .info-work:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  transition: 1s;
  left: 0;
  right: 0;
  border-radius: 15px;
  top: 0;
  clip-path: circle(200% at 0 0);
  z-index: 0;
  opacity: 0.6;
}
.web-tabs .item .info-work:hover::before {
  opacity: 0;
  clip-path: circle(0 at 0 0);
}
.web-tabs .item .info-work:hover {
  transform: scale(1);
  filter: grayscale(0);
  transition: 0.5s;
  cursor: pointer;
  z-index: 1;
}
.logos-tabs .info-work:after,
.logos-tabs .info-work:before {
  width: 95% !important;
  height: 100% !important;
  left: 7px !important;
  top: 0 !important;
  content: "";
  position: absolute;
  transition: 1s;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 10px;
  transform: scale(0);
}
.logos-tabs .info-work:after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  /* -webkit-transform-origin: 0% 100%; */
}
.logos-tabs .info-work:before {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  /* -webkit-transform-origin: 100% 0%; */
}
.logos-tabs .info-work:hover::after,
.logos-tabs .info-work:hover::before {
  transform: scale(1);
}
.logos-tabs .info-work:hover img {
  border-radius: 10px;
}
.logos-tabs .info-work:hover {
  transform: scale(1.05);
  filter: drop-shadow(2px 4px 6px black);
  cursor: pointer;
  z-index: 9;
}
.logos-tabs .info-work,
.web-tabs .item .info-work {
  position: relative;
  transition: 0.5s;
  z-index: 1;
  filter: grayscale(1);
  transform: scale(0.95);
}
.myImg {
  border-radius: 5px;
  cursor: pointer;
}
.myImg:hover {
  opacity: 0.7;
}
.modal {
  display: none;
  padding: 15% 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 20%;
  border-radius: 20px;
}
.gallery span {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
}
.gallery span.prevbtn {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 0;
  width: 0;
}
.gallery span.nextbtn {
  position: absolute;
  top: 45%;
  right: 10%;
}
#caption,
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: -80px;
  right: 90px;
  font-family: "Font Awesome 5 Pro";
  font-size: 60px !important;
  font-weight: 200;
}
.close:focus,
.close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #0ac1c6 !important;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: -390px;
  bottom: 0;
  font-size: 35px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 60px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
[class*="owl-next"]:hover,
[class*="owl-prev"]:hover {
  color: #fff !important;
  background: #206644 !important;
}
.form-sec form {
  padding: 40px 20px;
  border-radius: 40px;
  width: 90%;
  margin: auto;
}
.intro-video-tabs .tab-pane {
  height: 180px;
}
.intro-video-tabs .borrow-tab ul.nav.nav-tabs {
  border: 0;
  padding-bottom: 30px;
}
.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 2px;
}
.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a.active {
  background: #000000;
  border: 2px solid #0ac1c6;
  position: relative;
}
.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a.active::before {
  content: "";
  border-color: #0ac1c6 transparent transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  left: 45%;
  bottom: -20px;
  width: 10px;
  height: 10px;
}
div#popupform {
  padding: 0;
  max-width: 1100px;
  overflow: hidden;
  background: 0 0;
}
.popupform .popup-bann {
  display: inline-block;
  max-width: 350px;
  position: relative;
  z-index: 3;
}
.popupform .popup-bann img {
  display: inline-block;
}
.popupform .popup-content {
  display: inline-block;
  max-width: 790px;
  height: 450px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 110px;
  margin: 10px 9px 0 -80px;
}
.popupform .popup-content h2 {
  position: relative;
  color: #1c1c1c;
  font-size: 32px;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 38px;
}
.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000;
}
.popupform .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins, sans-serif;
}
.popupform button.fancybox-button.fancybox-close-small {
  background: #0ac1c6;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}
.popupform .fancybox-button svg {
  color: #fff;
  top: -2px;
  left: 1px;
  font-weight: 900;
  padding: 3px;
}
input.btn.btn_brown {
  margin-bottom: 15px !important;
}
.popupform ::placeholder {
  color: #000;
}
.required.error,
select.required.error,
textarea.required.error {
  border: 0 !important;
  border-bottom: 2px solid #0ac1c6 !important;
  color: #0ac1c6 !important;
}
a.btn.btn-orange.fancy {
  animation: 3s linear infinite tada;
  transition: 0.5s;
}
.animated-heading {
  display: inline-block !important;
  overflow: hidden;
  white-space: nowrap;
  font-size: 50px;
}
.blinking-cursor {
  border-right: 3px solid #0ac1c6;
  animation: 1s step-end infinite animateHeading;
}
@keyframes animateHeading {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* .self-publish {
  padding: 40px;
  background: rgba(0, 0, 0, 0.59);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(0, 0, 0, 1);
  cursor: pointer;
  height: 420px;
} */
.self-publish {
  padding: 20px 30px;
  background: url("../images/newly/Perfume Background.jpeg") center/cover
    no-repeat;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(0, 0, 0, 1);
  cursor: pointer;
  height: 440px;
  position: relative;
}

.self-publish::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(12px);
  z-index: -1;
  border-radius: 16px;
}

.self-publish h3 {
  padding: 10px 0;
  line-height: 25px;
  font-size: 24px;
}
.self-publishing .owl-carousel .owl-nav {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 200px;
}
.self-publishing .owl-carousel .owl-nav button.owl-prev {
  left: -80px;
  background: #0ac1c6;
  color: #fff;
}
.self-publishing .owl-carousel .owl-nav button.owl-next {
  right: -1230px;
  left: 0;
  margin: auto;
  background: #0ac1c6;
  color: #fff;
}
.publishing .book-box h4 {
  text-align: left;
  font-size: 19px;
}
.publishing .book-box {
  height: 470px;
}
.inner-banner .container {
  background: linear-gradient(90deg, #0ac1c640 0, #0ac1c661 50%);
  padding: 0 40px;
  border-radius: 50px;
  border: 1px solid #0ac1c6;
}
.inner-banner .banner-arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}
.inner-form .get-started-form.main-form {
  /* background: #68686882; */
  padding: 50px 30px;
  margin: auto 0;
  /* From https://css.glass */
  background: rgba(10, 193, 198, 0.11);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  border: 1px solid rgba(10, 193, 198, 0.6);
}
.inner-form .get-started-form.main-form textarea {
  width: 100%;
  margin-left: 3px !important;
}
.inner-banner h1 {
  line-height: 40px;
  font-size: 40px;
}
.inner-form .menu li {
  color: #fff;
  font-family: "Proxima Nova A";
  font-size: 17px;
  list-style: disc;
  margin-left: 20px;
}
.service .book-box {
  height: 370px;
}
.service .book-box img {
  width: 45%;
  height: 40%;
  filter: brightness(2);
}
.writing img {
  border-radius: 20px;
}
.social-icons li {
  display: inline-block;
  padding: 10px 10px 0 0;
}
.social-icons li a {
  font-size: 20px;
}
/* .social-icons li a i:hover {
  color: !important;
} */
.blogs {
  text-align: center;
}
.blogs img {
  max-width: 100%;
  padding-bottom: 20px;
}
.blog-content .list-item li {
  list-style: disc;
  margin-left: 20px;
  color: #fff;
}

.blog-content .list-item li::marker {
  color: #fff;
  font-size: 25px;
}
.terms h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0;
}
/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: #0ac1c6;
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}
.main-content .defult-btn {
  color: #fff;
  margin-top: 1rem;
}

.cta .paragraph {
  font-size: 15px;
  padding-bottom: 30px;
  /* width: 90%; */
}

/* Thanks You Page  */

/* plans  */

.titleserve {
}

.tabs {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #91919159;
  margin: 70px 0px 35px 0px;
}

.tabs ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 50px;
}

.tabs li {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

.tabs li.active {
  font-weight: bold;
  color: white;
}

.tabs li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: white;
}

.tabs-content-frontend {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.blocks {
  text-align: center;
  width: calc(100% / 6 - 15px);
}

.blocks img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  background-color: white;
}

.blocks p {
  font-size: 18px;
  margin: 10px 0px;
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
  .btn-green {
    display: none;
  }
  form h4 {
    font-size: 25px;
  }
  .input-control,
  select#ser-select {
    margin: 7px 4px;
    height: calc(2.25rem + 8px) !important;
  }
  .section {
    padding: 20px 0;
  }
  .self-publish {
    margin: 0px 10px;
  }
  .faq-sec img {
    position: sticky;
  }
  .inner-banner .container {
    padding: 40px 40px;
  }
  .myimg {
    margin-top: 20%;
  }
  .tabs ul {
    gap: 0px;
  }
  .tabs li {
    padding: 10px 14px;
    font-size: 15px;
  }
  .blocks {
    text-align: center;
    width: calc(100% / 6 - 2px);
  }
  .blocks img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .blocks p {
    font-size: 9px !important;
    margin: 10px 0px;
  }
  .head-form {
    margin-top: 10%;
    width: 100%;
    padding: 25px 15px;
  }
  .m-social {
    margin-top: 15%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .animated-heading {
    font-size: 40px;
}
.inner-form .get-started-form.main-form {
  width: 100%;
  padding: 25px 15px;
}
}
