/*
Theme Name: Merci Lin Melvin Child
Template: merci-lin-melvin
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: merci-lin-melvin-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

/* GLOBAL */
body,
html {
  overflow-x: clip;
  overflow-y: visible;
  scroll-behavior: smooth;
  /* scroll-padding-top: 200px; */
  background: url(images/body-img.png) no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: poorRichardRegular;
  src: url(fonts/PoorRichardOpti.otf);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  text-transform: capitalize;
}

span {
  display: inline-block;
}

.top-heading h2 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

.top-heading span {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 39px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.scrollToTopBtn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #a90079;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 22px;
  cursor: pointer;
}

.showBtn {
  opacity: 1;
  transform: translateY(-40px);
  pointer-events: all;
}

.btnn {
  min-width: 180px;
  min-height: 55px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background: #a90079;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a90079;
}

.btnn:hover {
  background: transparent;
  color: #fff;
}

.con-rel {
  position: relative;
}

.times,
.bars {
  display: none;
}

/* GLOBAL */

/* HEADER */
header .logo {
  padding: 92px 0px 72px;
  text-align: center;
}

header .logo img {
  max-width: 570px;
}

header nav .container-flex {
  border-bottom: 1px solid #ffcbff;
  padding-bottom: 45px;
  padding-left: 0px;
  padding-right: 0px;
}

header nav .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .menu ul li a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

header nav .menu ul li a:hover {
  transform: translateY(-2px);
  color: #ff00b7 !important;
}

/* HERO */
.hero {
  padding-bottom: 107px;
}

.hero .top-content {
  text-align: center;
  margin-top: 60px;
}

.hero .top-content h1 {
  color: #fff;
}

.hero .top-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 400;
  color: #fff;
  line-height: 1.8;
  max-width: 1400px;
  margin: 20px auto;
}

@media (min-width: 767.98px) {
  section.hero .custom-container .row+.row>* {
    margin-top: 0;
  }
}



.hero-book-content {
  text-align: center;
}

.hero-book-content .img {
  margin-bottom: 40px;
  height: 500px;
}

.hero-book-content .img img {
  height: 100% !important;
}

.hero-book-content h4 {
  font-family: poorRichardRegular;
  color: #fff;
  font-size: 42px;
}

.hero-book-content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  max-width: 600px;
  margin: 0 auto 25px;
  line-height: 1.7;
  font-size: 15px;
}

.line {
  max-width: 1800px;
  height: 2px;
  margin: auto;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.1));
}

/* ABOUT SECTION */
.about-section {
  padding: 121px 0 103px;
}

.about-section-right {
  padding-left: 0px;
}

.about-section-right p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}

.about-section-right h2 {
  margin-bottom: 12px;
}

.about-section-right .btnn {
  margin-top: 40px;
}

.about-section-left img {
  max-width: 480px;
}

/* FOUNDATION SECTION */
.foundation-section {
  padding: 80px 0;
}

.foundation-section .top-heading {
  text-align: center;
}

.foundation-section .top-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 32px;
}

.foundation-img {
  text-align: center;
  padding: 0 30px;
}

.foundation-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  gap: 0 50px;
}

.foundation-btn {
  margin-top: 80px;
}

/* BOOKS */
.books-section {
  padding: 80px 0 118px;
}

.books-section .top-heading {
  text-align: center;
}

.books-section .top-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 35px;
}

.book-content {
  width: 100%;
  /* height: 641px; */
  overflow: hidden;
}

.book-content a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgb(0 0 0 / 30%);
    border: 1px solid #ffffff73;
    padding: 45px;
}

.book-content a img {
  height: 400px !important;
  transition: all 0.3s ease-in-out;
}

.book-content a:hover img {
  transform: translateY(-4px);
}

.book-content a:hover {
  background: rgba(0, 0, 0, .7);
}

/* NEWSLETTER */
.newsletter {
  padding: 45px 0 55px;
  background: rgb(0 0 0 / 30%);
  border-top: 1px solid #ffffff33;
  border-bottom: 1px solid #ffffff33;
}

.newsletter .top-heading {
  text-align: center;
}

.newsletter .top-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 35px;
}

.newsletter form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  gap: 0 12px;
}

body.home .newsletter form {
    gap: 12px 0;
    flex-direction: column;
}

body.home .mc4wp-alert,
body.page-id-82 .wpcf7 form.invalid .wpcf7-response-output, 
body.page-id-82 .wpcf7 form.unaccepted .wpcf7-response-output, 
body.page-id-82 .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
}

.newsletter form .form-group {
  width: 100%;
}

.newsletter form .inpt {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  outline: none;
  flex: 1;
}

.newsletter form .inpt::placeholder {
  color: #a90079;
  font-size: 16px;
}

.newsletter form .news-btnn {
  border: none;
  border: 1px solid #a90079;
  background: #a90079;
  min-width: 180px;
  min-height: 55px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: #a90079;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a90079;
  transition: all 0.3s ease-in-out;
}

.newsletter form .news-btnn:hover {
  background: transparent;
  color: #fff;
}

/* BLOG SECTION */
.blog-section {
  padding: 118px 0 100px;
}

.blog-section .top-heading {
  text-align: center;
}

.blog-section .top-heading h2 {
  text-shadow: 9px 9px 11px rgba(0, 0, 0, 0.5);
}

.blog-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.56);
}

.blog-content .img {
  width: 100%;
  height: 371px;
  overflow: hidden;
}

.blog-content .img a {
  width: 100%;
  height: 100%;
}

.blog-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.blog-content:hover .img img {
  transform: scale(1.1);
}

.blog-content .info {
  padding: 15px 20px 40px 20px;
}

.blog-content .info .date span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.blog-content .info h3 a {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 25px 0 10px;
}
.blog-content .info h3 a:hover {
   color: #e30398;
}



/* FOOTER */
.footer {
  padding: 65px 0;
  background: #340026;
}

.ftr-logo {
  text-align: center;
  margin-bottom: 50px;
}

.ftr-logo img {
  max-width: 570px;
}

.ftr-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ftr-menu ul li a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.ftr-menu ul li a:hover {
  transform: translateY(-2px);
  color: #ff00b7;
}

.ftr-social {
    /* display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0 20px; */
    display: none;
}

.ftr-social a {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #87005d;
  border: 1px solid #87005d;
}

.ftr-social a p {
  margin: 0;
}

.ftr-social a svg {
  width: 27px;
}

.ftr-social a svg path {
  fill: #fff;
}

.ftr-social {
  margin-top: 40px;
}

.ftr-social a:hover {
  background: transparent;
}

.ftr-copy {
  text-align: center;
}

.ftr-copy p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 40px;
  color: #fff;
}

.ftr-copy p a {
  color: #fff;
}

.ftr-copy p a:hover {
  color: #a90079;
  text-decoration: underline;
}

.news-btn-wrapper .wpcf7-spinner {
  display: none;
}

.newsletter span {
  width: 100%;
}

/* ABOUT PAGE SECTION */
.about-sec-left {
  /* background: #3400265e; */
  /* background: #3c012b;
  mix-blend-mode: soft-light; */
  padding: 60px 60px 90px;
  border: 1px solid #800068;
  position: relative;
}

.about-sec-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c012b;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.about-pg-main .col-12 {
  padding: 0;
}

.about-pg-row {
  margin-top: 50px;
  margin-bottom: 110px;
}

.about-sec-left-top h3,
.about-sec-left h3,
.about-sec-left h2 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 32px;
}

.about-sec-left-top p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  max-width: 890px;
}

.about-sec-left-top p:not(:last-child) {
  margin-bottom: 30px;
}

.about-sec-left-top a.talk-to-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ff00b7;
  font-size: 20px;
  margin-top: 30px;
}

.about-sec-left-top a.talk-to-author img {
  transition: all 0.3s ease-in-out;
}

.about-sec-left-top a.talk-to-author:hover img {
  transform: translateX(4px);
}

.about-sec-left-top a.talk-to-author:hover {
  color: #fff;
}

.about-sec-left-top {
  margin-bottom: 45px;
}

.about-pg-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.1));
}

.about-sec-left-btm {
  margin-top: 65px;
}

.about-sec-left-btm .img {
  float: left;
  width: 50%;
  padding-right: 45px;
  padding-bottom: 35px;
}

.about-sec-left-btm .info p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 47px;
}

/* .about-sec-left-btm .info p:nth-child(3) {
  position: relative;
  top: -15px;
} */
.about-sec-left-btm .info p:last-child {
  margin-bottom: 0;
}

.about-sec-right {
  padding-left: 27px;
}

.about-sec-search {
  /* background: #3400265e; */
  /* background: #3c012b;
  mix-blend-mode: soft-light; */
  padding: 35px 28px;
  border: 1px solid #800068;
  position: relative;
  margin-bottom: 28px;
}

.about-sec-search::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c012b;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.about-sec-search h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

.about-sec-search p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 29px;
}

.about-col-left {
  width: 72%;
}

.about-sec-left h3 {
  color: #ffffff;
}

.about-sec-left-btm a {
   color: #e30398;
}

.about-sec-left-btm a:hover {
   color: #ffffff;
}

hr {
    opacity: 1;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
}

.about-col-right {
  width: 28%;
}

.about-sec-search .inpt {
  width: 100%;
  height: 48px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0 30px;
  margin-bottom: 28px;
  border: none;
  outline: none;
}

.about-sec-search .inpt::placeholder {
  color: #a90079;
}

.about-sec-search .abt-btn {
  width: 100%;
  background: #a90079;
  border: none;
  border: 1px solid #a90079;
  height: 52px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.about-sec-search .abt-btn:hover {
  background: transparent;
  color: #fff;
}

.about-sec-search form span {
  width: 100%;
}

.about-right-content ul {
  padding: 0;
}

.about-right-content-el {
  margin-bottom: 30px;
}

.about-right-content-el a {
  border: 1px solid #a90079;
  width: 100%;
  position: relative;
  /* height: 140px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-right-content-el a .img {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%; */
  width: 100%;
}

.about-right-content-el a .img img {
  width: 100%;
  transition: all .7s ease-in-out;
}

.about-right-content-el a:hover .img img {
  transform: scale(1.05);
}

.about-right-content-el a .info h4 {
    font-family: poorRichardRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    text-transform: uppercase;
    position: absolute;
    left: 18px;
    bottom: 18px;
}

/* .about-right-content-el a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/about-bg-img.png) no-repeat;
  background-size: cover;
  background-position: center;
} */
/* 
.about-right-content-el a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/about-bg-img2.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
} */

.about-right-content-el:nth-child(1n + 4) a .img {
  width: 100%;
  height: 100%;
}

.about-right-content-el:nth-child(1n + 4) a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-right-content-el:nth-child(1n + 2) a .img {
  width: 100%;
  height: 100%;
}

.about-right-content-el:nth-child(1n + 2) a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .about-right-content-el:nth-child(5) a .img {
  width: 100%;
  height: 100%;
}
.about-right-content-el:nth-child(5) a .img img {
  width: 100%;
  height: 100%;
}

.about-right-content-el:nth-child(6) a .img {
  width: 100%;
  height: 100%;
}
.about-right-content-el:nth-child(6) a .img img {
  width: 100%;
  height: 100%;
}

.about-right-content-el:nth-child(7) a .img {
  width: 100%;
  height: 100%;
}
.about-right-content-el:nth-child(7) a .img img {
  width: 100%;
  height: 100%;
} */

/* CONTACT PAGE */
.contact-pg-img {
  width: 100%;
  height: 100%;
}

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

.contact-pg-info-top {
  padding: 30px 30px 30px 40px;
  background: #a90079;
  margin-top: 40px;
  position: relative;
}

.contact-pg-info-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #ff00b7;
}

.contact-pg-info-top p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.contact-pg-form {
  margin-top: 40px;
}

.contact-pg-form form {
  width: 100%;
}

.contact-pg-form form .inpt {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  outline: none;
}

.contact-pg-form form .inpt::placeholder,
.contact-pg-form form .txtarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #a90079;
  text-transform: capitalize;
}

.contact-pg-form form .txtarea {
  width: 100%;
  height: 120px;
  border: none;
  outline: none;
  background: #fff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  outline: none;
}

.contact-pg-form .col-12 {
  padding: 0 8px;
}

.contact-pg-form form input.sub-btn {
  min-width: 210px;
  min-height: 55px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #a90079;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a90079;
  margin-top: 18px;
  transition: all 0.3s ease-in-out;
}

.contact-pg-form form input.sub-btn:hover {
  background: transparent;
}

.contact-pg-form form span {
  width: 100%;
}

.contact-pg-form form span.wpcf7-spinner {
    width: auto !important;
}

/* BLOG PAGE */
.blog-pg-main .blog-pg-left .col-12 {
  padding: 0 12px;
}

.blog-right-content {
  padding: 55px 30px 90px;
  border: 1px solid #800068;
  position: relative;
}

.blog-right-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c012b;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.blog-right-content h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 15px;
}

.blog-right-recent-el {
  padding: 10px 0;
}

.blog-right-recent-el h5 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.blog-right-recent-el a {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 10px;
}

.blog-right-recent-el a:hover {
  text-decoration: underline;
  color: #ff00b7;
}

.blog-right-recent-el a span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.blog-right-recent-el:last-child {
  padding-bottom: 40px;
}

.blog-category-list li a {
  padding-bottom: 20px;
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 18px;
}

.blog-category-list li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50px;
}

.blog-category-list li a:hover {
  color: #ff00b7;
  text-decoration: underline;
}

.blog-right-category {
  padding-bottom: 18px;
}

.blog-right-archive li a:last-child {
  padding-bottom: 0;
}

.blog-category-list {
  padding-top: 18px;
}

.blog-content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 28px;
}

.single-blog-content img {
  height: 400px;
  object-fit: cover;
}

.single-blog-content h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

.single-blog-content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 28px;
}

.single-blog-content p img {
  width: 100%;
}

.single-blog-content h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
}

.single-blog-content ul {
  list-style: none;
  padding: 0;
}

.single-blog-content ol {
  padding: 0;
  padding-left: 15px !important;
}

.single-blog-content ul li {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}

.single-blog-content ol li {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.single-blog-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #fff;
}

.single-blog-content h4 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px;
}

.single-blog-content h5 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.single-blog-content h6 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
}

.single-blog-content a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

.single-blog-content a:hover {
  color: #ff00b7;
}

/* BOOKS */
/* .book-sec-item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
} */

/* .book-sec-item .img {
  flex: 1;
} */

.book-sec-item-inner img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 250px;
}

.book-sec-item-inner h3 a {
  color: #ff00b7;
}

.book-sec-item-inner h3 a:hover {
  color: #ffffff;
}

/* .book-sec-item .info {
  flex: 1;
} */

.book-sec-item .info h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.book-sec-item .info h3 a {
  color: #ff00b7;
}

.book-sec-item .info h3 a:hover {
  color: #fff;
}

.book-sec-item .info p,
.book-sec-item p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.book-sec-item .info h4 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.book-sec-item .info ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.book-sec-item .info ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.book-sec-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
}

.book-sec-item:not(:first-child) {
  padding-top: 40px;
}

.book-sec-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.book-sec-item h3 {
    font-family: poorRichardRegular;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.book-sec-item h3 b {
  font-weight: initial;
}

.page-id-158 h2,
.page-id-160 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

/* .page-id-158 .container , .page-id-160 .container {
	padding: 70px 0;
} */
.foundation-content {
  padding: 70px 0;
}

.contact-pg-info-details-el a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 15px;
}

/* .contact-pg-info-details-el:nth-child(1) .icon {
	transform: translatey(7px);
} */
.contact-pg-info-details-el a {
  align-items: center !important;
}

.contact-pg-info-details-el {
  margin-bottom: 30px;
  max-width: 500px;
}

.contact-pg-info-details-el a .icon {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a90079;
}

.contact-pg-info-details-el a iconify-icon {
  font-size: 26px;
  color: #fff;
}

.contact-pg-info-details-el a svg {
  width: 30px;
}

.contact-pg-info-details-el a svg path {
  fill: #fff !important;
}

.contact-pg-info-details-el .info span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.contact-pg-info-details-el .info span {
  transition: all .3s ease-in-out;
}

.contact-pg-info-details-el .info span:hover {
  color: #ff00b7;
}

.def-page-content {
  padding: 40px 0;
}

.def-page-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.def-page-content h2 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.def-page-content h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.def-page-content h4 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.def-page-content h5 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

.def-page-content h6 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.def-page-content ul li,
.def-page-content ol li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.def-page-content a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #e30398;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.def-page-content a:hover {
  color: #fc43be;
}

.def-page-content a:hover {
  color: #ff00b7;
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #272727;
  z-index: 1000000;
  /* 	display: none; */
}

.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif !important;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.error-page-content {
  padding: 70px 0 40px;
}

.error-page-content h1 {
  color: #fff;
  margin-bottom: 20px;
}

.error-page-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.error-page-content p a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.blog-pg-left .pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 0 15px;
}

.blog-pg-left .pagination-wrap a.prev,
.blog-pg-left .pagination-wrap a.next {
  display: none;
}

.blog-pg-left .pagination-wrap .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a90079;
  background: #a90079;
  color: #fff;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.blog-pg-left .pagination-wrap .page-numbers:hover {
  background: transparent;
}

.blog-pg-left .pagination-wrap .page-numbers.current {
  background: transparent;
}

.about-sec-left-btm .info p img {
  float: left;
  margin-right: 20px;
  width: 50%;
}

.about-sec-left-btm .info p span {
  display: initial;
}

.foundation-sec-left h3 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}

.foundation-pg-content .img {
  margin-bottom: 35px;
}

.foundation-pg-content h4 {
  font-family: poorRichardRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}

.foundation-pg-content p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 29px;
}

.foundation-pg-content {
  padding: 60px 0 !important;
  border-bottom: 1px solid #ffffff4d;
}

.foundation-pg-content:first-child {
  border: 0 !important;
  padding-top: 0 !important;
}

.foundation-pg-content:last-child {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.foundation-pg-content p {
  margin-bottom: 0 !important;
}
.newsletter .mc4wp-form-fields {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
}
.about-sec-search .inpt {
	margin-bottom: 12px!important;
	padding: 0 15px!important;
}

body.page-id-82 .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.c-banner-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}