/* BASE */
/* common color */
/* theme color */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

/* pop up css */
.bwd-popUpBody{
  animation: popUpBodyAnimate .4s cubic-bezier(0.080, 1.090, 0.320, 1.275) 1;
 transform: translate(-50%, -50%);
 padding: 10px;
 position: fixed;
 inset-block-start: 50%;
 inset-inline-start: 50%;
 background-color: rgb(18, 18, 18);
 max-width: 900px;
 inline-size: 95vw;
 max-block-size: 500px;
 block-size: 95vh;
 z-index: 9999;
 border-radius: 5px;
 cursor: pointer;
  margin-block-start: 25px;

}

.bwd-popUpBody iframe{
  border-radius: 5px;
  overflow: hidden;
}
@keyframes popUpBodyAnimate {
  0%{
    transform: translate(-50%, -50%) scale(0);
  }
  100%{
    transform: translate(-50%, -50%) scale(1);
  }
}

.bwd-popup-before{
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
  inset-inline-end: 0;
  background: rgba(34, 34, 34, 0.7);
  z-index: 999;
}

.bwd-video-wrapper{
  inline-size: 100%;
  block-size: 100%;
}
.bwd-popup-cross-btn{
  font-size: 22px;
  color: rgb(221, 220, 220);
  transition: .3s;
  inset-block-end: calc(100% + 8px) ;
  inset-inline-end: 10px;
  position: absolute;
  line-height: 1;
}
.bwd-popup-cross-btn:hover{
  color: #fff;
}

video{
  block-size: 100% ;
  inline-size: 100% ;
}

/* layouts */
.bwd-author-bio-1-area .bwd-author-information {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
  padding-block-start: 40px;
  padding-block-end: 90px;
  padding-inline: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29387a), to(#a01b41));
  background-image: linear-gradient(180deg, #29387a 0%, #a01b41 100%);
  color: #fff !important;
  text-align: start;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-img {
  block-size: 300px;
  margin: 0 auto;
  inline-size: 300px;
  outline: 8px solid transparent;
  margin-block-end: 25px;
  transition: .5s linear;
  border-radius: 100%;
  outline-offset: -10px;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 200px;
    block-size: 200px;
    outline: 5px solid transparent;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 290px;
    block-size: 290px;
    outline: 8px solid transparent;
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-1-area .bwd-author-information:hover .bwd-author-bio-img {
  outline-color: #eeee;
}

.bwd-author-bio-1-area .bwd-author-information:hover .bwd-author-bio-img img {
  -webkit-box-shadow: 0 0 0 8px #f7f5ec3a;
          box-shadow: 0 0 0 8px #f7f5ec3a;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-profile {
  margin-block-end: 25px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 1px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 30px;
    padding-inline-end: 0px;
  }
}

.bwd-author-bio-1-area .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
}
.bwd-author-bio-1-area .bwd-author-book-name .bwd-author-subtitle {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-block-end: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bwd-author-bio-1-area .bwd-author-book-name .bwd-author-details {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
  margin-block-end: 20px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  margin-block-end: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  margin: 0px  0 10px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .6px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 20px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f29339;
  font-size: 18px;
  block-size: 35px;
  inline-size: 35px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 10px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #fff;
  border-radius: 20px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
    padding-block-start: 20px;
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -11px;
  inline-size: 3px;
  block-size: 100%;
  background-color: #e6e6e6;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content::before {
    inline-size: 100%;
    block-size: 3px;
    inset-inline-start: 0;
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #f29339;
}
 .bwd-author-rating.bwd_author_star_rating {
  position:absolute;
}
 .bwd_author_rating_gray.bwd_author_star_rating {
  color: #949090;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: #fff;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #ddd;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover:nth-child(odd) {
  background: #fff;
}

.bwd-author-bio-1-area .bwd-author-award .bwd-award-head {
  background-color: #f29339;
  color: white;
  border: 1px solid #ddd;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-1-area .bwd-author-award .bwd-award-body {
  border: 1px solid #ddd;
  padding: 8px;
  color: #333;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 15px 0;
}

.bwd-author-bio-1-area .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin-block-end: 5px;
  text-decoration: underline;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-dic {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta {
   margin-block-start: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #f29339;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-start: 20px;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 13px rgba(255, 255, 255, 0), 0 0 0 23px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 13px rgba(255, 255, 255, 0), 0 0 0 23px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 13px rgba(255, 255, 255, 0), 0 0 0 23px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 13px rgba(255, 255, 255, 0), 0 0 0 23px rgba(255, 255, 255, 0);
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline: 60px;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline: 10px;
  }
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #ff793f;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
}
.bwdab-social-icon-wrapper {
  display: inline-block;
}
.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  inline-size: 20%;
  block-size: 20%;
  border-radius: 2px;
  border: 2px solid #cd6133;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: all 0.4s ease,opacity 0.4s ease 0.1s;
  transition: all 0.4s ease,opacity 0.4s ease 0.1s;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  border: 2px solid #cd6133;
  border-top-color: transparent;
  border-left-color: transparent;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-block-end: 0;
  inset-inline-end: 0;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  background-color: #cd6133;
  -webkit-box-shadow: 0 0 15px -5px #555;
          box-shadow: 0 0 15px -5px #555;
}

.bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  block-size: 100%;
  border: 2px solid #cd6133;
  opacity: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 28px;
    font-size: 14px;
     margin-block-start: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-1-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-2-area .bwd-author-information {
  padding-block-start: 40px;
  padding-block-end: 90px;
  padding-inline: 25px;
  text-align: start;
  background-color: #242f1e;
  color: #fff !important;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-img {
  block-size: 300px;
  margin: 0 auto;
  inline-size: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 200px;
    block-size: 200px;
    outline: 5px solid transparent;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 290px;
    block-size: 290px;
    outline: 8px solid transparent;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-2-area .bwd-author-information:hover .bwd-author-bio-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-profile {
  text-align: center;
  border-block-end: 3px dotted;
  inline-size: 70%;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-profile {
    inline-size: 100%;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  position: relative;
  inline-size: 50%;
  margin: -45px auto 25px;
  background: #ff0167;
  padding: 6px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: capitalize;
  z-index: 9;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-profile .bwd-author-name::before, .bwd-author-bio-2-area .bwd-author-information .bwd-author-profile .bwd-author-name::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -25px;
  inline-size: 50px;
  block-size: 100%;
  background: #ff0167;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  z-index: -1;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-profile .bwd-author-name::after {
  inset-inline-end: auto;
  inset-inline-start: -25px;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  margin-block-end: 10px;
  font-style: italic;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    padding-block-end: 15px;
    margin-block-end: 15px;
    padding-inline-end: 0;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -6px;
  inline-size: 3px;
  block-size: 100%;
  background-color: #b52961;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::before {
    inline-size: 0;
    block-size: 0;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #ff0167;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody {
  border: 2ps solid;
  background: transparent;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #fff;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:nth-child(odd) {
  background-color: #242f1e;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:hover {
  background-color: #ddd;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:hover:nth-child(odd) {
  background: #fff;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:nth-child(odd) td {
  color: #fff;
  letter-spacing: 2px;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:hover:nth-child(odd) td {
  color: #333;
  letter-spacing: 2px;
}
.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr:hover td {
  color: #333;
  letter-spacing: 2px;
}

.bwd-author-bio-2-area .bwd-author-award .bwd-award-head {
  background-color: #b52961;
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-2-area .bwd-author-award .bwd-award-body {
  border: 1px solid #ddd;
  padding: 8px;
  color: #000;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 500;
  line-height: 1;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book {
  margin: 15px 0;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin-block-end: 5px;
  border-block-end: 4px double;
  line-height: 2;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-2-area .bwd-author-book-name .bwd-author-subtitle {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  border-block-end: 4px double;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-block-end: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 2;
  border-block-end: 4px double;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  margin: 0px  0 10px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-hobby .bwd-author-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .6px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 20px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  inline-size: 35px;
  block-size: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #ff0167;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 15px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-social:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0167), to(darkred));
  background: linear-gradient(to bottom, #ff0167, darkred);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #fff;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-dic {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta {
   margin-block-start: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #ff0167;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: rgba(255, 255, 255, 0.8);
  background: #ff0167;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  border-radius: 50px 50px/30px 50px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background: #fff;
  inline-size: 0;
  block-size: calc(100% - 25px);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #ff0167;
  background: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  inset-inline-start: 0;
}

.bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    font-size: 16px;
     margin-block-start: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-2-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-3-area .bwd-author-information {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-block-start: 40px;
  padding-inline: 25px;
  text-align: start;
  border-block-start: 20px solid #ff9900;
  position: relative;
  overflow: hidden;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img {
  block-size: 250px;
  inline-size: 250px;
  position: relative;
  margin-inline-start: 50px;
  z-index: 1;
  margin-block-end: 85px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img {
    margin: 0 auto 25px;
    inline-size: 180px;
    block-size: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 240px;
    block-size: 240px;
    margin: 0 auto 60px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::before {
  content: "";
  position: absolute;
  inset-block-start: -40px;
  inset-inline-start: -15px;
  background: #f69211;
  inline-size: 115%;
  block-size: 125%;
  z-index: -1;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::before {
    inset-inline-start: -14px;
    block-size: 128%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::before {
    inset-inline-start: -19px;
    block-size: 125%;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::after {
  content: "";
  position: absolute;
  inset-block-start: -55px;
  inset-inline-end: -35px;
  background: #f69211;
  inline-size: 130%;
  block-size: 30px;
  border-end-start-radius: 20px;
  border-end-end-radius: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::after {
    inset-inline-end: -26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img::after {
    inset-inline-end: -35px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  border-radius: 100%;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 130px;
  inset-inline-end: 40px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    text-align: center;
    margin-block-end: 30px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  color: #423f42;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 1.5px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  color: #423f42;
  letter-spacing: 1px;
  text-align: center;
  margin-block-end: 0;
  font-style: italic;
  position: relative;
  font-weight: 600;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-start: 0px;
  inline-size: 15%;
  block-size: 2px;
  background-color: #423f42;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
    content: "";
    inset-inline-start: 90px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::after {
  inset-inline-start: auto;
  inset-inline-end: 0px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::after {
    inset-inline-end: 90px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    padding-inline-end: 0;
    margin-block-end: 15px;
  }
}

.bwd-author-bio-3-area .bwd-author-book-name .bwd-author-details{
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-3-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  background: #423f42;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  border: 7px solid #ff9900;
  margin-inline-start: -35px;
  padding: 10px 30px;
  margin-block-end: 15px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 95%;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  background: #423f42;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  border: 7px solid #ff9900;
  margin-inline-start: -35px;
  padding: 0 30px;
  margin-block-end: 15px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 95%;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  background: #423f42;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  border: 7px solid #ff9900;
  margin-inline-start: -35px;
  padding: 0 30px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
  margin-block-end: 10px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 95%;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 20px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  background-color: #ff9900;
  font-size: 18px;
  block-size: 40px;
  inline-size: 40px;
  border: 2px dotted transparent;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #ff9900;
  background: #fff;
  border-color: #ff9900;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #ff9900;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  border: 2px solid;
  background: transparent;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #fff;
}
.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #ddd;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover:nth-child(odd) {
  background: #fff;
}
.bwd-author-bio-3-area .bwd-author-award .bwd-award-head {
  background-color: #ff9900;
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1;
}

.bwd-author-bio-3-area .bwd-author-award .bwd-award-body {
  border: 1px solid #bbbaba;
  padding: 8px;
  color: #333;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 500;
  line-height: 1;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 15px 0;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin-block-end: 5px;
  border-block-end: 4px double #ff9900;
  line-height: 2;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-dic {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta {
   margin-block-start: 40px;
  background: #423f42;
  margin-inline-start: -30px;
  margin-inline-end: -30px;
  padding: 30px 25px 25px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #ff9900;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #ff9900;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #000;
}

@media (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    font-size: 16px;
     margin-block-start: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-3-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-4-area .bwd-author-information {
  padding: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  z-index: 1;
  margin-inline: 10px;
  text-align: start;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information {
    margin-inline-end: 0;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  background-color: #457988;
  padding: 100px 70px;
  color: #fff;
  border-end-end-radius: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-profile {
    padding: 100px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-profile {
    position: absolute;
    inset-block-start: 245px;
    background: transparent;
    padding: 0;
    inset-inline-end: unset;
    text-align: center;
    z-index: 9;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    inline-size: 100%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-profile {
    inset-block-start: 280px;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 2px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 600;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  background-color: #2a3e3e;
  padding: 40px 20px 30px;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 30px;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img {
  block-size: 250px;
  inline-size: 250px;
  margin: 0 auto 55px;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img {
    margin: 0 auto 100px;
    inline-size: 190px;
    block-size: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img {
    inline-size: 230px;
    block-size: 230px;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-4-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  background: #457988;
  margin-inline-start: -35px;
  padding: 10px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::before, .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-start: -24px;
  inset-inline-start: 0;
  inline-size: 25px;
  block-size: 25px;
  background-color: #457988;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
  z-index: -1;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::after {
  inset-block-start: auto;
  inset-block-end: -24px;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  background: #457988;
  margin-inline-start: -35px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before, .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-start: -25px;
  inset-inline-start: 0;
  inline-size: 25px;
  block-size: 25px;
  background-color: #457988;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
  z-index: -1;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::after {
  inset-block-start: auto;
  inset-block-end: -25px;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  line-height: 2;
  background: #457988;
  margin-inline-start: -35px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  -webkit-box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.13) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before, .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-start: -25px;
  inset-inline-start: 0;
  inline-size: 25px;
  block-size: 25px;
  background-color: #457988;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 40%);
  z-index: -1;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::after {
  inset-block-start: auto;
  inset-block-end: -25px;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  font-size: 16px;
  block-size: 40px;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: transparent;
  border: 2px solid #fff;
  margin-inline-end: 13px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  border-radius: 50%;
  -webkit-animation: animate-hover 0.5s;
          animation: animate-hover 0.5s;
  background-color: #fff;
  color: #457988;
}

@-webkit-keyframes animate-hover {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}

@keyframes animate-hover {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding: 0 20px;
  padding-block-start: 345px;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-block-start: 0;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #2a3e3e;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #fff;
}
.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:nth-child(odd) {
  background-color: #457988;
}
.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #457988;
}
.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover:nth-child(odd) {
  background: #fff;
}
.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover:nth-child(odd) td {
  color: #333;
  letter-spacing: 1px;
}
.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-4-area .bwd-author-award .bwd-award-head {
  background-color: #2a3e3e;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-4-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 15px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 25px 0;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-block-end: 18px;
  line-height: 2;
  background: #2a3e3e;
  color: #fff;
  padding: 6px 40px;
  border-start-start-radius: 50px;
  border-end-end-radius: 50px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-dic {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
  padding: 0 20px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta {
  background: #2a3e3e;
  padding: 80px 20px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 55px;
  background: #ffffff;
  border-end-end-radius: 100%;
  z-index: -1;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 50px;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border: 1px solid #fff;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button::before {
  content: '';
  background-color: #457988;
  block-size: 200%;
  inline-size: 100%;
  -webkit-transform: skewY(17deg);
          transform: skewY(17deg);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: -300%;
  z-index: -1;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  background: transparent;
  border-color: #457988;
}

.bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  inset-block-start: -50%;
}

@media (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 28px;
    font-size: 14px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-4-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-5-area .bwd-author-information {
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  overflow: hidden;
  padding-inline: 25px;
  text-align: start;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-img {
  block-size: 250px;
  inline-size: 250px;
  position: relative;
  z-index: 1;
  margin-block-end: 50px;
  margin-inline-start: -25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-img {
    margin: 25px auto 50px;
    inline-size: 190px;
    block-size: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 260px;
    block-size: 260px;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-img::before {
  content: "";
  position: absolute;
  inset-inline-end: -20px;
  inset-block-end: -18px;
  inline-size: 80%;
  block-size: 80%;
  z-index: -1;
  background-color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 15px;
  inset-inline-start: 230px;
  background-color: #87ca2f;
  padding: 70px;
  color: #fff;
  z-index: 9;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-profile {
    inset-inline-end: 25px;
    padding: 70px 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-profile {
    padding: 70px 100px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    color: #87ca2f;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin-block-end: 15px;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    margin-block-end: 0;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 600;
  border-block-end: 4px double;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
    inline-size: 65%;
    margin: 0 auto;
    line-height: 3;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 15px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 40px;
    padding-inline-end: 0;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-5-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  color: #87ca2f;
  position: relative;
}

.bwd-author-bio-5-area .bwd-author-book-name .bwd-author-subtitle::before, .bwd-author-bio-5-area .bwd-author-book-name .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 45%;
  block-size: 2px;
  background-color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::after {
  inline-size: 30%;
  inset-block-end: -5px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  color: #87ca2f;
  position: relative;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before, .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 45%;
  block-size: 2px;
  background-color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::after {
  inline-size: 30%;
  inset-block-end: -5px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  color: #87ca2f;
  position: relative;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before, .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 25%;
  block-size: 2px;
  background-color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::after {
  inline-size: 20%;
  inset-block-end: -5px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 20px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #87ca2f;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
  border: 2px dashed #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  -webkit-box-shadow: 4px 4px rgba(70, 251, 4, 0.515);
          box-shadow: 4px 4px rgba(70, 251, 4, 0.515);
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 15px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #e6e6e6;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  letter-spacing: 1px;
}

.bwd-author-bio-5-area .bwd-author-award .bwd-award-head {
  background-color: #87ca2f;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-5-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 10px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 10px 0;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  color: #87ca2f;
  position: relative;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before, .bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 45%;
  block-size: 2px;
  background-color: #87ca2f;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::after {
  inline-size: 30%;
  inset-block-end: -5px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-dic {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta {
  background: #4e8308;
  padding: 80px 25px 30px;
  position: relative;
  z-index: 1;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta::before {
  content: "";
  position: absolute;
  inset-block-start: -1px;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 55px;
  background-color: #f7f7f7;
  border-end-start-radius: 100%;
  z-index: -1;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 50px;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 25px;
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #87ca2f;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  inline-size: 20%;
  block-size: 20%;
  border-radius: 2px;
  border: 2px solid #87ca2f;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: all 0.4s ease,opacity 0.4s ease 0.1s;
  transition: all 0.4s ease,opacity 0.4s ease 0.1s;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  border: 2px solid #87ca2f;
  border-top-color: transparent;
  border-left-color: transparent;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-block-end: 0;
  inset-inline-end: 0;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  background-color: #87ca2f;
  -webkit-box-shadow: 0 0 15px -5px #555;
          box-shadow: 0 0 15px -5px #555;
}

.bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  block-size: 100%;
  border: 2px solid #87ca2f;
  opacity: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 30px;
    font-size: 14px;
     margin-block-start: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-5-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-6-area .bwd-author-information {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding-inline: 25px;
  text-align: start;
  overflow: hidden;
}

.bwd-author-bio-6-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: -60px;
  inset-inline-start: -65px;
  inline-size: 320px;
  block-size: 400px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
  background-color: #e74c3c;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information::before {
    block-size: 240px;
    inline-size: 250px;
  }
}

.bwd-author-bio-6-area .bwd-author-information::after {
  content: "";
  position: absolute;
  inset-block-start: -15px;
  inset-inline-end: 10px;
  inline-size: 70px;
  block-size: 70px;
  background-color: #e74c3c;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 76%, 65% 100%, 0 60%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 76%, 65% 100%, 0 60%, 0 0);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-img {
  block-size: 300px;
  inline-size: 250px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
  position: relative;
   margin-block-start: 30px;
  margin-inline-start: 10px;
  margin-block-end: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-img {
    block-size: 210px;
    inline-size: 150px;
     margin-block-start: 10px;
    margin-inline-start: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-img {
    block-size: 300px;
    inline-size: 250px;
     margin-block-start: 30px;
    margin-inline-start: 10px;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 14%;
  inset-inline-end: 6%;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    text-align: center;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-profile::before {
  content: "";
  position: absolute;
  inset-block-start: -175px;
  inset-inline-end: -45px;
  inline-size: 70px;
  block-size: 70px;
  background-color: #252a41;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 76%, 65% 100%, 0 60%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 76%, 65% 100%, 0 60%, 0 0);
  z-index: 9;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-profile::before {
    content: none;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 1px;
  color: #e74c3c;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 35px;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 600;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  position: relative;
  z-index: 1;
  padding: 110px 30px 30px;
  margin-inline-start: -30px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 40px;
    margin-inline-end: -30px;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #252a41;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 100px);
          clip-path: polygon(100% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 100px);
  z-index: -1;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::after {
  content: "";
  position: absolute;
  inset-block-start: 25px;
  inset-inline-start: 0;
  inline-size: 60%;
  block-size: 50%;
  background-color: #e74c3c;
  -webkit-clip-path: polygon(110% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 60px);
          clip-path: polygon(110% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 60px);
  z-index: -2;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.8px;
  margin-block-end: 15px;
}

.bwd-author-bio-6-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 13px;
  line-height: 2;
  position: relative;
}

.bwd-author-bio-6-area .bwd-author-book-name .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 30%;
  block-size: 2px;
  background-color: #e74c3c;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 13px;
  line-height: 2;
  position: relative;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 30%;
  block-size: 2px;
  background-color: #e74c3c;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 13px;
  line-height: 2;
  position: relative;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 30%;
  block-size: 2px;
  background-color: #e74c3c;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #b92b27;
  background-color: #fff;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #fff;
  background: #b92b27;
  border-radius: 0 50%;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 15px;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #e74c3c;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #252a41;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  letter-spacing: 1px;
  color: #fff;
}

.bwd-author-bio-6-area .bwd-author-award .bwd-award-head {
  background-color: #e74c3c;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-6-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 18px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 17px 0;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  color: #000;
  background: #ed534f94;
  position: relative;
  padding: 10px;
  border-inline-start: 10px solid #e74c3c;
  padding-inline-start: 25px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-dic {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta {
  background: #252a41;
  padding: 90px 25px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  -webkit-clip-path: polygon(10% 19%, 90% 17%, 100% 0, 100% 70%, 100% 100%, 42% 100%, 0 100%, 0 0);
          clip-path: polygon(10% 19%, 90% 17%, 100% 0, 100% 70%, 100% 100%, 42% 100%, 0 100%, 0 0);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 35px;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-start: 0px;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #b92b27;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  overflow: hidden;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background-color: #e7e7e7;
  position: absolute;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  inset-inline-end: 5px;
  inset-block-end: 5px;
  z-index: -1;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  background-color: #b92b27;
  inline-size: 100%;
  block-size: 0%;
  inset-block-start: -10%;
  inset-inline-start: 0%;
  inset-inline-end: auto;
  inset-block-end: auto;
  z-index: -2;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 3px #333;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  background-color: #b92b27;
}

.bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  block-size: 100%;
  inset-block-start: 101%;
}

@media (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-6-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-7-area .bwd-author-information {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding-inline: 25px;
  text-align: start;
  border-block-start: 25px solid #05384f;
  overflow: hidden;
}

.bwd-author-bio-7-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: -1px;
  inset-inline-start: 0;
  -webkit-clip-path: polygon(0 0%, 130% 0, 85% 90%, 0% 130%);
          clip-path: polygon(0 0%, 130% 0, 85% 90%, 0% 130%);
  inline-size: 370px;
  block-size: 330px;
  background: #05384f;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-img {
  block-size: 200px;
  inline-size: 200px;
  position: relative;
  z-index: 1;
   margin-block-start: 20px;
  margin-inline-start: 20px;
  margin-block-end: 130px;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-img {
    block-size: 180px;
    inline-size: 180px;
    margin-block-end: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-img {
    block-size: 200px;
    inline-size: 200px;
    margin-block-end: 130px;
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 100%;
  outline: 4px solid #fff;
  outline-offset: 10px;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 242px;
  inset-inline-start: 0px;
  padding-inline-start: 90px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 600;
  color: #fff;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  background: #05384f;
  color: #fff;
  margin-inline-start: -25px;
  padding: 45px 25px;
  border-start-end-radius: 90px;
  border-end-end-radius: 90px;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 40px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    margin-inline-end: -25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    border-start-end-radius: 90px;
    border-end-end-radius: 90px;
    margin-inline-end: 0;
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-7-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 1;
  background: #87ca2f;
  padding: 10px 0;
  inline-size: 90%;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #87ca2f;
  padding: 5px;
  inline-size: 90%;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #87ca2f;
  color: #fff;
  padding: 5px;
  inline-size: 90%;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #87ca2f;
  background-color: #fff;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 10px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  border-radius: 50%;
  background-color: #87ca2f;
  color: #fff;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #05384f;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-7-area .bwd-author-award .bwd-award-head {
  background-color: #87ca2f;
  color: #fff;
  border: 1px solid #979797;
  padding: 14px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-7-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 16px;
  color: #333;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 17px 0;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #87ca2f;
  padding: 5px;
  inline-size: 90%;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-dic {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta {
  background: #05384f;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
   margin-block-start: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 35px;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-start: 0px;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
  margin-inline-end: 15px;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: rgba(255, 255, 255, 0.8);
  background: #87ca2f;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  border-radius: 50px 50px/30px 50px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background: #fff;
  inline-size: 0;
  block-size: calc(100% - 25px);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #87ca2f;
  background: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  inset-inline-start: 0;
}

.bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 28px;
    font-size: 15px;
     margin-block-start: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-7-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-8-area .bwd-author-information {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 71px;
  inset-inline-start: 150px;
  inline-size: 70%;
  background-color: #ca3943;
  padding: 25px;
  padding-inline-start: 110px;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-profile {
    inline-size: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-profile {
    inset-block-start: 65px;
    padding: 20px;
    padding-inline-start: 90px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin-block-end: 40px;
    text-shadow: rgba(0, 0, 0, 0.454) 0px 3px 8px;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    color: #ca3943;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
    color: #ca3943;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  background-color: #30336b;
  margin-inline-start: -25px;
  padding: 25px 25px 30px;
   margin-block-start: -25px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-inline-end: -25px;
    margin-block-end: 40px;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img {
  block-size: 200px;
  inline-size: 200px;
  margin-block-end: 35px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img {
    margin: 0 auto 35px;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  border-radius: 100%;
  border: 3px solid #ca3943;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #fff;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-8-area .bwd-author-award .bwd-award-head {
  background-color: #ca3943;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-8-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 12px;
  color: #fff;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book {
  margin: 14px 0;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #ca3943;
  padding: 10px;
  border-inline-end: 6px solid #fff;
  inline-size: 90%;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-block-start: 240px;
  padding-inline-start: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-block-start: 0;
    padding-inline-start: 0;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-name {
  color: #1e272e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-8-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 1;
  background: #ca3943;
  padding: 10px;
  border-inline-end: 6px solid #30336b;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  letter-spacing: 2px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #ca3943;
  padding: 10px;
  border-inline-end: 6px solid #30336b;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  letter-spacing: 2px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-hobby {
  color: #1e272e;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  background: #ca3943;
  padding: 10px;
  border-inline-end: 6px solid #30336b;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  letter-spacing: 2px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-lang {
  color: #1e272e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-social {
  color: #fff;
  font-size: 18px;
  block-size: 40px;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #30336b;
  border: 2px solid #fff;
  margin-inline-end: 12px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-social:hover {
  border-radius: 50%;
  -webkit-animation: animate-hover 0.5s;
          animation: animate-hover 0.5s;
  background-color: #ca3943;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-dic {
  color: #1e272e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta {
  background: #30336b;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 35px;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #ca3943;
  -webkit-box-shadow: inset 0 0 0 0 #ca3943;
          box-shadow: inset 0 0 0 0 #ca3943;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 50px #ca3943;
          box-shadow: inset 0 0 0 50px #ca3943;
}

@media (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 30px;
    font-size: 18px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-8-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-9-area .bwd-author-information {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #252a41;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-img {
  block-size: 300px;
  inline-size: 300px;
  margin: 0 auto;
  margin-block-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 180px;
    block-size: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 280px;
    block-size: 280px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-profile {
  text-align: center;
  -webkit-clip-path: polygon(16% 0, 85% 0, 100% 100%, 0 100%);
          clip-path: polygon(16% 0, 85% 0, 100% 100%, 0 100%);
  background: #0097e6;
  inline-size: 70%;
  margin: 0 auto;
  padding: 15px 50px;
  color: #fff;
  margin-block-end: 40px;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-profile {
    inline-size: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    background: transparent;
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-profile {
    -webkit-clip-path: polygon(16% 0, 85% 0, 100% 100%, 0 100%);
            clip-path: polygon(16% 0, 85% 0, 100% 100%, 0 100%);
    background: #0097e6;
    padding: 15px 50px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  margin-block-end: 5px;
  letter-spacing: 1px;
  border-block-end: 2px dashed;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 35px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  margin-inline-end: 10px;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-inline-end: 0;
    margin-block-end: 40px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-9-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  color: #0097e6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 2px dashed #fff;
  inline-size: 80%;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  border-block-end: 2px dashed #fff;
  color: #0097e6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  inline-size: 80%;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  border-block-end: 2px dashed #fff;
  inline-size: 80%;
  display: block;
  color: #0097e6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  font-size: 16px;
  block-size: 40px;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: transparent;
  border: 2px solid #fff;
  margin-inline-end: 13px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  border-radius: 50%;
  -webkit-animation: animate-hover 0.5s;
          animation: animate-hover 0.5s;
  background-color: #fff;
  color: #0097e6;
}

@keyframes animate-hover {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #0097e6;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-9-area .bwd-author-award .bwd-award-head {
  background-color: #0097e6;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-9-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 12px;
  color: #fff;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 14px 0;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  color: #0097e6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 2px dashed #fff;
  inline-size: 80%;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
    inline-size: 90%;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-dic {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta {
  padding: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #0097e6;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  overflow: hidden;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background-color: #e7e7e7;
  position: absolute;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  inset-inline-end: 5px;
  inset-block-end: 5px;
  z-index: -1;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  background-color: #0097e6;
  inline-size: 100%;
  block-size: 0%;
  inset-block-start: -10%;
  inset-inline-start: 0%;
  inset-inline-end: auto;
  inset-block-end: auto;
  z-index: -2;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 3px #333;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  background-color: #0097e6;
}

.bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  block-size: 100%;
  inset-block-start: 101%;
}

@media (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 16px 30px;
    font-size: 16px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-9-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-10-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  margin-inline: 15px;
  background-color: #f0f0f0;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img {
  block-size: 210px;
  inline-size: 210px;
  margin-block-end: 60px;
  margin-inline-start: auto;
  margin-inline-end: 20px;
  position: relative;
   margin-block-start: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img {
    margin: 25px auto 40px;
    inline-size: 150px;
    block-size: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 220px;
    block-size: 220px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img .bwd-img-circle {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  z-index: -1;
  outline: 3px solid #ddd;
  border-radius: 100%;
  outline-offset: 15px;
  -webkit-animation: animate-bio 15s linear infinite;
          animation: animate-bio 15s linear infinite;
}

@-webkit-keyframes animate-bio {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-bio {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img .bwd-img-circle::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inline-size: 25px;
  block-size: 25px;
  background-color: #ff793f;
  border-radius: 30px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 130px;
  inset-inline-start: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-start: 0;
    text-align: center;
    margin-block-end: 30px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 33px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  color: #ff793f;
  margin-block-end: 5px;
  text-align: center;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 30px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  color: #2C3A47;
  letter-spacing: 1px;
  text-align: center;
  margin-block-end: 0;
  font-style: italic;
  position: relative;
  font-weight: 600;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-start: 0px;
  inline-size: 15%;
  block-size: 2px;
  background-color: #2C3A47;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before, .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday:after {
    content: "";
    inset-inline-start: 70px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::after {
  inset-inline-start: auto;
  inset-inline-end: 0px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::after {
    inset-inline-end: 70px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    padding-inline-end: 0;
    margin-block-end: 35px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #2C3A47;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-10-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  background: #ff793f;
  margin-inline-start: -42px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 115%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 110%;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: -24px;
  inset-inline-start: 0;
  inline-size: 17px;
  block-size: 25px;
  background-color: #ff793f;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
  z-index: -1;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  background: #ff793f;
  margin-inline-start: -42px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 115%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 110%;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: -25px;
  inset-inline-start: 0;
  inline-size: 17px;
  block-size: 25px;
  background-color: #ff793f;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
  z-index: -1;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #2C3A47;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  background: #ff793f;
  margin-inline-start: -42px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-end-radius: 15px;
  border-end-end-radius: 15px;
  inline-size: 90%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 115%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 110%;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: -25px;
  inset-inline-start: 0;
  inline-size: 17px;
  block-size: 25px;
  background-color: #ff793f;
  -webkit-clip-path: polygon(100% 60%, 100% 0, 0 0);
          clip-path: polygon(100% 60%, 100% 0, 0 0);
  z-index: -1;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #2C3A47;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  background-color: #ff793f;
  font-size: 18px;
  block-size: 40px;
  inline-size: 40px;
  border: 2px dotted transparent;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #ff793f;
  background: #fff;
  border-color: #ff793f;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 15px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #2a3e3e;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #838080;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-10-area .bwd-author-award .bwd-award-head {
  background-color: #ff793f;
  color: #fff;
  border: 1px solid #979797;
  padding: 8px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-10-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 12px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 20px 0;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  background: #ff793f;
  margin-inline-start: 42px;
  padding: 8px 30px;
  margin-block-end: 15px;
  border-start-start-radius: 15px;
  border-end-start-radius: 15px;
  inline-size: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
    margin-inline-start: 0;
    border-radius: 0;
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
    margin-inline-start: 42px;
    border-start-start-radius: 15px;
    border-end-start-radius: 15px;
    padding: 8px 30px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-end: -24px;
  inset-inline-end: 0;
  inline-size: 17px;
  block-size: 25px;
  background-color: #ff793f;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
          clip-path: polygon(100% 0, 0 100%, 0 0);
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
    content: "";
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);  
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-dic {
  color: #2a3e3e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta {
  padding: 30px 25px;
  background-color: #ff793f;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 40px;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border: 1px solid #fff;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button::before {
  content: '';
  background-color: #ff793f;
  block-size: 200%;
  inline-size: 100%;
  -webkit-transform: skewY(17deg);
          transform: skewY(17deg);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: -300%;
  z-index: -1;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #ff793f;
  background: transparent;
}

.bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  inset-block-start: -50%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 15px 28px;
    font-size: 14px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-10-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-11-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  border-block-start: 10px solid #2C3A47;
  background: #f0f0f0;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img {
  position: relative;
  block-size: 270px;
  inline-size: 270px;
  z-index: 9;
}

/* @media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 350px;
    block-size: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 310px;
    block-size: 310px;
  }
} */

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img {
    margin: 0 auto 30px;
    inline-size: 180px;
    block-size: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 250px;
    block-size: 250px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 70px;
  inset-inline-start: 290px;
  inline-size: 50%;
  background-color: #2C3A47;
  padding: 20px;
  padding-inline-start: 35px;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    padding: 0;
    text-align: center;
    margin-block-end: 65px;
    background-color: transparent;
    color: #2C3A47;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    color: #2C3A47;
    font-size: 30px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
    color: #2C3A47;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  -webkit-clip-path: polygon(50% 90px, 85% 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0);
          clip-path: polygon(50% 90px, 85% 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0);
  background: #2c3a47;
  padding: 146px 25px 30px;
   margin-block-start: -55px;
  position: relative;
  z-index: 10;
  color: #fff;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-11-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  border-block-end: 2px solid #ffa502;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  inline-size: 80%;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  border-block-end: 2px solid #ffa502;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  inline-size: 80%;
  text-align: center;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  border-block-end: 2px solid #ffa502;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  inline-size: 80%;
  text-align: center;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
    inline-size: 100%;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #ffa502;
  background-color: #fff;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 8px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #fff;
  background: #ffa502;
  border-start-start-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-block-start: 60px;
  padding-block-end: 20px;
  padding-inline-start: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding: 0;
    margin-block-start: 40px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #ffa502;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #838080;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-11-area .bwd-author-award .bwd-award-head {
  background-color: #2C3A47;
  color: #fff;
  border: 1px solid #979797;
  padding: 8px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-11-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 12px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 13px 0;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  border-block-end: 2px solid #ffa502;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 10px;
  line-height: 2;
  letter-spacing: 2px;
  inline-size: 80%;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
    object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta {
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  -webkit-clip-path: polygon(50% 30px, 65% 0, 100% 0, 100% 100%, 0 100%, 0 0, 35% 0);
          clip-path: polygon(50% 30px, 65% 0, 100% 0, 100% 100%, 0 100%, 0 0, 35% 0);
  background: #2c3a47;
  padding: 60px 25px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 10px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #ffa502;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.486);
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  inline-size: 20%;
  block-size: 20%;
  border-radius: 2px;
  border: 2px solid #ffa502;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: all 0.4s ease,opacity 0.4s ease 0.1s;
  transition: all 0.4s ease,opacity 0.4s ease 0.1s;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  border: 2px solid #ffa502;
  border-top-color: transparent;
  border-left-color: transparent;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-block-end: 0;
  inset-inline-end: 0;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  background-color: #ffa502;
  -webkit-box-shadow: 0 0 15px -5px #555;
          box-shadow: 0 0 15px -5px #555;
}

.bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  block-size: 100%;
  border: 2px solid #ffa502;
  opacity: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 30px;
    font-size: 17px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-11-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-12-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #f7f7f7;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-img {
  block-size: 230px;
  inline-size: 230px;
  margin-inline-start: auto;
  position: relative;
  overflow: hidden;
  margin-block-end: 50px;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-img {
    margin: 0 auto 40px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #10bf44;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-12-area .bwd-author-information:hover .bwd-author-bio-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 0;
  border-color: transparent;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 15% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 15% 100%, 0 90%);
  background: #10bf44;
  padding: 100px 80px 145px 25px;
  z-index: 9;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    -webkit-clip-path: none;
            clip-path: none;
    text-align: center;
    padding: 25px 5px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 32px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #fff;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  background: #2c3a47;
  padding: 220px 25px 30px;
   margin-block-start: -130px;
  position: relative;
  z-index: 0;
  color: #fff;
  margin-inline-start: -25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-inline-end: -25px;
     margin-block-start: 30px;
    margin-block-end: 30px;
    padding: 30px 25px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-12-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 1;
  letter-spacing: 2px;
  background: #10bf44;
  padding: 10px 25px 12px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #10bf44;
  padding: 5px 25px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #10bf44;
  padding: 5px 25px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  background-color: transparent;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
  border: 2px solid #fff;
  border-radius: 10px 0 10px 0;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #10bf44;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-block-start: 50px;
  padding-block-end: 20px;
  padding-inline-start: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding: 0;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #10bf44;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #aba6a6;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-12-area .bwd-author-award .bwd-award-head {
  background-color: #10bf44;
  color: #fff;
  border: 1px solid #979797;
  padding: 12px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-12-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 13px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 15px 0;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #10bf44;
  color: #fff;
  padding: 5px 25px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta {
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  -webkit-clip-path: polygon(10% 0, 100% 30%, 100% 100%, 0 100%, 0 20%);
          clip-path: polygon(10% 0, 100% 30%, 100% 100%, 0 100%, 0 20%);
  background: #2c3a47;
  padding: 60px 25px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 10px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 25px;
  }
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #10bf44;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  overflow: hidden;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background-color: #e7e7e7;
  position: absolute;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  inset-inline-end: 5px;
  inset-block-end: 5px;
  z-index: -1;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  background-color: #10bf44;
  inline-size: 100%;
  block-size: 0%;
  inset-block-start: -10%;
  inset-inline-start: 0%;
  inset-inline-end: auto;
  inset-block-end: auto;
  z-index: -2;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 3px #333;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  background-color: #10bf44;
}

.bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  block-size: 100%;
  inset-block-start: 101%;
}

@media (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 30px;
    font-size: 16px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-12-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-13-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #f7f7f7;
}

.bwd-author-bio-13-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  inline-size: 90%;
  block-size: 180px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 45% 100%, 45% 100%, 0 15%);
          clip-path: polygon(0 0, 100% 0, 100% 15%, 45% 100%, 45% 100%, 0 15%);
  background-color: #ff481beb;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-img-shape {
  position: absolute;
  inset-block-start: 15px;
  left: 50%;
  transform: translateX(-50%);
  block-size: 320px;
  inline-size: 270px;
  background: #FE552C;
  clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-img-shape {
    block-size: 210px;
    inline-size: 180px;
    inset-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-img-shape {
    block-size: 310px;
    inline-size: 270px;
    inset-block-start: 15px;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-img {
  block-size: 300px;
  inline-size: 250px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
  position: relative;
  margin: 0 auto;
   margin-block-start: 0;
  margin-block-end: 10px;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-img {
    block-size: 200px;
    inline-size: 170px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-img {
    block-size: 300px;
    inline-size: 250px;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-13-area .bwd-author-information:hover .bwd-author-bio-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-profile {
  text-align: center;
  margin-block-end: 40px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 33px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  color: #e84118;
  margin-block-end: 5px;
  letter-spacing: 1.5px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  color: #1e272e;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: italic;
  position: relative;
  font-weight: 600;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    padding-inline-end: 0;
    margin-block-end: 40px;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #1e272e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-13-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 1;
  letter-spacing: 2px;
  background: #e84118;
  padding: 8px 30px 10px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #1e272e;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #e84118;
  padding: 5px 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #1e272e;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #e84118;
  padding: 5px 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #1e272e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e84118;
  font-size: 18px;
  block-size: 35px;
  inline-size: 35px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 5px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #fff;
  border-radius: 20px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 10px;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #e84118;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #514e4e;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-13-area .bwd-author-award .bwd-award-head {
  background-color: #e84118;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-13-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 10px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 15px 0;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #e84118;
  padding: 5px 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta {
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  -webkit-clip-path: polygon(51% 0, 51% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(51% 0, 51% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
  background: #e84118;
  padding: 60px 25px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 15px;
  }
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #e84118;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 34px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease 0.15s;
  transition: all .3s ease 0.15s;
  overflow: hidden;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background-color: #e7e7e7;
  position: absolute;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  inset-inline-end: 5px;
  inset-block-end: 5px;
  z-index: -1;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  background-color: #e84118;
  inline-size: 100%;
  block-size: 0%;
  inset-block-start: -10%;
  inset-inline-start: 0%;
  inset-inline-end: auto;
  inset-block-end: auto;
  z-index: -2;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 3px #333;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  background-color: #e84118;
}

.bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  block-size: 100%;
  inset-block-start: 101%;
}

@media (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 28px;
    font-size: 15px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-13-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-14-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #f7f7f7;
}
.bwd-author-bio-14-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 95%;
  block-size: 280px;
  background-color: #0e9dcd;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 10% 95%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 10% 95%);
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information::before {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 10% 90%);
            clip-path: polygon(0 0, 85% 0, 100% 100%, 10% 90%);
    inline-size: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information::before {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 10% 95%);
            clip-path: polygon(0 0, 80% 0, 100% 100%, 10% 95%);
    inline-size: 95%;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-img-shape {
  position: absolute;
  inset-block-start: 22px;
  inset-inline-start: 50px;
  block-size: 220px;
  inline-size: 250px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 95%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 95%);
  z-index: 9;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-img-shape {
    inline-size: 190px;
    block-size: 188px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-img-shape {
    inline-size: 210px;
    block-size: 206px;
    inset-inline-start: 20px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-img {
  block-size: 215px;
  inline-size: 240px;
  position: relative;
  overflow: hidden;
  margin-block-end: 90px;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 95%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 95%);
  margin-inline-start: 30px;
  z-index: 9;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-img {
    margin: 0 auto 90px;
    inline-size: 180px;
    block-size: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-img {
    margin: 0;
    margin-block-end: 90px;
    inline-size: 200px;
    block-size: 200px;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 15px;
  inset-inline-end: 5px;
  inline-size: 85%;
  block-size: 250px;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 88%);
          clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 88%);
  background: #252a41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline-start: 165px;
  padding-inline-end: 100px;
  padding-block-end: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    inline-size: 100%;
    block-size: 100%;
    padding: 20px 15px;
    margin-block-end: 40px;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
            clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-block-end: 5px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 34px;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #fff;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
    margin-block-end: 40px;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-14-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 1;
  letter-spacing: 2px;
  background: #252a41;
  padding: 8px 20px 10px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
  position: relative;
  inline-size: 90%;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-start: -25px;
  inset-inline-start: 34px;
  inline-size: 8px;
  block-size: 200%;
  background-color: #0e9dcd;
  transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name .bwd-author-subtitle::before {
    content: "";
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    inline-size: 13px;
    inset-block-start: -5px;
    block-size: 135%;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #252a41;
  padding: 5px 20px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
  position: relative;
  inline-size: 90%;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-start: -4px;
  inset-inline-start: 9px;
  inline-size: 8px;
  block-size: 126%;
  background-color: #0e9dcd;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
    content: "";
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    inline-size: 13px;
    inset-block-start: -5px;
    block-size: 135%;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #2C3A47;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #252a41;
  padding: 5px 20px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
  position: relative;
  inline-size: 90%;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-start: -4px;
  inset-inline-start: 9px;
  inline-size: 8px;
  block-size: 126%;
  background-color: #0e9dcd;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
    content: "";
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    inline-size: 13px;
    inset-block-start: -5px;
    block-size: 135%;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #333;
  background-color: transparent;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
  border: 2px solid #252a41;
  border-radius: 10px 0 10px 0;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #fff;
  background: #0e9dcd;
  border-radius: 0 10px 0 10px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #0e9dcd;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #514e4e;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-14-area .bwd-author-award .bwd-award-head {
  background-color: #0e9dcd;
  color: #fff;
  border: 1px solid #979797;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-14-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 10px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 12px 0;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-block-end: 17px;
  line-height: 2;
  letter-spacing: 2px;
  background: #252a41;
  padding: 5px 20px;
  -webkit-clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0, 93% 0, 100% 100%, 7% 100%);
  text-align: center;
  position: relative;
  inline-size: 90%;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
  content: "";
  position: absolute;
  inset-block-start: -25px;
  inset-inline-start: 34px;
  inline-size: 8px;
  block-size: 200%;
  background-color: #0e9dcd;
  transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
    content: "";
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    inline-size: 13px;
    inset-block-start: -5px;
    block-size: 135%;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta {
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  background: #252a41;
  padding: 40px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  -webkit-transition: 2s;
  transition: 2s;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #0e9dcd;
  -webkit-box-shadow: inset 0 0 0 0 #0e9dcd;
          box-shadow: inset 0 0 0 0 #0e9dcd;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 50px #0e9dcd;
          box-shadow: inset 0 0 0 50px #0e9dcd;
}

@media (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 30px;
    font-size: 16px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-14-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-15-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #f7f7f7;
  overflow: hidden;
}

.bwd-author-bio-15-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 330px;
  block-size: 250px;
  background-color: #3aba6b;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 37%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 37%, 0 100%);
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information::before {
    inline-size: 260px;
    block-size: 200px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information::before {
    inline-size: 330px;
    block-size: 250px;
  }
}

.bwd-author-bio-15-area .bwd-author-information::after {
  content: "";
  inset-block-start: 0px;
  inset-inline-end: 0;
  position: absolute;
  inline-size: 75px;
  block-size: 75px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-img {
  block-size: 330px;
  inline-size: 280px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
  z-index: 9;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 200px;
    block-size: 260px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-img {
    inline-size: 280px;
    block-size: 230px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 7%;
  inset-inline-end: 35px;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    text-align: center;
    margin-block-end: 30px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #3aba6b;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 35px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #000;
  line-height: 2;
  border-block-end: 1px solid #10bf44;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-profile .bwd-author-birthday::before {
  position: absolute;
  content: "";
  inset-block-end: -2.7px;
  inset-inline-start: 0;
  inline-size: 70%;
  block-size: 5px;
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  position: relative;
  z-index: 1;
  padding: 110px 30px 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
     margin-block-start: 0;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #252a41;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 100px);
          clip-path: polygon(100% 0, 100% 0, 100% 60%, 100% 100%, 60% 100%, 0 100%, 0 100px);
  z-index: -1;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-15-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 1px solid #3aba6b;
  position: relative;
}

.bwd-author-bio-15-area .bwd-author-book-name .bwd-author-subtitle::before {
  position: absolute;
  content: "";
  inset-block-end: -2.7px;
  inset-inline-start: 0;
  inline-size: 70%;
  block-size: 5px;
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 1px solid #3aba6b;
  position: relative;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle::before {
  position: absolute;
  content: "";
  inset-block-end: -3px;
  inset-inline-start: 0;
  inline-size: 70%;
  block-size: 5px;
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 1px solid #3aba6b;
  position: relative;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle::before {
  position: absolute;
  content: "";
  inset-block-end: -3px;
  inset-inline-start: 0;
  inline-size: 70%;
  block-size: 5px;
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  inline-size: 45px;
  block-size: 45px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #3aba6b;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 5px;
}

.bwd-author-bio-15-area .bwd-author-social:hover {
  background: #016b2a;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #fff;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
  padding-inline-start: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
     margin-block-start: 40px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #10bf44;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #514e4e;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-15-area .bwd-award-head {
  background-color: #10bf44;
  color: #fff;
  border: 1px solid #979797;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-15-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 17px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 25px 0;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 20px;
  line-height: 2;
  letter-spacing: 2px;
  border-block-end: 1px solid #3aba6b;
  position: relative;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle::before {
  position: absolute;
  content: "";
  inset-block-end: -2.7px;
  inset-inline-start: 0;
  inline-size: 70%;
  block-size: 5px;
  background-color: #3aba6b;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta {
  background: #10bf44;
  padding: 80px 25px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 55px;
  background: #f7f7f7;
  border-end-start-radius: 100%;
  z-index: -1;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: rgba(255, 255, 255, 0.8);
  background: #016b2a;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  border-radius: 50px 50px/30px 50px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:before, .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  content: "";
  background: #fff;
  inline-size: 0;
  block-size: calc(100% - 25px);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #016b2a;
  background: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before, .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inline-size: 100%;
  inset-inline-start: 0;
}

.bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::after {
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

@media (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 30px;
    font-size: 16px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-15-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}

.bwd-author-bio-16-area .bwd-author-information {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  padding: 25px;
  text-align: start;
  z-index: 1;
  background-color: #f7f7f7;
  overflow: hidden;
}

.bwd-author-bio-16-area .bwd-author-information::before {
  content: "";
  position: absolute;
  inset-block-start: -5px;
  inset-inline-start: -60px;
  inline-size: 120%;
  block-size: 240px;
  background-color: #2980b9;
  transform: rotate(-6deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-16-area .bwd-author-information::before {
    inset-block-start: -28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bwd-author-bio-16-area .bwd-author-information::before {
    inset-block-start: -15px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information::before {
    inset-block-start: 0;
    inline-size: 140%;
  }
}

.bwd-author-bio-16-area .bwd-author-information::after {
  position: absolute;
  content: "";
  inset-block-start: 120px;
  right: 0;
  inline-size: 350px;
  block-size: 90px;
  background-color: #252a41;
  transform: rotate(-6deg);
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bwd-author-bio-16-area .bwd-author-information::after {
    inset-block-start: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bwd-author-bio-16-area .bwd-author-information::after {
    inset-block-start: 85px;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information::after {
    content: none;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-img-shape {
  position: absolute;
  inset-block-start: 50px;
  inset-inline-start: 35px;
  block-size: 230px;
  inline-size: 180px;
  background: #fff;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-img-shape {
    inset-block-start: 9px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-img {
  block-size: 220px;
  inline-size: 170px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 74%);
  position: relative;
   margin-block-start: 30px;
  margin-block-end: 70px;
  margin-inline-start: 15px;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-img {
    margin: -11px auto 70px;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-img img {
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.bwd-author-bio-16-area .bwd-author-information:hover .bwd-author-bio-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-profile {
  position: absolute;
  inset-block-start: 70px;
  inset-inline-end: 50px;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-profile {
    position: inherit;
    inset-block-start: 0;
    inset-inline-end: 0;
    text-align: center;
    margin-block-end: 60px;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-profile .bwd-author-name {
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    color: #2980b9;
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-profile .bwd-author-name {
    font-size: 45px;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
  font-size: 16px;
  letter-spacing: 1px;
  margin-block-end: 0;
  font-style: normal;
  position: relative;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-profile .bwd-author-birthday {
    color: #000;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content {
  position: relative;
  z-index: 1;
  padding: 130px 20px 115px;
  color: #fff;
   margin-block-start: -40px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #252a41;
  -webkit-clip-path: polygon(50% 0, 100% 115PX, 100% 85%, 50% 100%, 0 85%, 0 115PX);
          clip-path: polygon(50% 0, 100% 115PX, 100% 85%, 50% 100%, 0 85%, 0 115PX);
  z-index: -1;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content::after {
  content: "";
  position: absolute;
  inset-block-end: -10px;
  transform: translateX(-50%);
  left: 50%;
  inline-size: 80%;
  block-size: 80%;
  background-color: #2980b9;
  -webkit-clip-path: polygon(50% 0, 100% 115PX, 100% 85%, 50% 100%, 0 85%, 0 115PX);
          clip-path: polygon(50% 0, 100% 115PX, 100% 85%, 50% 100%, 0 85%, 0 115PX);
  z-index: -3;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-16-area .bwd-author-book-name .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: #2980b9;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 2px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-book-cat .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: #2980b9;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-block-end: 15px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-hobby .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: #2980b9;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-lang {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-block-end: 25px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social {
  color: #fff;
  background-color: transparent;
  font-size: 20px;
  block-size: 40px;
  font-weight: 900;
  inline-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-inline-end: 12px;
  border: 2px solid #fff;
  border-radius: 10px 0 10px 0;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-left-content .bwd-author-social:hover {
  color: #2980b9;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
   margin-block-start: 76px;
  padding-inline-start: 25px;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content {
    padding-inline-start: 0;
     margin-block-start: 40px;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-review {
  display: block;
  font-size: 16px;
  color: #2980b9;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award {
   margin-block-start: 0px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table {
  inline-size: 100%;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody {
  background: transparent;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover {
  background-color: #514e4e;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-award table tbody tr:hover td {
  color: #fff;
  letter-spacing: 1px;
}

.bwd-author-bio-16-area .bwd-author-award .bwd-award-head {
  background-color: #2980b9;
  color: #fff;
  border: 1px solid #979797;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding-inline-start: 25px;
  line-height: 1;
}

.bwd-author-bio-16-area .bwd-author-award .bwd-award-body {
  border: 1px solid #979797;
  padding: 17px;
  color: #333;
  padding-inline-start: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book {
  margin: 25px 0;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-subtitle {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 15px;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: #2980b9;
  color: #fff;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img {
  inline-size: 103px;
  block-size: 125px;
  -o-object-fit: cover;
    object-fit: cover;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-bio-item .bwd-author-bio-right-content .bwd-author-best-book .bwd-author-book-img img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-dic {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 50px auto 0;
  max-width: 900px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta {
  margin-inline-start: -25px;
  margin-inline-end: -25px;
  margin-block-end: -25px;
   margin-block-start: 25px;
  background: #2980b9;
  padding: 40px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-signature {
  inline-size: 180px;
  margin-inline-end: 30px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  block-size: 80px;
  inline-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 100%;
  margin-inline-end: 60px;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-vedio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-vedio.ripple-white {
  -webkit-animation: ripple-whites 1.2s linear infinite;
          animation: ripple-whites 1.2s linear infinite;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes ripple-whites {
  from {
    -webkit-box-shadow: 0 0 0 0 #ffffff87;
            box-shadow: 0 0 0 0 #ffffff87;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px #ffffff87;
            box-shadow: 0 0 0 10px #ffffff87;
  }
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-vedio {
    margin-inline-end: 20px;
  }
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button {
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border: 1px solid #fff;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button::before {
  content: '';
  background-color: #2980b9;
  block-size: 200%;
  inline-size: 100%;
  -webkit-transform: skewY(17deg);
          transform: skewY(17deg);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: -300%;
  z-index: -1;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover {
  color: #2980b9;
  background: transparent;
}

.bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button:hover::before {
  inset-block-start: -50%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button {
    padding: 18px 30px;
    font-size: 16px;
     margin-block-start: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwd-author-bio-16-area .bwd-author-information .bwd-author-meta .bwd-author-button {
     margin-block-start: 0;
  }
}
/*# sourceMappingURL=style.css.map */