@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/slick.css);
@import url(../css/xicon.css);
@import url(../css/variables.css);
@import url(../css/mobile-nav.css);
@import url(../fonts/degular/stylesheet.css);
@import url(../fonts/trajan/stylesheet.css);


li,
p,
ul {
  margin: 0
}

.dark-theme-btn,
a.light-theme-btn {
  padding: 14px 20px;
  position: relative
}

.icons-box a,
body {
  font-family: "Outfit", sans-serif;
}

.banner-text,
header::before {
  left: 50%;
  transform: translate(-50%)
}
.logo-main a img ,  .ftr-logo a img {
    width: 230px;
}

.banner-text h1,
.banner-text h3,
.banner-text h4,
.heading-secs h3 {
  text-transform: uppercase
}

.icons-box a,
.social-icons a,
a {
  text-decoration: none
}

body {
  font-size: 16px
}

:root {
  --primary-color: #c39f43;
  --secondary-color: #3e5962;
  --background-color: #ffda51;
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

li,
ul {
  list-style: none;
  padding: 0
}

a {
  color: var(--primary-color)
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none
}

::selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--primary-color)
}

.ff-primary {
  font-family: var(--base-font-family)
}

.ff-secondary,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font-family)
}

.book-detail h3 span,
.fc-primary,
.heading-secs h3 span:nth-child(2),
.heading-secs h3 span:nth-child(3),
.heading-secs h4 span,
.heading-style-2 h3 span {
  color: var(--primary-color)
}

.fc-secondary,
.heading h3 span {
  color: var(--secondary-color)
}

.fc-dark {
  color: var(--dark-color)
}

.fc-lite {
  color: var(--lite-color)
}

.h1,
.h2,
h1,
h2 {
  font-family: var(--heading-font-family-primary)
}

.h2,
h2 {
  font-size: 6.7vmin
}

.h3,
h3 {
  font-size: var(--font-size-h3)
}

.h4,
h4 {
  font-size: var(--font-size-h4)
}

.h5,
h5 {
  font-size: var(--font-size-h5)
}

.h6,
h6 {
  font-size: var(--font-size-h6)
}

p {
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px
}

.dark-theme-btn {
  background: transparent;
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  display: inline-block;
  transition: all .6s ease;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  text-align: center;
  width: fit-content;
}

a.light-theme-btn {
  background: transparent;
  border: 1px solid black;
  transition: .2s ease-in-out;
  color: var(--secondary-color) !important;
  font-size: 18px;
  padding: 11px 20px;
  margin: 0 20px 0 0;
  display: inline-block;
  z-index: 9;
  position: relative;
  text-align: center;
}

.main-navigation {
  position: relative;
  z-index: 99999999999999;
}

.dark-theme-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: -1;
  transition: .2s ease-in-out
}

.dark-theme-btn:hover {
  background: #fff0;
  transform: translate(0, -10px);
  color: black;
  border: 1px solid var(--primary-color);
  transform: translate(0px, -10px);
}

.dark-theme-btn:hover:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  right: 0;
  left: auto;
}

.icons-box a:first-child::before,
.icons-box::before {
  width: 2px;
  background: #3333;
  transform: translate(-40%)
}

a.light-theme-btn:hover {
  color: white;
}

a.light-theme-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .6s ease;
}

a.light-theme-btn:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}


body.o-hidden,
main.app-container {
  overflow: hidden
}

/* Header Begin Css */
.topBar {
    background: var(--primary-color);
    color: white;
    padding: 7px 0px;
}

ul.top_baar {
    display: flex;
    gap: 70px;
    justify-content: end;
}

ul.top_baar li a {
    color: white;
    font-size: 17px;
}
ul.drop-down {
    position: absolute;
    background: white;
    border: 1px solid #3333;
    top: 100px;
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
}

ul.drop-down li a {
    padding: 14px 9px;
    display: inline-block;
    border: 1px solid #3333;
    width: 100%;
    transition: all .6s ease;
}

ul.drop-down li a:hover {
    background: var(--primary-color);
    color: white !important;
}

ul.main-navigation li:hover ul.drop-down {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

ul.main-navigation li a:hover {
    color: var(--primary-color);
}

ul.main-navigation li a {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 15px;
    transition: all .6s ease;
}

ul.main-navigation li a:hover span {transform: rotate(-181deg);}

ul.main-navigation li a span {
    display: inline-block;
    transition: all .6s ease;
}
ul.main-navigation {
  display: flex;
  justify-content: end;
  gap: 1px 15px;
  align-items: center;
  /* width: 100%; */
  flex-wrap: wrap;
}

header {
  padding: 0px 0px 11px 0px;
  box-shadow: -1px 4px 20px #c39f431f;
  background: white;
}

.main-navigation ul li a {
  color: var(--secondary-color);
  font-weight: 500;
}

/* Header end Css */
/* Hero Banner Css Start */
.books-grid-main {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: -30px 0 0 0;
  z-index: -1;
  position: relative;
}

.grid-of-books {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}

.grid-of-books .book-item {
  width: 160px;
  z-index: -1;
  animation: bookFloat 2s ease-in-out infinite;
}

section.banner-hero {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.books-grid-sec .book-item:nth-child(2) {
  width: 120px;
}

.books-grid-first .book-item:nth-child(1) {
  width: 140px;
}

.books-grid-first {
  align-items: self-start;
}

.books-grid-sec .book-item:nth-child(1) {
  width: 145px;
}

.books-grid-sec .book-item:nth-child(3) {
  width: 180px;
  height: 260px;
}

.books-grid-sec .book-item:nth-child(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-txt h2 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--secondary-color);
  font-family: 'Outfit';
}

.banner-txt p {
  font-size: 18px;
  line-height: normal;
  padding: 20px 0 40px 0;
}

.books-grid-first .book-item:nth-child(1) {
  animation-delay: 0.1s;
}

.books-grid-first .book-item:nth-child(2) {
  animation-delay: 0.3s;
}

.books-grid-sec .book-item:nth-child(1) {
  animation-delay: 0.2s;
}

.books-grid-sec .book-item:nth-child(2) {
  animation-delay: 0.4s;
}

.books-grid-sec .book-item:nth-child(3) {
  animation-delay: 0.6s;
}

.books-grid-third .book-item:nth-child(1) {
  animation-delay: 0.3s;
}

.books-grid-third .book-item:nth-child(2) {
  animation-delay: 0.5s;
}

@keyframes bookFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bookFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

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

/* Hero Banner Css End */

/* Form Sec Css Begin */
.form-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;
}

.form-group {
  width: 26%;
  height: 50px;
}

.form-group input,
.form-group select {
  width: 100%;
  height: 49px;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #333;
}

.booking-form-main h3 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 42px 0;
  color: #fff;
  font-family: 'Outfit';
}

.booking-form {
  background: var(--secondary-color);
  padding: 47px 0 70px 0;
  position: relative
}

.form-groupbtn {
  width: 20%;
}

.form-group input::placeholder {
  color: #333;
}

.booking-form::before {
  position: absolute;
  content: "";
  clip-path: polygon(51% 13%, 100% 0%, 55% 58%, 0 68%);
  background: var(--primary-color);
  width: 420px;
  height: 300px;
  left: -240px;
  top: -10px;
  animation: bookFloat 2s ease-in-out infinite;
}

.booking-form::after {
  position: absolute;
  content: "";
  clip-path: polygon(51% 13%, 100% 0%, 55% 58%, 0 68%);
  background: var(--primary-color);
  right: -230px;
  bottom: -120px;
  width: 420px;
  height: 300px;
  animation: bookFloat 6s ease-in-out infinite;
}

/* Form Sec Css End */


/* about us css begin */
section.about-us {
  padding: 50px 0 50px 0;
}

.about-us-txt h2 {
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary-color);
}

.about-us-txt {
  padding: 0 0 0 40px;
}

.about-us-txt p {
  font-size: 17px;
  padding: 16px 0;
}

.about-us-txt h2 span {
  color: var(--primary-color);
}

.about-us-txt h2 span span {
  color: var(--secondary-color) !important;
  font-size: 26px;
  position: relative;
}

.about-us-txt h2 span span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: var(--secondary-color);
  bottom: -2px;
  left: -30px;
}

/* about us css end */

/* book publishing css begin */
.tabs-custom-nav li a {
  color: black;
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #3333;
  padding: 4px 0 4px 21px;
  font-size: 25px;
  /* border: 1px solid; */
  overflow: hidden;
  font-family: 'Outfit';
  text-transform: uppercase;
  /* box-shadow: 0 0 2px #00000085; */
  margin: 0 0 16px 0;
  background: white;
  height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all .6s ease;
}

.tabs-custom-nav li a.current {
  color: var(--primar-color);
  background: var(--primary-color);
  font-weight: 600;
}

.tabs-custom .tab-content-panel {
  display: none;
  overflow: hidden;
  width: 100%;
}

.tabs-custom .tab-content-panel.selected {
  display: block;
  height: 100%;
}

.book-publishing-txt h2 {
  font-size: 50px;
  font-family: 'Outfit';
  font-weight: 600;
  color: var(--primary-color0);
  padding: 0 0 10px 0;
}

.book-publishing-txt p {
  font-size: 19px;
  line-height: normal;
}

section.book-publishing-ser {
  padding: 30px 0 90px 0;
  /* background: url(../images/bg-shape-tab.png); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center center; */
  position: relative;
}

section.book-publishing-ser::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2310px;
  background: #f59b2514;
  transform: rotate(65deg);
  z-index: -1;
  top: -740px;
  right: 480px;
}

.tabs-custom-nav li a span {
  display: inline-block;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: all .6s ease;
}

.tabs-custom-nav li a span img {
  width: 100%;
  height: 100%;
  filter: brightness(100);
}

.tabs-custom-nav li a.current span {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: scale(1);
}

.tabs-custom-nav li a::before {
  position: absolute;
  content: "\f054";
  font-family: 'FontAwesome';
  z-index: 99999999;
  color: #000000;
  left: -20px;
  font-size: 15px;
  transition: all .6s ease;
}

.tabs-custom-nav li a.current::before {
  left: 38px;
}

.content-tab-main {
  background: white;
  padding: 40px 40px 0px 40px;
  height: 100%;
  border: 1px solid #3333;
}

.img-box {
  width: 280px;
  height: 250px;
  margin: 0 auto;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-tab-main h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 4px 0;
  border-bottom: 1px solid var(--primary-color);
  width: fit-content;
  margin: 0 auto 30px auto;
}

.main-content-tabs {
  height: 100%;
}

.tabs-custom.general {
  height: 100%;
}

.content-tab-main p {
  font-size: 18px;
  padding: 0 0 50px 0;
  opacity: 0.8;
  text-align: center;
}

.content-tab-main p:nth-child(2) {
  padding: 0 !important;
}

/* book publishing css end */


/* Our process section css begin */
section.our-process .about-us-txt {
  text-align: center;
}

section.our-process {
  padding: 20px 0 70px 0;
}

.process-item {
  border: 1px solid #3333;
  padding: 39px;
  transition: all .6s ease;
  position: relative;
  margin: 0 0 25px 0;
}

.process-item h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 5px 0 5px 0;
}

.process-item a {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 15px;
  transition: all .6s ease;
}

.process-item a:hover {
  transform: translate(0px, -10px);
  color: white;
}

.process-item:hover {
  background: var(--secondary-color);
  color: white;
  border-color: white;
}

.process-item:hover h4 {
  color: white;
}

.process-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  transition: all .6s ease;
}

.process-item:hover:before {
  width: 100%;
  z-index: -1;
}

/* Our process section css End */
/* expert support css begin */
section.expert-support {
  background: url(../images/support-bg.jpg);
  padding: 60px 0 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(9% 0, 70% 0%, 100% 0, 100% 100%, 86% 79%, 0 78%, 0 16%);
  height: 838px;
}

.expert-txt h4 {
  font-size: 51px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.expert-txt p {
  font-size: 18px;
  padding: 15px 0 30px 0;
  color: white;
}

.expert-img img {
  transform: scale(1.1);
}

.expert-txt a.dark-theme-btn,
.expert-txt a.dark-theme-btn:before {
  border-color: white;
  background: white !important;
  color: var(--primary-color) !important;
}

.expert-txt a.light-theme-btn {
  color: white !important;
  border-color: white;
}

/* expert support css End */

/* Why Work css begin */
section.why-work {
  padding: 130px 0 100px 0;
  background: url(../images/why-work-bg.jpg);
  clip-path: none !important;
  margin: -185px 0 0 0;
  height: auto;
}

.expert-img {
  position: relative;
  z-index: 9;
}

.why-work .expert-img::before {
  background: #36404e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  height: 450px;
  width: 450px;
  content: "";
  z-index: -1;
  animation: 3s infinite smallScale;
}

@keyframes smallScale {
  from {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1
  }

  to {
    transform: scale(1.2) translate(-40%, -40%);
    opacity: 0
  }
}

.why-work .expert-img::after {
  background: #313c4a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: 450px;
  width: 450px;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  animation: 2.5s infinite smallScale;
}

section.why-work .expert-txt a.dark-theme-btn,
.expert-txt a.dark-theme-btn:before {
  background: var(--primary-color);
  color: white;
}

section.why-work .expert-img img {
  transform: scale(1.3);
}

/* Why Work css End */

/* best Selling Books Css Start  */
section.achieve-dream {
  padding: 80px 0 50px 0;
}


.books-slide button.slick-prev.slick-arrow {
  position: absolute;
  top: -40px;
  width: 20px;
  left: 42%;
  right: 50%;
  transform: translate(-50%, 0px);
  font-size: 0;
  border: 0;
}

.books-slide button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\f053";
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.books-slide button.slick-prev.slick-arrow:hover:before {
  background: #47bac37a;
}




.books-slide button.slick-next.slick-arrow {
  position: absolute;
  top: -40px;
  width: 20px;
  left: 50%;
  right: 42%;
  transform: translate(-50%, 0px);
  font-size: 0;
  border: 0;
}

.books-slide button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\f054";
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.books-slide button.slick-next.slick-arrow:hover:before {
  background: #47bac37a;
}

.books-slide .slick-track {
  padding: 50px 0 50px 0;
}

.books-slide button.slick-next.slick-arrow.slick-disabled,
.books-slide button.slick-prev.slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


.text-style-3 {
  text-align: center;
}

.text-style-3 h3 {
  font-size: 45px;
  font-family: 'Degular Demo';
  font-weight: 600;
}

.text-style-3 p {
  text-align: center;
  font-size: 19px;
  line-height: normal;
  padding: 30px 0 20px 0;
}

.book-showcase {
  width: 240px;
  height: 355px;
  position: relative;
  cursor: pointer;
  margin: 80px auto 0 auto;
}

.book-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-showcase::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 405px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: #47bac32b;
  z-index: -1;
  left: -80px;
  transform: rotate(-14deg);
  bottom: 13px;
  transition: all .6s ease;
}

.book-showcase:hover:before {
  background: var(--primary-color);
}

section.achieve-dream .about-us-txt {
  text-align: center;
}

/* best Selling Books Css End */


/* testimoinals section css start  */
section.testimonial {
  padding: 30px 0 70px;
  overflow: hidden;
  height: 630px;
}

.slick-center .testimonial-main {
  background: linear-gradient(358deg, #f59b2500 0, #f59b25 38%);
  border-color: #fff
}

.reserved-txt ul li a,
.slick-center .testimonial-main .user-info h2 {
  color: var(--secondary-color);
  padding: 0 0 0 12px;
}

.slick-center .testimonial-main .user-info .qoute img {
  filter: brightness(0);
}

.testimonial-main {
  margin: 0 125px 0 -105px;
  border: 1px solid #333;
  border-radius: 10px;
  transition: .7s;
  border-top: #fff0;
  padding: 39px
}

.testimonial-main .user-info h2 {
  font-size: 26px;
  transition: .6s;
  font-weight: 700
}

.testimonial-main p {
  font-size: 14px;
  height: 219px;
  overflow: auto;
  transition: .6s;
  padding: 0 20px 0 0;
  text-align: left
}

.slick-center .testimonial-main p {
  height: 248px;
}

.testimonial-main p::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px
}

.testimonial-main p::-webkit-scrollbar-track-piece {
  background-color: #fff0;
  -webkit-border-radius: 0
}

.testimonial-main p::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--secondary-color)
}

section.testimonial .about-us-txt {
  text-align: center;
}

.slick-center .testimonial-main p {
  color: white;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.slick-center .testimonial-main p::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: #fff
}

.testimonial-main .user-info .qoute img {
  filter: brightness(0.5);
}

.testimonial-main .user-info h2 {
  padding: 0px 0 0 12px;
}

/* testimoinals section css End */
/* Footer Css begin */
/* footer css begin */
footer.site-footer {
  background: var(--secondary-color);
  padding: 50px 0 0 0;
}

.quick-link-two p {
  color: white;
  padding: 20px 0 10px 0;
  text-align: left;
}

ul.socails-icons {
  display: flex;
  gap: 30px;
  padding: 20px 0 10px 0;
}

ul.socails-icons li a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 100px;
  color: white;
}

ul.socails-icons li a:hover {
  background: #1b444a;
}

.quick-link h4 {
  font-size: 30px;
  font-family: playfair;
  color: white;
  padding: 0 0 20px 0;
  position: relative;
}

.quick-link {
  padding: 0 0 60px 40px;
}

.quick-link h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: white;
  bottom: 10px;
  left: -20px;
}

.quick-link ul li {
  padding: 0px 0 10px 10px;
}

.quick-link ul li a {
  color: white;
  font-size: 15px;
  position: relative;
}

.quick-link ul li a span {
  color: #ffffff;
}

.quick-link ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: white;
  bottom: 0;
  transition: all .7s ease;
}

.quick-link ul li a:hover:before {
  width: 100%;
}

.copyright-text.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-text.text-center p {
  color: white;
  padding: 0;
}

.copyright-text.text-center ul {
  display: flex;
  gap: 30px;
}

.ftr-btm {
  background: var(--primary-color);
  padding: 12px 0;
}

.copyright-text.text-center ul li a {
  color: white;
}

/* footer css end */
/* Inner Page Css Start */
section.inner-page .form-main {
  flex-direction: column;
  width: 67%;
  margin: 0 auto;
  gap: 12px;
  box-shadow: 0 0 0 #333;
  background: var(--secondary-color);
  border: 1px solid #3333;
  padding: 30px;
  border-radius: 52px;
}

section.inner-page .form-main .form-group {
  width: 100%;
}

section.inner-page .form-main .form-groupbtn {
  width: 100%;
  text-align: center;
}

section.inner-page .form-main .form-groupbtn button {
  width: 70%;
}

section.inner-page {
  height: 550px;
  padding: 0 0 30px 0;
}

section.inner-page .form-main h2 {
  font-size: 27px;
  color: white;
  padding: 0 0 14px 0;
  text-align: center;
  text-transform: uppercase;
}

section.inner-page .form-main .form-groupbtn button::before {
  border-radius: 14px;
}

.cta-section div h3 {
  text-align: left;
  padding: 0 0 6px 0;
}

.cta-section div p {
  width: 70%;
  color: white;
  padding: 20px 0 0 0;
}

.cta-section div a.dark-theme-btn {
  width: 200px;
  color: white !important;
}

.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center.gap-5 {
  padding: 0 0 0 30px;
}

/* Inner Page Css End */
/* Modal Form Style begin */
.form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    background: #232e3e;
    border: 1px solid #000000;
    border-radius: 10px;
    display: none;
    box-shadow: 0 4px 20px rgb(0 0 0);
    top: 50%;
    /* width: 100%; */
    /* height: 100%; */
    backdrop-filter: blur(7px);
    z-index: 99999999999999;
}

.popup_form_inner {position: relative;width: 100%;overflow: hidden auto;padding: 40px;height: auto;display: flex;align-items: center;}

/* Close button (X) */
.close_popup {
    position: absolute;
    top: -17px;
    right: -17px;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    z-index: 9999999999;
    background: #f59b25;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 70px;
    border: 2px solid #333;
}

form.form-get-quote input,form.form-get-quote select {
    width: 100%;
    height: 43px;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 0 10px;
    background: #d5eeff;
    color: #000001;
}

form.form-get-quote textarea {
    width: 100%;
    height: 170px;
    resize: none;
    border: 1px solid #3333;
    padding: 10px;
    border-radius: 6px;
    background: #d5eeff;
}

form.form-get-quote .row div {
    padding: 7px 10px;
}

section.thankyou_page {
    text-align: center;
    padding: 100px 0;
}

.popup_form_wrpp h3 {
    font-size: 40px;
    color: #f59b25;
    font-weight: 700;
    padding: 0 0 0 0px;
    font-family: 'Outfit';
}

.popup_form_wrpp p {
    font-size: 25px;
    color: #f59b25;
    padding: 20px 0 30px 0px;
}

button.theme-btn.light-theme-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

button.theme-btn.light-theme-btn:disabled:hover {
    background: #59d6e1;
    color: var(--primary-color);
    border-color: var(--primary-color);
}


form.form-get-quote input::placeholder,form.form-get-quote textarea::placeholder {
    color: #000000;
}

.form-modal button.light-theme-btn {
    padding: 13px 70px;
    border: 1px solid #333;
}

.form-modal button.light-theme-btn:hover {
    background: transparent;
    border-color: white;
    color:white;
}
.arrow-bg-shape-left {
    position: absolute;
    width: 450px;
    left: -210px;
    opacity: 0.2;
    z-index: -1;
    top: 0;
}
.arrow-bg-shape-left img {
    width: 100%;
    height: 100%;
}
/* Modal Form Style end */

/*about-us inner page*/
section.ct-about-innerpg {
    margin: 0 !important;
}
/*contact us page css */
.inner-bannerTxt.text-style-banner {
    background: var(--secondary-color);
    height: 260px;
    align-items: center;
}

.inner-bannerTxt.text-style-banner h2 {
    color: white;
}

.books-points-des {
    padding: 20px 0 0 0;
}

section.contact-us {
    padding: 0 0 60px 0;
}

.books-points-des h6 {
    font-size: 22px;
    letter-spacing: 4px;
}

.books-points-des h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: normal;
}

.books-points-des p {
    font-size: 23px;
    line-height: normal;
}
section.contact-us .form-group {
    height: auto;
    width: 93%;
}

section.contact-us .form-group input,section.contact-us .form-group select {
    height: 50px;
}

section.contact-us .form-group textarea {
    height: 160px;
}
.map-google {
    height: 800px;
    margin: -130px 30px 0 20px;
}

.map-google iframe {
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 17px #f59b25;
}

.map-google iframe:hover {
    filter: none;
}
/*contact us page End */

/* Responsive Css Start */
@media (max-width:991px) {
    ul.main-navigation {
    display: none;
}

a.logo-main img {
    width: 130px;
}

header {
    padding: 10px 20px;
}

.logo-main {
    text-align: center;
}

.logo-main a img {
    width: 240px;
    padding: 10px 0 10px 0px;
}

.banner-txt {
    text-align: center;
    padding: 40px 0 80px 0;
}

.banner-txt .d-flex.gap-3 {
    justify-content: center;
}

.banner-txt h2 {
    font-size: 35px;
}

.banner-txt p {
    font-size: 15px;
}

section.banner-hero {
    height: auto;
}

.form-main {
    flex-direction: column;
}

.form-group {
    width: 60%;
}

.booking-form::before {
    height: 200px;
}

.about-us-img {
    width: 420px;
    text-align: center;
    margin: auto;
}

.about-us-txt h2 {
    font-size: 35px;
    text-align: center;
}

.about-us-txt {
    text-align: center;
    padding: 0;
}

.about-us-txt .d-flex.gap-3 {
    justify-content: center;
    padding: 20px 0 0 0px;
}

.book-publishing-txt {
    text-align: center;
}

.book-publishing-txt h2 {
    font-size: 35px;
}

.book-publishing-txt p {
    font-size: 17px;
}

.tabs-custom-nav li a {
    font-size: 22px;
}

.tabs-custom-nav li a.current::before {
    /* left: 50%; */
    /* right: 50%; */
    /* transform: translate(-97px, 0px); */
}

section.our-process .row.pt-5 .col-lg-4 {
    width: 50%;
}

section.expert-support {
    clip-path: none;
    height: auto;
}

section.expert-support .col-lg-6.col-md-6 {
    width: 100%;
}

.expert-img img {
    transform: none;
    width: 100%;
    height: 100%;
}

section.why-work {
    margin: 0;
    padding: 40px 0 60px 0;
}

.expert-img {
    width: 70%;
    margin: 40px auto 20px auto;
}

.expert-txt {
    text-align: center;
}

.expert-txt h4 {
    font-size: 36px;
}

.expert-txt p {
    font-size: 15px;
}

.expert-txt  .pt-5.d-flex.gap-3 {
    justify-content: center;
    padding: 0 !important;
}

section.why-work .expert-txt {
    padding: 0px 0 40px 0;
}

section.why-work  .row.align-items-center {
    flex-direction: column-reverse;
}

section.achieve-dream .row .col-lg-3 {
    width: 50%;
}

footer.site-footer .row .col-md-3 {
    width: 50%;
}
}

@media (max-width:767px) {
.logo-main a img {
    width: 150px;
}
.books-grid-main {
    display: none;
}

.book-showcase::before {
    width: 354px;
}

.banner-txt h2 {
    font-size: 25px;
}

.banner-txt p {
    font-size: 14px;
}

.form-group {
    width: 100%;
}

.form-groupbtn {
    width: 100%;
    justify-content: center;
    display: flex;
}

.booking-form-main h3 {
    font-size: 34px;
}

.booking-form::before,.booking-form::after {
    display: none;
}

.about-us-img {
    width: 100%;
}

.about-us-txt h2 {
    font-size: 25px;
}

.about-us-txt p {
    font-size: 14px;
}

.book-publishing-txt h2 {
    font-size: 28px;
}

.book-publishing-txt p {
    font-size: 14px;
}

.tabs-custom-nav li a {
    font-size: 17px;
}

.content-tab-main h3 {font-size: 28px;}

.content-tab-main {
    padding: 0 10px;
}

.content-tab-main p {
    font-size: 14px;
    padding: 0 0 13px 0;
}

section.our-process .row.pt-5 .col-lg-4 {
    width: 100%;
}

.expert-txt h4 {
    font-size: 28px;
}

.expert-txt p {
    font-size: 14px;
    padding: 10px 0 20px 0;
}

.process-item {
    padding: 10px;
    text-align: center;
}

.why-work .expert-img::before,.why-work .expert-img::after {
    width: 180px;
    height: 180px;
}

section.achieve-dream .row .col-lg-3 {
    width: 100%;
}

.book-showcase {
    width: 200px;
    height: 310px;
}

.testimonial-main {
    margin: 0 5px;
    padding: 30px;
}

footer.site-footer .row .col-md-3 {
    width: 100%;
}

.quick-link-two {
    text-align: center;
}


.quick-link-two p {
    text-align: center;
}

ul.socails-icons {
    justify-content: center;
}

.quick-link {
    text-align: center;
    padding: 20px 0 20px 0;
}

.quick-link h4::before {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
}

.copyright-text.text-center p {
    text-align: center;
}
.popup_form_wrpp h3 {
    font-size: 22px;
}

.popup_form_wrpp p {
    font-size: 14px;
    padding: 0;
}

.popup_form_inner {
    padding: 20px;
}

.form-modal {
    width: 90%;
}
section.inner-page .form-main {
    width: 100%;
}

.booking-form.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    text-align: center;
}

.booking-form.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center div {
    text-align: center;
    width: 100%;
}

.booking-form.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center div p {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 14px;
}

.cta-section div h3 {
    text-align: center;
    padding: 0 0 18px 0;
    font-size: 24px;
}

.booking-form.cta-section {
    padding: 40px 0 40px 0;
}
ul.top_baar {
    flex-direction: column;
    gap: 0;
    text-align: center;
}

ul.top_baar li a {
    font-size: 13px;
}
.dark-theme-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
}

a.light-theme-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
}
}