@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Black.woff2") format("woff2"), url("../fonts/TitilliumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/TitilliumWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Light.woff2") format("woff2"), url("../fonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body, p {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #161616;
  line-height: 30px;
}

a, a:focus, a:hover {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.lb-btn, .lb-btn:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  background-color: #3d5474;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: 0.5s;
  padding: 10px 25px;
  text-transform: uppercase;
}

.lb-btn:hover {
  background-color: #4b668c;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
  border-color: #4b668c;
}

.blue-btn, .blue-btn:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  background-color: #1c1f52;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: 0.5s;
  display: block;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-top: 40px;
  position: relative;
}

.blue-btn:hover {
  background-color: #262a75;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
  border-color: #262a75;
}

.green-btn, .green-btn:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  background-color: #50b848;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: 0.5s;
  display: block;
  padding: 10px 40px;
  text-transform: uppercase;
  /*  margin-top: 40px;*/
  display: block;
  width: 100%;
  box-shadow: 0px 3px 0px 0px rgba(36, 115, 0, 0.9);
  max-width: 700px;
  margin: 40px auto 0;
}

.green-btn:hover {
  background-color: #3d8e36;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
  border-color: #3d8e36;
}

.green-btn2, .green-btn2:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  background-color: #50b848;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: 0.5s;
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 40px;
  width: 100%;
  box-shadow: 0px 3px 0px 0px rgba(36, 115, 0, 0.9);
}

.green-btn2:hover {
  background-color: #3d8e36;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
  border-color: #3d8e36;
}

.thanku-submit, .thanku-submit:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  background-color: #2b2b2b;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 15px 40px;
}

.thanku-submit:hover {
  background-color: #484848;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
  border-color: #484848;
}

.section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #161616;
  line-height: normal;
}

.section-btitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #161616;
  line-height: normal;
}

.section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #161616;
  line-height: normal;
}

.sec-pad {
  padding: 100px 0;
}

.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  text-align: left;
  padding-top: 2px;
}

/******** Main CSS *********/
header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease-out;
}

.header-inner {
  padding: 15px 0;
}

.header-rw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: auto;
  height: auto;
}

header.fixed-menu {
  background-color: #ccc;
  position: fixed;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
  height: 70px;
}

header.fixed-menu .header-inner {
  padding: 7px 0;
  transition: all 0.3s ease-out;
}

header.fixed-menu .logo a img {
  max-width: 325px;
  width: 100%;
}

.banner-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  color: #161616;
  line-height: 100px;
}

.banner-title img {
  margin-top: 10px;
  display: inline-block;
}

.banner-desc-box {
  margin-top: 20px;
  color: #161616;
  position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

.banner-desc {
  margin-top: 30px;
}

/*** Main Banner ***/
.main-banner {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  background-color: #cacaca;
  position: relative;
  height: 780px;
  padding-top: 80px;
}

.mobile-banner {
  display: none;
}

/******** Challenges Section ***********/
.challenge-sec {
  padding-bottom: 0;
}

.challenge-sec .container {
  max-width: 900px;
  margin: 0 auto;
}

.chlng-list {
  margin-top: 50px;
}

.chlng-list-box li {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  border: 1px solid #bfbfbf;
  padding: 25px 20px 25px 40px;
  border-bottom: none;
  position: relative;
  height: 160px;
}

.chlng-list-box li:last-child {
  border-bottom: 1px solid #bfbfbf;
}

.chlng-list-box.chlng-list-box-lb li {
  border-left: none;
}

.chlng-list-box li::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}

.chlng-bottom {
  margin-top: 70px;
}

.chlng-bottom .container {
  max-width: inherit;
}

.sec-connector {
  width: 2px;
  height: 50px;
  background-color: #3d5474;
  margin: 30px auto;
}

/******* About Book ******/
.about-book {
  padding-top: 0;
}

.about-book .container {
  max-width: 850px;
  margin: 0 auto;
}

.book-img {
  margin: 35px 0;
}

.book-desc {
  max-width: 700px;
  margin: 0 auto;
}

.book-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 35px;
}

.book-desc p:last-child {
  margin-bottom: 0;
}

/**** Testmonial *****/
.testmonial-section {
  background-color: #484848;
}

.star-rating.text-center svg {
  color: #fbd402;
}

.tm-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
}

.tm-list {
  margin-top: 50px;
}

.tm-inner {
  background-color: #fff;
  padding: 25px 50px;
  border-radius: 5px;
  /*text-align: center*/
}

.tm-col {
  display: flex;
}

.tm-desc {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #161616;
  line-height: 35px;
  padding-bottom: 15px;
}

.tm-desc:last-child {
  padding-bottom: 0;
}

.auth-img {
  margin: 25px 0;
  position: relative;
  z-index: 1;
}

.auth-img::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(71, 71, 71, 0.2);
  width: 100%;
  left: 0;
  right: 0;
  top: 30px;
  z-index: -1;
}

.tm-auth {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}

.tm-desg {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #777777;
}

.testmonial-carousel .tm-col {
  padding: 0 15px;
}

.tm-list-mb {
  position: relative;
}

.tm-list-mb .testmonial-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 70px;
  margin: 0 auto;
  text-align: center;
  left: 0;
}

.tm-list-mb .slide-arrow {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tm-list-mb .testmonial-arrows svg {
  color: #cacaca;
  font-size: 30px;
}

.tm-carousel {
  padding-top: 10px;
}

.tm-list-mb .testmonial-arrows svg:hover {
  color: #777777;
}

.tm-list-mb .slide-arrow.prev-arrow {
  right: 40px;
}

/******* Discover *******/
.dis-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  color: #161616;
}

.dis-desclist {
  margin-top: 50px;
}

.dscbook-img {
  text-align: center;
  margin: 0 auto 30px;
}

.disbox {
  margin-top: 50px;
}

.disdesc-list li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  position: relative;
  padding-left: 30px;
}

.disdesc-list li::before {
  content: "";
  background-image: url("../images/check.svg");
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
}

.disdesc-list li br {
  display: none;
}

.devider {
  border-top: 1px solid #e8e8e8;
  margin: 70px;
}

.desc-bot-box {
  margin-top: 30px;
}

.desc-bottom {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/***********/
.author {
  background-color: #f6f6f6;
}

.author .container {
  max-width: 1200px;
}

.authdesc-inner {
  margin-top: 50px;
}

.authdesc-inner .row {
  justify-content: center;
}

.author-subtitle {
  font-size: 22px;
}

.dis-desc {
  padding-right: 75px;
  padding-top: 15px;
}

.dis-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 38px;
}

.dis-desc p:last-child {
  margin-bottom: 0;
}

/***** Book Reading ******/
.book-read {
  padding-bottom: 0;
}

.book-read-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jewel-title {
  display: none;
}

.sec-connector2 {
  margin: 50px auto 20px;
}

.free-copy-inner {
  background-color: #fff;
  max-width: 800px;
  margin: 150px auto 0;
  padding: 50px 70px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 3px 3px 7px 0px rgba(40, 40, 40, 0.15), 0px 0px 3px 3px rgba(40, 40, 40, 0.1);
}

.free-book {
  margin-top: -160px;
}

/***** Footer Form ******/
.foot-form-bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 325px;
  position: relative;
  z-index: -1;
  margin-top: -200px;
}

.ft-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #3b3b3b;
  text-align: left;
  margin-top: 50px;
}

.ft-mdl {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #3b3b3b;
  text-align: left;
  margin-top: 35px;
}

.femail-col input, .femail-col input:focus {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  padding: 10px 15px 10px 25px;
  text-transform: uppercase;
  outline: none;
  color: #14213d;
  margin-top: 5px;
}

.drow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dform-col {
  width: 49%;
}

.dform-col input, .dform-col input:focus {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  padding: 10px 15px 10px 25px;
  text-transform: uppercase;
  outline: none;
  color: #14213d;
  margin-top: 5px;
}

.ft-btm {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
  text-align: center;
  margin-top: 12px;
  display: block;
}

/**** Footer ****/
footer {
  background-color: #2b2b2b;
}

.footer-inner {
  padding: 70px 0;
}

.foot-logo {
  text-align: center;
}

.foot-nav {
  max-width: 800px;
  margin: 30px auto 0;
}

.foot-nav ul {
  display: flex;
  justify-content: space-around;
}

.foot-nav ul li {
  color: #777777;
}

.foot-nav ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #777777;
}

.foot-nav ul li a:hover {
  color: #b8b8b8;
  transition: 0.5s;
}

/***** Thank You Page *****/
.thankyou-header {
  position: relative;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.thankyou-header .header-rw {
  justify-content: center;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
}

.thankyou-header .head-btn {
  display: none;
}

.thankyou-box {
  background-color: #fff;
  padding: 40px 0;
}

.thanku-ttl {
  font-family: "Titillium Web", sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
}

.thankyou-box p {
  margin-top: 30px;
  line-height: 30px;
}

/*** Back to top ***/
.dmtop {
  background-color: #484848;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
}/*# sourceMappingURL=style.css.map */