:root {
  --font: 'Roboto', sans-serif
}

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

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
}

.input-control:hover,
.input-control:focus {
  transition: 0.7s all;
  color: #fff;
}

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

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

.input-control::-moz-placeholder {
  color: #fff;
}

.input-control::placeholder {
  color: #fff;
}

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

/* Hover End ================================*/
section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

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

h1 {
  color: #fff;
  font-size: 55px;
  text-transform: capitalize;
  line-height: 46px;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 800;
}

h1 span {
  font-size: 45px;
  font-weight: 500;
}

h2 {
  color: #1C1C1C;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -1px;
  margin: 0;
  font-weight: 700;
}

p,
li {
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  margin: 0;
  color: #1C1C1C;
}

p a,
p a:hover {
  color: #b76d00;
}

.list-item li {
  list-style: disc;
  margin-left: 18px;
}

.list-item li::marker {
  font-size: 22px;
  color: #EA1D25;
}

/*Mobile Screen viewport ================================*/
.mobile-screen,#cross {
  display: none;
}
/*End Mobile Screene ================================*/
/* Poooosition fixed============================================================ */
.sticky-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: #25160e;
  animation: header-animation 1s;
  border-bottom: 3px solid #b76d00;
}

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

  100% {
    transform: translateY(0);
  }
}

.nav-bar {
  padding: 10px 0px;
}

.nav-bar ul.menu {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 9px;
}

.nav-bar ul.menu li.phone {
  text-align: left;
}

.nav-bar ul.menu li.phone i {
  color: #b76d00;
  font-size: 22px;
  -webkit-animation: 1.5s infinite swing;
  animation: 0.5s infinite swing;
}

.nav-bar ul.menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s all;
}

.cta2 img {
  -webkit-animation: 1.5s infinite tada;
  animation: 1.5s infinite tada;
}

/* 
.nav-bar ul.menu li a.btn.btn-golden {
    -webkit-animation: 1.5s infinite tada;
    animation: 1.5s infinite swing;
    transition: 0.5s ease-in-all;
} */
.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
  color: #b76d00;
  background: none;
}

button:hover,
button:focus {
  color: #ba1f15;
  background: none;
}

.btn-black,
.btn-golden {
  padding: 12px 25px 12px 25px;
  background: #1c1c1c;
  border-radius: 10px;
  font-size: 15px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #fff;
}

.btn-golden:hover {
  background: linear-gradient(to left, #f5a91f 0%, #b76d00 100%) !important;
  transform: scale(.99);
  transition: 0.5s all;
}

.btn-black-border {
  background: none;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 10px 20px;
  transition: 0.5s all;
}

.btn-black-border:hover {
  transform: scale(.9);
  transition: 0.5s all;
}

/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}

header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 10px 0;
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: -100px;
  transform: scale(0);
  transition: 0.5s all;
  width: 270px;
  background: #b76d00;
  border: 1px solid #b76d00;
}

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 5px 20px;
  font-size: 15px !important;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  z-index: 100 !important;
}

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

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}

header nav ul li .dropdown-menu-submenu a:hover {
  background: #b76d00 !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: #1d1d1d;
}

/* Dropdown List end*/
header {
  background: transparent;
  position: relative;
  z-index: 2;
}

.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: #b76d00;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}

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

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

.nav-bar ul li .btn-black:hover::before,
.nav-bar ul li.phone a:hover::before {
  display: none;
}
.nav-bar ul.menu li a.btn-golden:hover:before {
  display: none;
}

.btn-black:hover {
  background: none;
  color: #b76d00 !important;
  transform: scale(.9);
  transition: 0.5s all;
  border-color: #b76d00;
}

.nav-bar ul.menu li a.btn.btn-black:hover {
  color: #000 !important;
  border-color: #000 !important;
}

/* Form ================================*/
.input-control {
  margin: 7px 4px;
  font: -webkit-control;
  height: calc(2.25rem + 8px) !important;
  padding: 12px 15px;
  width: 48%;
  font-family: var(--font);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #1C1C1C;
  background: #EFEFEF;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
}

textarea.input-control.form-control {
  margin: 7px 3px !important;
  width: 97%;
  height: 80px !important;
  padding: 7px 15px;
  font-family: var(--font);
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}

/* Validation ================================*/
input.required.error,
textarea.required.error,
select.required.error {
  border: 1.5px solid red !important;
}

label.error {
  display: none !important;
}

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

.chota_fnt a {
  color: #1C1C1C;
}

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

.banner-form .chota_fnt,
.banner-form .chota_fnt a {
  color: #fff;
}

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

/*Inner page form  */
.inner-banner-form {
  padding: 40px 30px;
  margin: 0 0 0 auto;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  width: 90%;
  position: relative;
  top: 90px;
  box-shadow: 1px 1px 5px #ccc;
}

.inner-banner-form .input-control::placeholder {
  color: #1C1C1C;
}

.form-sec .input-control::placeholder {
  color: #1C1C1C;
}

.inner-banner-form .input-control {
  width: 100%;
  border: 0;
  color: #1C1C1C;
}

.inner-banner-form textarea.input-control.form-control {
  width: 100%;
  margin: 7px 3px !important;
}

.inner-banner-form h2 {
  font-size: 28px;
  padding-left: 7px;
}

.inner-banner .scrll-btn .mouse {
  bottom: -80px;
}

/*End Form  =============================*/
a#goto-top {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: #b76d00;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: 0.5s all !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 */
footer {
  position: relative;
  padding: 50px 0 0;
  background: #1c1c1c;
  color: #fff;
}

footer .logo img {
  max-width: 100%;
  filter: none;
}

footer p {
  font-size: 15px;
}

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

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

footer ul li a i {
  color: #ffffff;
  margin-right: 10px;
  -webkit-animation: 1.5s infinite swing;
  animation: 1s infinite swing;
  font-size: 25px;
  padding: 5px 0;
}

.copyright {
  padding: 10px 0;
  margin-top: 30px;
  position: relative;
  border-top: 1px solid #cccc;
}

.copyright ul.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.copyright p,
.copyright a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

/* Footer end */
.bw-one img {
  -webkit-animation: 1.5s infinite swing;
  animation: 1s infinite swing;
}

.btn.btn-blue {
  background: #b76d00;
  color: #fff;
  border-radius: 50px;
  font-family: "Calibri";
  margin-right: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: 0.5s all;
  border: 2px solid #b76d00;
}

.btn.btn-blue:hover {
  color: #b76d00 !important;
  background: transparent !important;
  transform: scale(0.9);
}

.main-banner {
  padding: 200px 0;
  margin-top: -90px;
  z-index: 1;
  background: url('../images/banner-bg1.webp') no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.main-banner .container {
  position: relative;
  z-index: 1;
}

/*  */
.banner-form h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}

.banner-form .input-control {
  width: 20%;
  margin: 7px 2px !important;
  background: #ffffff;
  color: #1C1C1C;
}

.banner-form textarea.input-control.form-control {
  width: 20%;
  height: calc(2.25rem + 8px) !important;
  position: relative;
  top: 24px;
  padding: 10px 15px;
  margin-right: 5px;
}

.btn-golden {
  background: linear-gradient(to right, #f5a91f 0%, #b76d00 100%);
  color: #fff !important;
  border: 0;
}

/* scrll-btn mouse  */
.scrll-btn .mouse {
  position: absolute;
  left: 0;
  bottom: -150px;
  right: 0;
  width: 25px;
  height: 50px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b76d00;
  border-radius: 23px;
}

.scrll-btn .mouse>* {
  content: "";
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 3px;
  height: 12px;
  margin: 18px 0 0 -2px;
  background: #b76d00;
  border-radius: 7px;
  -webkit-animation: bounce 4s infinite alternate;
  -moz-animation: bounce 4s infinite alternate;
  animation: bounce 4s infinite alternate;
}

/* scrll-btn mouse  End*/
.book-box {
  box-shadow: 2px 2px 10px #ccc;
  background: #fff;
  height: 300px;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s all;
  position: relative;
}

.book-box:hover {
  transform: scale(1.07);
  cursor: pointer;
}

.book-box:before {
  content: "";
  position: absolute;
  background: #b76d006e;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 50px;
  top: 0;
  right: 0;
  left: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

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

.our-books {
  background: #F4F4F4;
  padding: 60px 0;
}

.our-books .col-md-3:nth-child(even) {
  position: relative;
  top: -35px;
}

.book-box img {
  max-width: 35% !important;
  filter: brightness(25%);
  padding-bottom: 15px;
  animation: 2s linear infinite tada;
  -webkit-animation: 2s linear infinite tada;
  -moz-animation: 2s linear infinite tada;
}

.book-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: left;
  line-height: 18px;
}

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

.our-books .owl-carousel .owl-stage-outer {
  width: 101%;
  padding: 4px;
}

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

.book-writing {
  background: url('../images/b-writing.webp') no-repeat 100%/cover;
  padding: 150px 0;
  position: relative;
}

.book-writing::before {
  content: "";
  background: #00000094;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.book-writing h2,
.book-writing p {
  color: #fff;
}

.cta {
  background: url("../images/cta-bg.webp") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  text-align: center;
}

.cta .btn.btn-black:hover {
  color: #071A88;
  border: 2px solid #071A88;
  background: none;
  transform: scale(.9);
}

/* Testimonial */
.testmonial {
  padding: 60px 0;
  background: #F8F8F8;
}

.testmonial .self-pub h3 {
  font-size: 18px;
  font-family: var(--font);
  line-height: 21px;
  padding: 14px 0;
}

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

.testmonial .self-pub .date {
  font-family: var(--font);
  font-size: 14px;
}

.testmonial .self-pub p {
  overflow: auto;
  height: 130px;
  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: 1px 1px 5px #ccc;
  cursor: pointer;
}

.self-pub h3 {
  padding: 10px 0;
  line-height: 30px;
  font-family: var(--font);
}

.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: var(--font);
  color: #fff;
}

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

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

.self-pub .author .auth-bio span {
  font-size: 13px;
  font-family: var(--font);
  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;
}

/* Testimonial */
.form-sec {
  background: #b76d00;
  padding: 60px 0;
}

.form-sec .input-control:hover,
.input-control:focus {
  color: #1c1c1c;
}

.form-sec .chota_fnt,
.form-sec .chota_fnt a {
  color: #fff;
}

/* Frequenctly ASk Question*/
.faq-sec {
  position: relative;
}

.faq-sec img {
  position: absolute;
  left: -100px;
  bottom: -45px;
  width: 500px;
}

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

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

.faq-sec .card {
  border-radius: 10px;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
  line-height: 24px;
  padding: 0 15px;
  margin: 0 3px 15px;
  width: 100%;
  display: inline-block;
}

.faq-sec .card-body {
  padding: 0 25px 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: #AD0F15;
  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: #AD0F15;
}

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

/* End FQs */
.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;
  font-size: 25px;
  bottom: 0;
  background: #7d7d7d82;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background: #7d7d7d82;
  font-size: 25px;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}

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

.book-sell-slider .owl-nav button.owl-next {
  color: #EA1D25;
}

.book-sell-slider .owl-nav button.owl-prev {
  color: #EA1D25;
}

.testmonial .owl-nav button.owl-next {
  color: #fff;
}

.testmonial .owl-nav button.owl-prev {
  color: #fff;
}

.book-sell-slider .award1 img {
  max-width: 45% !important;
}

.inner-banner {
  background: url("../images/banner.webp") no-repeat;
  background-size: cover;
  height: 100%;
  padding: 150px 0;
}

.inner-banner h1 {
  font-size: 36px;
  line-height: 35px;
}

.thoughts {
  background: #F4F4F4;
  padding: 60px 0;
}

.thoughts img {
  border-radius: 50px 0 50px;
}

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

.blog-content h5,
.blog-content h3 {
  padding: 10px 0px;
}

.blog-content ul.menu li {
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-family: var(--font);
}

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

.blog-content p {
  font-size: 17px;
}

/* Tabs */
.web-tabs {
  text-align: center;
  padding-top: 80px;
}

.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: var(--font);
}

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

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

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

.web-tabs .item img {
  margin: 0;
}

.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 {
  text-align: center;
  margin: auto;
  padding: 0 0 30px;
}

.borrow-tab ul.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #717171;
  padding: 8px 28px;
  border: 1px solid #717171;
  border-radius: 30px;
  margin: 0 2px;
}

.borrow-tab ul.nav.nav-tabs li a.active {
  background: linear-gradient(to right, #f5a91f 0%, #b76d00 100%);
  border: none;
  position: relative;
  color: #fff;
}

.web-tabs .tab-content [class*='col-md-4'] {
  padding: 13px 0px;
  margin: 0;
}

/* animation start */
/* .web-tabs .item .info-work:before {
  content: "";
  background: #000;
  width: 50%;
  height: 100%;
  margin: auto;
  position: absolute;
  transition: 1s all;
  left: 0px;
  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 {
  position: relative;
  transition: 0.5s all;
  z-index: 1;
  filter: grayscale(1);
  /* transform: scale(0.95); */
}

.web-tabs .item .info-work:hover {
  /* transform: scale(1); */
  filter: grayscale(0);
  transition: 0.5s ease-in;
  cursor: pointer;
  z-index: 1;
}

.portfolio .owl-carousel .owl-item img {
  border-radius: 15px;
  height: 400px;
  width: 50%;
}

.web-tabs h2 {
  text-shadow: 2px 9px 3px #ccc;
  font-size: 43px;
}

.web-tabs h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

/* End Tabs */
/* Modal*/
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* .myImg:hover {
  filter: brightness(0.4);
} */

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  padding: 15% 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  max-width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 20%;
  border-radius: 20px;
}

.gallery {
  position: relative;
}

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

/* Add Animation */
.modal-content,
#caption {
  -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)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: -80px;
  right: 90px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 60px !important;
  font-weight: 200;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}

/* End Modal */
.benefit img {
  border-radius: 100px 0 100px;
}

.testmonial-slider-two .self-pub {
  direction: ltr !important;
}

.inner-banner .inner-banner-form {
  top: 0;
}

.counter-area {
  background: linear-gradient(190deg, #000 0%, #0000 100%);
  position: absolute;
  right: 0;
  width: 72%;
  bottom: 90px;
  text-align: center;
}

.counter-area .container {
  width: 50%;
}

.counter-area .count {
  position: relative;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-area .count .timer::after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 6px;
  font-size: 45px;
}

.counter-area .count .timer {
  color: #fff;
  font-size: 50px;
  position: relative;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -2px;
  width: 110px;
  text-align: center;
}

.counter-area .container {
  width: 60%;
  margin: auto;
}

.book-pub img {
  width: 450px;
}

.counter-area .count .couter-text {
  display: block;
  font-size: 15px !important;
  width: 130px;
  line-height: 17px
}

.counter-area .count .couter-text span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: var(--font);
  line-height: 17px;
  font-weight: 600;
  padding-left: 25px;
  width: 100px;
  text-align: left;
}

.counter-area .count.second .timer::before {
  content: "k";
  position: absolute;
  right: 7px;
  top: 0px;
  font-size: 50px;
}

.cta2 {
  background: #231F20;
  text-align: center;
}

.cta2 p {
  color: #969495;
  padding-top: 20px;
  font-weight: 600;
}

.system-book {
  background: url(../images/systemic-book.webp) no-repeat;
  background-size: 100%;
}

.bw-one h3 {
  font-size: 16px;
}

.bw-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}

.bw-one p {
  font-size: 14px;
  line-height: 17px;
  padding-top: 4px;
}

.bw-content {
  padding-left: 10px;
}

.bw-one span {
  font-size: 60px;
  font-weight: 800;
  font-family: var(--font);
  color: #fff;
}

.bw-one:before {
  content: "";
  background: #b76d00;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0;
  position: absolute;
}

.bw-one:after {
  content: "";
  background: #b76d00;
  position: absolute;
  width: 100%;
  height: 2.5px;
  right: 0;
  bottom: -2px;
}

.social-icons li {
  display: inline-block;
  padding: 10px 20px 0 0;
}

.social-icons li a {
  font-size: 16px;
}

.social-icons li a i:hover {
  color: #b76d00 !important;
}

.porfilio-slider {
  background: #b76d00;
}

.terms h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0;
}

/* Banner Book design */

:root {
  --columns: 3;
  --yellow: rgba(238, 188, 31, 1);
  --pink: #FCAE20;
  --blue: rgba(64, 98, 187, 1);
  --green: rgba(6, 141, 126, 1);
  --white: #000;
}

.new-ul {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  margin-top: 12%;
}

.new-ul li {
  grid-column-end: span 2;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -50%;
}

.new-ul li:nth-child(2n) {
  grid-column-start: 2;
}

.new-ul li::before,
.new-ul li::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50% 100%, 100% 100%;
  background-position: left, right;
}

.new-ul li::before {
  z-index: 0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-repeat: no-repeat;
  background-image:
    linear-gradient(-45deg, var(--yellow) 53.5%, var(--green) 53.5%, var(--green) 60%, var(--yellow) 60%),
    linear-gradient(45deg, var(--yellow) 65.3%, var(--green) 65.3%, var(--green) 69.9%, var(--yellow) 69.9%);
}

.new-ul li::after {
  clip-path: polygon(100% 50%, 50% 100%, 0 50%, 20% 50%, 50% 80%, 80% 50%);
  -webkit-clip-path: polygon(100% 50%, 50% 100%, 0 50%, 20% 50%, 50% 80%, 80% 50%);
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, var(--yellow) 40%, var(--green) 40%), linear-gradient(-45deg, var(--yellow) 30%, var(--green) 30%);
}

.new-ul li:nth-child(2n)::before {
  background-image: linear-gradient(-45deg, var(--pink) 53.5%, var(--blue) 53.5%, var(--blue) 60%, var(--pink) 60%), linear-gradient(45deg, var(--pink) 65.3%, var(--blue) 65.3%, var(--blue) 69.9%, var(--pink) 69.9%);
}

.new-ul li:nth-child(2n)::after {
  background-image: linear-gradient(45deg, var(--pink) 40%, var(--blue) 40%), linear-gradient(-45deg, var(--pink) 30%, var(--blue) 30%);
}

.new-ul li:nth-child(5n)::before {
  background-image: linear-gradient(-45deg, var(--green) 53.5%, var(--pink) 53.5%, var(--pink) 60%, var(--green) 60%), linear-gradient(45deg, var(--green) 65.3%, var(--pink) 65.3%, var(--pink) 69.9%, var(--green) 69.9%);
}

.new-ul li:nth-child(5n)::after {
  background-image: linear-gradient(45deg, var(--green) 40%, var(--pink) 40%), linear-gradient(-45deg, var(--green) 30%, var(--pink) 30%);
}

.new-ul li:nth-child(7n)::before,
li:nth-child(7n-4)::before {
  background-image: linear-gradient(-45deg, var(--blue) 53.5%, var(--white) 53.5%, var(--white) 60%, var(--blue) 60%), linear-gradient(45deg, var(--blue) 65.3%, var(--white) 65.3%, var(--white) 69.9%, var(--blue) 69.9%);
}

.new-ul li:nth-child(7n)::after,
li:nth-child(7n-4)::after {
  background-image: linear-gradient(45deg, var(--blue) 40%, var(--white) 40%), linear-gradient(-45deg, var(--blue) 30%, var(--white) 30%);
}

.new-ul li:nth-child(9n)::before,
li:nth-child(9n-5)::before {
  background-image: linear-gradient(-45deg, var(--white) 53.5%, var(--green) 53.5%, var(--green) 60%, var(--white) 60%), linear-gradient(45deg, var(--white) 65.3%, var(--green) 65.3%, var(--green) 69.9%, var(--white) 69.9%);
}

.new-ul li:nth-child(9n)::after,
li:nth-child(9n-5)::after {
  background-image: linear-gradient(45deg, var(--white) 40%, var(--green) 40%), linear-gradient(-45deg, var(--white) 30%, var(--green) 30%);
}

.new-ul img {
  position: absolute;
  width: 50%;
  height: 108px;
  object-fit: inherit;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-60%);
  transition-property: transform;
  transition-duration: .3s;
}

.new-ul img:hover {
  transform: translateX(-40%) translateY(-70%) rotatez(25deg);
}

@media (min-width:600px) {
  :root {
    --columns: 5;
  }

  .new-ul li:nth-child(2n) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(4n-1) {
    grid-column-start: 2;
  }
}

@media (min-width:900px) {
  :root {
    --columns: 7;
  }

  .new-ul li:nth-child(4n-1) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(6n-2) {
    grid-column-start: 2;
  }
}

@media (min-width:1200px) {
  :root {
    --columns: 9;
  }

  .new-ul li:nth-child(6n-2) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(8n-3) {
    grid-column-start: 2;
  }
}

@media (min-width:1500px) {
  :root {
    --columns: 11;
  }

  .new-ul li:nth-child(8n-3) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(10n-4) {
    grid-column-start: 2;
  }
}

@media (min-width:1800px) {
  :root {
    --columns: 13;
  }

  .new-ul li:nth-child(10n-4) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(12n-5) {
    grid-column-start: 2;
  }
}

@media (min-width:2100px) {
  :root {
    --columns: 15;
  }

  .new-ul li:nth-child(12n-5) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(14n-6) {
    grid-column-start: 2;
  }
}

/* Banner Book design */

div#popupform {
  background: none;
  padding: 0;
  overflow: hidden;
  width: 30%;
}

.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: rotate(-4deg);
  left: 20px
}

.popupform .popup-bann img {
  width: 360px
}

.popupform .popup-content {
  width: 500px;
  background: #1c1c1c;
  position: relative;
  z-index: 1;
  padding: 40px 40px 20px;
  margin: 30px 0 0;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #b76d00;
}

.popupform .popup-content h2 {
  position: relative;
  font-size: 28px;
  font-family: var(--font);
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px
}

.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: var(--font);
}

.popupform textarea.required.form-control {
  height: 80px !important
}

.popupform button.fancybox-button.fancybox-close-small {
  background: #b76d00;
  padding: 0;
  opacity: 1;
  top: 16px;
  right: 51px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}

.popupform .fancybox-button svg {
  color: #fff;
  top: -8px;
  left: -6px;
  padding: 3px;
  width: 50px;
  height: 50px;
}

input.btn.btn_brown {
  margin-bottom: 15px !important
}
.form-sec .btn-black:hover {
    border-color: #000;
    color: #000 !important;
}
.popupform ::placeholder {
  color: #6f767d
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#b76d00 !important;transform: scale(1.3);}