/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
  html *::first-letter {
    text-transform: uppercase; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #777777;
  line-height: 1.6875rem;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #333333;
  font-family: "Rajdhani", sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #333333; }

@media (min-width: 576px) {
  h1 {
    font-size: 3.4375rem;
    line-height: 3.125rem; }

  h2 {
    font-size: 2.25rem;
    line-height: 3rem; }

  h3 {
    font-size: 1.875rem;
    line-height: 2.8125rem; }

  h4 {
    font-size: 1.5rem;
    line-height: 1.875rem; }

  h5 {
    font-size: 1.375rem;
    line-height: 1.75rem; }

  h6 {
    font-size: 1.125rem;
    line-height: 1.5rem; } }
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  a:hover {
    text-decoration: none;
    color: inherit; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    padding: 5px 0; }

select,
input,
textarea,
button {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  select:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: none; }

textarea {
  height: 200px;
  resize: none;
  padding: 10px; }

input,
button,
select {
  height: 40px;
  color: #777777; }

label,
button,
select {
  cursor: pointer; }

input {
  background: #f7fbff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px; }
  input:focus {
    border: 1px solid #16120f; }
  input[type="submit"] {
    cursor: pointer;
    background-color: #d72323;
    color: #ffffff;
    font-weight: 700;
    padding-left: 0; }

.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.footer-form, .banner-section, .banner-section .banner-content-container, .newslater-section, .newslater-form, .blog-section-area .post-item.blog-video .post-thumb,
.details-blog-section .post-item.blog-video .post-thumb, .blog-section-area .post-item.blockquote-item .blog-blockquote,
.details-blog-section .post-item.blockquote-item .blog-blockquote {
  position: relative; }

.footer-form label, .footer-form label::before, .banner-section:after, .widget-banner::before, .newslater-section::before, .newslater-form label, .blog-section-area .post-item.blog-video .post-thumb::before,
.details-blog-section .post-item.blog-video .post-thumb::before, .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
.details-blog-section .post-item.blockquote-item .blog-blockquote::before {
  position: absolute;
  content: ''; }

.header-top .header-wrapper, .header-top .header-wrapper .header-info, .header-top .header-wrapper .header-info .info-item, .header-bottom .header-bottom-wrapper, .banner-section .banner-content-container, .overview-item, .style-feature, .expert-item-area, .schedule-header, .about-bmi li, .trainer-item, .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
.details-blog-section .post-item.style-three .post-content .entry-content .content-content, .author, .comment-item {
  display: flex;
  flex-wrap: wrap; }

.padding-top {
  padding-top: 50px; }

.padding-bottom {
  padding-bottom: 10px; }

.section-header {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 32px; }
  @media (min-width: 992px) {
    .section-header {
      margin: 0 auto 62px; } }
  .section-header .title {
    font-size: 30px;
    margin-top: -5px;
    line-height: 1;
    padding-bottom: 34px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .section-header .title {
        font-size: 50px;
        line-height: 65px;
        margin-top: -12px;
        padding-bottom: 22px;
        margin-bottom: 27px; } }
    .section-header .title::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 54px;
      height: 14px;
      background: url(img/plane.png) no-repeat center center;
      background-size: cover; }

@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px; }

  .padding-bottom {
    padding-bottom: 120px; } }
.mb-30-none {
  margin-bottom: -30px; }

.mb-40-none {
  margin-bottom: -40px; }

.social-icons {
  margin: -5px;
  margin-bottom: 0; }
  .social-icons a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #777777;
    color: #777777; }
    .social-icons a:hover {
      color: #ffffff;
      background-color: #d72323;
      border: 1px solid #d72323; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999; }

.preloader .preloader-wrapper {
  text-align: center; }

/*The Common Navigation*/
.section-header-wrapper {
  position: relative; }

.common-navigation {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .common-navigation {
      margin-bottom: 0;
      position: absolute;
      top: 50%;
      right: -0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .common-navigation .common-next,
  .common-navigation .common-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
    color: #d72323;
    border: 1px solid #d72323;
    cursor: pointer; }
    .common-navigation .common-next.active,
    .common-navigation .common-prev.active {
      background: #d72323;
      color: #ffffff; }
  .common-navigation .common-prev {
    margin-right: 10px; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.footer-section {
  background: #222222; }
  .footer-section .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #363636; }
  .footer-section .footer-bottom {
    padding: 15px 0;
    min-height: 72px;
    text-align: center; }
    .footer-section .footer-bottom p {
      color: #ffffff;
      opacity: .9; }
      .footer-section .footer-bottom p a {
        color: #ffffff; }
        .footer-section .footer-bottom p a:hover {
          color: #16120f; }
  @media (max-width: 991px) {
    .footer-section .footer-top {
      padding-top: 78px;
      padding-bottom: 80px; } }

.footer-widget {
  margin-bottom: 45px; }
  .footer-widget .widget-title {
    margin-bottom: 26px; }
  .footer-widget p {
    opacity: .9;
    margin-bottom: 28px; }
    @media (min-width: 992px) {
      .footer-widget p {
        max-width: 359px; } }
  .footer-widget .widget-title,
  .footer-widget .sub-title,
  .footer-widget p {
    color: #ffffff; }
  .footer-widget .sub-title {
    font-size: 20px;
    margin-bottom: 18px;
    opacity: .9; }

.mb-45-none {
  margin-bottom: -45px; }

.widget-about .footer-form {
  margin-bottom: 40px;
  max-width: 305px; }

.widget-link ul {
  margin: -7px 0; }
  .widget-link ul li {
    padding: 7px 0; }
    .widget-link ul li a {
      color: #ffffff;
      opacity: .9; }
      .widget-link ul li a:hover {
        color: #d72323;
        opacity: 1; }

.footer-widget.widget-post ul {
  margin: -9px 0; }
  .footer-widget.widget-post ul li {
    opacity: .9;
    padding: 9px 0; }
    .footer-widget.widget-post ul li .post-title {
      font-weight: 600;
      color: #ffffff;
      line-height: 22px;
      display: block; }
    .footer-widget.widget-post ul li span {
      font-size: 14px;
      display: block;
      font-style: italic;
      color: #ffffff; }
    .footer-widget.widget-post ul li:hover .post-title {
      color: #d72323; }
.footer-widget.widget-form .widget-title {
  margin-bottom: 30px; }

.footer-form input {
  background-color: #363636;
  height: 52px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px; }
  .footer-form input::placeholder {
    color: #ffffff;
    opacity: .8; }
  .footer-form input[type="submit"] {
    display: none; }
.footer-form label {
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 80px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d72323; }
  .footer-form label::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000; }

.footer-contact-form {
  margin-bottom: -10px; }
  .footer-contact-form input {
    height: 45px; }
    .footer-contact-form input[type="submit"] {
      font-weight: 600;
      color: #ffffff;
      padding: 0;
      text-transform: capitalize;
      background-color: #d72323; }
  .footer-contact-form input,
  .footer-contact-form textarea {
    background: #363636;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .footer-contact-form input::placeholder,
    .footer-contact-form textarea::placeholder {
      color: #ffffff;
      opacity: .5; }
    .footer-contact-form input:focus,
    .footer-contact-form textarea:focus {
      color: #ffffff; }
  .footer-contact-form textarea {
    height: 102px;
    display: inherit;
    resize: none; }

/*Header Top*/
.header-top {
  padding: 31px 0; }
  .header-top .header-wrapper {
    align-items: center;
    justify-content: space-between; }
    .header-top .header-wrapper .logo {
      margin-right: 20px; }
    .header-top .header-wrapper .header-info .info-item {
      align-items: center;
      margin-right: 40px; }
      @media (min-width: 1200px) {
        .header-top .header-wrapper .header-info .info-item {
          margin-right: 60px; } }
      .header-top .header-wrapper .header-info .info-item:last-child {
        margin-right: 0; }
      .header-top .header-wrapper .header-info .info-item .info-thumb {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #e5e5e5;
        margin-right: 15px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px; }
        .header-top .header-wrapper .header-info .info-item .info-thumb i {
          color: #d72323; }
          .header-top .header-wrapper .header-info .info-item .info-thumb i::before {
            font-size: 20px; }
      .header-top .header-wrapper .header-info .info-item .info-content .title {
        font-size: 16px; }

/*Header Bottom*/
.header-bottom {
  background: #d72323;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s; }
  .header-bottom .header-bottom-wrapper {
    justify-content: space-between;
    align-items: center; }

@media (min-width: 1200px) {
  .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 397px);
    margin-left: -15px; }
    .menu .menu-item {
      padding: 20px 10px;
      position: relative; }
      .menu .menu-item .menu-item-link {
        padding: 5px;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px; }
      .menu .menu-item .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #f7fbff;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px); }
        .menu .menu-item .sub-menu .menu-item {
          padding: 0; }
          .menu .menu-item .sub-menu .menu-item .menu-item-link {
            padding: 10px 20px;
            color: #333333;
            display: block; }
            .menu .menu-item .sub-menu .menu-item .menu-item-link:hover {
              padding-left: 30px;
              background: #d72323;
              color: #ffffff; }
        .menu .menu-item .sub-menu .sub-menu {
          top: 0;
          left: 100%; }
      .menu .menu-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
@media (max-width: 1199px) {
  .menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999999;
    background-color: #fff;
    padding: 13px 30px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .menu .menu-item {
      padding: 0 10px; }
      .menu .menu-item .menu-item-link {
        display: block;
        padding: 5px;
        color: #333333;
        font-weight: 700;
        font-size: 14px; }
        .menu .menu-item .menu-item-link:hover {
          color: #d72323; }
      .menu .menu-item .sub-menu {
        padding-left: 10px;
        visibility: hidden;
        height: 0;
        opacity: 0; }
      .menu .menu-item.open > .sub-menu {
        height: auto;
        opacity: 1;
        visibility: visible; }
    .menu.active {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

  .logo {
    padding: 21px 0; } }
/*Menu Items Icon*/
.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px; }

.sub-menu .menu-item-has-children > a::after {
  margin-right: 0px;
  float: right; }

/*Header Bar*/
.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px; }
  .header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffff;
    left: 0; }
    .header-bar span:first-child {
      top: 0; }
    .header-bar span:nth-child(2) {
      top: 52%;
      transform: translateY(-65%); }
    .header-bar span:last-child {
      bottom: 0; }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px); }
  .header-bar.active span:nth-child(2) {
    opacity: 0; }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px); }

.header-fixed {
  animation-name: fadeInDown;
  animation-duration: 1s;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0; }

#lightcase-overlay {
  z-index: 999; }

.banner-section {
  padding: 100px 0;
  overflow: hidden; }
  .banner-section:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  .banner-section .banner-content-container {
    z-index: 1; }
    .banner-section .banner-content-container .banner-content {
      width: 100%;
      position: relative;
      z-index: 1; }
      .banner-section .banner-content-container .banner-content .sub-title, .banner-section .banner-content-container .banner-content .title, .banner-section .banner-content-container .banner-content p {
        color: #ffffff;
        margin-top: 0; }
      .banner-section .banner-content-container .banner-content .title {
        margin-bottom: 11px;
        text-transform: capitalize;
        margin-top: -8px;
        font-size: 28px;
        line-height: 36px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content .title {
            font-size: 50px;
            line-height: 60px;
            margin-top: -14px; } }
        @media (min-width: 992px) {
          .banner-section .banner-content-container .banner-content .title {
            font-size: 70px;
            line-height: 80px;
            margin-top: -17px; } }
      .banner-section .banner-content-container .banner-content p {
        margin: 0 auto 22px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content p {
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 30px; } }
      .banner-section .banner-content-container .banner-content .sub-title {
        font-weight: 500;
        font-size: 22px;
        margin-top: -6px;
        margin-bottom: 20px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content .sub-title {
            margin-bottom: 27px; } }
        @media (min-width: 768px) {
          .banner-section .banner-content-container .banner-content .sub-title {
            font-size: 30px;
            margin-top: -10px; } }
      .banner-section .banner-content-container .banner-content .button-group {
        text-align: left; }
      @media (min-width: 992px) {
        .banner-section .banner-content-container .banner-content {
          width: 50%; } }
  @media (min-width: 992px) {
    .banner-section {
      padding: 175px 0; } }

.banner-thumb {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/banner/banner-mask.png);
  mask-image: url(../images/banner/banner-mask.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 991px) {
    .banner-thumb {
      display: none; } }
  @media (min-width: 992px) {
    .banner-thumb {
      width: 55%; } }
  .banner-thumb img {
    max-width: 100%; }

.shape-wrapper {
  position: relative;
  margin: 0 30px; }
  .shape-wrapper .shape {
    width: 20px;
    height: 2px;
    background: #d72323;
    display: inline-block;
    position: absolute; }
    .shape-wrapper .shape:first-child {
      left: 0;
      top: 14px;
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px); }
      @media (min-width: 768px) {
        .shape-wrapper .shape:first-child {
          top: 17px; } }
    .shape-wrapper .shape:last-child {
      right: 0;
      bottom: 14px;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px); }
      @media (min-width: 768px) {
        .shape-wrapper .shape:last-child {
          bottom: 17px; } }

.inner-pagination-wrapper {
  margin: -5px;
  margin-top: 35px; }
  @media (min-width: 992px) {
    .inner-pagination-wrapper {
      margin-top: 65px; } }
  .inner-pagination-wrapper a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    margin: 5px;
    background: #16120f;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif; }
    .inner-pagination-wrapper a:hover {
      color: #d72323; }
    .inner-pagination-wrapper a.active {
      background: #d72323;
      color: #ffffff; }

.widget {
  background-color: #fafafa;
  padding: 15px 10px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .widget {
      margin-bottom: 60px; } }
  .widget .widget-title {
    text-transform: capitalize;
    margin-bottom: 6px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget.widget-search {
    padding: 0; }
    .widget.widget-search .widget-form {
      position: relative; }
      .widget.widget-search .widget-form input {
        height: 50px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 20px; }
        .widget.widget-search .widget-form input[type="submit"] {
          display: none; }
      .widget.widget-search .widget-form label {
        position: absolute;
        top: 5px;
        right: 0;
        width: 50px;
        height: 40px;
        line-height: 40px;
        border-left: 1px solid #e5e5e5;
        margin: 0;
        text-align: center;
        color: #d72323; }

.widget-download ul li,
.widget-tour ul li {
  padding: 0; }
  .widget-download ul li a,
  .widget-tour ul li a {
    font-weight: 600;
    text-transform: capitalize;
    color: inherit;
    padding: 8px 0;
    line-height: 26px;
    display: block; }
    .widget-download ul li a:hover,
    .widget-tour ul li a:hover {
      color: #d72323; }
  .widget-download ul li:last-child a,
  .widget-tour ul li:last-child a {
    padding-bottom: 0; }

.widget-tour ul li a::before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  margin-right: 10px; }

.widget-download ul li a {
  position: relative;
  display: block; }
  .widget-download ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f381';
    font-family: "Font Awesome 5 Free"; }

.widget-banner {
  position: relative;
  padding: 0; }
  .widget-banner .widget-banner-thumb img {
    width: 100%; }
  .widget-banner .widget-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .widget-banner .widget-banner-content .custom-button {
      z-index: 99;
      background-color: #fff;
      color: #d72323;
      line-height: 45px;
      padding: 0 42px;
      margin: 0;
      border: none; }
      .widget-banner .widget-banner-content .custom-button::after, .widget-banner .widget-banner-content .custom-button::before {
        background: #fff; }
    .widget-banner .widget-banner-content h4 {
      font-size: 24px;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 25px; }
  .widget-banner::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d72323;
    opacity: .97; }

@media (max-width: 991px) {
  .tour-details-item {
    margin-bottom: 30px; } }
.tour-details-item .tour-details-thumb {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .tour-details-item .tour-details-thumb {
      margin-bottom: 20px; } }
  .tour-details-item .tour-details-thumb img {
    width: 100%; }
.tour-details-item .title,
.tour-details-item .sub-title {
  text-transform: capitalize; }
.tour-details-item .title {
  margin-bottom: 12px; }
.tour-details-item p {
  margin-bottom: 25px;
  text-align: left; }
.tour-details-item .sub-title {
  margin-bottom: 16px; }
.tour-details-item .tours-info li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-bottom: none; }
  .tour-details-item .tours-info li:last-child {
    border-bottom: 1px solid #e5e5e5; }
  .tour-details-item .tours-info li .plan-left {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: 600; }
    @media (max-width: 575px) {
      .tour-details-item .tours-info li .plan-left {
        color: #333333;
        border-bottom: 1px solid #e5e5e5; } }
    @media (min-width: 576px) {
      .tour-details-item .tours-info li .plan-left {
        text-align-last: left;
        width: 180px;
        padding: 23px 20px;
        border-right: 1px solid #e5e5e5; } }
  .tour-details-item .tours-info li .plan-right {
    padding: 10px;
    text-align: center;
    width: 100%; }
    @media (min-width: 576px) {
      .tour-details-item .tours-info li .plan-right {
        text-align-last: left;
        width: calc(100% - 180px);
        padding: 23px 20px; } }

.widget-category ul li {
  padding: 0; }
  .widget-category ul li a {
    font-weight: 600;
    text-transform: capitalize;
    color: inherit;
    padding: 8px 8px 8px 20px;
    line-height: 26px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .widget-category ul li a:hover {
      color: #d72323; }
    .widget-category ul li a::before {
      content: '\f101';
      font-family: "Font Awesome 5 Free";
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
.widget-category.widget-info ul li a {
  padding: 8px;
  padding-left: 0; }
  .widget-category.widget-info ul li a::before {
    display: none; }

.widget.widget-post .widget-title {
  margin-bottom: 18px; }
.widget.widget-post ul {
  margin: -8px 0; }
  .widget.widget-post ul li {
    padding: 8px 0; }
    .widget.widget-post ul li .post-title {
      color: #333333;
      font-family: "Rajdhani", sans-serif;
      font-weight: 700;
      line-height: 24px;
      font-size: 16px; }
    .widget.widget-post ul li:hover .post-title {
      color: #d72323; }
    .widget.widget-post ul li .meta-post {
      font-size: 13px;
      font-style: italic;
      display: flex;
      flex-wrap: wrap; }
      .widget.widget-post ul li .meta-post a {
        color: #777777; }
      .widget.widget-post ul li .meta-post .meta-date {
        margin-right: 20px; }
      .widget.widget-post ul li .meta-post i {
        color: #d72323;
        margin-right: 5px; }
.widget.widget-popular ul {
  margin: 12px -10px -10px; }
  .widget.widget-popular ul li {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap; }
    .widget.widget-popular ul li .widget-popular-thumb {
      width: 63px;
      height: 63px; }
      .widget.widget-popular ul li .widget-popular-thumb a {
        display: block; }
        .widget.widget-popular ul li .widget-popular-thumb a img {
          width: 100%; }
    .widget.widget-popular ul li .widget-popular-content {
      width: calc(100% - 63px);
      padding-left: 15px; }
      .widget.widget-popular ul li .widget-popular-content .title {
        line-height: 1.5; }
        .widget.widget-popular ul li .widget-popular-content .title a {
          font-size: 16px;
          color: #333333; }
    .widget.widget-popular ul li:hover .widget-popular-content .title a {
      color: #d72323; }

.widget-tags .widget-title {
  margin-bottom: 25px; }

.tag-item-wrapper {
  margin: -5px; }
  .tag-item-wrapper .tag-item {
    padding: 0 29px;
    line-height: 38px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    color: #777777; }
    .tag-item-wrapper .tag-item:hover, .tag-item-wrapper .tag-item.active {
      background: #d72323;
      color: #ffffff; }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px; } }

/*Body Building Section*/
.body-building-slider {
  margin: -15px;
  overflow: hidden; }

/*Body Building Item*/
.body-building-item {
  padding: 15px; }
  .body-building-item .body-building-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .body-building-item .body-building-thumb {
    overflow: hidden; }
    .body-building-item .body-building-thumb a {
      display: block; }
      .body-building-item .body-building-thumb a img {
        width: 100%; }
  .body-building-item .body-building-content {
    padding: 25px 30px;
    position: relative;
    border-left: 10px solid #d72323;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .body-building-item .body-building-content .building-content {
      width: calc(100% - 40px); }
      .body-building-item .body-building-content .building-content .title {
        font-size: 24px;
        text-transform: capitalize; }
    .body-building-item .body-building-content .building-category {
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .body-building-item .body-building-content .building-category img {
        max-width: 100%; }

/*Body Pageination*/
.body-building-pagination {
  position: relative;
  margin: -3px;
  margin-top: 26px; }
  @media (min-width: 992px) {
    .body-building-pagination {
      margin-top: 56px; } }
  .body-building-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #777777;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer; }
    .body-building-pagination span.swiper-pagination-bullet-active {
      background: #d72323; }

/*About Counter Section*/
.about-counter-item {
  padding: 30px 0 29px;
  text-align: center;
  background: #d72323;
  margin-bottom: 30px; }
  .about-counter-item .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .about-counter-item .title {
        font-size: 50px; } }
  .about-counter-item p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize; }
  @media (min-width: 576px) {
    .about-counter-item {
      padding: 48px 0 47px; }
      .about-counter-item p {
        font-size: 22px;
        font-weight: 600; } }

@media screen and (max-width: 575px) {
  .about-counter .mb-30-none {
    margin-bottom: -10px; }
    .about-counter .mb-30-none .about-counter-item {
      margin-right: -10px;
      margin-left: -10px;
      margin-bottom: 10px; } }

.about-counter-content {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .about-counter-content {
      margin-bottom: 0px; } }
  .about-counter-content p {
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .about-counter-content p {
        margin-bottom: 25px; } }
  .about-counter-content ul li {
    color: #777777;
    line-height: 30px;
    padding: 0; }
    .about-counter-content ul li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      margin-right: 10px;
      color: #d72323;
      font-size: 13px; }
  @media (min-width: 768px) {
    .about-counter-content ul {
      margin-bottom: 31px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .about-counter-content ul {
      margin-bottom: -11px; } }

  .about-counter-content .section-header {
    max-width: 100%;
    margin: 0;
    text-align: left; }
    .about-counter-content .section-header .title::after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      left: 0; }

/*Overview Section*/
.overview-left {
  position: relative; }
  .overview-left .content {
    margin-left: auto;
    margin-right: 14px;
    z-index: 1;
    position: relative;
    width: 100%; }
    @media (min-width: 1200px) {
      .overview-left .content {
        max-width: 450px; } }
    @media (min-width: 1200px) {
      .overview-left .content {
        margin-right: 118px; } }
    .overview-left .content p {
      font-weight: 600;
      margin-bottom: 20px; }
    .overview-left .content .title,
    .overview-left .content p,
    .overview-left .content ul li {
      color: #fff; }
    .overview-left .content .title {
      margin-top: -9px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .overview-left .content .title {
          font-size: 50px;
          line-height: 65px;
          margin-top: -12px; } }
    .overview-left .content ul {
      margin-bottom: 27px; }
      .overview-left .content ul li {
        padding: 6px 0;
        position: relative;
        padding-left: 20px; }
        .overview-left .content ul li::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 0;
          background: #fff;
          width: 10px;
          height: 2px;
          -webkit-transform: tranlateY(-50%);
          -ms-transform: tranlateY(-50%);
          transform: tranlateY(-50%); }
    .overview-left .content .custom-button {
      background: #000000;
      border: #000000;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px; }
  .overview-left::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: rgba(215, 35, 35, 0.95); }

.overview-left,
.overview-right {
  height: 100%; }

/*Over View Right*/
.overview-right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .overview-right::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); }
  .overview-right > * {
    width: 100%; }
  .overview-right::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 90%;
    background-size: contain;
    z-index: 1; }
    @media (max-width: 767px) {
      .overview-right::before {
        display: none; } }

.overview-item {
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .overview-item {
      padding: 0;
      padding-left: 80px; } }
  .overview-item .overview-content {
    width: 100%; }
  .overview-item .overview-content p {
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    position: relative;
    margin-bottom: 12px;
    padding-top: 55px; }
    @media (min-width: 576px) {
      .overview-item .overview-content p {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 25px;
        padding-top: 66px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .overview-item .overview-content p {
      font-size: 20px; } }

    .overview-item .overview-content p::before {
      position: absolute;
      content: "";
      height: 36px;
      top: 0;
      left: -10px;
      width: 100%;
      background: url(img/client-say.png) no-repeat center left;
      background-size: contain; }
      @media (min-width: 1200px) {
        .overview-item .overview-content p::before {
          left: -46px; } }
  .overview-item .overview-content .title {
    color: #ffffff; }
    @media (max-width: 575px) {
      .overview-item .overview-content .title {
        margin-bottom: 4px; } }
  .overview-item .overview-content span {
    color: #ffffff;
    opacity: .9; }

.overview-slider {
  overflow: hidden; }
  @media (min-width: 768px) {
    .overview-slider {
      width: 90%; } }

.swiper-slide-active .overview-item .overview-thumb img {
  animation-name: slideInUp;
  animation-duration: 1s; }
  .swiper-slide-active .overview-item .overview-thumb img.animated {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }

.overview-pagination {
  margin: -5px;
  margin-top: 5px;
  margin-bottom: -13px; }
  @media (min-width: 576px) {
    .overview-pagination {
      margin-top: 27px; } }
  .overview-pagination span {
    margin: 5px;
    width: 22px;
    height: 7px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .overview-pagination span.swiper-pagination-bullet-active {
      background: #d72323;
      width: 30px; }

/*Feature Section*/
.feature-slider {
  margin: -15px;
  overflow: hidden; }

.style-feature {
  margin: -15px;
  overflow: hidden;
  justify-content: center; }
  .style-feature .feature-item {
    width: 100%; }
    @media (min-width: 768px) {
      .style-feature .feature-item {
        width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .style-feature .feature-item {
      width: 33.33%; } }

.feature-item {
  padding: 15px; }
  .feature-item:hover .feature-content .feature-header .title {
    color: #d72323; }
  .feature-item:hover .feature-content .feature-footer .join-now-button {
    color: #d72323; }

.feature-content {
  border: 1px solid #e5e5e5;
  border-top: none; }

.feature-thumb a {
  display: block; }
  .feature-thumb a img {
    width: 100%; }

.feature-header {
  padding: 24px 28px;
  border-bottom: 1px solid #e5e5e5; }
  .feature-header .title {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .feature-header p {
    margin: 0; }

.feature-footer {
  padding: 20px 30px; }
  .feature-footer .feature-author-thumb {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .feature-footer .feature-author-thumb a {
      display: block; }
      .feature-footer .feature-author-thumb a img {
        width: 100%; }
  .feature-footer .feature-author-content {
    padding-left: 10px; }
    .feature-footer .feature-author-content .sub-title {
      margin-bottom: -7px; }
      .feature-footer .feature-author-content .sub-title a {
        color: #333333;
        font-weight: 700;
        font-size: 16px; }
    .feature-footer .feature-author-content span {
      font-size: 12px;
      font-style: italic;
      display: inline-block;
      line-height: 1; }

.join-now-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
  font-family: "Rajdhani";
  font-weight: 600; }

/*Expert Trainers Section*/
.expert-item-area,
.expert-slider {
  margin: -15px;
  overflow: hidden; }

.expert-item-area {
  justify-content: center; }

.expert-item {
  padding: 15px; }
  .expert-item .expert-thumb a {
    display: block; }
    .expert-item .expert-thumb a img {
      width: 100%; }
  .expert-item .expert-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 25px -58px; }
    .expert-item .expert-content .expert-link {
      width: 94px;
      background: #16120f;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px; }
    .expert-item .expert-content .expert-info {
      width: calc(100% - 94px);
      padding: 30px;
      background: #d72323; }
      .expert-item .expert-content .expert-info .sub-title a {
        color: #ffffff; }
      @media (min-width: 576px) {
        .expert-item .expert-content .expert-info .sub-title {
          font-size: 20px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .expert-item .expert-content .expert-info .sub-title {
      font-size: 24px; } }

      .expert-item .expert-content .expert-info span {
        color: #ffffff;
        text-transform: capitalize;
        font-size: 14px; }
    @media screen and (max-width: 400px) {
      .expert-item .expert-content {
        margin: 0 5px -58px; }
        .expert-item .expert-content .expert-link {
          width: 50px; }
        .expert-item .expert-content .expert-info {
          width: calc(100% - 50px);
          padding: 20px; }
          .expert-item .expert-content .expert-info .sub-title {
            font-size: 20px; }
          .expert-item .expert-content .expert-info span {
            font-size: 12px; } }

/*Schedule Section*/
.schedule-wrapper {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  background-size: contain; }
  @media (min-width: 992px) {
    .schedule-wrapper {
      padding: 70px 40px 80px; } }

.schedule-header {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px; }
  .schedule-header p,
  .schedule-header .title {
    width: 100%; }
    @media (min-width: 768px) {
      .schedule-header p,
      .schedule-header .title {
        width: 50%; } }
  .schedule-header .title {
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .schedule-header .title {
        font-size: 40px;
        line-height: 1.3; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .schedule-header .title {
      font-size: 50px;
      line-height: 65px; } }

  .schedule-header p {
    margin: 0;
    color: #333333;
    font-style: italic; }
    @media (min-width: 768px) {
      .schedule-header p {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px); } }

/*Newslater Section*/
.newslater-section {
  padding: 80px 0; }
  .newslater-section::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(215, 35, 35, 0.9); }
  .newslater-section .newslater-header {
    margin-bottom: 27px; }
    .newslater-section .newslater-header .title {
      margin: 0 0 5px;
      color: #ffffff;
      text-transform: capitalize;
      margin-top: -9px; }
    .newslater-section .newslater-header p {
      color: #ffffff;
      margin-bottom: -8px; }

.newslater-form input {
  height: 50px;
  padding-left: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: none; }
  .newslater-form input[type="submit"] {
    display: none; }
.newslater-form label {
  color: #d72323;
  top: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0; }

/*Over View Section Two*/
.overview-left-two {
  position: relative;
  height: 100%; }
  .overview-left-two img {
    width: 100%; }
  .overview-left-two::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

.video-button {
  width: 100px;
  height: 100px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #d72323; }
  .video-button a {
    display: block;
    position: relative;
    z-index: 1; }
    .video-button a img {
      width: 100%; }
  @media (min-width: 576px) {
    .video-button {
      width: 140px;
      height: 140px; } }
  .video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #d72323;
    opacity: 0.15;
    z-index: -10; }
  .video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite; }
  .video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite; }

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
.overview-right-two {
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .overview-right-two {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .overview-right-two .overview-content-two {
      max-width: 550px;
      margin-right: auto;
      margin-left: 80px;
      padding-left: 0;
      padding-right: 0; } }
  .overview-right-two .section-header {
    max-width: 100%;
    margin: 0;
    text-align: left; }
    .overview-right-two .section-header .title::after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      left: 0; }

.overview-two-area {
  margin: 0 -15px;
  margin-bottom: -30px; }
  .overview-two-area .overview-two-item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .overview-two-area .overview-two-item {
        width: 50%; } }
    .overview-two-area .overview-two-item .info {
      color: #d72323;
      display: block;
      margin-bottom: 2px;
      font-size: 18px;
      font-weight: 600; }
    .overview-two-area .overview-two-item .title {
      line-height: 32px;
      margin-bottom: 10px; }
    .overview-two-area .overview-two-item p {
      margin-bottom: -3px; }

/*BMI Section*/
.bmi-section {
  position: relative; }
  .bmi-section::before, .bmi-section::after {
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%; }
  .bmi-section::before {
    background: rgba(0, 0, 0, 0.8); }
  .bmi-section::after {
    background: url(../../assets/images/bmi/01.png) no-repeat bottom right;
    background-size: contain;
    max-height: 490px; }

.bmi-header,
.bmi-calculator {
  z-index: 1;
  position: relative; }

.bmi-header .title,
.bmi-header p {
  color: #ffffff; }
.bmi-header .title {
  text-transform: capitalize;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .bmi-header .title {
      font-size: 50px;
      margin-bottom: 25px; } }
  .bmi-header .title span {
    color: #d72323; }
.bmi-header p {
  font-weight: 600;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .bmi-header p {
      margin-bottom: 31px; } }

.bmi-calculator {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -29px; }
  @media (min-width: 768px) {
    .bmi-calculator {
      margin-bottom: -33px; } }
  .bmi-calculator .form-group {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 29px; }
    @media (min-width: 576px) {
      .bmi-calculator .form-group {
        width: 50%; } }
    .bmi-calculator .form-group input {
      width: 100%;
      height: 50px;
      border: 1px solid #fff;
      color: #fff;
      background: transparent;
      padding-left: 20px; }
      .bmi-calculator .form-group input::placeholder {
        color: #ffffff; }
      .bmi-calculator .form-group input[type="submit"] {
        width: auto;
        padding: 0 29px;
        background: #d72323;
        border-color: transparent; }
    @media (min-width: 768px) {
      .bmi-calculator .form-group {
        margin-bottom: 33px; } }
  .bmi-calculator .checkbox-wrapper {
    padding: 0 15px;
    width: 100%;
    margin-right: -30px; }
    @media (max-width: 767px) {
      .bmi-calculator .checkbox-wrapper {
        margin-top: -7px;
        margin-bottom: 4px; } }
    @media (min-width: 768px) {
      .bmi-calculator .checkbox-wrapper {
        margin-bottom: 20px; } }
    .bmi-calculator .checkbox-wrapper .checkbox-item {
      display: flex;
      align-items: center;
      margin-right: 30px;
      margin-bottom: 14px; }
      .bmi-calculator .checkbox-wrapper .checkbox-item input {
        height: 16px;
        width: 16px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-appearance: none;
        background: #fff;
        margin-right: 10px; }
        .bmi-calculator .checkbox-wrapper .checkbox-item input[type=radio]:checked {
          background: #d72323; }
      .bmi-calculator .checkbox-wrapper .checkbox-item label {
        color: #ffffff;
        margin: 0;
        font-size: 14px;
        line-height: 24px; }

.about-bmi {
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .about-bmi {
      max-width: 510px;
      margin-left: auto; } }
  .about-bmi li {
    border-bottom: 1px solid transparent;
    padding: 0;
    justify-content: space-between;
    text-transform: capitalize; }
    .about-bmi li .bmi-rate,
    .about-bmi li .bmi-status {
      width: 50%;
      background: #fff;
      padding: 10px 20px;
      line-height: 30px; }
      @media screen and (max-width: 400px) {
        .about-bmi li .bmi-rate,
        .about-bmi li .bmi-status {
          padding: 10px; } }
    .about-bmi li .bmi-rate {
      width: calc(50% - 1px); }
    .about-bmi li.about-bmi-header {
      border-width: 3px; }
      .about-bmi li.about-bmi-header .bmi-rate, .about-bmi li.about-bmi-header .bmi-status {
        background: #d72323;
        font-weight: 600;
        color: #ffffff; }

.bmi-mb {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .bmi-mb {
      margin-bottom: 39px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .bmi-mb {
      margin-bottom: 0; } }

/*Sponsor SLider*/
.sponsor-slider {
  overflow: hidden; }

.sponsor-item a img {
  max-width: 100%; }

/*Package Section*/
.package-item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .package-item::after, .package-item::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #d72323;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .package-item::before {
    top: 0;
    left: 0; }
  .package-item::after {
    bottom: 0;
    right: 0; }
  .package-item .package-header {
    padding: 38px 10px 26px;
    border-bottom: 1px solid #000; }
    .package-item .package-header .title {
      text-transform: uppercase; }
    .package-item .package-header span {
      display: block;
      color: #d72323;
      margin-bottom: 3px;
      font-weight: 500; }
  .package-item .package-content {
    padding: 27px 10px 45px; }
    .package-item .package-content ul {
      text-transform: capitalize;
      margin-bottom: 26px; }
      .package-item .package-content ul li {
        padding: 6px 0; }
    .package-item .package-content .custom-button {
      background: transparent;
      color: #777777;
      border-color: #777777;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px; }
  .package-item:hover::after {
    right: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .package-item:hover::before {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .package-item:hover .custom-button {
    color: #d72323;
    border-color: #d72323; }
  @media screen and (max-width: 400px) {
    .package-item .package-header {
      padding: 28px 10px 16px; }
    .package-item .package-content {
      padding: 17px 10px 35px; }
      .package-item .package-content ul {
        margin-bottom: 16px; } }

/*Page Header*/
.page-header {
  position: relative;
  text-align: center;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page-header {
      padding: 108px 0; } }
  .page-header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
  .page-header .title {
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff; }
    @media (min-width: 576px) {
      .page-header .title {
        font-size: 70px; } }
  .page-header .shape-wrapper .shape:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-30px);
    -ms-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px); }
  .page-header .shape-wrapper .shape:last-child {
    bottom: 50%;
    -webkit-transform: translateY(-50%) translateX(30px);
    -ms-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px); }

/*Breadcrumb*/
.breadcrumb-section {
  background: #f6f6f6; }

.breadcrumb-wrapper {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .breadcrumb-wrapper .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px; }

.breadcrumb {
  background: transparent;
  margin: -5px -10px;
  padding: 0; }
  .breadcrumb li, .breadcrumb li a {
    font-weight: 700;
    color: #777777; }
    @media (max-width: 575px) {
      .breadcrumb li, .breadcrumb li a {
        font-size: 14px;
        font-weight: 600;
        font-weight: 600; } }
  .breadcrumb li {
    margin: 5px 10px; }
    .breadcrumb li a {
      padding: 0;
      position: relative; }
      .breadcrumb li a:hover {
        color: #d72323; }
      .breadcrumb li a::after {
        position: absolute;
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        left: calc(100% + 5px);
        width: 8px;
        height: 8px;
        background: #d72323; }

/*About Section*/
.about-section-wrapper {
  margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .about-section-wrapper {
      margin-bottom: 78px; } }
  @media (min-width: 992px) {
    .about-section-wrapper {
      margin-bottom: 70px; } }

.about-section .about-thumb {
  position: relative;
  margin-bottom: 25px; }
  .about-section .about-thumb img {
    width: 100%; }
  @media (min-width: 768px) {
    .about-section .about-thumb {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .about-section .about-thumb {
      margin-bottom: 0; } }
  .about-section .about-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
.about-section .about-content .about-section-header .title {
  line-height: 1.3;
  font-size: 30px;
  margin-top: -5px;
  margin-bottom: 10px; }
.about-section .about-content .about-section-header p {
  margin-bottom: 15px; }
.about-section .about-content .about-section-header ul {
  margin-bottom: 22px; }
  .about-section .about-content .about-section-header ul li {
    padding: 2px 0; }
    .about-section .about-content .about-section-header ul li::before {
      content: "\f058";
      margin-right: 10px;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 14px;
      color: #d72323; }
@media (min-width: 576px) {
  .about-section .about-content .about-section-header .title {
    font-size: 40px;
    margin-top: -8px; } }
@media (min-width: 768px) {
  .about-section .about-content .about-section-header .title {
    font-size: 50px;
    line-height: 65px; }
  .about-section .about-content .about-section-header p {
    margin-bottom: 20px; }
  .about-section .about-content .about-section-header ul {
    margin-bottom: 27px; } }
@media (min-width: 992px) {
  .about-section .about-content .about-section-header .title {
    margin-bottom: 15px;
    margin-top: -11px; }
  .about-section .about-content .about-section-header p {
    margin-bottom: 25px; }
  .about-section .about-content .about-section-header ul {
    margin-bottom: 0; } }
.about-section .video-button {
  width: 85px;
  height: 85px; }

.mb-24-none {
  margin-bottom: -24px; }

.about-info-item {
  margin-bottom: 24px; }
  .about-info-item .sub-title {
    margin-top: -7px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .about-info-item .sub-title {
        margin-bottom: 16px;
        font-size: 30px;
        margin-top: -3px; } }
  .about-info-item p {
    margin-bottom: -7px; }

/*Log In Section*/
.login-wrapper {
  max-width: 730px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 40px 10px 35px; }
  @media (min-width: 576px) {
    .login-wrapper {
      padding: 60px 60px 55px; } }
  .login-wrapper .title {
    text-align: center;
    margin-top: -9px;
    margin-bottom: 15px;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .login-wrapper .title {
        margin-top: -13px;
        margin-bottom: 26px; } }

/*Login and Registration*/
.login-form .form-group {
  margin-bottom: 20px; }
  .login-form .form-group input {
    height: 50px;
    padding: 10px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff; }
    .login-form .form-group input::placeholder {
      color: #777777; }
    .login-form .form-group input[type="submit"] {
      background: #d72323;
      margin-bottom: -5px; }
      @media (max-width: 575px) {
        .login-form .form-group input[type="submit"] {
          margin-bottom: -7px; } }
  @media (min-width: 576px) {
    .login-form .form-group {
      margin-bottom: 30px; } }
.login-form .sign-in-option {
  margin-bottom: -3px; }
  .login-form .sign-in-option a {
    color: #777777;
    margin-right: 10px; }
    .login-form .sign-in-option a:last-child {
      margin-right: 0; }
    .login-form .sign-in-option a:first-child {
      color: #1da1f2; }
.login-form .registration-checkbox {
  margin-top: -5px;
  margin-bottom: -2px !important; }

.registration-checkbox {
  max-width: 400px; }
  .registration-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    padding: 0; }
  .registration-checkbox input[type="checkbox"]:checked {
    background: #d72323; }
    .registration-checkbox input[type="checkbox"]:checked::after {
      position: absolute;
      content: "\f00c";
      font-weight: 600;
      font-family: "Font Awesome 5 Free";
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #fff;
      width: 20px; }

.other-social-links {
  margin: -10px;
  margin-bottom: 15px; }
  .other-social-links a {
    background: #d72323;
    color: #ffffff;
    font-weight: 500;
    padding: 11px 29px;
    line-height: 28px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .other-social-links a.facebook {
      background: #3b5998; }
    .other-social-links a.twitter {
      background: #55acee; }
    .other-social-links a.google {
      background: #dd4b39; }
    .other-social-links a.linkedin {
      background: #007bb5; }
    .other-social-links a.vimeo {
      background: #1ab7ea; }
    .other-social-links a.behance {
      background: #1769ff; }
    .other-social-links a.instagram {
      background: #e4405f; }
    .other-social-links a.tumblr {
      background: #34465d; }
    .other-social-links a.youtube {
      background: #cd201f; }
  @media (max-width: 575px) {
    .other-social-links {
      margin: -5px;
      margin-bottom: 10px; }
      .other-social-links a {
        font-size: 12px;
        padding: 7px 15px;
        margin: 5px; } }

.login-or {
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .login-or {
      margin-bottom: 25px; } }

/*Contact Section*/
.contact-us-form .title {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 25px; }
.contact-us-form .comment-form {
  margin-bottom: -30px; }
  .contact-us-form .comment-form .form-group {
    margin-bottom: 30px; }
    .contact-us-form .comment-form .form-group input[type="submit"] {
      margin-top: 0; }

/*Map*/
.maps {
  height: 300px; }
  @media (min-width: 576px) {
    .maps {
      height: 595px; } }

/*Brance items*/
.branches-section-wrapper {
  padding: 40px 0 27px; }
  @media (min-width: 992px) {
    .branches-section-wrapper {
      padding: 80px 0 67px; } }

.brance-item {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }
  @media screen and (min-width: 400px) {
    .brance-item {
      padding: 60px; } }
  .brance-item .title {
    margin-bottom: 16px; }
  .brance-item ul li {
    padding: 0; }

/*Four Not Four*/
.four-not-four-section {
  padding: 48px 0 70px; }
  @media (min-width: 992px) {
    .four-not-four-section {
      padding: 61px 0 100px; } }

.four-not-four-section-wrapper {
  max-width: 540px;
  margin: 0 auto; }
  .four-not-four-section-wrapper .title {
    font-size: 150px;
    letter-spacing: 25px;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .four-not-four-section-wrapper .title {
        font-size: 100px; } }
  .four-not-four-section-wrapper .sub-title {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .four-not-four-section-wrapper .sub-title {
        font-size: 24px; } }
  .four-not-four-section-wrapper .custom-button {
    border-color: transparent;
    margin: 15px;
    margin-bottom: 0;
    color: #ffffff;
    background: #d72323; }
    .four-not-four-section-wrapper .custom-button:hover {
      color: #d72323;
      border-color: #d72323; }

/*Expert Details*/
.expert-thumb {
  margin-bottom: 30px; }
  .expert-thumb img {
    width: 100%; }

.expert-single-content .title {
  margin-top: -5px;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .expert-single-content .title {
      font-size: 30px;
      margin-top: -7px;
      line-height: 40px; } }
.expert-single-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -9px;
  margin-bottom: 13px; }
  .expert-single-content ul li {
    width: 100%;
    color: #5f5f5f;
    padding: 4px 0; }
    @media only screen and (min-width: 576px) {
      .expert-single-content ul li {
        width: 50%; } }
    .expert-single-content ul li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      color: #d72323;
      font-size: 14px;
      margin-right: 10px; }

.trainer-area p,
.expert-single-content p {
  margin-bottom: 20px; }
  .trainer-area p.last-para,
  .expert-single-content p.last-para {
    margin-bottom: -8px; }
.trainer-area .sub-title,
.expert-single-content .sub-title {
  margin-bottom: 15px; }

/*Expert Section*/
.trainer-item .trainer-thumb {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .trainer-item .trainer-thumb {
      width: 40%; } }
  .trainer-item .trainer-thumb img {
    width: 100%; }
.trainer-item .trainer-content {
  width: 100%; }
  @media (min-width: 768px) {
    .trainer-item .trainer-content {
      width: 60%;
      padding-left: 30px; } }
  .trainer-item .trainer-content .title {
    margin-top: -10px;
    font-size: 30px; }
  .trainer-item .trainer-content span {
    text-transform: capitalize;
    color: #d72323;
    display: inline-block;
    margin-bottom: 15px; }

/*Table Schedule*/
@media only screen and (max-width: 991px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr {
    margin: 0; }

  tr:nth-child(odd) {
    background: #fafafa; }

  tr:nth-child(even) {
    background: #fff; }

  td {
    border: none;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center; }

  td:before {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-family: "Rajdhani" sans-serif, sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 18px; }

  td:before {
    content: attr(data-input); } }
@media (min-width: 992px) {
  .schedule-table {
    border: 1px solid #e5e5e5;
    text-align: center; }
    .schedule-table tr th {
      width: 18.5%;
      padding: 12px 10px;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: "Rajdhani", sans-serif;
      color: #333333;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .schedule-table tr th:nth-child(4), .schedule-table tr th:nth-child(5), .schedule-table tr th:nth-child(1) {
        width: 21%; }
      .schedule-table tr th:last-child {
        border-right: none; }
    .schedule-table tbody td {
      padding: 16px 10px;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      font-family: "Open Sans", sans-serif; }
      .schedule-table tbody td:last-child {
        border-right: none;
        border-bottom: none; } }
.class-date,
.class-time {
  display: block; }

.class-time {
  color: #d72323; }

.instructor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 200px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .instructor {
      align-items: flex-start; }
      .instructor .thumb {
        margin-top: 8px; } }
  .instructor .thumb {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .instructor .thumb a {
      display: block; }
      .instructor .thumb a img {
        width: 100%; }
  .instructor .content {
    padding-left: 15px;
    text-align: left; }
    .instructor .content a {
      color: #333333;
      font-size: 14px;
      font-weight: 600; }
    .instructor .content span {
      font-size: 14px;
      display: block;
      line-height: 20px; }
  .instructor .thumb {
    margin: 8px auto 7px; }
  .instructor .content {
    width: 100%;
    text-align: center; }
  @media (min-width: 1200px) {
    .instructor .thumb {
      margin: 0; }
    .instructor .content {
      width: calc(100% - 42px);
      text-align: left; } }
  .instructor:hover .content a {
    color: #d72323; }

/*Blog Section*/
.blog-section .post-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .blog-section .post-item .post-thumb a {
    display: block; }
    .blog-section .post-item .post-thumb a img {
      width: 100%; }
  .blog-section .post-item .post-content {
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px; }
    .blog-section .post-item .post-content .title a,
    .blog-section .post-item .post-content p,
    .blog-section .post-item .post-content span,
    .blog-section .post-item .post-content span a {
      color: #ffffff; }
    .blog-section .post-item .post-content .title {
      margin-top: -5px;
      margin-bottom: 15px; }
    .blog-section .post-item .post-content a:hover {
      color: #d72323; }
    @media (min-width: 768px) {
      .blog-section .post-item .post-content p {
        margin-bottom: 15px; } }
    .blog-section .post-item .post-content .blog-button {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      width: 120px;
      height: 120px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #d72323;
      color: #ffffff;
      text-align: center;
      line-height: 60px;
      font-size: 18px; }
      .blog-section .post-item .post-content .blog-button:hover {
        color: #ffffff; }
    @media screen and (max-width: 375px) {
      .blog-section .post-item .post-content {
        padding: 40px 30px; }
        .blog-section .post-item .post-content .title {
          font-size: 20px; }
        .blog-section .post-item .post-content p {
          font-size: 14px;
          line-height: 24px; }
        .blog-section .post-item .post-content span {
          font-size: 14px; } }

.blog-section-wrapper .post-item .post-content {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: perspective(700px) rotateX(-30deg);
  -ms-transform: perspective(700px) rotateX(-30deg);
  transform: perspective(700px) rotateX(-30deg);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden; }
.blog-section-wrapper .post-item:hover .post-content {
  -webkit-transform: perspective(0) rotateY(0deg);
  -ms-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  opacity: 1;
  visibility: visible; }

.leave-comment {
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .leave-comment {
      margin-bottom: 0; } }

.comment-form {
  margin-bottom: -20px; }
  .comment-form .form-group {
    margin-bottom: 20px; }
    .comment-form .form-group input {
      height: 50px;
      background: transparent; }
      .comment-form .form-group input[type="submit"] {
        width: auto;
        background-color: #d72323;
        padding: 0 45px; }
    .comment-form .form-group input,
    .comment-form .form-group textarea {
      border: 1px solid #e5e5e5;
      padding: 20px; }
    .comment-form .form-group textarea {
      height: 135px; }
  @media (min-width: 992px) {
    .comment-form {
      margin-bottom: -40px; }
      .comment-form .form-group {
        margin-bottom: 40px; } }

.blog-next,
.blog-prev {
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer; }

.blog-next {
  left: 30px; }

.blog-prev {
  right: 30px; }

/*Blog Page Blogs*/
.blog-section-area .post-item,
.details-blog-section .post-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03); }
  .blog-section-area .post-item .post-thumb,
  .details-blog-section .post-item .post-thumb {
    overflow: hidden;
    margin-bottom: 28px;
    position: relative; }
    .blog-section-area .post-item .post-thumb a,
    .details-blog-section .post-item .post-thumb a {
      display: block;
      position: relative; }
      .blog-section-area .post-item .post-thumb a img,
      .details-blog-section .post-item .post-thumb a img {
        width: 100%; }
      .blog-section-area .post-item .post-thumb a::after,
      .details-blog-section .post-item .post-thumb a::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
  .blog-section-area .post-item .post-content,
  .details-blog-section .post-item .post-content {
    padding: 0; }
    .blog-section-area .post-item .post-content .post-header,
    .details-blog-section .post-item .post-content .post-header {
      padding: 0 15px 25px; }
      @media (min-width: 576px) {
        .blog-section-area .post-item .post-content .post-header,
        .details-blog-section .post-item .post-content .post-header {
          padding: 0 30px 25px 30px; } }
      .blog-section-area .post-item .post-content .post-header .title,
      .details-blog-section .post-item .post-content .post-header .title {
        font-size: 22px;
        line-height: 26.4px;
        margin-bottom: 17px; }
      .blog-section-area .post-item .post-content .post-header p,
      .details-blog-section .post-item .post-content .post-header p {
        margin: 0; }
    .blog-section-area .post-item .post-content .meta-post,
    .details-blog-section .post-item .post-content .meta-post {
      font-size: 14px;
      font-style: italic;
      border-bottom: none;
      margin-bottom: 0;
      padding: 12px 5px;
      border-top: 1px solid #e5e5e5;
      padding: 12px 30px; }
      .blog-section-area .post-item .post-content .meta-post a,
      .details-blog-section .post-item .post-content .meta-post a {
        color: #777777; }
      .blog-section-area .post-item .post-content .meta-post i,
      .details-blog-section .post-item .post-content .meta-post i {
        color: #d72323;
        margin-right: 5px; }
      .blog-section-area .post-item .post-content .meta-post .meta-date,
      .details-blog-section .post-item .post-content .meta-post .meta-date {
        border-right: 1px solid #e5e5e5;
        display: block;
        width: 50%; }
      .blog-section-area .post-item .post-content .meta-post .meta-comment,
      .details-blog-section .post-item .post-content .meta-post .meta-comment {
        width: 50%;
        text-align: right; }
  .blog-section-area .post-item:hover .post-thumb::after,
  .details-blog-section .post-item:hover .post-thumb::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .blog-section-area .post-item:hover .post-content .post-header .title a,
  .details-blog-section .post-item:hover .post-content .post-header .title a {
    color: #d72323; }
  .blog-section-area .post-item.regular-item .post-thumb::before,
  .details-blog-section .post-item.regular-item .post-thumb::before {
    display: none; }
  .blog-section-area .post-item.regular-item .post-thumb a::after,
  .details-blog-section .post-item.regular-item .post-thumb a::after {
    z-index: 9; }
  .blog-section-area .post-item.regular-item:hover .post-thumb a::after,
  .details-blog-section .post-item.regular-item:hover .post-thumb a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.blog-section-area .post-item.style-two,
.details-blog-section .post-item.style-two {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .blog-section-area .post-item.style-two,
    .details-blog-section .post-item.style-two {
      margin-bottom: 60px; } }
  .blog-section-area .post-item.style-two .post-thumb,
  .details-blog-section .post-item.style-two .post-thumb {
    overflow: hidden;
    margin-bottom: 28px; }
    .blog-section-area .post-item.style-two .post-thumb .post-thumb,
    .details-blog-section .post-item.style-two .post-thumb .post-thumb {
      margin-bottom: 0; }
    .blog-section-area .post-item.style-two .post-thumb::before,
    .details-blog-section .post-item.style-two .post-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      z-index: 1;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; }
  .blog-section-area .post-item.style-two .post-content,
  .details-blog-section .post-item.style-two .post-content {
    padding: 0; }
    .blog-section-area .post-item.style-two .post-content .post-header,
    .details-blog-section .post-item.style-two .post-content .post-header {
      padding: 0 0 30px; }
      @media (min-width: 576px) {
        .blog-section-area .post-item.style-two .post-content .post-header,
        .details-blog-section .post-item.style-two .post-content .post-header {
          padding: 0 30px 25px 30px; } }
      .blog-section-area .post-item.style-two .post-content .post-header .title,
      .details-blog-section .post-item.style-two .post-content .post-header .title {
        font-size: 24px;
        margin-bottom: 17px; }
        .blog-section-area .post-item.style-two .post-content .post-header .title a,
        .details-blog-section .post-item.style-two .post-content .post-header .title a {
          color: #333333; }
      .blog-section-area .post-item.style-two .post-content .post-header p,
      .details-blog-section .post-item.style-two .post-content .post-header p {
        margin: 0; }
    .blog-section-area .post-item.style-two .post-content .meta-post,
    .details-blog-section .post-item.style-two .post-content .meta-post {
      font-size: 14px;
      font-style: italic;
      border-bottom: none;
      margin-bottom: 0;
      padding: 12px 10px;
      border-top: 1px solid #e5e5e5; }
      @media (min-width: 576px) {
        .blog-section-area .post-item.style-two .post-content .meta-post,
        .details-blog-section .post-item.style-two .post-content .meta-post {
          padding: 12px 30px; } }
      .blog-section-area .post-item.style-two .post-content .meta-post a,
      .details-blog-section .post-item.style-two .post-content .meta-post a {
        color: #777777; }
      .blog-section-area .post-item.style-two .post-content .meta-post i,
      .details-blog-section .post-item.style-two .post-content .meta-post i {
        color: #d72323;
        margin-right: 5px; }
      .blog-section-area .post-item.style-two .post-content .meta-post .meta-date,
      .details-blog-section .post-item.style-two .post-content .meta-post .meta-date {
        border-right: 1px solid #e5e5e5;
        display: block;
        width: 50%; }
      .blog-section-area .post-item.style-two .post-content .meta-post .meta-comment,
      .details-blog-section .post-item.style-two .post-content .meta-post .meta-comment {
        width: 50%;
        text-align: right; }
  .blog-section-area .post-item.style-two:hover .post-content .post-header .title a,
  .details-blog-section .post-item.style-two:hover .post-content .post-header .title a {
    color: #d72323; }
.blog-section-area .post-item.blog-video .post-thumb::before,
.details-blog-section .post-item.blog-video .post-thumb::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
.blog-section-area .post-item.blog-video .post-thumb::after,
.details-blog-section .post-item.blog-video .post-thumb::after {
  display: none; }
.blog-section-area .post-item.blog-video .post-thumb .blog-video-icon-wrapper,
.details-blog-section .post-item.blog-video .post-thumb .blog-video-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
.blog-section-area .post-item.blockquote-item,
.details-blog-section .post-item.blockquote-item {
  background: #f8f8fa; }
  .blog-section-area .post-item.blockquote-item .blog-blockquote,
  .details-blog-section .post-item.blockquote-item .blog-blockquote {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 25px; }
    @media (min-width: 576px) {
      .blog-section-area .post-item.blockquote-item .blog-blockquote,
      .details-blog-section .post-item.blockquote-item .blog-blockquote {
        padding: 80px 75px 50px; } }
    .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
    .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
      width: 27px;
      height: 24px;
      background: url(../../assets/images/blog/blockquote.png) no-repeat center center;
      background-size: contain;
      left: 10px;
      top: 10px;
      z-index: 1; }
      @media screen and (max-width: 425px) {
        .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
        .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
          opacity: .7;
          top: auto;
          left: auto;
          right: 25px;
          bottom: 30px;
          -webkit-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          transform: rotateY(180deg); } }
      @media (min-width: 576px) {
        .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
        .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
          left: 40px;
          top: 60px; } }
    .blog-section-area .post-item.blockquote-item .blog-blockquote .title,
    .details-blog-section .post-item.blockquote-item .blog-blockquote .title {
      display: block;
      font-size: 18px;
      color: #333333;
      text-transform: capitalize;
      margin-top: 5px; }
.blog-section-area .post-item.style-three,
.details-blog-section .post-item.style-three {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .blog-section-area .post-item.style-three,
    .details-blog-section .post-item.style-three {
      margin-bottom: 80px; } }
  .blog-section-area .post-item.style-three .post-thumb img,
  .blog-section-area .post-item.style-three .entry-thumb img,
  .details-blog-section .post-item.style-three .post-thumb img,
  .details-blog-section .post-item.style-three .entry-thumb img {
    width: 100%; }
  .blog-section-area .post-item.style-three .post-thumb::after,
  .details-blog-section .post-item.style-three .post-thumb::after {
    display: block; }
  .blog-section-area .post-item.style-three .post-content .entry-content,
  .details-blog-section .post-item.style-three .post-content .entry-content {
    padding: 0 0 25px 0; }
    @media (min-width: 576px) {
      .blog-section-area .post-item.style-three .post-content .entry-content,
      .details-blog-section .post-item.style-three .post-content .entry-content {
        padding: 0 30px 25px 30px; } }
    .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
    .details-blog-section .post-item.style-three .post-content .entry-content .content-content {
      margin: 0 -10px 15px; }
      @media (min-width: 768px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
        .details-blog-section .post-item.style-three .post-content .entry-content .content-content {
          margin-bottom: 20px; } }
      .blog-section-area .post-item.style-three .post-content .entry-content .content-content .entry-thumb,
      .details-blog-section .post-item.style-three .post-content .entry-content .content-content .entry-thumb {
        padding: 10px;
        width: 50%; }
    .blog-section-area .post-item.style-three .post-content .entry-content .sub-title,
    .details-blog-section .post-item.style-three .post-content .entry-content .sub-title {
      margin-bottom: 15px; }
    .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
    .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
      font-weight: 600;
      margin: 15px 0 15px;
      position: relative;
      color: #333333; }
      @media (min-width: 768px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
        .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
          margin: 10px 0 23px;
          color: inherit; } }
      .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote::before,
      .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote::before {
        position: absolute;
        content: '';
        top: 8px;
        left: 0;
        width: 40px;
        display: none;
        height: 40px;
        background: url(../../assets/images/blog/blockquote-two.png) no-repeat center center;
        background-size: contain; }
      @media (min-width: 576px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
        .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
          padding-left: 60px; }
          .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote::before,
          .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote::before {
            display: block; } }
    @media (max-width: 767px) {
      .blog-section-area .post-item.style-three .post-content .entry-content p,
      .details-blog-section .post-item.style-three .post-content .entry-content p {
        margin-bottom: 0; } }
  .blog-section-area .post-item.style-three .post-content .meta-post a,
  .details-blog-section .post-item.style-three .post-content .meta-post a {
    margin-right: 20px; }
    .blog-section-area .post-item.style-three .post-content .meta-post a:last-child,
    .details-blog-section .post-item.style-three .post-content .meta-post a:last-child {
      margin-right: 0; }
  .blog-section-area .post-item.style-three .post-content .meta-post .meta-date,
  .details-blog-section .post-item.style-three .post-content .meta-post .meta-date {
    border: none; }
  @media (max-width: 575px) {
    .blog-section-area .post-item.style-three .post-content .meta-post a,
    .details-blog-section .post-item.style-three .post-content .meta-post a {
      margin: 0;
      font-size: 12px; } }
  .blog-section-area .post-item.style-three .post-content .meta-post .meta-comment,
  .details-blog-section .post-item.style-three .post-content .meta-post .meta-comment {
    text-align: left; }
.blog-section-area .post-item .blog-slider .post-thumb,
.details-blog-section .post-item .blog-slider .post-thumb {
  position: relative; }
  .blog-section-area .post-item .blog-slider .post-thumb::after,
  .details-blog-section .post-item .blog-slider .post-thumb::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.mb-80 {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .mb-80 {
      margin-bottom: 80px;
      overflow: hidden; } }

.author {
  background-color: #fafafa;
  padding: 30px 10px;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .author {
      margin-bottom: 72px; } }
  @media (min-width: 576px) {
    .author {
      padding: 35px 40px 25px; } }
  .author .author-thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px; }
    .author .author-thumb a {
      display: block; }
      .author .author-thumb a img {
        width: 100%; }
    @media (min-width: 576px) {
      .author .author-thumb {
        width: 100px;
        height: 100px;
        margin: 0; } }
  .author .author-content {
    width: 100%;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 576px) {
      .author .author-content {
        width: calc(100% - 100px);
        padding-left: 20px;
        text-align: left;
        font-size: 16px; } }
    .author .author-content .title a {
      color: #333333; }
    .author .author-content span {
      font-style: italic;
      display: block;
      margin-bottom: 5px; }
    .author .author-content p {
      margin: 0; }
  .author:hover .author-content .title a {
    color: #d72323; }

.leave-comment .title,
.comments-section .title {
  margin-bottom: 20px;
  text-transform: capitalize; }
  @media (min-width: 576px) {
    .leave-comment .title,
    .comments-section .title {
      margin-bottom: 30px; } }

.comments-section {
  margin-bottom: 32px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .comments-section {
      margin-bottom: 72px; } }
  .comments-section .comment-wrapper {
    margin-bottom: -5px; }
    @media (min-width: 768px) {
      .comments-section .comment-wrapper {
        margin-bottom: -30px; } }
    .comments-section .comment-wrapper li {
      padding: 0;
      padding-left: 10px; }
      @media (min-width: 576px) {
        .comments-section .comment-wrapper li .reply-wrapper {
          padding-left: 60px; } }

.comment-item {
  background: #fafafa;
  padding: 10px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .comment-item {
      margin-bottom: 30px; } }
  @media (min-width: 576px) {
    .comment-item {
      padding: 30px 25px 25px 40px; } }
  .comment-item .comment-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    overflow: hidden; }
    @media (min-width: 576px) {
      .comment-item .comment-thumb {
        margin: 0; } }
    .comment-item .comment-thumb a {
      display: block; }
      .comment-item .comment-thumb a img {
        width: 100%; }
  .comment-item .comment-content {
    width: 100%;
    position: relative; }
    @media (min-width: 576px) {
      .comment-item .comment-content {
        width: calc(100% - 70px);
        padding-left: 20px; } }
    .comment-item .comment-content .sub-title {
      margin-bottom: 2px; }
      .comment-item .comment-content .sub-title a {
        color: #333333; }
    .comment-item .comment-content span {
      font-style: italic;
      font-size: 14px;
      display: block; }
      @media (min-width: 576px) {
        .comment-item .comment-content span {
          margin-bottom: 8px; } }
    .comment-item .comment-content p {
      margin: 0; }
    .comment-item .comment-content .reply-button {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #d72323;
      border: 1px solid #d72323;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 13px;
      position: absolute;
      top: 0;
      right: 0; }
  .comment-item:hover .reply-button {
    color: #ffffff;
    background: #d72323; }

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fbba42;
  color: #ffffff;
  z-index: 99999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }
  .scrollToTop:hover {
    color: #ffffff;
    background-color: #b37400; }
  .scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.custom-button {
  line-height: 48px;
  background: #d72323;
  color: #ffffff;
  padding: 0 40px;
  font-weight: 700;
  border: 1px solid #d72323;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .custom-button.active, .custom-button:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
  .custom-button.active:hover {
    background: #d72323;
    border-color: #d72323;
    color: #ffffff; }

.button-group {
  margin: -5px;
  text-align: center; }
  .button-group .custom-button {
    margin: 5px;
    padding: 0 33px; }
  @media (min-width: 576px) {
    .button-group {
      margin: -16px; }
      .button-group .custom-button {
        margin: 16px; } }

@media (min-width: 1200px) {
  .header-button {
    width: 397px;
    background: #16120f;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
    .header-button::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      background: #d72323;
      width: 0;
      height: 0;
      border-right: 45.5px solid #16120f;
      border-top: 91px solid #d72323;
      border-bottom: 45.5px solid #16120f; } }

.menu-item .header-button {
  display: none; }
  @media (max-width: 1199px) {
    .menu-item .header-button {
      background: #16120f;
      padding: 5px 10px;
      font-size: 14px;
      color: #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-weight: 700;
      display: inline-block;
      margin: 10px 5px; } }

/*# sourceMappingURL=style.css.map */

.feature-image {
  display: grid;
  place-items: center;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*# video container style */

.video-container {
  display: grid;
  grid-template-columns: 66.6% 33.3%;
  grid-auto-flow: column;
}
.video-large {
  grid-column: 1;
  grid-row: 1 / 3;
  background: #ccc;
  width: 99%;
  height: 300;
}
.video-small-top, .video-small-bottom {
  border: 1px solid #ccc;
  width: 99%;
  height: 300px;
}
.video-container iframe{ /*change according to your need*/
  min-width: 100%;
  min-height: 100%;
  width: 90%;
  height: 350;
}

