.nav-bar,
header {
  position: static !important;
}

.btn,
.inner-form .menu li,
.self-pub .author .auth-bio span,
.self-pub .author .auth-img span,
.self-pub h3,
.testmonial .self-pub .date,
.testmonial .self-pub h3,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea.input-control.form-control,
ul li {
  font-family: "Proxima Nova A";
}

.faq-sec .card-body p,
footer p,
footer ul li a {
  font-size: 15px;
}

header {
  top: auto !important;
  z-index: auto !important;
  background: 0 0;
}

.form-chat h3,
.form-chat h4,
.nav-bar ul.menu li a,
.title {
  text-transform: uppercase;
}

.book-box h3,
h1 {
  text-transform: capitalize;
}

.modal,
footer .logo img {
  max-width: 50%;
}

@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: #c52d3a;
  display: contents;
}

.secondary-color {
  color: #298db1;
  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: 40px 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: 46px;
  line-height: 44px;
}

h2 {
  color: #fff;
  font-size: 45px;
  line-height: 43px;
}

footer p,
p {
  font-weight: 400;
}

p,
ul li {
  font-size: 17px;
  text-align: justify;
  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;
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }

  100% {
    transform: translateY(0);
  }
}

.blog-content p,
.book-box h3,
.copyright,
.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: #298db1;
  background: 0 0;
}

button:focus,
button:hover {
  color: #f8b830;
  background: 0 0;
}

.btn-green,
.btn-orange,
.btn-white-border {
  padding: 8px 30px;
  background: #298db1;
  border-radius: 30px;
  color: #fff !important;
  border: 2px solid #298db1;
  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: 0;
  top: 30px;
  left: -50px;
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: 0.5s;
  width: 300px;
  background: linear-gradient(110deg, #684e3f 0, #222 60%);
}

header nav ul li .dropdown-menu a:hover,
header nav ul li.dropdown {
  position: relative;
  z-index: 100 !important;
  visibility: visible;
}

header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 10px;
  font-size: 14.4px !important;
  margin: 0;
  display: inline-block !important;
  z-index: 100 !important;
  width: 100%;
  font-weight: 600;
}

header nav ul li .dropdown-menu a:hover {
  background: #298db1 !important;
  color: #fff !important;
}

.btn.btn-orange,
.button-open {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.button-open {
  margin-top: 0;
}

.button-open .btn.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
}

.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0;
}

.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.banner-arrow-down,
.main-banner,
.main-body,
footer {
  position: relative;
}

.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: linear-gradient(110deg, #684e3f 0, #222 60%);
  width: 100%;
}

.nav-bar ul li a img {
  max-width: 27%;
  padding-right: 10px;
}

.nav-bar ul li a.active::before {
  background: #298db1;
  position: absolute;
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important;
}

.nav-bar ul li a::before {
  width: 0;
  background: #298db1;
  position: absolute;
}

.nav-bar ul li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #298db1 !important;
}

.btn-green:hover {
  background: 0 0 !important;
  border-color: #298db1;
  color: #298db1 !important;
  transform: scale(0.9);
  transition: 0.5s !important;
}

.btn-orange:hover,
.form-sec input#register:hover,
.social-icons li a i:hover,
footer ul li a.active,
footer ul li a:hover {
  color: #c52d3a !important;
}

.input-control,
select#ser-select {
  /* margin: 7px 4px; */
  font: -webkit-control;
  /* height: calc(2.25rem + 8px) !important; */
  padding: 12px 15px;
  width: 75%;
  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;
}

select {
  /* margin: 7px 4px; */
  font: -webkit-control;
  height: calc(2.25rem + 8px) !important;
  padding: 12px 15px;
  width: 94%;
  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;
}

footer {
  background: linear-gradient(161deg, #298db1 0, #181818 50%);
  padding: 0;
}

textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  padding: 7px 15px;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}

input.required.error,
select.required.error,
textarea.required.error {
  border: 1.5px solid red !important;
}

label.error {
  display: none !important;
}

.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #fff;
  display: block;
  line-height: 15px;
}

.chota_fnt a,
.title {
  color: #c52d3a;
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important;
}

.whatsapp-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}

.whatsapp-chat ul li {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding: 0;
}

.whatsapp-chat ul li .orText {
  font-size: 13px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 30%);
  box-shadow: 0 0 0 5px #ffffff4d;
  z-index: 10;
  color: #000;
}

.whatsapp-chat ul li a {
  font-size: 14px;
  padding: 9px 0;
}

.whatsapp-chat ul li a {
  color: #fff !important;
  display: block;
  text-align: center;
  background-color: #298db1;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
}

.whatsapp-chat ul li:last-child a {
  background: #c52d3a;
}

a#goto-top {
  position: fixed;
  bottom: 110px;
  right: 30px;
  color: #fff;
  background: #c52d3a;
  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 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 {
  background: url("../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: linear-gradient(97deg, #298db1 0, #181818 50%);
  z-index: -1;
  opacity: 0.9;
}

.main-banner {
  padding: 130px 0 40px;
  margin-top: -110px;
  overflow: hidden;
}

.b-left-img {
  width: 100%;
}

.head-form,
.inner-form .get-started-form.main-form {
  margin: auto;
  background: linear-gradient(-18deg, #4a4a4a 0, #6868687a 50%);
  background: #68686882;
  border-radius: 40px;
  padding: 40px 0;
  position: relative;
}

.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: 94%;
  /* margin-left: 4px !important; */
}

.head-form::before {
  content: "";
  box-shadow: 0 0 80px #332221;
  width: 200px;
  height: 200px;
  background: #332221;
  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 #298db1;
  width: 200px;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}

.banner-arrow-down {
  background: #c52d3a;
  width: 70px;
  height: 70px;
  margin: -20px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  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: #c52d3a;
  border-color: #c52d3a;
}

.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 #c52d3a78;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.btn-green::after {
  box-shadow: 0 0 0 15px #298db178 !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 #dc4437;
  border-top: 0;
  padding: 10px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(-22deg, #c52d3a61 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 #dc4437;
  width: 25%;
  position: fixed;
  right: -50%;
  top: 150px;
  background: linear-gradient(48deg, #c52d3acc 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: #298db1;
  letter-spacing: -1px;
  line-height: 13px;
}

.form-chat h4 {
  font-size: 18px;
  color: #c52d3a;
}

.book-box h3,
.book-box p {
  color: #fff;
  text-align: left;
}

.book-box {
  border-radius: 15px;
  background: #68686882;
  height: 370px;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.book-box:before {
  background-color: #c52d3a;
  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: #298db163;
  padding: 40px 50px;
  border-radius: 40px;
  position: relative;
}

.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;
}

.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: #298db1;
}

.book-box img {
  position: relative;
  height: 60%;
  transition: 0.5s;
}

.apart .book-box {
  height: 205px;
  display: flex;
}

.book-box h3 {
  font-size: 26px;
  line-height: 28px;
  margin: 10px 0 0;
  font-weight: 700;
}

.book-box p {
  font-size: 13px;
  padding: 0;
  line-height: 20px;
}

.service-slide h4,
.social-icons li a,
.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: #c52d3a;
  text-align: center;
  margin-top: -50px;
  transform: rotate(-3deg);
}

.cta,
.form-sec form {
  background: linear-gradient(110deg, #684e3f 0, #222 60%);
}

.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: #298db1;
  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: #298db1;
}

.who .intro2,
.who .intro4 {
  position: relative;
  padding-right: 20px;
  text-align: left;
}

.blogs,
.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: #298db1;
  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: #298db1;
}

.who .intro3::before {
  content: "3";
}

.who .intro4::before {
  content: "4";
}

.who .intro5::before {
  content: "5";
}

.cta,
.writing img {
  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;
  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-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;
}

.self-pub .author .auth-img {
  background: #c52d3a;
  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;
  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;
  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: #c52d3a;
  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: 110px;
  top: -196px;
  width: 70%;
}

.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: #c52d3a;
  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;
}

.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: #298db1;
  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;
}

.popupform .popup-bann,
.popupform .popup-bann img,
.social-icons li {
  display: inline-block;
}

.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;
}

.pointers1 p,
.pointers2 p {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: #c52d3a !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: #298db1;
  border: 2px solid #298db1;
  position: relative;
}

.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a.active::before {
  content: "";
  border-color: #298db1 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 {
  max-width: 350px;
  position: relative;
  z-index: 3;
}

.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: #c52d3a;
  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 red !important;
  color: red !important;
}

a.btn.btn-orange.fancy {
  animation: 3s linear infinite tada;
  transition: 0.5s;
}

.animated-heading {
  display: inline-block !important;
  overflow: hidden;
  white-space: wrap;
}

.blinking-cursor {
  border-right: 3px solid #c52d3a;
  animation: 1s step-end infinite animateHeading;
}

@keyframes animateHeading {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-screen {
    display: none !important;
  }

  .mobile-screen {
    display: block !important;
  }

  .nav-bar a.logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-bar a.logo img {
    max-width: 100%;
  }

  .blink {
    display: block !important;
    text-align: center;
    animation: blinkText 1s infinite;
  }

  @keyframes blinkText {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .pointers-container {
    flex-direction: column;
    gap: 0px !important;
  }

  .whatsapp-chat {
    display: block !important;
  }

  .centeredTextOnSmallScreen {
    text-align: center !important;
  }

  .modal-content {
    width: 100%;
    max-width: 100%;
  }

  .pointers-container {
    justify-content: center !important;
    align-items: center !important;
  }

  .centeredBtnsOnSmallScreen {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media(max-width: 480px) {


  .pointers-container li {
    text-align: center !important;
    list-style-type: none !important;
  }
}

.pointers-container {
  display: flex;
  max-width: 100%;
  /* justify-content: space-between; */
  gap: 20px;
  margin-bottom: 30px !important;
}

.pointers1,
.pointers2 {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pointers1 p,
.pointers2 p {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.self-publish {
  padding: 40px;
  background: #434343;
  border-bottom: 5px solid #c52d3a;
  box-shadow: 1px 1px 5px #c52d3a;
  cursor: pointer;
  height: 420px;
}

.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: -20px;
  background: #c52d3a;
  color: #fff;
}

.self-publishing .owl-carousel .owl-nav button.owl-next {
  right: -1150px;
  left: 0;
  margin: auto;
  background: #c52d3a;
  color: #fff;
}

.publishing .book-box h4 {
  text-align: left;
  font-size: 19px;
}

.publishing .book-box {
  height: 470px;
}

.inner-banner .container {
  background: linear-gradient(90deg, #298db140 0, #298db161 50%);
  padding: 0 40px;
  border-radius: 50px;
  border: 1px solid #298db1;
}

.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;
}

.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-size: 17px;
  list-style: disc;
  margin-left: 20px;
}

.service .book-box {
  height: 370px;
}

.service .book-box img {
  width: 45%;
  height: 40%;
  filter: brightness(2);
}

.social-icons li {
  padding: 10px 10px 0 0;
}

.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;
}


.collapse {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapse.show {
  display: block;
}

.top {
  background: #c52d3a;
}