.btn-learn {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.offer-slide {
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
}

.banner-form-title {
  font-size: 30px;
  font-weight: bold;
}

.banner-form-title>span {
  font-size: 40px;
  color: #f2d711;

}

.blog-content h3,
.blog-content h5,
.nav-bar,
.top-bar,
.web-tabs .borrow-tab ul.nav.nav-tabs li {
  padding: 10px 0
}

.fold,
.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0
}

a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0 !important;
  text-decoration: none !important;
  transition: auto;
  color: #008c71
}

.primary-color {
  color: #f8b830;
  display: contents
}

.input-control:focus,
.input-control:hover {
  transition: .7s;
  color: #1c1c1c
}

.input-control:focus::-moz-placeholder,
.input-control:hover::-moz-placeholder {
  color: #595959
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
  color: #595959
}

.input-control::-moz-placeholder {
  color: #595959
}

.input-control::placeholder {
  color: #747474
}

.banner-form .input-control::placeholder {
  color: #595959
}

section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
  border-radius: 0 0 80px 80px
}

.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  color: #19233f
}

h1,
h2 {
  color: #014d4e
}

h1 {
  font-size: 40px;
  line-height: 40px;
  padding: 10px 0 0;
  margin: 0
}

h2 {
  font-size: 29px;
  letter-spacing: 0;
  margin: 0;
  line-height: 38px
}

p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #595959
}

#cross,
.dropdown-menu-submenu a:hover::before,
.mobile-screen,
.nav-bar ul li .btn-chat:hover::before,
.nav-bar ul li .btn-yellow: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
}

.top-bar {
  border-radius: 0;
  background: #880808
}

.top-bar ul.menu a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: .5s;
  text-transform: uppercase
}

.top-bar ul.menu a:hover {
  color: #f8b830
}

.sticky-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: .3s ease-in-out;
  background: #880808;
  animation: 1s header-animation;
  border-bottom: 4px solid #f8b830
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px)
  }

  100% {
    transform: translateY(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: #014d4e;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: .5s
}

.nav-bar ul li a.active::before,
.nav-bar ul li a::before {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: -15px;
  transition: width .5s !important;
  right: 0
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover,
button:focus,
button:hover {
  color: #f8b830;
  background: 0 0
}

.btn-green,
.btn-yellow,
input#register {
  padding: 8px 30px;
  background: #f8b830;
  border-radius: 30px;
  border: 2px solid #f8b830;
  font-size: 15px !important;
  text-transform: uppercase
}

.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: -80px
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: .5s;
  width: 310px;
  background: #00c5c8;
  border: 1px solid #00c5c8
}

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;
  z-index: 100 !important
}

header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #f8b830 !important;
  color: #fff !important
}

.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: 6
}

.nav-bar ul li a img {
  max-width: 27%;
  padding-right: 10px
}

.nav-bar ul li a.active::before {
  background: #f8b830;
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important
}

.nav-bar ul li a::before {
  width: 0;
  background: #f8b830
}

.nav-bar ul li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #f8b830 !important
}

.btn-yellow:hover,
input#register:hover {
  background: #00c5c8 !important;
  border-color: #fff;
  color: #fff !important
}

.input-control {
  margin: 7px 4px;
  font: -webkit-control;
  height: calc(2.25rem + 8px) !important;
  padding: 12px 15px;
  width: 48%;
  font-family: Poppins, sans-serif;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  background: #f5f5f5;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px
}

.copyright,
footer {
  background: #262323;
  position: relative
}

textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 99%;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none
}

input.required.error,
select.required.error,
textarea.required.error {
  border: 1.5px solid red !important
}

.book-box:before,
.list li:before {
  position: absolute;
  border-radius: 10px;
  left: 0;
  content: ""
}

label.error {
  display: none !important
}

.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #070f30;
  display: block;
  line-height: 15px
}

.chota_fnt a {
  color: #070f30;
  text-decoration: underline
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important
}

a#goto-top {
  position: fixed;
  bottom: 50px;
  left: 30px;
  color: #fff;
  background: #f8b830;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: .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: 150px 0 0;
  color: #fff;
  margin-top: -70px;
  z-index: 0
}

.web-tabs img,
footer .logo img {
  max-width: 100%
}

footer p {
  font-size: 13px;
  font-weight: 300
}

footer ul li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}

footer ul li a.active,
footer ul li a:hover {
  color: #f8b830 !important
}

footer ul li a i {
  color: #fff;
  margin-right: 10px
}

.copyright {
  padding: 10px 0
}

.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-banner {
  padding: 130px 0 80px;
  position: relative;
  margin-top: -110px;
  background-color: #f3f7ff;
  z-index: 5
}

.main-banner img {
  animation: 7s linear infinite tada;
  -moz-animation: 7s linear infinite tada;
  -webkit-animation: 7s linear infinite tada
}

.think img {
  animation: 7s linear infinite swing;
  -webkit-animation: 7s linear infinite swing;
  -moz-animation: 7s linear infinite swing
}

.green-bg {
  background: url("../images/banner.webp") 0 0/cover no-repeat
}

h5.title {
  text-transform: uppercase;
  font-size: 18px
}

.banner-form h2 {
  color: #014d4e
}

.btn-green {
  background: #008c71;
  color: #fff;
  border-color: #008c71;
  transition: .5s
}

.btn-green:hover {
  color: #008c71;
  background: 0 0;
  transform: scale(.9)
}

.blog-content .self-pub:hover,
.store-cat:hover {
  transform: scale(1.1)
}

.banner-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px
}

.banner-form .input-control {
  width: 32%;
  margin: 7px 3px;
  background: #f5f5f5;
  height: calc(2.25rem + 8px) !important
}

.banner-form textarea.input-control.form-control {
  width: 98.5%;
  display: inline-block
}

.logo-slider img {
  box-shadow: 1px 1px 7px #ccc;
  padding: 10px;
  border-radius: 7px;
  margin: 5px
}

.logo-slider {
  background: #f3f7ff;
  border-radius: 0;
  padding-top: 100px;
  margin-top: -60px;
  z-index: 0
}

.think {
  background: #f3f7ff;
  z-index: 5
}

.list li {
  font-size: 16px;
  padding: 4px 0 4px 20px;
  position: relative;
  font-family: Poppins, sans-serif
}

.list li:before {
  width: 10px;
  height: 10px;
  top: 11px;
  background: #008c71
}

.our-service {
  margin-top: -80px;
  padding-top: 150px;
  z-index: 3
}

.book-box {
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 15px;
  background: #fff;
  height: 370px;
  padding: 20px;
  position: relative;
  z-index: 1
}

.book-box:before {
  background-color: #cccccc87;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: -1
}

.book-box:hover:before {
  clip-path: circle(200% at 0 0)
}

.btn-learn {
  color: #008c71;
  font-size: 14px
}

.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
}

.book-box img {
  max-width: 60% !important;
  position: relative;
  right: -106px;
  height: 161px;
  animation: 4s linear infinite flipInY
}

.apart .book-box {
  height: 205px;
  display: flex
}

.book-box h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  line-height: 21px;
  padding: 10px 0;
  color: #014d4e
}

.book-box p {
  font-size: 12px;
  padding: 0;
  text-align: left;
  line-height: 20px;
  height: 90px
}

.web-tabs {
  background: #ffce26;
  z-index: 2;
  margin-top: -80px;
  padding-top: 150px;
  position: relative
}

.book-dis-tabs .web-left-content,
.web-tabs .web-left-content {
  position: absolute;
  left: 70px;
  top: 297px
}

.web-tabs h2 {
  padding-top: 10px;
  line-height: 30px
}

.web-tabs p {
  font-size: 15px;
  padding: 20px 0
}

.web-tabs .borrow-tab ul.nav.nav-tabs {
  display: block;
  border: none
}

.web-tabs .borrow-tab {
  text-align: center;
  margin: auto;
  position: absolute;
  right: -20%;
  bottom: -210px
}

.web-tabs .borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
  color: #a38621;
  text-transform: uppercase;
  position: relative
}

.web-tabs .borrow-tab ul.nav.nav-tabs li a.active {
  color: #1a1a1a
}

.web-tabs .borrow-tab ul.nav.nav-tabs li a::before {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 9px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #a38621
}

.fold {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  border-width: 0;
  border-style: solid;
  background: #f8b830;
  display: block;
  border-color: transparent #fff;
  -webkit-transition: border-width .5s ease-out;
  -moz-transition: border-width .5s ease-out;
  -ms-transition: border-width .5s ease-out;
  -o-transition: border-width .5s ease-out;
  transition: border-width .5s ease-out
}

.web-tabs .info-work {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  margin: 0
}

.web-tabs .borrow-tab ul.nav.nav-tabs li a.active::before {
  background: #1a1a1a;
  height: 13px;
  bottom: 5px
}

.owl-dots {
  padding-top: 20px
}

.testmonial {
  padding: 150px 0 60px;
  background: #f3f7ff;
  margin-top: -70px
}

.testmonial .self-pub h3 {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 21px;
  padding: 14px 0
}

.testmonial .self-pub {
  direction: ltr;
  border-radius: 10px
}

.testmonial .self-pub .date {
  font-family: Poppins, sans-serif;
  font-size: 14px
}

.testmonial .self-pub p {
  overflow: auto;
  height: 200px;
  padding: 5px 5px 5px 0;
  font-size: 14.5px
}

.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: #fff;
  box-shadow: 0 1px 7px #ccc;
  cursor: pointer
}

.self-pub h3 {
  padding: 10px 0;
  line-height: 30px;
  font-family: Poppins, sans-serif
}

.self-pub .author .auth-img {
  background: #89959f;
  display: inline-block;
  padding: 6px 13px;
  border-radius: 40px
}

.self-pub .author .auth-img span {
  font-size: 20px;
  font-family: Poppins, sans-serif;
  color: #fff
}

.self-pub .author .auth-bio {
  display: inline-block;
  padding-left: 8px
}

.self-pub .author .auth-bio h6 {
  font-size: 14px;
  line-height: 8px
}

.self-pub .author .auth-bio span {
  font-size: 13px;
  font-family: Poppins, sans-serif;
  color: #909090
}

.self-pub .author {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  display: flex;
  align-items: end
}

.self-pub i.fas.fa-star {
  background: #00b67a;
  padding: 4px;
  font-size: 11px;
  color: #fff;
  margin: 0 -1px;
  cursor: pointer
}

.form-sec {
  margin-top: -80px;
  padding: 150px 0 60px;
  z-index: 1
}

.form-sec .get-started-form.main-form {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px
}

.form-sec .get-started-form.main-form .input-control,
.form-sec .get-started-form.main-form textarea.input-control.form-control {
  width: 100% !important;
  margin: 7px 1px !important
}

.faq-sec .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link:after {
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 20px;
  color: #f8b830;
  right: 0
}

.faq-sec {
  z-index: 2;
  background: #fff
}

.faq-sec img {
  width: 450px;
  position: absolute;
  animation: 10s linear infinite slideInDown
}

.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
  padding: 10px 0
}

.faq-sec .card-header a {
  display: block;
  font-size: 15px;
  color: #909090;
  font-weight: 500;
  padding: 6px 0
}

.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  display: inline-block
}

.faq-sec .card-body {
  padding: 0 25px 20px
}

.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067"
}

.faq-sec .card-header a.card-link:after {
  content: "\f068"
}

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px
}

.who .col-md-6 p,
.who p {
  font-size: 15px;
  padding: 10px 0
}

.blogs .input-control,
.think .input-control {
  width: 99%
}

.blogs textarea.input-control.form-control,
.think textarea.input-control.form-control {
  height: 100px !important;
  width: 100%
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  bottom: 0;
  background: #01d4be;
  font-size: 25px;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  color: #fff
}

.blogs .get-started-form.main-form,
.think .get-started-form.main-form {
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 10px #ccc
}

.who {
  padding: 40px 0 60px
}

.who .intro1,
.who .intro2,
.who .intro3,
.who .intro4,
.who .intro5,
.who .intro6,
.who .intro7,
.who .intro8 {
  position: relative;
  padding: 10px 0 10px 20px
}

.who .intro1::before,
.who .intro3::before,
.who .intro5::before,
.who .intro6::before {
  content: "1";
  background: #d9f4eb;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 3px 14px;
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 25px;
  font-family: Poppins, sans-serif;
  color: #014d4e;
  font-weight: 600
}

.who .intro1::after,
.who .intro2::after,
.who .intro3::after,
.who .intro4::after,
.who .intro5::after,
.who .intro6::after,
.who .intro7::after,
.who .intro8::after {
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 38px;
  background: #548a70
}

.who .intro2::before,
.who .intro4::before,
.who .intro7::before,
.who .intro8::before {
  content: "2";
  background: #d9f4eb;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 3px 14px;
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 25px;
  font-family: Poppins, sans-serif;
  color: #014d4e;
  font-weight: 600
}

.who .col-md-6 p {
  font-weight: 600
}

.who .intro3::before {
  content: "3"
}

.who .intro4::before {
  content: "4"
}

.who .intro5::before {
  content: "5"
}

.who .intro6::before {
  content: "6"
}

.who .intro7::before {
  content: "7"
}

.who .intro8,
.who .intro8::before::before {
  content: "8"
}

.blog-content .self-pub {
  border-radius: 20px;
  padding: 30px;
  transition: .5s;
  height: 270px;
  cursor: default;
}

.blog-content .self-pub h5 {
  font-size: 18px;
  padding-bottom: 10px
}

.blog-content .self-pub p {
  font-size: 14px
}

.blog-content h2 {
  padding: 20px 0
}

.blog-content ul.menu li {
  color: #595959;
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-family: Poppins
}

.blog-content ul.menu li.pl-5 {
  list-style: none
}

.owl-dot.active span,
.owl-dot:hover span {
  background: #0181b0 !important
}

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  font-size: 35px
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  justify-content: center
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  justify-content: center
}

[class*=owl-next]:hover,
[class*=owl-prev]:hover {
  color: #fff !important;
  background: #f8b830 !important
}

.book-dis-tabs {
  text-align: center;
  background: #fff;
  z-index: 4
}

.book-dis-tabs [class*=col-md-12] {
  padding: 0;
  margin: 0
}

.book-dis-tabs .web-left-content ul li {
  padding: 15px 0;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: Poppins
}

.book-dis-tabs .web-left-content .btn-call {
  color: #000
}

.book-dis-tabs .web-left-content .btn-call span {
  font-size: 12px
}

.book-dis-tabs p {
  font-size: 13px
}

.book-dis-tabs .borrow-tab ul.nav.nav-tabs {
  align-items: center;
  text-align: center;
  border: 0;
  justify-content: center
}

.book-dis-tabs .borrow-tab {
  text-align: center;
  margin: auto;
  padding: 0 0 30px
}

.book-dis-tabs .borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  color: #6a757d;
  font-weight: 600;
  background: #f3f7ff;
  padding: 15px 50px;
  border-radius: 30px;
  margin: 0 2px
}

.book-dis-tabs .borrow-tab ul.nav.nav-tabs li a.active {
  background: #008c71;
  border: none;
  position: relative;
  color: #fff;
  box-shadow: 0 2px 20px #49625d
}

.store-cat h6 {
  color: #6a757d
}

.store-cat {
  background: #f3f7ff;
  box-shadow: 1px 1px 4px #ccc;
  margin: 8px 0;
  padding: 15px 0;
  border-radius: 7px;
  transition: .5s
}

.store-cat:hover {
  transition: .3s
}

.global-map-ser {
  z-index: 3
}

.process-step {
  padding-bottom: 110px
}

.b-process {
  position: relative
}

.step1,
.step2,
.step3,
.step4,
.step5 {
  position: absolute;
  width: 30%;
  text-align: left;
  padding: 10px
}

.step1 {
  left: 30px;
  top: 0
}

.b-process h6 {
  color: #008c71;
  font-size: 14px;
  letter-spacing: 2px
}

.b-process h4 {
  font-size: 20px;
  padding: 7px 0
}

.step2 {
  right: -100px;
  top: 0
}

.b-process img {
  max-width: 80%;
  margin: 47px 0
}

.step3 {
  left: 30px;
  bottom: -40px
}

.step5 {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px
}

.step4 {
  right: -100px;
  bottom: 0
}