body {
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none !important;
}

.line::after {
  content: "";
  display: inline-block;
  margin: 0 11px 0 15px;
  width: 0;
  height: 12px;
  border-left: 1px solid;
  opacity: 0.5;
}

.blog-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 0px;
  border-bottom: 1px solid #e2e2e2;
}

.blog-breadcrumbs a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #313131 !important;
}

.blog-breadcrumbs .home-icon {
  display: inline-block;
  font-size: 14px;
}

.blog-breadcrumbs .home-icon i {
  color: #d9230f !important;
}

.blog-breadcrumbs span {
  color: #d9230f !important;
  font-size: 14px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.blog-breadcrumbs .blog-arrow {
  font-weight: 900;
  margin: 0 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 2px;
  color: #d9230f !important;
}

.blog-breadcrumbs .bread-follow {
  text-transform: uppercase;
  font-size: 14px;
  color: #d9230f !important;
}

.blog-breadcrumbs .blog-current {
  color: #a2a2a2;
  font-weight: 600;
}

.column-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  height: 100%;
  z-index: 1024;
}

hr {
  border: 0.5px solid #ff5959 !important;
  margin: 50px 0;
}

.blockquote {
  background-color: #f8f9fb !important;
  padding: 10px 20px 10px 24px;
  position: relative;
}

.blockquote::before {
  content: '';
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: #d9230f !important;
}

.blockquote p {
  font-size: 16px !important;
  color: #ff5959 !important;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
}

.blockquote .author {
  display: block;
  font-size: 12px !important;
  text-transform: uppercase;
  margin-top: 7px;
  color: #d9230f !important;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
}

.blockquote .author span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}

.blockquote .author span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #d9230f !important;
  left: 0;
  opacity: 0.8;
}

.bg {
  position: relative;
}

.bg figure img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg .wrapper {
  position: absolute;
  top: 25%;
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg .wrapper h1 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  text-transform: uppercase;
}

.bg .wrapper p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
}

.bg .wrapper #search-input {
  width: 95%;
  max-width: 550px;
}

.bg .wrapper #search-input form .input-group .form-control {
  border: 3px solid #d9230f !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
  position: relative;
  padding: 20px 15px;
}

.bg .wrapper #search-input form .input-group .btn {
  position: absolute;
  right: 0;
  color: #ffffff !important;
  background-color: #d9230f !important;
  z-index: 11;
  padding: 10px 15px;
}

.bkg {
  position: relative;
}

.bkg figure img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.bkg .wrapper {
  position: absolute;
  top: 40%;
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bkg .wrapper h1 {
  font-size: 10vmin;
  color: #ffffff !important;
  text-transform: uppercase;
}

.navbar {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0 2px 10px 0px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0 2px 10px 0px rgba(128, 97, 97, 0.12) !important;
  background-color: #f8f9fb !important;
}

.navbar .navbar-nav {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.navbar .navbar-nav li {
  position: relative;
  margin: 0 10px;
}

.navbar .navbar-nav li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-transform: uppercase;
  color: #313131 !important;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.navbar .navbar-nav li a:hover {
  color: #d9230f !important;
}

.navbar .navbar-nav li:hover::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #d9230f !important;
  display: block;
}

.popular .main-title {
  margin-top: 50px;
  margin-bottom: 25px;
}

.popular .main-title h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
  color: #313131 !important;
  position: relative;
}

.popular .main-title h2::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #d9230f !important;
}

.popular .main-title h2 .colored {
  color: #d9230f !important;
}

.popular .image {
  position: relative;
}

.popular .image figure {
  margin: 0;
}

.popular .image figure img {
  width: 100%;
  border-radius: 12px;
}

.popular .image .wrapper {
  position: absolute;
  padding: 0 5px;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.87)), color-stop(100%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.808)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.808));
}

.popular .image .wrapper .category {
  margin: .5rem 0;
}

.popular .image .wrapper .category a span {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #d9230f !important;
  border-radius: 4px;
  padding: 5px 5px;
}

.popular .image .wrapper .title {
  margin: .5rem 0;
}

.popular .image .wrapper .title a h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  color: #ffffff !important;
}

.popular .image .wrapper .author-div {
  margin: .5rem 0;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}

.popular .image .wrapper .author-div .author {
  color: #ffffff !important;
}

.popular .image .wrapper .author-div .author:hover {
  color: #d9230f !important;
}

.facts .top {
  margin-top: 10px;
}

.facts .top h1 {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  color: #313131 !important;
  margin-bottom: 0px;
}

.facts .top .date {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 21px !important;
  color: #313131 !important;
}

.facts .left {
  margin-top: 1rem !important;
}

.facts .left .image {
  position: relative;
}

.facts .left .image figure img {
  width: 100%;
}

.facts .right {
  margin-top: 1rem !important;
}

.facts .right .info .dob li {
  margin: 0px 0;
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 30px !important;
  color: #313131 !important;
}

.facts .right .info .dob li span {
  background-color: #d9230f !important;
  color: #ffffff !important;
  padding: 5px;
  border-radius: 4px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.facts .right .info .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.facts .right .info .grid .grid-item {
  background: #d9230f !important;
  padding: 0.5rem;
  border-radius: 4px;
}

.facts .right .info .grid .grid-item span {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #ffffff !important;
}

.facts .right .info .grid .grid-item figure img {
  width: 60%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.facts .right .info .grid .grid-item .image img {
  width: 60%;
  height: 240px;
}

.facts .right .info .grid .grid-item p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  background-color: #d9230f !important;
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px 10px;
}

.facts .right .info .grid .grid-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.facts .right .info .grid .grid-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.facts .right .info .grid .grid-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
}

.facts .right .info .grid .grid-item:nth-child(3) .image {
  position: relative;
}

.facts .right .info .grid .grid-item:nth-child(3) .image .height {
  position: absolute;
  top: 40%;
  right: 27%;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  background-color: #d9230f !important;
}

.facts .right .info .grid .grid-item:nth-child(3) .image .weight {
  position: absolute;
  bottom: 0%;
  right: 46%;
  background-color: #d9230f !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}

.desc .toc {
  background-color: #f8f9fb !important;
  padding: 1.2rem;
  border-radius: 4px;
  border: 1px double #888888 !important;
  margin-bottom: 16px;
}

.desc .toc h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
  color: #313131 !important;
}

.desc .toc ol {
  padding-left: 30px;
}

.desc .toc ol li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #888888 !important;
  margin: 5px 0;
}

.desc .toc ol li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #888888 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.desc .toc ol li a:hover {
  color: #d9230f !important;
}

.desc .detail {
  margin-top: 0px;
}

.desc .detail h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
  color: #313131 !important;
}

.desc .detail p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #858585;
}

.personal-desc .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.personal-desc .grid .grid-item {
  background: #f8f9fb !important;
  padding: 1.2rem;
  border-radius: 4px;
}

.personal-desc .grid .grid-item h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
  color: #313131 !important;
}

.personal-desc .grid .grid-item ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
}

.personal-desc .grid .grid-item ul .strong {
  color: #888888 !important;
}

.personal-desc .grid .grid-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.personal-desc .grid .grid-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.personal-desc .grid .grid-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
}

.movies #movie {
  position: relative;
}

.movies #movie .update {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #d9230f !important;
}

.movies h2 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 0.5rem;
  position: relative;
}

.movies h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.movies .image figure img {
  width: 100% !important;
}

.movies .image .wrapper h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #313131 !important;
  margin: 0;
}

.movies .image .wrapper small {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #313131 !important;
}

.quotes h2 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 0.5rem;
  position: relative;
}

.quotes h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.quotes blockquote {
  background-color: #f8f9fb !important;
  padding: 1.5rem;
  border-radius: 4px;
}

.quotes blockquote p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
  margin-bottom: 5px;
}

.quotes blockquote cite {
  color: #888888 !important;
}

.quick-facts #facts {
  position: relative;
}

.quick-facts #facts .update {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #d9230f !important;
}

.quick-facts h2 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 0.5rem;
  position: relative;
}

.quick-facts h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.quick-facts .bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  padding: 0;
}

.quick-facts .bullet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-facts .bullet ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
  background-color: #f8f9fb !important;
  position: relative;
  margin-bottom: 1.5em;
  border: 1px solid #d9230f !important;
  padding: 0.9em;
  border-radius: 4px;
}

.quick-facts .bullet ul li::before {
  position: absolute;
  top: -0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 18px;
  color: #f8f9fb !important;
  background: #d9230f !important;
  border-radius: 50%;
  counter-increment: li;
  content: counter(li);
}

.worth h2 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 0.5rem;
  position: relative;
}

.worth h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.worth .banner img {
  width: 100%;
}

.worth figure {
  margin: 0;
}

.worth figure img {
  width: 36px;
}

.worth i {
  font-size: 40px;
  color: #d9230f !important;
}

.worth span {
  color: #313131 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.worth .worth-value {
  background-color: #f8f9fb !important;
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
}

.related h2 {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 0.5rem;
  position: relative;
}

.related h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.related .image figure {
  margin: 0;
}

.related .image figure img {
  width: 100% !important;
}

.related .image .wrapper h3 {
  text-align: center;
  margin: 0;
}

.related .image .wrapper h3 a {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #313131 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.related .image .wrapper h3 a:hover {
  color: #d9230f !important;
}

.page-subhead {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #313131 !important;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 0.5rem 0rem;
  position: relative;
}

.page-subhead::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.author-info .image img {
  width: 100%;
}

.author-info .wrapper h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.author-info .wrapper h2 .colored {
  color: #d9230f !important;
}

.author-info .wrapper p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #313131 !important;
}

.author-info .wrapper .title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  position: relative;
}

.author-info .wrapper .title::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100px;
  bottom: 0;
  left: 0;
  background-color: #d9230f !important;
}

.author-info .wrapper i {
  font-size: 20px;
  padding: 0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 4px;
}

.author-info .wrapper i:hover {
  background-color: #d9230f !important;
  color: #ffffff !important;
}

.networth-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.networth-box .networth-date {
  width: 5%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.networth-box .networth-cont {
  width: 95%;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.networth-box .networth-cont .networth-act {
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 4px;
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
  border-radius: 4px;
  text-align: center;
  color: #ffffff !important;
}

.networth-box .networth-cont .networth-act i {
  font-size: 15px;
  color: #ffffff !important;
  margin-right: 4px;
}

.networth-box .networth-cont .networth-act span {
  font-size: 8px;
  color: #d4d4d4;
}

@media screen and (max-width: 640px) {
  .networth-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .networth-box .networth-date {
    width: 100%;
  }
  .networth-box .networth-cont {
    width: 100%;
  }
}

.brand-bx {
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
  border-radius: 4px;
  position: relative;
  color: #ffffff !important;
  padding: 35px 20px;
}

.brand-bx .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff !important;
  text-align: center;
  color: #ffffff !important;
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
}

.brand-bx .brand-logo i {
  font-size: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.brand-bx .brand-name {
  font-size: 18px;
  font-weight: 600;
}

.brand-bx .brand-type {
  font-size: 12px;
}

.brand-bx .brand-price {
  font-size: 35px;
  font-weight: 600;
}

.brand-bx .brand-desc {
  font-size: 14px;
  color: #f2f2f2;
}

.body-measure {
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
  padding: 0.5rem;
  border-radius: 4px;
}

.body-measure .body-pic {
  position: relative;
  display: inline-block;
}

.body-measure .height {
  position: absolute;
  top: 40%;
  right: 0px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}

.body-measure .weight {
  position: absolute;
  bottom: 0%;
  right: 46%;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}

.tattoo-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tattoo-bx .tattoo-img {
  width: 40%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.tattoo-bx .tattoo-img i {
  font-size: 45px;
}

.tattoo-bx .tattoo-img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tattoo-bx .tattoo-desc {
  width: 60%;
  margin-left: 15px;
}

.tattoo-bx .tattoo-desc p {
  margin-bottom: 12px;
  font-size: 15px;
}

.tattoo-bx .tattoo-desc .t-main {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  color: #d9230f !important;
}

.tattoo-bx .tattoo-desc .t-by {
  font-size: 14px;
  margin-bottom: 0px;
  color: #949494;
}

.tattoo-bx .tattoo-desc .meaning {
  font-weight: 600;
}

.tattoo-bx .tattoo-desc .t-style,
.tattoo-bx .tattoo-desc .t-subject {
  color: #d9230f !important;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.tattoo-bx .tattoo-desc .t-detail {
  margin-top: 5px;
}

.piercing-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.piercing-img {
  width: 40%;
}

.piercing-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.piercing-desc {
  width: 60%;
  margin-left: 15px;
}

.piercing-desc .p-main {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #d9230f !important;
}

.piercing-desc .p-by {
  font-size: 14px;
  margin-bottom: 0px;
  color: #949494;
}

.piercing-desc .p-disaster {
  color: #d9230f !important;
  font-size: 14px;
  font-weight: 600;
}

.piercing-desc .p-cost {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.piercing-desc .p-detail {
  margin-top: 5px;
}

.education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.education .edu-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.education .edu-icon i {
  font-size: 40px;
  color: #d9230f !important;
  margin-top: 5px;
  width: 40px;
}

.education .edu-icon img {
  width: 100%;
  height: 40px;
}

.education .edu-desc {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 20px;
}

.education .edu-desc .edu-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #d9230f !important;
}

.education .edu-desc .edu-time,
.education .edu-desc .edu-subject {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
}

.education .edu-desc .edu-description {
  font-size: 16px;
}

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awards .aw-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.awards .aw-icon img {
  height: 120px;
}

.awards .aw-desc {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.awards .aw-desc .aw-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #d9230f !important;
}

.awards .aw-desc .aw-time {
  font-size: 14px;
  color: #d9230f !important;
  margin-bottom: 10px;
}

.awards .aw-desc .aw-subject {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
}

.awards .aw-desc .aw-description {
  font-size: 16px;
}

.wrappers {
  width: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
}

.containers {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  background: #708d00;
  font-family: 'Quicksand', sans-serif;
}

.bookcard {
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s;
  transition: 1s;
}

.bookcard p {
  margin-bottom: 5px;
}

.bookcard i {
  margin-right: 10px;
  font-size: 25px;
  width: 20px;
}

.bookcard a {
  color: #d9230f !important;
}

.bookcard:hover {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.bookcard:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #a3a3a3;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.bookcard:after {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  bottom: 24px;
  width: 5px;
  height: 506px;
  background: #686868;
  z-index: -1;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 1%, 100% 0, 100% 99%, 0% 100%);
}

.bookcard .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.15, 1.7, 0.84, 0.58);
  transition: 1s cubic-bezier(0.15, 1.7, 0.84, 0.58);
}

.bookcard .imgBox img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bookcard:hover .imgBox {
  -webkit-transform: rotateY(-135deg);
          transform: rotateY(-135deg);
}

.bookcard .bookdetails {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bookcard .bookdetails .book-title {
  font-size: 28px;
  color: #d9230f !important;
  margin-bottom: 0;
}

.bookcard .bookdetails .book-desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.bookcard .bookdetails .book-category {
  font-size: 14px;
  color: #d9230f !important;
}

.bookcard .bookdetails .book-by {
  text-align: right;
}

.pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pets .pet-icon {
  width: 30%;
}

.pets .pet-icon img {
  height: 120px;
}

.pets .pet-desc {
  width: 70%;
}

.pets .pet-desc .pet-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #d9230f !important;
}

.pets .pet-desc .pet-time {
  font-size: 14px;
  color: #d9230f !important;
  margin-bottom: 10px;
}

.pets .pet-desc .pet-subject {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
}

.pets .pet-desc .pet-description {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .pets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pets .pet-icon {
    width: 30%;
  }
  .pets .pet-icon img {
    height: 90px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pets .pet-desc {
    padding-left: 5px;
  }
}

.table {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background: rgba(53, 64, 82, 0.04);
  color: #868c97;
  font-size: 12px;
  text-transform: uppercase;
}

.table td {
  font-size: 14px;
  vertical-align: middle;
}

.table-highlight {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

.habit-icons i {
  font-size: 17px;
  width: 50px;
  text-align: center;
}

.height-bx {
  background: #ffb5b5;
  color: #313131 !important;
  border-left: 3px solid #ff5757;
  padding: 10px 0px 10px 15px;
}

.height-bx p {
  color: #313131 !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.height-bx span {
  color: #313131 !important;
  font-weight: 600;
}

.height-bx-grey {
  background: #e2e2e2;
  color: #313131 !important;
  padding: 10px 0px 10px 15px;
}

.height-bx-grey p {
  color: #313131 !important;
  font-size: 18px;
  margin-bottom: 0px;
}

.height-bx-grey span {
  color: #313131 !important;
  font-weight: 600;
  font-size: 22px;
}

.quick-f {
  padding: 0px 10px 10px 0px;
}

.quick-f p {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #eaeaea;
  font-size: 14px;
}

.quick-f span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
}

.main {
  background-color: #23508a;
  height: 100vh;
}

.main .figure {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  text-align: center;
}

.main .figure .text {
  font-size: 200px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d9230f !important;
  text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5);
}

.main .figure .msg h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff !important;
}

.main .figure .para p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #ffffff !important;
}

.main .figure .button .btn {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  border: 1px solid #d9230f !important;
  padding: 10px 15px;
  background-color: #d9230f !important;
}

.main .figure .button .btn:hover {
  -webkit-box-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {
  .facts .top h1 {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
  }
  .personal-desc .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .personal-desc .grid .grid-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .personal-desc .grid .grid-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .personal-desc .grid .grid-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

#sticky-footer {
  -ms-flex-negative: none;
      flex-shrink: none;
}

.details-head {
  font-size: 32px;
  font-weight: 600;
}

.top-image {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0px;
}

.details-para {
  font-size: 15px;
  margin-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0px;
}

.details-subhead {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}

.details-holder {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.m-details {
  text-align: center;
  background: #f5f5f5;
  padding: 30px 0px;
  border-radius: 4px;
  color: #ffffff !important;
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
  border: 1px solid #dcdcdc;
}

.m-details .main-details {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.m-details .small-details {
  font-size: 15px;
  margin-bottom: 0px;
}

.hor {
  width: 45%;
  margin-bottom: 5px;
  height: 79px;
  margin: 22px 0px;
}

.color-high {
  color: #ff5757;
  font-weight: bold;
}

.percent-details {
  font-size: 14px;
}

.percent-cont {
  width: 100%;
  background: #e2e2e2;
  height: 25px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 15px;
}

.percent-cont .percent-act {
  height: 25px;
  font-size: 12px;
  padding-top: 4px;
  background-image: -webkit-linear-gradient(90deg, #c32525 0%, #ff5757 100%);
  border-radius: 4px;
  text-align: center;
  color: #ffffff !important;
}

.badge-link {
  padding: 2px 8px !important;
  font-size: 14px !important;
}

.pad-0 {
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .pad-0 {
    padding: 0 15px !important;
  }
}

.timeline {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(odd) .time-icon {
  right: -20px;
}

.timeline ul li:nth-child(odd) .time {
  right: -210px;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.timeline ul li:nth-child(even) .time-icon {
  left: -20px;
}

.timeline ul li:nth-child(even) .time {
  left: -210px;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
}

.timeline ul li h3 a {
  font-size: 24px;
  color: #ff5959;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.timeline ul li h3 a:hover {
  color: #d9230f !important;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 15px;
}

.timeline ul li h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.timeline ul li .time {
  position: absolute;
  width: 170px;
  text-align: center;
  top: 28px;
  margin: 0;
  padding: 8px 16px;
  background: #d9230f !important;
  color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
          box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}

.timeline li .time-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px;
  top: 24px;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d9230f !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
  color: #ffffff !important;
}

.content {
  padding-bottom: 20px;
  padding-top: 10px;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
    margin-top: 55px;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
  .timeline ul li:nth-child(odd) .time-icon,
  .timeline ul li:nth-child(even) .time-icon {
    top: -33px;
    left: 0px;
    right: inherit;
  }
}

.relationship .relation {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #668ec1 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.relationship .relation:hover {
  color: #d9230f !important;
}

.relationship .relation-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 1rem;
  margin: 0.5rem;
  background-color: #f8f9fb !important;
}

.relationship .relation-wrapper:hover {
  -webkit-box-shadow: 0 0 22px 13px rgba(217, 217, 217, 0.98);
          box-shadow: 0 0 22px 13px rgba(217, 217, 217, 0.98);
}

.relationship .marriage h3 {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 30px !important;
  color: #d9230f !important;
  margin-bottom: 0;
  margin-top: 1rem;
}

.relationship .marriage .row img {
  width: 300px;
  height: 200px;
}

.relationship .marriage .row h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.relationship .marriage .row h6 .relation {
  font-size: 18px !important;
  color: #668ec1 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: 600 !important;
}

.relationship .marriage .row h6 .relation:hover {
  color: #d9230f !important;
}

.relationship .marriage .row .rel-status p {
  margin-bottom: 5px;
}

.relationship .marriage .row .rel-status i {
  margin-right: 8px;
  color: #d9230f !important;
  width: 20px;
  text-align: center;
}

.relationship .marriage .row .rel-status span {
  font-weight: 500;
}

.relationship .children {
  margin-top: 1rem;
  margin-bottom: 0;
}

.relationship .children h3 {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 30px !important;
  color: #d9230f !important;
}

.relationship .children .row img {
  width: 300px;
  height: 200px;
}

.relationship .children .row h6 {
  font-size: 18px;
  font-weight: 600;
}

.relationship .children .row h6 .relation {
  font-size: 18px !important;
  color: #668ec1 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: 600 !important;
}

.relationship .children .row h6 .relation:hover {
  color: #d9230f !important;
}

.relationship .children .row .rel-status p {
  margin-bottom: 5px;
}

.relationship .children .row .rel-status i {
  margin-right: 8px;
  color: #d9230f !important;
  width: 20px;
  text-align: center;
}

.relationship .children .row .rel-status span {
  font-weight: 500;
}
/*# sourceMappingURL=light-style.css.map */