@import url(https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);

.bp_text form button,
.close_popup,
a {
  transition: .3s ease-in-out
}

a,
a:hover {
  text-decoration: none
}

:root {
  --heading-font: 'Unna', serif;
  --secondary-font: 'Urbanist', sans-serif;
  --primary-color: #161732;
  --secondary-color: #386b1d;
  --heading-color: #060606;
  --text-color: #666;
  --white-color: #fff;
  --border-color: #ddd
}

body {
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: var(--text-color)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
  margin-bottom: 0;
  font-family: var(--heading-font)
}

.font-lg,
.navbar-nav .nav-link {
  font-family: var(--theme-heading-font)
}

.bp_text h3,
.cta .cta-content h2,
.footer .footer-widget h3,
.hero-sec .banner-content h1,
p {
  font-family: var(--secondary-font)
}

.h2,
h2 {
  font-size: 32px
}

p {
  color: var(--text-color);
  line-height: 30px;
  font-size: 16px
}

a {
  color: var(--primary-color);
  outline: 0
}

a:focus,
a:visited {
  outline: 0
}

a:hover {
  color: var(--secondary-color);
  outline: 0
}

.copyright a,
.see-more {
  text-decoration: underline
}

ol,
ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0
}

.section-padding {
  padding: 100px 0
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.mt-10 {
  margin-top: 10px
}

.body_popup {
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  backdrop-filter: blur(3px)
}

.menu_fixed,
header {
  z-index: 999;
  width: 100%
}

.bp_content {
  position: relative;
  background-image: url(../images/banner-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 3rem;
  width: 80%;
  max-width: 650px;
  text-align: center
}

.bp_text h3 {
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 15px
}

.hero-sec .banner-content .sub-heading,
.hero-sec .banner-content h1 {
  margin-bottom: 20px;
  color: #000
}

.bp_text p {
  color: #000;
  font-weight: 300;
  font-size: 18px
}

.bp_text form {
  position: relative;
  display: inline
}

.bp_text form input {
  width: 100%;
  max-width: 380px;
  height: 50px;
  padding: 15px 120px 15px 10px;
  border: 2px solid #000;
  margin-bottom: 0;
  border-radius: 0
}

.bp_text form input:focus {
  outline: 0;
  border-color: #487697;
  background-color: rgba(255, 255, 255, .7)
}

.bp_text form input:focus::placeholder {
  color: #454545
}

.bp_text form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #000;
  background-color: #487697;
  color: #000;
  font-weight: 700;
  padding: 3px 10px
}

.bp_text form button:hover {
  background-color: #000;
  color: #fff
}

.close_popup {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 25px
}

.close_popup:hover,
.wt1 h4 a {
  color: #000
}

header {
  position: absolute;
  top: 0
}

header .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding: 0
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 16px 32px 0 rgba(196, 203, 255, .3)
}

.about-sec,
.btn,
.hero-sec {
  position: relative
}

.navbar-sticky.menu_fixed {
  background: #000;
  box-shadow: none
}

.navbar-brand img {
  height: 80px
}

.navbar-sticky .navbar-nav li:not(:last-child) {
  margin-right: 40px
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: 0
}

.hero-sec,
.hero-sec .banner-content {
  padding-bottom: 50px
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: 0 0
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after,
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transition: top .3s 50ms, transform .3s 350ms, -webkit-transform .3s 350ms;
  top: 0
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(-45deg)
}

.navbar-toggler .navbar-toggler-icon {
  background: #fff;
  transition: background 10ms .3s;
  display: block;
  width: 30px;
  height: 2px;
  position: relative
}

.btn-white:hover,
.header-socials a:hover {
  border-color: var(--primary-color);
  color: #fff;
  background: var(--primary-color)
}

.navbar-toggler .navbar-toggler-icon:after,
.navbar-toggler .navbar-toggler-icon:before {
  background: #fff;
  transition: top .3s 350ms, transform .3s 50ms, -webkit-transform .3s 50ms;
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: ""
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px
}

.header-socials a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: 0 0;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px
}

.hero-sec {
  background: url(../images/banner-1.jpg) center/cover no-repeat;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 100px;
  overflow-x: hidden
}

.hero-sec::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  z-index: -1
}

.sub-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #777
}

.hero-sec .banner-content h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700
}

.hero-sec .banner-content p {
  color: #000;
  margin-bottom: 30px;
  padding-inline: 30px
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--primary-color)
}

.btn-main:hover,
.cta .btn-black:hover,
.cta .btn-white:hover {
  background: var(--secondary-color);
  color: #fff
}

.btn {
  font-weight: 600;
  padding: 14px 35px;
  border-radius: 0;
  font-size: 16px;
  border: 2px solid transparent;
  transition: .6s
}

.btn-black {
  background: #000;
  color: #fff
}

.btn-main:hover {
  border-color: var(--secondary-color)
}

.hero-sec .banner-img-round img {
  max-height: 300px;
  border: 5px solid #fff;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, .5);
  transform: translateX(100%)
}

.about-sec {
  padding-block: 70px;
  margin-bottom: 80px
}

.about-overlay,
.about-sec2::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  position: absolute
}

.about-overlay {
  background: url(../images/banner-2.jpg) right/150% 100% #f9f9f9;
  opacity: .8;
  width: 47%;
  border-radius: 0 100px 100px 0;
  transform: translateX(-100%)
}

.about-sec2,
.cta {
  z-index: 1;
  position: relative
}

.about-content h2 {
  margin-bottom: 20px
}

.font-lg {
  font-size: 40px;
  line-height: 55px
}

.about-sec2::before {
  width: 100%;
  background: url(../images/bg-1.jpeg) center/cover no-repeat;
  opacity: 1
}

.about2-content {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .5)
}

.aboutimg img {
  border: 10px solid #fff;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, .5);
  transform: translateX(-120%)
}

.cta {
  background: 0 0/cover no-repeat #161732
}

.cta .sub-heading {
  color: #e5e5e5
}

.cta .cta-content h2 {
  color: #fff;
  margin: 20px 0 10px;
  font-size: 50px
}

.download-btn p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px
}

.press-sec {
  padding-block: 50px;
  background-color: var(--secondary-color)
}

.copyright,
.footer .footer-widget h2,
.press div:nth-child(2n) h2 {
  color: #fff
}

.copyright a:hover,
.footer-widget h3 a:hover,
.sub-style-2,
.testimonials-slides-5 .owl-nav span:hover,
.wt1 h4 a:hover {
  color: var(--primary-color)
}

.testimonial-item {
  padding: 10px
}

.testimonials-slides-5 .owl-nav :where(.owl-prev, .owl-next) {
  position: absolute;
  top: 30%;
  transform: translateY(-50%)
}

.testimonials-slides-5 .owl-nav [class*=owl-]:hover,
.testimonials-slides-5 .owl-nav button:focus {
  background: 0 0 !important;
  border: none !important;
  outline: 0;
  box-shadow: 0
}

.testimonials-slides-5 .owl-nav span {
  font-size: 50px;
  line-height: 2;
  color: rgba(22, 23, 50, .4);
  transition: background-color ease-out
}

.testimonials-slides-5 .owl-prev {
  left: -10%
}

.testimonials-slides-5 .owl-next {
  right: -10%
}

.testimonial-inner {
  padding: 2rem;
  box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07);
  background: #fff;
  border-radius: .4rem;
  position: relative
}

.testimonials-slides-5 .testimonial-inner {
  background: 0 0;
  box-shadow: none;
  text-align: center
}

.testimonial-inner .quote-icon {
  font-size: 60px;
  right: 20px;
  top: 20px;
  color: var(--theme-secondary-color);
  opacity: .5
}

.testimonial-inner .client-img {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px
}

.testimonials-slides-5 .testimonial-inner .client-img {
  margin: 0 auto 26px
}

.testimonials-slides-5 .client-img {
  width: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px
}

.testimonial-inner .testimonial-author h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  color: #343f52;
  margin-top: 30px;
  text-transform: uppercase
}

.testimonial-inner .meta {
  text-transform: uppercase;
  letter-spacing: .02rem;
  font-size: .7rem;
  font-weight: 600;
  color: #aab0bc
}

.testimonial-inner .testimonial-text {
  margin-top: 10px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.testimonials-slides-5 .testimonial-inner .testimonial-text {
  font-size: 20px;
  line-height: 40px
}

.testimonial-inner .testimonial-text h5 {
  margin-bottom: 10px
}

.see-more {
  margin-top: -10px
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-block: 20px;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  z-index: 9999
}

.pc-in,
.popup-content {
  height: 100%;
  width: 100%
}

.popup-content {
  padding: 20px;
  background-color: transparent;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center
}

.pc-in {
  position: relative
}

.popup-content p {
  padding: 20px;
  background: #fff;
  max-height: 100%;
  overflow-y: auto;
  margin-bottom: 0
}

.close-btn {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -10px;
  cursor: pointer;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, .2)
}

.author-sec {
  background: #f6f6f8
}

.about-img-gallery {
  display: grid
}

.ab-img-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: .3s ease-out
}

.ab-img-item::before,
.author-socials {
  position: absolute;
  transition: .3s ease-out
}

.ab-img-item img {
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ab-img-item::before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0
}

.ab-img-item:hover::before {
  opacity: .7;
  transition: .3s ease-out
}

.ab-img-item:first-child {
  grid-row: 1/2;
  grid-column: 1/3
}

.ab-img-item:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2
}

.ab-img-item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3
}

.ab-img-item:hover .author-socials {
  transform: translateX(0)
}

.author-sec .about-content p {
  font-size: 16px
}

.author-socials {
  padding: 3px 20px;
  background: #fff;
  background: var(--primary-color);
  display: inline-block;
  bottom: 0;
  right: 0;
  transform: translateX(102%)
}

.author-socials a {
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  opacity: .9;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block
}

.footer {
  padding: 130px 0 40px;
  position: relative;
  background: #000
}

.footer-mid {
  padding-bottom: 10px
}

.footer-widget img {
  height: 220px;
  transform: translateY(-50px)
}

.footer .footer-widget .widget-title {
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  opacity: .8
}

.footer .footer-widget h3 {
  font-size: 28px
}

.footer .footer-widget h3 a {
  text-decoration: underline;
  color: #fff
}

.footer .footer-socials a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px
}

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .04)
}

.copyright a {
  color: #fff;
  font-weight: 700
}

.footer-btm-links a {
  color: #fff;
  opacity: .8;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  padding-left: 20px
}

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1
}

.fixed-btm-top a {
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .09);
  z-index: 3;
  opacity: 0;
  visibility: hidden
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible
}

.goodreadsGiveawayWidget {
  border: 2px solid #ebe8d5;
  border-radius: 20px;
  padding: 20px
}

.wdgmain {
  font-style: italic;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  color: #555
}

.widgImg img {
  max-width: 130px;
  height: auto
}

.widgText {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.goodreadsGiveawayWidgetEnterLink {
  background-color: #f6f6ee;
  border: 1px solid #9d8a78;
  border-radius: 10px;
  padding: 10px 20px
}

.goodreadsGiveawayWidgetEnterLink:hover {
  color: #171515;
  background-color: #f7eadc;
  border: 1px solid #919191;
  text-decoration: none
}

.wt1 h4 {
  font-size: 20px;
  margin-block: 3px;
  font-weight: 400;
  color: #777
}
