/*

Template: Fitness - Gym Trainer & Yoga HTML5 Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*==============================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Button
    - Countdown
    - Counter
    - Date time Picker
    - Feature box
    - Gallery
    - Newsletter
    - Owl carousel
    - Progress Bar
    - Range Slider
    - Select
    - Tabs
    - Team
    - Testimonial
 :: Header
   - Header default
   - Header transparent
   - Header light
 :: Banner
   - Banner home
   - Banner shop
   - Banner location
   - Slider product
 :: Layout
   - Section Title
   - Page title
   - About box
 :: Sidebar
 :: Blog
   - Blog post
   - Blog sidebar
   - Blog detail
 :: Shop
   - Product
   - Product Detail
    - Shop Sidebar
    - Checkout
    - Cart
 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/*****************************
    Typography
*****************************/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #f8305f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

a:focus {
  color: #f8305f;
  text-decoration: none !important;
}

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

input {
  outline: medium none !important;
  color: #f8305f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 58px;
  font-style: normal;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-weight: normal;
  line-height: 24px;
}

*::-moz-selection {
  background: #f8305f;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #f8305f;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #f8305f;
  color: #ffffff;
  text-shadow: none;
}

/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}

/* form-control */
.form-control {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-clip: inherit !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f8305f;
}

.form-control::-moz-placeholder {
  color: #3a4957;
}

.form-control::-ms-input-placeholder {
  color: #3a4957;
}

.form-control::-webkit-input-placeholder {
  color: #3a4957;
}

input.form-control {
  height: 50px;
}

/* Inner Header Shape */
.cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

.cls-1-dark {
  fill: #18191c;
  fill-rule: evenodd;
}

/* Dark Form */
.dark-form h6 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.dark-form .form-control {
  background-color: #0c0c0c;
  border-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

.dark-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.dark-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.dark-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.dark-form .select2-container--default .select2-selection--single {
  background-color: #0c0c0c;
}

.dark-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

.dark-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: rgba(255, 255, 255, 0.4);
}

.dark-page .select2-container--open .select2-dropdown {
  background: #0c0c0c;
  border-color: #0c0c0c;
}

.dark-page .select2-container--default .select2-results>.select2-results__options {
  color: rgba(255, 255, 255, 0.4);
}

.dark-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4);
}

.dark-page .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4);
}

.dark-page .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #000000;
  border-color: #000000;
  color: rgba(255, 255, 255, 0.4);
}

/* custom-file */
.custom-file {
  height: 50px;
}

.custom-file .custom-file-input {
  height: 50px;
  color: #333333;
  border-radius: 3px;
  border-color: #ebebeb;
}

.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f8305f;
}

.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border-color: #ebebeb;
  padding: 15px 90px 15px 20px;
  border-radius: 3px;
}

.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f8305f;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* checkbox */
.custom-control-input:checked~.custom-control-label:before {
  background: #f8305f;
  border-color: #f8305f;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background: transparent;
  border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #ebebeb;
}

.custom-control-label:before {
  top: 2px;
}

.custom-control-label:after {
  top: 2px;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
}

/* border  */
.border {
  border-color: #ebebeb !important;
}

.border-top {
  border-top-color: #ebebeb !important;
}

.border-left {
  border-left-color: #ebebeb !important;
}

.border-right {
  border-right-color: #ebebeb !important;
}

.border-bottom {
  border-bottom-color: #ebebeb !important;
}

/* badge  */
.badge {
  border-radius: 3px;
}

.badge+.badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #f8305f;
}

/* back-to-to */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 50px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  background: #f8305f;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top a:hover {
  color: #ffffff;
}

.back-to-top a:focus {
  color: #ffffff;
}

/* pagination */
.pagination .page-item .page-link {
  padding: 14px 28px;
  color: #666666;
  border-color: #ebebeb;
  margin: 0 4px;
}

.pagination .page-item .page-link span {
  display: block;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: #f8305f;
  border-color: #f8305f;
  color: #ffffff;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #f8305f;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #f8305f;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}

iframe {
  width: 100%;
}

/* table */
.table {
  border-spacing: 0 1px;
  font-size: 16px;
  font-weight: 600;
}

.table td {
  padding: 14px 20px;
}

.table th {
  padding: 14px 20px;
}

.table-bordered td {
  border-color: #ebebeb;
}

.table-bordered th {
  border-color: #ebebeb;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #040404;
}

.table-striped tbody tr:nth-of-type(odd) td {
  color: #ffffff;
}

.table-striped .avatar {
  margin-right: 15px;
}

.table-striped tr td {
  color: #ffffff;
}

.table td,
.table th {
  vertical-align: middle;
}

.table-skew {
  padding: 0 30px;
}

@media (max-width: 767px) {

  .table td,
  .table th {
    white-space: nowrap;
  }
}

/*****************************
    Helper Classes
*****************************/
.text-primary {
  color: #f8305f !important;
}

.text-secondary {
  color: #000000 !important;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #333333 !important;
}

.text-light {
  color: #666666 !important;
}

.text-success {
  color: #0abb0a !important;
}

.text-danger {
  color: #f52626 !important;
}

.text-primary-soft {
  color: rgba(218, 29, 37, 0.5) !important;
}

.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f8305f;
  display: block;
}

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #18191c;
  display: block;
}

.skew-reverse {
  display: inline-block;
}

.bg-primary {
  background: #f8305f !important;
}

.bg-dark {
  background: #18191c !important;
}

.bg-dark-02 {
  background: #0c0c0c !important;
}

.bg-secondary {
  background: #000000 !important;
}

.bg-facebook {
  background: #5d82d1 !important;
}

.bg-pinterest {
  background: #e13138 !important;
}

.bg-linkedin {
  background: #238cc8 !important;
}

.bg-white-soft {
  background: rgba(255, 255, 255, 0.1);
}

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1);
}

.space-ptb {
  padding: 90px 0;
}

.space-pt {
  padding: 50px 0 0;
}

.space-pb {
  padding: 0 0 90px;
}

.h-100vh {
  height: 100vh !important;
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.footer-border-top {
  border: 1px solid #18191c;
}

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

/*form-group*/
.form-group {
  margin-bottom: 1rem;
}

.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(23, 136, 162, 0.62);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(218, 29, 37, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(218, 29, 37, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(218, 29, 37, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(218, 29, 37, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-secondary-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-secondary-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-secondary-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-secondary-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-secondary-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-secondary-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-secondary-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-secondary-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-left-100 {
  position: relative;
}

.bg-overlay-left-100:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  background-color: #f8305f;
  width: 100%;
  height: 100%;
}

.bg-overlay-right-100 {
  position: relative;
}

.bg-overlay-right-100:before {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

.bg-overlay-left {
  position: relative;
}

.bg-overlay-left:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  background-color: #000000;
  width: 46%;
  height: calc(100% - -20px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.half-overlay-left {
  position: relative;
}

.half-overlay-left:before {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #f8305f;
  width: 106%;
  height: 100%;
  right: -5%;
}

.half-overlay-left:after {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #f8305f;
  width: 100%;
  height: 100%;
  right: 100%;
  z-index: -1;
}

.half-overlay-right {
  position: relative;
}

.half-overlay-right:before {
  position: absolute;
  content: "";
  top: 0;
  background-color: #000000;
  width: 106%;
  left: -5%;
  height: 100%;
  z-index: -1;
}

.half-overlay-right:after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #000000;
  width: 100%;
  left: 100%;
  height: 100%;
  z-index: -1;
}

/*our-since*/
.our-since {
  padding: 30px;
  width: 42%;
  background: #000000;
  position: absolute;
  top: 0;
}

/* Margin negative */
.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

.m-n8 {
  margin: -10rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -10rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -10rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -10rem !important;
}

.m-n9 {
  margin: -12rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -12rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -12rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -12rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -12rem !important;
}

.m-n10 {
  margin: -14rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -14rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -14rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -14rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -14rem !important;
}

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}

.avatar.avatar-md {
  width: 40px;
  height: 40px;
}

.avatar.avatar-lg {
  width: 75px;
  height: auto;
}

.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}

.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}

.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}

.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xxl {
  font-size: 30px;
}

.font-xxxl {
  font-size: 40px;
  line-height: 40px;
}

.line-h-sm {
  line-height: 13px;
}

.line-h-md {
  line-height: 16px;
}

.line-h-lg {
  line-height: 17px;
}

.line-h-xl {
  line-height: 21px;
}

.line-h-xxl {
  line-height: 30px;
}

.line-h-xxxl {
  line-height: 40px;
}

.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}

.sticky-top {
  z-index: 8;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.overflw-x-hidden {
  overflow-x: hidden;
}

.overflw-y-hidden {
  overflow-y: hidden;
}

.position-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
}

.fill-primary {
  fill: #f8305f;
  fill-rule: evenodd;
  opacity: 0.3;
}

.fill-light {
  fill: #f8f8f8;
  fill-rule: evenodd;
}

.fill-secondary {
  fill: #000000;
  fill-rule: evenodd;
  opacity: 0.6;
}

.half-section-prl {
  padding: 0px 250px 0px 100px;
}

.p-lg-6 {
  padding: 5rem !important;
}

.px-lg-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-lg-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

.pt-lg-6 {
  padding-top: 5rem !important;
}

.pb-lg-6 {
  padding-bottom: 5rem !important;
}

.pl-lg-6 {
  padding-left: 5rem !important;
}

.pr-lg-6 {
  padding-right: 5rem !important;
}

.list ul {
  padding: 0px;
}

.list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

.author-text {
  border-left: 4px solid #f8305f !important;
  padding: 5px 0px 0px 20px;
}

.bmi-form {
  overflow-x: hidden;
  padding: 50px 0;
}

@media (max-width: 991px) {

  .bmi-form .col-lg-6.half-overlay-right,
  .bmi-form .col-lg-6.half-overlay-left {
    padding: 0 30px;
  }

  .bmi-form .half-overlay-left:after,
  .bmi-form .half-overlay-right:after {
    content: none;
  }
}

@media (max-width: 575px) {

  /*our-since*/
  .our-since {
    padding: 20px;
    width: 70%;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  padding: 0 12px;
  margin-bottom: 20px;
}

.accordion .accordion-item .accordion-header {
  background: none;
  border: 1px solid #ebebeb;
  padding: 0;
}

.accordion .accordion-item .accordion-header:before {
  border-bottom: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  font-size: 22px;
  color: #f8305f;
  padding: 17px 30px 17px 30px;
  width: 100%;
  text-align: left;
  border: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333333;
}

.accordion .accordion-item .accordion-collapse {
  border: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 30px;
  border: 1px solid #ebebeb;
}

/* accordion-02 */
.accordion.accordion-02 .accordion-item {
  margin-bottom: 10px;
}

.accordion.accordion-02 .accordion-item .accordion-header {
  margin-bottom: 0;
  border: none;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  border: none;
  font-weight: 500;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
  background-size: 1rem;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:before {
  line-height: 12px;
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  border: 1px solid #18191c;
  width: 15px;
  height: 15px;
  line-height: 12px;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion.accordion-02 .accordion-item .accordion-collapse {
  border: none;
}

.accordion.accordion-02 .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #f8305f;
}

.accordion .accordion-button.collapsed:after {
  display: none;
}

.accordion .accordion-button:not(.collapsed):after {
  display: none;
}

/*****************************
  Feature box
*****************************/
.feature-box {
  padding: 40px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}

.feature-box h4 {
  color: #ffffff;
}

.feature-box i {
  color: #f8305f;
}

.feature-box:hover {
  background: #f8305f;
}

.feature-box:hover i {
  color: #000000;
}

.feature-box.active {
  background: #f8305f;
}

.feature-box.active i {
  color: #000000;
}

.feature-box-02 {
  position: relative;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box-02 .feature-box-icon {
  position: relative;
  display: inline-block;
}

.feature-box-02 .feature-box-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  color: #ffffff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.feature-box-02 .feature-box-icon .feature-step-number {
  background: #f8305f;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
}

.feature .feature-img {
  padding-bottom: 130px;
}

.feature .feature-img img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 300px;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature .feature-img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature .feature-content .title {
  position: relative;
}

.feature .feature-content .title:before {
  height: 65px;
  width: 3px;
  position: absolute;
  content: "";
  left: 50%;
  top: -95px;
  background: #000000;
}

/* Dark Feature */
.dark-feature.feature .feature-img img {
  border-radius: 0px;
  width: auto;
  border: 1px solid rgba(96, 213, 249, 0.49);
  height: auto;
}

.dark-feature.feature .feature-img {
  padding-bottom: 0;
}

.dark-feature.feature .feature-img img:hover {
  -webkit-transform: inherit;
  transform: inherit;
}

.dark-feature.feature .feature-content {
  background-color: #000000;
  padding: 15px;
  margin: -30px 30px 0px 30px;
  z-index: 1;
  position: relative;
  border: 1px solid rgba(96, 213, 249, 0.49);
}

.dark-feature.feature .feature-content p {
  color: rgba(255, 255, 255, 0.4);
}

.dark-feature.feature .feature-content .title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.dark-feature.feature .feature-content .title:before {
  content: none;
}

.feature-box-03 .feature-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-box-03 .feature-title-icon h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  margin-bottom: 0;
}

.feature-box-03 .feature-title-icon i {
  font-size: 60px;
  min-width: 80px;
}

.feature-box-03.right-alignment {
  text-align: right;
}

.feature-box-03.right-alignment .feature-title-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-box-03 .feature-content p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .feature-box-03.right-alignment {
    text-align: left;
  }

  .feature-box-03.right-alignment .feature-title-icon {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .feature .feature-img img {
    width: 270px;
  }
}

/*****************************
  Testimonial
*****************************/
/* Testimonial Style 01 */
.testimonial-bg {
  background-repeat: no-repeat;
  background-position: right;
}

.testimonial-style-01 .testimonial-dec p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
}

.owl-carousel.testimonial-style-01 .owl-nav i {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.5);
}

.owl-carousel.testimonial-style-01 .owl-nav i:hover {
  background-color: transparent;
  color: #f8305f;
}

.owl-carousel.testimonial-style-01 .owl-nav i:before {
  font-size: 22px;
}

.owl-carousel.testimonial-style-01 .fa-chevron-left:before {
  content: "\f12b";
  font-family: Flaticon;
  font-style: normal;
  margin-left: 5px;
}

.owl-carousel.testimonial-style-01 .fa-chevron-right:before {
  content: "\f12c";
  font-family: Flaticon;
  font-style: normal;
  margin-right: 5px;
}

.owl-carousel.testimonial-style-01 .testimonial-author span {
  color: rgba(255, 255, 255, 0.5);
}

/* Testimonial Style 02 */
.testimonial-style-02 .testimonial-item {
  background: #0c0c0c;
  padding: 40px;
}

.testimonial-style-02 .testimonial-item .testimonial-content i {
  background: #f8305f;
  color: #ffffff;
  font-size: 42px;
  border-radius: 0%;
  padding: 15px;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
  color: #ffffff;
}

.testimonial-style-02 .testimonial-item .testimonial-author .testimonial-name h6 {
  color: #f8305f;
}

.testimonial-style-02 .testimonial-item .testimonial-author .testimonial-name span {
  color: #ffffff;
}

/* Testimonial Style 03 */
.testimonial-style-3 .testimonial-info ul li i {
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-style-3 .testimonial-info .testimonial-content {
  margin-bottom: 20px;
}

.testimonial-style-3 .testimonial-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-style-3 .testimonial-details .testimonial-name {
  margin-left: 20px;
}

.testimonial-style-3 .testimonial-content i {
  font-size: 18px;
}

.testimonial.testimonial-style-3 {
  padding: 0;
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  padding: 0 12px;
  margin-bottom: 20px;
}

.accordion .accordion-item .accordion-header {
  background: none;
  border: 1px solid #ebebeb;
  padding: 0;
}

.accordion .accordion-item .accordion-header:before {
  border-bottom: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  font-size: 22px;
  color: #f8305f;
  padding: 17px 30px 17px 30px;
  width: 100%;
  text-align: left;
  border: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333333;
}

.accordion .accordion-item .accordion-collapse {
  border: 1px solid #ebebeb;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 30px;
  border: 1px solid #ebebeb;
}

/* accordion-02 */
.accordion.accordion-02 .accordion-item {
  margin-bottom: 10px;
}

.accordion.accordion-02 .accordion-item .accordion-header {
  margin-bottom: 0;
  border: none;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  border: none;
  font-weight: 500;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
  background-size: 1rem;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:before {
  line-height: 12px;
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  border: 1px solid #18191c;
  width: 15px;
  height: 15px;
  line-height: 12px;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
}

.accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion.accordion-02 .accordion-item .accordion-collapse {
  border: none;
}

.accordion.accordion-02 .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #f8305f;
}

.accordion .accordion-button.collapsed:after {
  display: none;
}

.accordion .accordion-button:not(.collapsed):after {
  display: none;
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 180px;
  height: 50px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
  Counter
*****************************/
.counter .timer {
  font-size: 48px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
}

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

.counter.counter-02 .counter-icon .icon {
  padding-right: 20px;
  font-size: 40px;
  color: #f8305f;
}

.counter.counter-02 .counter-content {
  vertical-align: top;
}

.counter.counter-02 .counter-content .timer {
  font-size: 35px;
  color: #333333;
  font-weight: 600;
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
}

/* counter border style */
.counter-border-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.counter-border-style .counter-content {
  display: grid;
}

.counter-border-style li {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 30px 40px;
  list-style: none;
  border: 1px solid transparent;
}

.counter-border-style li:nth-child(1),
.counter-border-style li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.counter-border-style li:nth-child(1),
.counter-border-style li:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .counter-border-style li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .counter-border-style li:last-child {
    border-bottom: none;
  }

  .counter-border-style li:nth-child(1) {
    border-right: none;
  }

  .counter-border-style li:nth-child(3) {
    border-right: none;
  }
}

/*****************************
  Tabs
*****************************/
.nav-tabs {
  border: none;
}

.nav-tabs .nav-item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 600;
  background: #000000;
  color: #ffffff;
}

.nav-tabs .nav-item .nav-link span {
  display: block;
}

.nav-tabs .nav-item .nav-link.active {
  background: #f8305f;
  color: #ffffff;
}

/* Dark table style 01 */
.table-bg {
  background-repeat: no-repeat;
}

.dark-table .nav-tabs .nav-item .nav-link {
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.5);
}

.dark-table .nav-tabs .nav-item .nav-link.active {
  background-color: #191919;
}

.table-dark {
  border: 1px solid;
  border-color: #191919;
}

.table-dark thead tr th {
  border: none;
  padding: 20px;
  text-align: center;
}

.table-dark tr th {
  background-color: #191919;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 18px;
}

.table-dark tr td {
  background: #0c0c0c;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  text-align: center;
}

.table-dark tr td .coach-avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Dark table style 02 */
.table-dark.table-dark-style-02 {
  border-color: #000000;
}

.table-dark.table-dark-style-02 tr th {
  background-color: #000000;
}

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #f8305f;
  background: #000000;
  border: 0px solid #ebebeb;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:before {
  display: block;
}

.owl-carousel .owl-nav i:hover {
  background: #f8305f;
  color: #000000;
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f8305f;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #f8305f;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-bottom .owl-nav .owl-next {
  right: 45%;
  bottom: -70px;
  top: inherit;
}

.owl-nav-bottom .owl-nav .owl-prev {
  left: 45%;
  bottom: -70px;
  top: inherit;
}

.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-top-left .owl-nav .owl-next {
  right: 0;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav .owl-prev {
  left: inherit;
  right: 50px;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav i {
  border: 1px solid transparent;
}

.owl-nav-top-left .owl-nav i:hover {
  border-color: #ebebeb;
}

.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit;
}

.owl-nav-top-right .owl-nav .owl-next {
  right: 20px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-right .owl-nav .owl-prev {
  left: inherit;
  right: 80px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.owl-dots-bottom-center .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.owl-dots-bottom-right .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0;
}

.owl-dots-bottom-left .owl-dots .owl-dot span {
  background: #ffffff;
}

/* Client Logo */
.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-item .property-item {
  margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: .6;
}

/*****************************
  Date time Picker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #f8305f;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f8305f;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background: #f8305f;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}

.countdown span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #f8305f;
}

.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #333333;
}

/*****************************
  Button
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

button {
  outline: medium none !important;
  color: #f8305f;
}

/* btn */
.btn {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 0;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
  background: #f8305f;
  border-color: #f8305f;
}

.btn-primary {
  background: #f8305f;
  border-color: #f8305f;
  color: #ffffff;
  position: relative;
}

.btn-primary:hover {
  background: #bf1920;
  border-color: #bf1920;
  color: #ffffff;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #f8305f;
  border-color: #f8305f;
  color: #ffffff;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #f8305f;
  border-color: #f8305f;
  color: #ffffff;
}

.btn-primary:focus {
  background: #bf1920;
  border-color: #bf1920;
  color: #ffffff;
}

.btn-primary:focus {
  background: #bf1920;
  border-color: #bf1920;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #f8305f;
  border-color: #f8305f;
}

.btn-secondary {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  position: relative;
}

.btn-secondary:hover {
  background: black;
  border-color: black;
}

.btn-secondary:hover:not(:disabled):not(.disabled).active {
  background: #000000;
  border-color: #000000;
}

.btn-secondary:hover:not(:disabled):not(.disabled):active {
  background: #000000;
  border-color: #000000;
}

.btn-secondary:focus {
  background: black;
  border-color: black;
}

.btn-secondary:focus {
  background: black;
  border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #000000;
  border-color: #000000;
}

.btn-dark {
  background: #18191c;
  border-color: #18191c;
}

.btn-dark:hover {
  background: #24252a;
  border-color: #24252a;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn i {
  padding-right: 10px;
}

.btn+.btn {
  margin-left: 3px;
}

.btn-link {
  color: #f8305f;
}

.btn-link:hover {
  color: #18191c;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #18191c;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #18191c;
}

.btn-white:hover {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #18191c;
}

.btn-white:active {
  color: #18191c;
}

.btn-white:focus {
  color: #18191c;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn-light:active {
  color: #18191c;
}

.btn-light:focus {
  color: #18191c;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn.btn-sm {
  padding: 6px 24px;
}

.btn.btn-md {
  padding: 9px 15px;
  border-radius: 10px;
}

.btn.btn-lg {
  padding: 13px 30px;
}

.btn.btn-xl {
  padding: 16px 40px;
}

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

.btn-app i {
  font-size: 40px;
}

.btn-outline-secondary {
  border: 2px solid #ebebeb;
  color: #333333;
}

.btn-outline-secondary:hover {
  background: #333333;
  color: #ffffff;
  border-color: #18191c;
}

.btn-outline-secondary:focus {
  background: #18191c;
  color: #ffffff;
  border-color: #18191c;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #18191c;
  color: #ffffff;
  border-color: #18191c;
}

/* btn-skew */
.btn-skew span {
  display: block;
}

.play-video-lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  display: block;
  border-radius: 50%;
  text-align: center;
}

.play-video-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  display: block;
  border-radius: 50%;
  text-align: center;
}

.play-video-02 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #f8305f;
  color: #ffffff;
  display: block;
  border-radius: 0;
  text-align: center;
}

.play-video-02:hover {
  color: #f8305f;
  background: #ffffff;
}

.play-video-02:focus {
  color: #f8305f;
  background: #ffffff;
}

/*****************************
    Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  font-weight: normal;
  line-height: inherit;
  text-transform: capitalize;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600;
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #f8305f;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f8f8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(218, 29, 37, 0.1);
  color: #f8305f;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8;
}

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  height: 50px;
  padding: 15px 20px;
  border-radius: 0;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results>.select2-results__options {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
}

.select2-container--open .select2-dropdown {
  background: #f8f8f8;
  padding: 7px;
  border: 1px solid #ebebeb;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px;
}

/*****************************
  Team
*****************************/
.team {
  position: relative;
}

.team .team-info {
  padding: 20px 36px;
  display: block;
  text-align: center;
  background: #000000;
}

.team .team-info .team-name h5 a {
  color: #ffffff;
}

.team .team-info .team-name h5 a:hover {
  color: #f8305f;
}

.team .team-info .team-name span {
  color: #ffffff;
}

.team .share {
  margin-left: auto;
}

.team .share .share-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  display: block;
}

.team .share .share-box {
  position: absolute;
  bottom: 75px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team .share .share-box li {
  margin-bottom: 7px;
}

.team .share .share-box li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f8305f;
  color: #ffffff;
  display: block;
}

.team .share .share-box li a:hover {
  background: #000000;
  color: #ffffff;
}

.team:hover .share-box {
  opacity: 1;
  bottom: 100px;
  visibility: visible;
}

/*****************************
  Progress Bar
*****************************/
.progress {
  background: #f8f8f8;
}

.progress .progress-bar {
  background: #000000;
}

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px;
}

.irs--flat .irs-bar {
  background: #f8305f;
  height: 6px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: transparent;
  color: #f8305f;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle>i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f8305f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background: #f8305f;
}

/*****************************
  Gallery
*****************************/
.my-shuffle-container {
  margin-left: -15px;
  margin-right: -15px;
}

.my-shuffle-container .grid-item {
  width: 33.33%;
  padding: 15px;
}

.grid-item .portfolio-item {
  position: relative;
  overflow: hidden;
}

.grid-item .portfolio-item:before {
  content: "";
  background: rgba(24, 25, 28, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.grid-item .portfolio-item:hover:before {
  opacity: 1;
}

.grid-item .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 15px;
}

.grid-item .portfolio-item .portfolio-img {
  margin-left: auto;
}

.grid-item .portfolio-item .portfolio-img i {
  font-size: 20px;
}

.grid-item .portfolio-item .portfolio-category {
  margin-bottom: 5px;
}

.grid-item .portfolio-item .portfolio-category a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 8px;
}

.grid-item .portfolio-item .portfolio-category a:hover {
  color: #18191c;
}

.grid-item .portfolio-item .portfolio-category a:last-child {
  margin-right: 0;
}

.grid-item .portfolio-item .portfolio-info {
  position: absolute;
  width: 95%;
  bottom: -60px;
  left: 50%;
  padding: 15px;
  opacity: 0;
  z-index: 99;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f8305f;
}

.grid-item .portfolio-item .portfolio-info .portfolio-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  display: block;
}

.grid-item .portfolio-item .portfolio-info .portfolio-title:hover {
  color: #18191c;
}

.grid-item .portfolio-item .portfolio-icon a {
  position: absolute;
  right: 0;
  top: -15px;
  opacity: 0;
  color: #ffffff;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background: #f8305f;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}

.grid-item:hover .portfolio-item .portfolio-icon a {
  top: 0;
  opacity: 1;
}

.single-pagination a {
  color: #333333;
}

.single-pagination a:hover {
  color: #f8305f;
}

.my-shuffle-container .portfolio-item .portfolio-info {
  margin-bottom: 0px;
}

.filters-group {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}

.filters-group button {
  margin: 0 1px 4px;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filters-group button span {
  display: block;
}

.filters-group button:hover {
  background: #f8305f;
  color: #ffffff;
}

.filters-group button.active {
  background: #f8305f;
  color: #000000;
}

.bg-dark .portfolio-item .portfolio-info .portfolio-title {
  color: #ffffff;
}

.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
  color: #f8305f;
}

/*************************************
         shuffle
 *************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important;
}

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 15px;
}

.masonry.my-shuffle-container .grid-item {
  padding: 15px;
  float: left;
}

.masonry.my-shuffle-container .m-col-3 {
  width: 25%;
}

.masonry.my-shuffle-container .m-col-4 {
  width: 40%;
}

.masonry.my-shuffle-container .m-col-5 {
  width: 50%;
}

.masonry.my-shuffle-container .m-col-6 {
  width: 50%;
}

.masonry.my-shuffle-container .m-col-7 {
  width: 65%;
}

@media (max-width: 767px) {

  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {

  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container .grid-item {
    width: 100%;
  }

  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}

/*****************************
    Header
*****************************/
.header {
  z-index: 9;
  position: relative;
}

.header .container-fluid {
  padding: 0 60px;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

/* Header default */
.header .is-sticky.navbar {
  background: #ffffff;
}

/* topbar */
.header .topbar {
  background: #ffffff;
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 18px;
}

.header .topbar a {
  color: #333333;
}

.header .topbar a:hover {
  color: #f8305f;
}

.header .topbar .dropdown {
  margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
  padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
  font-size: 10px;
}

.header .topbar .dropdown .dropdown-menu a {
  color: #333333;
}

.header .topbar .dropdown .dropdown-menu a:hover {
  color: #f8305f;
}

.header .topbar .social {
  display: inline-block;
}

.header .topbar .social ul {
  margin: 0;
}

.header .topbar .social ul li {
  display: inline-block;
  padding: 0 4px;
}

.header .topbar .social ul li a {
  color: #333333;
}

.header .topbar .social ul li a:hover {
  color: #f8305f;
}

.header .topbar .login {
  display: inline-block;
}

.header .topbar .login a {
  color: #333333;
}

.header .topbar .login a:hover {
  color: #f8305f;
}

.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
}

.topbar .dropdown .dropdown-menu a:hover {
  color: #f8305f;
}

.navbar {
  padding: 0;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  color: #333333;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link i {
  font-weight: bold;
}

.navbar .navbar-nav .nav-link:hover {
  color: #f8305f;
}

.dropdown-menu {
  z-index: 9999;
}

.navbar-collapse {
  position: relative;
}

.navbar-light {
  color: #ffffff;
  background-color: #f8f8f8;
  border-color: #ebebeb;
}

.navbar-light .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 15px 0px;
  margin-right: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.header .navbar-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-nav li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #333333;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li>a:hover {
  color: #f8305f;
}

.header .navbar-nav li>a i {
  margin-left: 5px;
  font-size: 10px;
}

.header .add-listing {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  text-align: right;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #18191c;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #18191c;
  background-color: #f8f8f8;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #f8f8f8;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #f8305f;
  font-size: 18px;
}

.header li>.dropdown-item:focus,
.header li>.dropdown-item:hover {
  color: #f8305f;
  background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}

.navbar .navbar-nav .dropdown-menu li.active>a {
  padding-left: 20px !important;
}

.header .navbar .dropdown>.dropdown-menu li>a:hover {
  padding-left: 20px !important;
}

.header .navbar .dropdown-menu {
  padding: 15px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a:hover,
.navbar .dropdown>.dropdown-menu li.active a {
  background: rgba(239, 49, 57, 0.1);
  color: #ef3139;
  padding-left: 15px;
}

.navbar .dropdown>.dropdown-menu li>a:after {
  content: "";
  background: #f8305f;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown>.dropdown-menu li:hover>a:after {
  content: "";
  background: #f8305f;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown>.dropdown-menu li.active>a:after {
  content: "";
  background: #f8305f;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Header default */
.header.default {
  background: #000000;
}

.header.default .navbar .navbar-brand {
  margin-right: 0px;
}

.header.default .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header.default .navbar .navbar-nav .nav-link:hover {
  color: #f8305f;
}

.header.default .navbar .navbar-nav .nav-item.active .nav-link {
  color: #f8305f;
}

.header.default .navbar .navbar-nav .dropdown-menu li.active>a {
  color: #f8305f;
  padding-left: 10px;
}

/* Header transparent */
.header.default.header-transparent {
  position: absolute;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.navbar .navbar-nav .dropdown-menu li.active>a {
  color: #f8305f;
  padding-left: 10px;
}

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
  align-self: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  margin-left: auto;
}

.about-sec {
  padding: 60px 0;
  background-image: url(../images/pattern-01-free-img.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  transition: background .3s,border-radius .3s,opacity .3s;
  position: relative;
}

.about-sec-overlay
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(200deg, #5b1f71 15%, #0274be 85%);
  opacity: .75;
  transition: background .3s,border-radius .3s,opacity .3s;
}

.phone-no-sec {
  padding: 50px 0;
  background: #f8305f;
  text-align: center;
}

.phone-no-sec h4 {
  color: #fff;
}

.phone-no-sec a {
  color: #fff;
  font-size: 36px;
}


.header-transparent .login a {
  color: #ffffff;
}

.header-transparent .login a:hover {
  color: #f8305f;
}

/* header transparent style 02 */
.header-transparent-style-02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-transparent-style-02 .navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 22px;
}

.header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link {
  color: #f8305f;
}

.header .navbar .navbar-nav .nav-item.active .nav-link:after {
  content: "";
  background: #f8305f;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: inherit;
}

.header .navbar .navbar-nav .nav-item:hover .nav-link:after {
  content: "";
  background: #f8305f;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: inherit;
}

.header-transparent-style-02 .navbar .navbar-nav .nav-link:hover {
  color: #f8305f;
}

.header .is-sticky.navbar {
  position: fixed !important;
  width: 100%;
  background: #000000 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 100px;
}

.header .is-sticky.navbar .navbar-brand {
  display: block;
}

.header .is-sticky.navbar .header-contact-info {
  display: none !important;
}

.header .is-sticky.navbar .navbar-nav .nav-link {
  padding: 10px 20px;
}

.header-transparent .is-sticky.navbar {
  position: fixed !important;
  width: 100%;
  background: #18191c;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}

.header-transparent .is-sticky.navbar .header-contact-info {
  display: none !important;
}

.header-transparent .is-sticky.navbar .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

.nav-title {
  line-height: 1.6;
}

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }

  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px;
  }

  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 450px;
  }

  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }

  .navbar-nav li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }

  .dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.place-card-large {
  display: none !important;
}

@media (max-width: 1199px) {
  .header .container {
    max-width: 96%;
  }
}

@media (max-width: 991px) {
  .header .is-sticky .navbar {
    top: 0;
    right: 0;
  }

  .header-right-bg:before {
    left: 0;
    height: 100%;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .header .is-sticky.navbar {
    padding: 0 20px;
  }

  .header.default {
    padding: 0;
  }

  .header.default .navbar-brand {
    display: block;
  }

  .header.default .navbar-toggler {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* header transparent */
  .header-transparent-style-02 .navbar .navbar-nav .nav-link {
    color: #333333;
  }

  .header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link:before {
    content: none;
  }

  .header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link:after {
    content: none;
  }

  .header-transparent-style-02 .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .navbar .navbar-nav .nav-item.active .nav-link:after,
  .header .navbar .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }

  .header .navbar .navbar-nav .nav-item:hover .nav-link:after,
  .header .navbar .navbar-nav .nav-item:hover .nav-link:before {
    display: none;
  }
}

@media (max-width: 575px) {
  .header.default .navbar-toggler {
    padding: 0;
    height: 60px;
  }
}

/*****************************
      Sidebar
*****************************/
.categorize li a {
  background: #f8f8f8;
  color: #000000;
  padding: 16px 30px;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

.categorize li a span {
  display: block;
}

.categorize li a.active {
  border-left: 5px solid #f8305f;
  color: #f8305f;
}

/*****************************
    Banner
*****************************/
.banner-home .swiper-container {
  position: relative;
}

.banner-home .swiper-container:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 103px;
  left: 110px;
  background: rgba(255, 255, 255, 0.05);
}

.banner-home .swiper-container .swiper-slide .banner {
  height: 938px;
  padding-top: 103px;
}

.banner-home .swiper-container .swiper-slide .banner .banner-content {
  position: relative;
  z-index: 1;
}

.banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
  letter-spacing: 4.4px;
  font-weight: 400;
}

.banner-home .swiper-container .swiper-slide .banner .banner-title {
  font-size: 120px;
  line-height: 110px;
}

.banner-home .swiper-container .social {
  position: absolute;
  left: -60px;
  top: 47%;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-home .swiper-container .social ul li {
  margin-right: 20px;
  display: inline-block;
}

.banner-home .swiper-container .social ul li a {
  font-size: 18px;
  color: #ffffff;
}

.banner-home .swiper-container .social ul li a:hover {
  color: #f8305f;
}

.banner-home .swiper-container .social .share {
  margin-right: 40px;
  position: relative;
}

.banner-home .swiper-container .social .share:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  right: 60px;
  top: 6px;
  background: #f8305f;
}

/*****************************
    Banner
*****************************/
.banner-home-shop .swiper-container {
  position: relative;
}

.banner-home-shop .swiper-container .swiper-slide .banner {
  height: 938px;
  padding-top: 60px;
}

.banner-home-shop .swiper-container .swiper-slide .banner .banner-content {
  position: relative;
  z-index: 1;
}

.banner-home-shop .swiper-container .swiper-slide .banner .banner-content h3 {
  letter-spacing: 4.4px;
  font-weight: 400;
}

.banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
  font-size: 120px;
  line-height: 110px;
}

.banner-home-shop .swiper-container .social {
  position: absolute;
  left: -60px;
  top: 47%;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-home-shop .swiper-container .social ul li {
  margin-right: 20px;
  display: inline-block;
}

.banner-home-shop .swiper-container .social ul li a {
  font-size: 18px;
  color: #ffffff;
}

.banner-home-shop .swiper-container .social ul li a:hover {
  color: #f8305f;
}

.banner-home-shop .swiper-container .social .share {
  margin-right: 40px;
  position: relative;
}

.banner-home-shop .swiper-container .social .share:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  right: 60px;
  top: 6px;
  background: #f8305f;
}

.banner-home-shop .icon-btn {
  background-image: inherit;
  height: 50px;
  width: 70px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-home-shop .icon-btn:hover {
  background-color: rgba(218, 29, 37, 0.1);
  color: #f8305f;
}

.banner-home-shop:before {
  content: '';
  background: #f8305f;
  height: 370px;
  width: 400px;
  display: inline-block;
  position: absolute;
  left: -175px;
  top: -192px;
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

/*inner-banner*/
.inner-banner {
  position: relative;
  padding: 100px 0 160px;
}

.inner-banner .banner-shape {
  position: absolute;
  bottom: -26px;
}

.inner-banner h1 {
  font-weight: 500;
}

/* breadcrumb */
.breadcrumb {
  background: #f8305f;
  border: 2px solid #f8305f;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 35px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 99;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0;
}

.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  display: inline-block;
  font-size: 20px;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #000000;
}

.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #000000;
}

/* Banner shop */
.banner-shop {
  padding: 300px 0;
  height: 90vh;
  position: relative;
}

.banner-shop .banner-shop-image {
  position: absolute;
  left: 3%;
  bottom: 0;
  z-index: 1;
}

.banner-shop .banner-shop-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.banner-shop .banner-shop-shape-02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.banner .icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  text-align: center;
  background: #dfdfdf;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-size: 30px;
}

.banner .icon-btn:hover {
  background: #f8305f;
}

.banner .icon-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner .swiper-button-prev.icon-btn {
  left: 100px;
}

.banner .swiper-button-prev.icon-btn i {
  margin-left: -90px;
  font-size: 50px;
}

.banner .swiper-button-next.icon-btn {
  right: 100px;
}

.banner .swiper-button-next.icon-btn i {
  margin-right: -90px;
  font-size: 50px;
}

.banner-home .swiper-container-horizontal .swiper-pagination-bullets {
  right: 60px !important;
  left: auto;
}

.banner-home .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0px;
  display: block;
  width: 16px;
  height: 16px;
  left: inherit !important;
  border-radius: 0;
}

.banner-home .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transform: none;
  transform: none;
}

.banner-home .swiper-pagination-bullet-active {
  background: #f8305f;
  opacity: 1;
}

.banner-home .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: inherit;
  top: 50%;
  -webkit-transform: inherit;
  transform: inherit;
  width: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 8;
}

/* Banner Dark */
.banner-dark .banner-content {
  padding: 140px 0 150px 0px;
}

.banner-dark h2 {
  font-size: 50px;
  line-height: 60px;
}

.banner-dark h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff !important;
}

.banner-dark p {
  font-size: 16px;
}

.banner-dark .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.banner-dark .navigation .icon-btn {
  background-image: inherit;
  height: auto;
  width: auto;
  position: inherit;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-dark .navigation .icon-btn:hover {
  color: #f8305f;
}

.banner-dark .navigation .icon-btn i {
  font-size: 30px;
}

.banner-dark .navigation .swiper-button-prev i {
  margin-right: 10px;
}

.banner-dark .navigation .swiper-button-next i {
  margin-left: 10px;
}

.banner-dark .social {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}

.banner-dark .social ul li {
  text-align: center;
  padding-bottom: 62px;
  position: relative;
}

.banner-dark .social ul li:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 12px;
  left: 10px;
}

.banner-dark .social ul li:last-child:before {
  content: none;
}

.banner-dark .social ul li a {
  color: #ffffff;
  text-transform: uppercase;
}

.banner-dark .social ul li a:hover {
  color: #f8305f;
}

.banner-dark .Join-membership {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Banner Yoga */
.banner-yoga {
  position: relative;
}

.banner-yoga .banner-content {
  padding: 95px 70px 330px;
}

.banner-yoga .banner-content h2 {
  font-size: 100px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
}

.banner-yoga:before {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 500px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.banner-yoga .icon-btn {
  color: #f8305f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-yoga .icon-btn:hover {
  color: #ffffff;
}

/*****************************
    Responsive
*****************************/
@media (max-width: 1199px) {
  .banner-home .swiper-container .swiper-slide .banner {
    height: 838px;
  }

  .banner-home-shop:before {
    height: 350px;
    width: 370px;
  }
}

@media (max-width: 991px) {

  /* Banner Dark */
  .banner-dark h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .banner-dark h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .banner-dark .banner-content {
    padding: 180px 0 180px 0px;
  }

  .banner.banner-yoga .banner-content {
    padding: 80px 60px 250px;
  }

  .banner.banner-yoga .banner-content h2 {
    font-size: 90px;
  }

  .banner.banner-yoga:before {
    height: 470px;
  }

  .banner-home-shop .navigation {
    display: none;
  }

  .banner-home-shop:before {
    height: 310px;
    width: 330px;
  }

  .banner-home .swiper-container .swiper-slide .banner {
    height: 690px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-title {
    font-size: 90px;
    line-height: 80px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
    letter-spacing: 3px;
    font-size: 26px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-content .lead {
    font-size: 16px;
  }

  .banner-home .swiper-container .social {
    display: none !important;
  }
}

@media (max-width: 767px) {

  /* Banner Dark */
  .banner-dark h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .banner-dark h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .banner-dark .navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    margin-top: 30px;
  }

  .banner-dark .navigation .icon-btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .banner-dark .banner-content {
    padding: 240px 0 260px 0px;
  }

  .banner-home-shop .swiper-container .swiper-slide .banner {
    height: 800px;
    padding: 0px 20px;
  }

  .banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
    font-size: 80px;
    line-height: 70px;
  }

  .banner.banner-yoga .banner-content {
    padding: 50px 50px 130px;
  }

  .banner.banner-yoga .banner-content h2 {
    font-size: 70px;
  }

  .banner.banner-yoga:before {
    height: 300px;
  }

  .banner-home .swiper-container .swiper-slide .banner {
    height: 600px;
    padding-bottom: 0;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-title {
    font-size: 70px;
    line-height: 70px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
    letter-spacing: 1px;
    font-size: 22px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-content .lead {
    font-size: 14px;
  }

  .banner-dark .banner-content {
    text-align: center;
  }

  .text-center-s {
    text-align: center;
  }


}

@media (max-width: 575px) {

  /* Banner Dark */
  .banner-dark h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-dark h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .social {
    display: none;
  }

  .banner-home-shop .swiper-container .swiper-slide .banner {
    height: 700px;
    padding: 0px 20px;
  }

  .banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
    font-size: 50px;
    line-height: 55px;
  }

  .banner-home-shop .swiper-container .swiper-slide .banner .banner-content h3 {
    letter-spacing: 3.4px;
    font-weight: 300;
  }

  .banner.banner-yoga .banner-content {
    padding: 30px 40px 100px;
  }

  .banner.banner-yoga .banner-content h2 {
    font-size: 46px;
  }

  .banner.banner-yoga:before {
    height: 230px;
  }

  .banner-home .swiper-container .swiper-slide .banner {
    height: 400px;
  }

  .banner-home .swiper-container .swiper-slide .banner .banner-title {
    font-size: 50px;
    line-height: 50px;
  }
}

/*****************************
    Layout
*****************************/
/* section title */
.section-title {
  margin-bottom: 50px;
}

.section-title .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.section-title .pre-title {
  font-size: 16px;
}

.section-title .title-shape {
  display: inline-block;
  width: 16px;
}

.section-title .title-shape:before {
  content: "";
  background: #000000;
  height: 20px;
  width: 8px;
  left: 0;
  top: 0;
  position: absolute;
}

.section-title .title-shape:after {
  content: "";
  background: #f8305f;
  height: 20px;
  width: 8px;
  left: 8px;
  top: 0;
  position: absolute;
}

.section-title .dark-title .title-shape:before {
  background-color: #ffffff;
}

.section-title .theme-title .title-shape:after {
  background-color: #ffffff;
}

/* About box */
.map iframe.contact-map {
  height: 620px;
  width: 100%;
  border: 0;
}

.map-box iframe {
  border: 0;
  width: 100%;
  height: 200px;
}

/* Load more */
.more-row {
  display: none;
}

/* Dark page */
.dark-page {
  background-color: #000000;
}

.classe-item .classe-image {
  position: relative;
}

.classe-item .classe-meta {
  position: relative;
  background: #18191c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  margin: -20px 20px 0 20px;
}

.classe-item .classe-meta li {
  position: relative;
}

.classe-item .classe-meta li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
}

/*****************************
  Shop
*****************************/
/* Product */
.product {
  text-align: center;
}

.product .product-image {
  position: relative;
}

.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product .product-image .product-overlay .add-to-cart a {
  display: inline-block;
  background: #f8305f;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: bold;
}

.product .product-image .product-overlay .add-to-cart a span {
  display: inline-block;
}

.product:hover .product-image .product-overlay {
  opacity: 1;
}

.product .product-description .product-title {
  margin: 20px 0px 10px;
}

.product .product-description .product-title a {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.product .product-description .product-title a:hover {
  color: #f8305f;
}

.product .product-description .product-price {
  font-size: 14px;
  font-weight: bold;
}

.product .product-description .product-price del {
  color: #666666;
}

.product .product-description .product-price ins {
  color: #000000;
  text-decoration: none;
}

/* Product Detail */
.shop-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 16px;
}

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px;
}

.shop-single .product-detail .product-price-rating .product-price h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.shop-single .product-detail .product-price-rating .product-price h4 span {
  font-size: 24px;
  color: #f8305f;
  margin-left: 8px;
}

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0;
}

.shop-single .product-detail .product-price-rating .product-rating i {
  color: #f8305f;
}

.shop-single .product-detail .product-summary {
  margin-top: 30px;
}

.shop-single .product-detail .product-summary a {
  color: #333333;
  margin-right: 10px;
}

.shop-single .product-detail .product-summary a i {
  color: #f8305f;
  margin-right: 10px;
}

.shop-single .product-detail .product-summary a:hover {
  color: #f8305f;
}

.shop-single .product-detail hr {
  margin: 30px 0;
}

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px;
}

.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.shop-single .product-detail .product-detail-social span {
  font-weight: 800;
}

.shop-single .product-detail .product-detail-social ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.shop-single .product-detail .product-detail-social ul li {
  display: inline-block;
  list-style-type: none;
  float: left;
  margin-right: 20px;
  font-size: 16px;
}

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}

.form-group .product-rating {
  color: #f8305f;
}

.slider-slick .slider-nav .slick-next:before {
  position: absolute;
  right: -15px;
  top: 50%;
  z-index: 999;
  color: #214d63;
  font-size: 30px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.slider-slick .slider-nav .slick-prev:before {
  position: absolute;
  left: -15px;
  top: 50%;
  z-index: 999;
  color: #214d63;
  font-size: 30px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1;
}

.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1;
}

.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 30px;
  height: 50%;
  background: #f8305f;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 30px;
  height: 50%;
  background: #f8305f;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

/* commentlist */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentlist .comment-content {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.commentlist .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentlist .comment-content .reviews .rating {
  margin-left: auto;
}

.commentlist .comment-content .reviews .rating i {
  color: #f8305f;
}

.form-check-label {
  padding-left: 20px;
}

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.shop-sidebar .widget .price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-sidebar .widget .price-filter a {
  margin-left: auto;
}

.shop-sidebar .widget .custom-control-label {
  line-height: 20px;
}

.shop-sidebar .widget .form-check {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 0;
}

.shop-sidebar .widget .form-check:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget .form-check span {
  float: right;
}

.shop-sidebar .widget .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}

.shop-sidebar .widget .tagcloud ul li {
  margin-bottom: 10px;
  display: inline-block;
}

.shop-sidebar .widget .tagcloud ul li a {
  color: #333333;
  line-height: 32px;
  border: 1px solid #ebebeb;
  padding: 0 16px;
  display: block;
}

.shop-sidebar .widget .tagcloud ul li a span {
  display: block;
}

.shop-sidebar .widget .tagcloud ul li a:hover {
  background: #f8305f;
  border: 1px solid #f8305f;
  color: #ffffff;
}

.shop-sidebar .widget .widget-categories ul li a {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  display: block;
}

.shop-sidebar .widget .widget-categories ul li a:hover {
  color: #f8305f;
}

.search-field {
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  height: 50px;
  border-radius: 0;
  width: 100%;
}

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f8f8f8;
  position: relative;
}

.checkout-info:before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 25px;
  content: "\f2f6";
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  z-index: 8;
  color: #dfdfdf;
  font-weight: 600;
}

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff";
}

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #ebebeb;
}

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #ebebeb;
}

.checkout-review .table tr th {
  padding: 15px 0;
  font-size: 18px;
}

.checkout-review .table tr th.shipping {
  font-size: 14px;
}

.checkout-review .table tr td {
  padding: 15px 0;
  font-size: 14px;
}

.checkout-review .table tr td.amount {
  font-size: 18px;
}

/* Cart */
.cart-table .table {
  border: 1px solid #ebebeb;
  margin-bottom: 0;
}

.cart-table .table tr th {
  border: none;
  padding: 15px 10px;
  color: #333333;
}

.cart-table .table tr td {
  border: none;
  border-top: 1px solid #ebebeb;
  padding: 15px 10px;
  color: #333333;
}

.cart-table .table tr td.product-remove {
  padding: 15px 25px;
  text-align: center;
}

.cart-table .table tr td.product-quantity .form-control {
  width: 100px;
}

.cart-table .table tr td a {
  color: #333333;
}

.cart-table .table tr td a:hover {
  color: #f8305f;
}

.cart-table .table tr td .form-group {
  margin-bottom: 0px;
}

.cart-table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 15px 10px;
}

.cart-table .actions .coupon .input-text {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  height: 48px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #214d63;
  border-radius: 0px;
}

.cart-table .actions .coupon .btn {
  padding: 10px 20px;
}

.cart-table .actions .update-cart {
  margin-left: auto;
}

.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto;
}

.cart-totals {
  background: #f8f8f8;
  padding: 20px;
}

.cart-totals .cart-totals-title {
  margin-bottom: 20px;
  text-align: center;
}

.cart-totals .table tr th {
  text-align: left;
  border: none;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
  background: #ffffff;
}

.cart-totals .table tr td {
  text-align: right;
  border: none;
  border-top: 1px solid #ebebeb;
  background: #ffffff;
}

.cart-totals .table tr.shipping .form-group {
  margin-bottom: 0;
}

.cart-totals .table tr.shipping .form-check-label {
  padding-left: 0px;
}

.cart-totals .table tr.shipping p {
  margin-bottom: 0;
}

.cart-totals .table tr.order-total th {
  font-size: 18px;
  font-weight: bold;
}

.cart-totals .table tr.order-total td {
  font-size: 26px;
  font-weight: bold;
}

.cart-totals .table .cart-subtotal th {
  font-size: 18px;
  font-weight: bold;
  border: none;
}

.cart-totals .table .cart-subtotal td {
  font-size: 18px;
  font-weight: bold;
  border: none;
}

.cart-totals .checkout-button {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}

.checkout label {
  margin-bottom: 10px;
}

/*****************************
    Blog
*****************************/
/* Blog post */
.blog-post .blog-post-categorise {
  margin-top: -25px;
}

.blog-post .blog-post-categorise .blog-post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 15px;
  background: #000000;
  position: relative;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post .blog-post-categorise .blog-post-meta li {
  margin-right: 8px;
  padding-right: 15px;
  position: relative;
}

.blog-post .blog-post-categorise .blog-post-meta li:before {
  content: "/";
  position: absolute;
  right: 0;
}

.blog-post .blog-post-categorise .blog-post-meta li:last-child {
  padding: 0px;
  margin-right: 0;
}

.blog-post .blog-post-categorise .blog-post-meta li:last-child:before {
  display: none;
}

.blog-post .blog-post-content .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget .search {
  position: relative;
}

.widget .search input {
  padding-right: 64px;
  height: 50px;
  padding-left: 20px;
}

.widget .search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #f8305f;
  color: #000000;
  padding: 18px 20px;
  cursor: pointer;
  margin: 0;
  border-radius: 0 3px 3px 0px;
}

/* Blog sidebar */
.blog-sidebar .widget {
  margin-bottom: 30px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .widget-title {
  margin-bottom: 20px;
}

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 10px;
}

.blog-sidebar .widget ul.list-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  width: 100%;
}

.blog-sidebar .widget ul.list-style li a:hover {
  color: #f8305f;
}

.blog-sidebar .widget ul.list-style li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-sidebar .widget .gallery ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  margin: 0 1% 1% 0;
}

.blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
  margin-right: 0;
}

.blog-sidebar .widget .social ul li {
  padding: 10px 10px 10px 20px;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar .widget .social ul li a {
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-sidebar .widget .social ul li a i {
  width: 15px;
}

.blog-sidebar .widget .social ul li .follow {
  background: #f8f8f8;
  padding: 3px 18px;
  font-size: 12px;
}

.blog-sidebar .widget .social ul li .follow:hover {
  background: #333333;
  color: #ffffff;
}

.blog-sidebar .widget .social ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .social ul .facebook a {
  color: #466ca9;
}

.blog-sidebar .widget .social ul .facebook .follow:hover {
  background: #466ca9;
}

.blog-sidebar .widget .social ul .twitter a {
  color: #20b5e6;
}

.blog-sidebar .widget .social ul .twitter .follow:hover {
  background: #20b5e6;
}

.blog-sidebar .widget .social ul .youtube a {
  color: #d92c20;
}

.blog-sidebar .widget .social ul .youtube .follow:hover {
  background: #d92c20;
}

.blog-sidebar .widget .social ul .linkedIn a {
  color: #13799f;
}

.blog-sidebar .widget .social ul .linkedIn .follow:hover {
  background: #13799f;
}

.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.blog-sidebar .widget .popular-tag ul li a {
  padding: 6px 20px;
  display: block;
  border: 1px solid #ebebeb;
  color: #666666;
}

.blog-sidebar .widget .popular-tag ul li a span {
  display: block;
}

.blog-sidebar .widget .popular-tag ul li a:hover {
  color: #f8305f;
  border-color: #f8305f;
}

.blog-sidebar .widget.recent-posts a {
  color: #333333;
}

.blog-sidebar .widget.recent-posts a:hover {
  color: #f8305f;
}

.blog-post-quote {
  position: relative;
  padding: 40px;
}

.blog-post-quote .blog-post-title a:hover {
  color: #333333 !important;
}

.blog-post-quote .blog-post-meta li:before {
  color: #ffffff;
}

.blog-post-quote .post-quote {
  font-size: 60px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 20px;
}

/* Blog Dark */
.blog-post-dark .blog-post-content {
  background-color: #000000;
  padding: 0px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-post-dark .blog-post-content .blog-post-title h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.blog-post-dark .blog-post-content p {
  color: rgba(255, 255, 255, 0.4);
}

.blog-post-dark .blog-post-content .btn-link {
  color: #f8305f;
}

.blog-post-dark .blog-post-content .btn-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.blog-post-dark .blog-post-categorise .blog-post-meta li a {
  color: rgba(255, 255, 255, 0.4);
}

.blog-post-dark .blog-post-categorise .blog-post-meta li a:hover {
  color: #f8305f;
}

/* Blog detail */
.blog-detail .blog-post-content {
  text-align: left;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .nav-links .nav-previous {
  width: 47%;
  border: 1px solid #ebebeb;
  margin-right: 3%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
}

.navigation .nav-links .nav-previous a:hover .pagi-text {
  color: #ffffff;
  background: #f8305f;
}

.navigation .nav-links .nav-previous .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #ebebeb;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
  background: #f8f8f8;
}

.navigation .nav-links .nav-next {
  width: 47%;
  border: 1px solid #ebebeb;
  margin-left: 3%;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  padding-left: 15px;
}

.navigation .nav-links .nav-next a:hover .pagi-text {
  color: #ffffff;
  background: #f8305f;
}

.navigation .nav-links .nav-next .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
}

.navigation .nav-links .nav-next .pagi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left: 1px solid #ebebeb;
}

.navigation .nav-links .nav-next:hover {
  background: #f8f8f8;
}

.navigation .nav-links .pagi-text {
  display: inline-block;
  padding: 12px 25px;
  color: #666666;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-title {
  margin: 12px 20px;
}

.owl-carousel .blog-post {
  padding: 0 10px;
}

/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 300px;
  line-height: 300px;
  margin-bottom: 30px;
  color: #000000;
}

.error-404 strong {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

.error-404 span {
  font-size: 16px;
  font-weight: 600;
}

/*****************************
  Footer
*****************************/
.footer {
  background: #000000;
}

.footer .footer-useful-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-useful-List ul {
  width: 50%;
  display: inline-block;
}

.footer .footer-useful-List ul li {
  margin-bottom: 15px;
}

.footer .footer-useful-List ul li a {
  color: #ffffff;
}

.footer .footer-insta ul li img {
  width: 65px;
  height: auto;
}

.footer .footer-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-tag li {
  margin-right: 3px;
  margin-bottom: 3px;
  display: block;
}

.footer .footer-tag li a {
  background: #000000;
  color: #ffffff;
  padding: 10px 16px;
  display: block;
}

.footer .footer-tag li a span {
  display: block;
}

.footer .footer-tag li a:hover {
  background: #f8305f;
  color: #000000;
}

.footer .footer-bottom {
  padding: 40px 0;
}

.footer .footer-bottom .footer-logo img {
  height: 50px;
}

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

.social-round li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #f8305f;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 18px;
}

.social-round li a:hover {
  background: #bf1920;
  color: #ffffff;
}

.footer-contact-info a span {
  font-size: 12px;
}

/* Footer Dark */
.footer-dark {
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.4);
}

.footer-dark h4 {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.footer-dark .display-6 {
  font-size: 30px;
  color: #f8305f;
}

.footer-dark ul li a {
  color: rgba(255, 255, 255, 0.4);
  line-height: 38px;
}

.footer-dark ul li a:hover {
  color: #f8305f;
}

.footer-dark form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  border: none;
}

.footer.footer-dark .footer-bottom {
  padding: 20px 0;
}

.footer-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/*************************
       1700px
*************************/
@media (max-width: 1600px) {
  .testimonial .testimonial-content {
    font-size: 20px;
  }

  .header-transparent .call {
    display: none;
  }
}

@media (max-width: 1500px) {
  .banner .icon-btn {
    display: none;
  }
}

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px;
  }

  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
  }

  #slider h1 {
    font-size: 50px;
    line-height: 50px;
  }

  #slider .carousel-item .slider-content span {
    font-size: 30px;
    line-height: 30px;
  }

  #slider .btn-link {
    margin-top: 10px;
  }

  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 45%;
  }

  .inner-banner .banner-shape {
    bottom: -29px;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }

  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 6px;
  }

  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 44%;
  }

  .countdown span {
    font-size: 30px;
    line-height: 40px;
  }

  .header-transparent .login {
    display: none;
  }

  .header-transparent .navbar-brand {
    margin-right: 20px;
  }

  .about-box-border {
    width: 92%;
  }

  .owl-nav-bottom .owl-nav .owl-prev {
    left: 44%;
  }

  .banner-shop {
    padding: 200px 0;
  }

  .inner-banner .banner-shape {
    bottom: -33px;
  }

  .banner-home .swiper-container:before {
    background: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li:hover ul.dropdown-menu {
    width: 8rem;
  }

  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 140px;
  }
}

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0;
  }

  .space-pt {
    padding-top: 60px;
  }

  .space-pb {
    padding-bottom: 60px;
  }

  .btn {
    padding: 12px 20px;
  }

  .header .container {
    max-width: 100%;
  }

  .header .topbar .social {
    margin-right: 0;
  }

  /*header*/
  .header .container-fluid {
    padding: 0 20px;
  }

  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 0;
  }

  .header .is-sticky.navbar .navbar-toggler {
    right: 20px;
  }

  .header .header-left-bg {
    display: none;
  }

  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }

  .header .navbar-nav>li {
    display: block;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8f8f8;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll;
  }

  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff;
  }

  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #f8f8f8;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand img {
    height: 34px;
  }

  .navbar .navbar-nav {
    padding: 10px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .navbar .navbar-nav .nav-link i {
    margin-left: auto;
  }

  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    font-size: 13px;
  }

  .header .navbar-nav>li {
    border-bottom: 1px solid #ebebeb;
  }

  .header .navbar-nav>li:last-child {
    border-bottom: 0;
  }

  .header.default .navbar .navbar-nav .nav-link {
    color: #333333;
  }

  .header-transparent {
    position: relative;
    background: #333333;
  }

  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333;
  }

  .header .topbar {
    margin-bottom: 0;
  }

  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .banner .display-4 {
    font-size: 34px;
  }

  #slider h1 {
    font-size: 30px;
    line-height: 30px;
  }

  #slider .carousel-item .slider-content span {
    font-size: 20px;
    line-height: 20px;
  }

  #slider .btn-link {
    margin-top: 10px;
    font-size: 14px;
  }

  .banner-home .swiper-pagination {
    display: none;
  }

  /*location*/
  .location-item.location-item-big {
    min-height: 320px;
  }

  .feature-info {
    padding: 24px;
  }

  .navigation .nav-links .nav-previous {
    margin-right: 0;
  }

  .testimonial-03 .testimonial-content p {
    font-size: 16px;
  }

  .testimonial-03 .testimonial-content .quotes {
    top: 40px;
  }

  .testimonial-03 .testimonial-content {
    padding: 90px 40px 30px 40px;
  }

  .testimonial-main {
    padding: 80px 0;
  }

  .owl-nav-bottom .owl-nav .owl-prev {
    left: 43%;
  }

  .owl-nav-bottom .owl-nav .owl-next {
    right: 43%;
  }

  .display-1 {
    font-size: 5.5rem;
  }

  .display-2 {
    font-size: 5.0rem;
  }

  .display-3 {
    font-size: 4.0rem;
  }

  .display-4 {
    font-size: 3.0rem;
  }

  .about-box-border {
    display: none;
  }

  .page-title {
    padding: 80px 0;
  }

  .half-overlay-left:before {
    -webkit-transform: inherit;
    transform: inherit;
    right: -40px;
    top: 0;
  }

  .half-overlay-right:before {
    -webkit-transform: inherit;
    transform: inherit;
  }

  .banner .banner-content {
    padding: 100px 0;
  }

  .banner .banner-title {
    font-size: 60px;
    line-height: 60px;
  }

  .banner-shop {
    height: auto;
    padding: 130px 0;
  }

  .col-lg-6.half-overlay-right,
  .col-lg-6.half-overlay-left {
    padding: 30px;
  }

  .half-overlay-right:before {
    width: 100%;
    left: 0;
  }

  .half-overlay-left:before {
    width: 100%;
    right: 0;
  }

  .inner-banner .banner-shape {
    bottom: -36px;
  }

  .banner-home .swiper-container:before {
    background: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  .space-ptb {
    padding: 50px 0;
  }

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

  .space-pb {
    padding-bottom: 50px;
  }

  .container {
    max-width: 100%;
  }

  .category ul .category-item a {
    display: block;
  }

  .category ul .category-item a span {
    padding-left: 0;
  }

  .header .topbar .dropdown .dropdown-toggle {
    padding: 4px 0;
    display: inline-block;
  }

  .footer .footer-bottom {
    margin-top: 40px;
  }

  .testimonial-03 .testimonial-content {
    margin-left: 0;
  }

  .carousel .carousel-item img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .testimonial {
    padding: 0px 50px;
  }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: none;
  }

  #slider .carousel-item .slider-content span {
    margin-bottom: 10px;
  }

  .cart-table .actions {
    display: block;
  }

  .cart-table .actions .coupon input {
    margin-bottom: 15px;
  }

  .owl-nav-bottom .owl-nav .owl-prev,
  .owl-nav-bottom .owl-nav .owl-next {
    display: none;
  }

  .bg-overlay-left:before {
    display: none;
  }

  .slider-slick {
    overflow: hidden;
  }

  .banner-yoga .swipeinner {
    padding: 40px 0;
  }

  .error-404 img {
    width: 150px;
  }

  .error-404 h1 {
    font-size: 180px;
    line-height: 180px;
  }

  .inner-banner .banner-shape {
    bottom: -40px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .space-ptb {
    padding: 40px 0;
  }

  .space-pt {
    padding-top: 40px;
  }

  .space-pb {
    padding-bottom: 40px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .header .add-listing {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .table-skew {
    padding: 0 10px;
  }

  .banner {
    padding: 60px 0;
  }

  .banner .lead {
    font-size: 16px;
  }

  #slider h1 {
    font-size: 16px;
    line-height: 16px;
  }

  #slider .carousel-item .slider-content span {
    font-size: 14px;
    line-height: 14px;
  }

  #slider .btn-link {
    display: none;
  }

  .category ul .category-item {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
  }

  .category ul .category-item a .category-icon {
    margin-right: 0;
  }

  .testimonial .testimonial-content {
    font-size: 16px;
  }

  .location-list ul {
    padding: 0;
  }

  .banner .banner-shape {
    display: none;
  }

  .banner .banner-content {
    padding: 50px 0;
  }

  .banner .btn {
    padding: 7px 20px;
  }

  .banner .banner-title {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-yoga {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }

  .nav-tabs.nav-pills .nav-item .nav-link {
    padding: 10px;
  }

  .pagination .page-item .page-link {
    padding: 12px 15px;
  }

  .navigation .nav-links .nav-previous {
    margin-right: 0;
  }

  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    padding: 8px 16px;
  }

  .countdown {
    margin: 0px 10px;
  }

  .countdown span {
    font-size: 24px;
    line-height: 24px;
  }

  .countdown p {
    font-size: 14px;
  }

  .error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .owl-nav-top-left .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .owl-nav-top-left .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .owl-nav-top-left .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-right: 1px !important;
  }

  .owl-nav-top-right .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .owl-nav-top-right .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
    transform: inherit;
    border: 1px solid #ebebeb;
  }

  .owl-nav-top-right .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-right: 1px !important;
    border: 1px solid #ebebeb;
  }

  .owl-carousel .owl-nav i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .search input {
    padding-right: 120px;
  }

  .modal.login .modal-header {
    padding: 15px;
  }

  .modal.login .modal-body {
    padding: 15px;
  }

  .navigation .nav-links {
    display: block;
  }

  .navigation .nav-links .nav-previous {
    width: 100%;
  }

  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 15px;
  }

  .accordion-style-2 .card-header .accordion-title i {
    padding-left: 12px;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
  }

  .testimonial-02 .testimonial-content {
    font-size: 16px;
  }

  .testimonial {
    padding: 0px 30px;
  }

  .testimonial-dec .h3 {
    font-size: 18px;
  }

  .display-1 {
    font-size: 4.0rem;
  }

  .display-2 {
    font-size: 3.5rem;
  }

  .display-3 {
    font-size: 2.6rem;
  }

  .display-4 {
    font-size: 2.2rem;
  }

  .testimonial .testimonial-quote {
    display: none;
  }

  .blog-post .blog-post-meta {
    margin: 0 10px;
  }

  .accordion .card {
    padding: 0 16px;
  }

  .error-404 img {
    width: 90px;
  }

  .error-404 h1 {
    font-size: 100px;
    line-height: 80px;
  }

  .inner-banner .banner-shape {
    bottom: -45px;
  }
}

@media (max-width: 400px) {
  .social-icon-02 ul li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }

  .btn+.btn {
    margin-left: 0;
  }

  .gm-control-active.gm-fullscreen-control {
    display: none !important;
  }

  .banner {
    padding: 10px 0;
  }

  .banner .btn {
    padding: 6px 20px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .share-box .share-box-social {
    min-width: 170px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .navbar .navbar-nav .nav-link i {
    margin-top: 5px;
  }
}

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


.about-new-box {
  width: 100%;
  margin: 0 0 15px;
  padding: 27px 15px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
  background-color: #000;
  text-align: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.about-new-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.about-new-box h3 span {
  display: block;
  font-weight: 400;
}

.about-new-box img {
  margin-bottom: 15px;
  max-width: 60px;
}

.about-sec-img img {
  border: 2px solid #fff;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.about-sec-img img {
  border: 5px solid #fff;
}

.Join-membership .btn {
  font-size: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
}


.extra-text-sec {
  background: #000;
  padding: 50px 0 50px 0;
  text-align: center;
}

.extra-sec-left p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.extra-sec-left h4 {
  color: #fff;
}

.footer-call {
  font-size: 30px;
}

.testimonial-left-img img {
  border: 5px solid #fff;
}

.reg-right-img img {
  border: 5px solid #fff;
}

.inner-banner {
  padding: 150px 0 50px 0;
  background: url(../images/bannre-013.jpg) no-repeat center center;
  background-size: cover;
}

.inner-banner h2 {
  color: #f8305f;
  text-align: center;
}

.inner-page-body {
  padding: 50px 0;
}

.inner-page-body h3 {

  color: #fff;
}

.inner-page-body p {
  color: #999;
}

@media (max-width: 767px) {
  .feature-content {
    text-align: center;
  }

.Join-membership .btn {
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
}



  .testimonial-left-img img {
    margin-bottom: 30px;
  }

  .section-title.mb-4 {
    text-align: center;
  }

  .reg-right-img img {
    margin-top: 20px;
  }

  .btn.btn-md {
    padding: 8px 12px;
    font-size: 14px;
  }

  .navbar .navbar-brand {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}