  

:root{
	--primary-color				: #e83b4c;
	--secondary-color			: #666;
	--text-color				: #F2F2F2;
	--accent-color				: var(--primary-color);
	--accent-color-dark			: #e34c5b;
	--accent-secondary-color	: #ef9422;
	--orange-color	            : #ff911b;
	--black-color	            : #333;
	--divider-color				: #FFFFFF24;
	--error-color				: rgb(230, 87, 87);
	--default-font				: 'Gilroy', sans-serif;
	--accent-font				: 'Gilroy', sans-serif;
}

html {
  scroll-behavior: smooth;
}
 
.retro-youtube {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  margin-bottom: 1.5rem;
}
.retro-youtube__thumb,
.retro-youtube iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.retro-youtube__play {
	position: absolute;
	top: 45%;
	left: 45%;
	/* transform: translate(-50%,-50%); */
	width: 61px;
	height: 60px;
	background: rgb(255, 255, 255,0) url('data:image/svg+xml;utf8,<svg fill=\"%23F00\" viewBox=\"0 0 68 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M66.52 7.995c-0.71-2.672-2.803-4.761-5.477-5.472C55.018 0 34 0 34 0s-21.018 0-27.041 2.523c-2.675 0.711-4.768 2.8-5.478 5.472C0 14.02 0 24 0 24s0 9.98 1.481 16.005c0.71 2.673 2.803 4.761 5.478 5.472C12.982 48 34 48 34 48s21.018 0 27.043-2.523c2.674-0.711 4.767-2.799 5.477-5.472C68 33.98 68 24 68 24s0-9.98-1.48-16.005zM45 24l-15 9V15l15 9z\"/></svg>') no-repeat center;
	border: none;
	border-radius: 0;
}
.retro-youtube__play:hover {
  background-color: rgba(255,255,255,0);
}
 


/*****************************
    Typography
*****************************/
body {
  font-family: var(--default-font);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  
 }
 
 body .red{
color: var(--primary-color) !important;	 
 }

a {
  outline: medium none !important;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: var(--primary-color);
    text-decoration: none !important; }
  a:hover {
    color: var(--primary-color);
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: var(--primary-color); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font);
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-weight: 600;
  text-transform: capitalize; }
  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;
  font-weight: 700; }

h2 {
  font-size: 48px;
  font-weight: 700; }

h3 {
  font-size: 30px;
  font-weight: 700; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

 
p {
	font-weight: 500;
	line-height: 1.5;
	font-family: var(--default-font);
}

*::-moz-selection {
  background: var(--primary-color);
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: var(--primary-color);
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: var(--primary-color);
  color: #ffffff;
  text-shadow: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
	
 /*****************************
    Helper Classes
*****************************/


/* form-control */
.form-control {
	border: 1px solid rgb(85, 85, 85,0.4);
	/* border: 1px solid #ebebeb; */
	border-radius: 0px;
	height: 40px;
	padding: 10px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	background-clip: inherit !important;
	font-family: var(--default-font);
	border-radius: 4px;
}

.consult-form select {
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
}
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--primary-color); }

.form-control::-moz-placeholder {
  color: #6a6767; }

.form-control::-ms-input-placeholder {
  color: #6a6767; }

.form-control::-webkit-input-placeholder {
  color: #333; }

textarea.form-control {
  height: auto; }

/* 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: var(--primary-color); }
  .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: var(--primary-color); }

/* 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: var(--primary-color);
  border-color: var(--primary-color); }

.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: var(--primary-color); }

/* 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: 19px;
	width: 50px;
	height: 40px;
	margin: 0px;
	color: #ffffff;
	font-size: 18px;
	background: #333;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}
  .back-to-top a i {
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
  .back-to-top a:hover {
    color: #ffffff; }
  .back-to-top a:focus {
    color: #ffffff; }
	
	
.text-primary {
  color: var(--primary-color) !important; }

.text-secondary {
	color: var(--primary-color) !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; }


.mobile-tab {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left !important;
	justify-content: flex-start !important;
	background: transparent !important;
	column-gap: 5px;
}
.bg-light.bg-overlay-left.mobile-app .section-title {
	margin-bottom: 30px;
}
.mobile-tab h6 a {
	color: #fff !important;
	letter-spacing: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	background: transparent !important;
	border-color: transparent !important;
	padding: 0;
}

.mobile-tab h6 a:hover,
.mobile-tab h6 a:focus {
	color: #fff !important;
	letter-spacing: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	background: transparent !important;
	border-color: transparent !important;
	padding: 0;
}

.mobile-tab h6 a span {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}


 .mobile-tab h6 a:hover,
  .mobile-tab h6 a:focus {
 
}

.mobile-tab h6 a img {
	max-width: 200px;
}
.bg-light.bg-overlay-left.mobile-app {
	margin: 70px 0 00px 0;
	padding-bottom: 30px;
	padding-top: 14px;
}
.page-template-template-full-width-alternate .bg-light.bg-overlay-left.mobile-app {
	margin-top: 0;
}
.page-template-template-full-width-alternate .space-ptb {
	padding-bottom: 30px;
}
.page-template-template-full-width-alternate .section-title.text-center {
	margin-bottom: 30px;
}
.page-id-32 .section-title.text-center {
	margin-bottom: 50px;
}
.page-id-32 .col-lg-6.mb-lg-5:nth-child(5), .page-id-32 .col-lg-6.mb-lg-5:nth-child(6) {
	margin-top: 25px;
}


.bg-light.bg-overlay-left.mobile-app .bg-overlay-left::before {
 
	  background-color: transparent; 
 
}

.bg-light.bg-overlay-left.mobile-app p.pre-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}


.perfect-workout .section-title {
	margin-bottom: 60px;
}
.perfect-workout .feature-box {
	margin-bottom: 30px !important;
}

.bg-light.bg-overlay-left.perfect-workout {
	min-height: 660px;
}
.perfect-workout .section-title {
	margin-bottom: 35px;
	min-height: 210px;
}
.hide{
	display:none
	
}


.space-ptb.space-ptb-pers-training {
	padding-bottom: 35px;
}
.perfect-workout .feature-box h6:hover a,
.perfect-workout .feature-box h6:focus a {
	color: #fff !important;
}

 

.feature-box.active h6 {
	color: #fff;
}
.feature-box.active i {
	color: #fff !important;
}
.feature-box i {
	color: var(--accent-color);
	font-size: 44px;
}

.space-ptb.personal-training {
	padding-bottom: 30px !important;
}
.new-cta-links.bottom {
	margin-bottom: 65px;
	justify-content: flex-start;
}
.new-cta-links.middle {
	justify-content: flex-start;
	margin-bottom: 70px !important;
	column-gap: 15px;
}

.half-overlay-left {
  position: relative; }
  .half-overlay-left:before {
    position: absolute;
    content: "";
    top: -40px;
    background-color: var(--primary-color);
    width: 106%;
    height: 100%;
    right: -5%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
  .half-overlay-left:after {
    position: absolute;
    content: "";
    top: -40px;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    right: 100%;
    z-index: -1;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }

.half-overlay-right {
  position: relative; }
  .half-overlay-right:before {
    position: absolute;
    content: "";
    top: 0;
    background-color: #222;
    width: 106%;
    left: -5%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
  .half-overlay-right:after {
    position: absolute;
    content: "";
    top: 0;
    background-color: #222;
    width: 100%;
    left: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }

/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
  padding: 0 12px; }
  .accordion .card .card-header {
    background: none;
    border: 1px solid #ebebeb;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
    .accordion .card .card-header .btn {
      -webkit-transform: skew(20deg);
              transform: skew(20deg); }
    .accordion .card .card-header:before {
      border-bottom: 1px solid #ebebeb; }
    .accordion .card .card-header button {
      position: relative;
      font-size: 16px;
      color: #333333;
      padding: 17px 30px 17px 30px;
      width: 100%;
      text-align: left;
      border: none; }
  .accordion .card .card-body {
    padding: 10px 30px 30px 30px; }

.accordion .card .accordion-icon.card-header button.collapsed:after {
  background: #ffffff; }




/* Advertise */

.cta-box.parallaxie {
	padding: 50px 0 50px;
	background: #ffe3e8;
}

.cta-box.parallaxie.top {
	margin-bottom: 60px;
}

.cta-box-image {
	position: relative;
	text-align: center;
	margin-right: 15px;
	z-index: 1;
}
.space-ptb.cta {
	background: var(--accent-color);
	padding: 30px 0;
}
.cta-box-image img {
	width: auto;
	/* aspect-ratio: 1 / 0.73; */
	object-fit: contain;
	max-width: 100%;
	border: 4px solid #fff;
}
 
 .counter-inner {
    padding: 80px 60px 50px;
    position: relative;
    z-index: 1;
    margin: 0 -75px;
    transform: skew(0deg, -8deg); }
  .counter-box {
      display: block;
      text-align: center;
      align-items: center;
      justify-content: center; }
  .counter-box .title {
	margin: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
.count.title.mt-4.mb-3.dollar {
	font-size: 41px;
	line-height: 40px;
	padding-right: 10px;
}

.counter-box-inn {
	display: flex;
	justify-content: center;
	position: relative;
	padding-left: 16px;
}

.space-ptb.cta .mb-4.mb-md-5.text-center.px-4 {
	margin-bottom: 20px !important;
}
 
.counter-box-inn sup {
	color: #fff;
	font-size: 60px;
	line-height: normal;
	position: relative;
	right: 0%;
	top: 9%;
}
.counter-box p {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 600;
}


/* Blog */


.swiper-wrapper1 {
	display: flex;
	column-gap: 15px;
	padding: 25px 0 45px 0;
}

.blog {
	padding: 60px 0;
}


.dz-card.style-1 {
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
  transform: skewY(-5deg);
  margin: 30px 0 20px; }
  .dz-card.style-1 .dz-info {
    transform: skewY(5deg);
    padding: 20px 0 0; }
    .dz-card.style-1 .dz-info p {
      margin-bottom: 25px;
      text-transform: capitalize; }
      @media only screen and (max-width: 991px) {
        .dz-card.style-1 .dz-info p {
          margin-bottom: 20px; } }
    .dz-card.style-1 .dz-info .dz-meta {
      margin-bottom: 12px; }
    .dz-card.style-1 .dz-info .dz-title {
      margin-bottom: 12px; }
    .dz-card.style-1 .dz-info .post-author img {
      height: 35px;
      width: 35px;
      border-radius: 100%;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .dz-card.style-1 .dz-info .post-author img {
          height: 27px;
          width: 27px;
          margin-right: 5px; } }
  .dz-card.style-1 .dz-media {
    transform: skewY(5deg);
    border-radius: unset;
    margin-top: -50px; }
    .dz-card.style-1 .dz-media .dz-badge-list {
      position: absolute;
      top: 20px;
      left: 20px; }
    .dz-card.style-1 .dz-media .dz-badge {
      background-color: var(--primary);
      color: #fff;
      border-radius: var(--border-radius-base);
      padding: 8px 15px;
      font-size: 12px;
      text-transform: uppercase; }
  .dz-card.style-1:hover {
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0.2); }
  .dz-card.style-1.blog-half {
    transform: skewX(0deg);
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .dz-card.style-1.blog-half {
        display: block; } }
    .dz-card.style-1.blog-half .dz-info {
      transform: skewX(0deg);
      padding: 0 0 0 30px; }
      @media only screen and (max-width: 1199px) {
        .dz-card.style-1.blog-half .dz-info {
          padding: 0 0 0 20px; }
          .dz-card.style-1.blog-half .dz-info .dz-title {
            font-size: 20px; }
          .dz-card.style-1.blog-half .dz-info .dz-meta ul li:last-child {
            display: none; } }
      @media only screen and (max-width: 767px) {
        .dz-card.style-1.blog-half .dz-info {
          padding: 0; }
          .dz-card.style-1.blog-half .dz-info .dz-title {
            font-size: 18px; } }
    .dz-card.style-1.blog-half .dz-media {
      transform: skewX(0deg);
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .dz-card.style-1.blog-half .dz-media {
          max-width: 220px;
          min-width: 220px; } }
      @media only screen and (max-width: 767px) {
        .dz-card.style-1.blog-half .dz-media {
          max-width: 100%;
          min-width: 100%;
          margin-bottom: 20px; } }
		  
		  .blog .title {
	margin-bottom: 30px;
}


.dz-card.style-2 {
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-top: 30px; }
.dz-card.style-2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 0;
	border: 2px solid transparent;
	background-color: rgb(17, 17, 17,0.8);
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.dz-card.style-2 .post-date {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	background-color: var(--accent-color);
	margin: -30px 0 20px 25px;
	color: #fff;
}
    .dz-card.style-2 .post-date .date {
      font-size: 45px;
      color: inherit;
      margin-bottom: 0;
      display: block;
      line-height: 45px;
      font-weight: 700; }
      @media only screen and (max-width: 1480px) {
        .dz-card.style-2 .post-date .date {
          font-size: 36px; } }
    .dz-card.style-2 .post-date .months {
      color: inherit;
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 0;
      display: block; }
  .dz-card.style-2 .dz-info {
    padding:30px 35px 65px 35px;
    overflow: hidden;
    z-index: 1;
    position: relative; }
.dz-card.style-2 .dz-info p {
	margin-bottom: 35px;
	text-transform: capitalize;
	color: #ffffffb3;
}

.blog .dz-card.style-2 .dz-info .btn {
	font-weight: 700;
	font-size: 13px;
	padding: 5px 12px;
	border-radius: 0;
	border-color: transparent;
}

.blog .dz-card.style-2 .dz-info .btn:hover,
.blog .dz-card.style-2 .dz-info .btn:focus {
	font-weight: 700;
	border-radius: 0;
	 background:#fff;
	 color:var(--primary-color);border-color:transparent
}



      @media only screen and (max-width: 991px) {
        .dz-card.style-2 .dz-info p {
          margin-bottom: 20px; } }
    .dz-card.style-2 .dz-info .dz-meta {
      margin-bottom: 12px; }
      @media only screen and (max-width: 1480px) {
        .dz-card.style-2 .dz-info .dz-meta ul li:not(:last-child) {
          margin-right: 10px;
          padding-right: 10px; } }
      .dz-card.style-2 .dz-info .dz-meta .post-author {
        color: #fff; }
        @media only screen and (max-width: 1280px) {
          .dz-card.style-2 .dz-info .dz-meta .post-author {
            font-size: 14px; } }
        .dz-card.style-2 .dz-info .dz-meta .post-author img {
          height: 35px;
          width: 35px;
          border: 2px solid #fff;
          border-radius: 100%;
          margin-right: 10px; }
          @media only screen and (max-width: 1480px) {
            .dz-card.style-2 .dz-info .dz-meta .post-author img {
              display: none; } }
          @media only screen and (max-width: 1280px) {
            .dz-card.style-2 .dz-info .dz-meta .post-author img {
              height: 30px;
              width: 30px;
              display: inline-block;
              margin-right: 5px; } }
          @media only screen and (max-width: 575px) {
            .dz-card.style-2 .dz-info .dz-meta .post-author img {
              display: none; } }
        .dz-card.style-2 .dz-info .dz-meta .post-author::after {
          background-color: #fff; }
        .dz-card.style-2 .dz-info .dz-meta .post-author span {
          color: #fff; }
      .dz-card.style-2 .dz-info .dz-meta .post-comments a {
        color: #fff; }
        @media only screen and (max-width: 1280px) {
          .dz-card.style-2 .dz-info .dz-meta .post-comments a {
            font-size: 14px; } }
    .dz-card.style-2 .dz-info .dz-title {
      margin-bottom: 12px; }
      .dz-card.style-2 .dz-info .dz-title a {
        color: white; }
      @media only screen and (max-width: 1480px) {
        .dz-card.style-2 .dz-info .dz-title {
          font-size: 20px; } }
  .dz-card.style-2 .dz-media {
    transform: skewY(5deg);
    border-radius: unset;
    margin-top: -50px; }
    .dz-card.style-2 .dz-media .dz-badge-list {
      position: absolute;
      top: 20px;
      left: 20px; }
    .dz-card.style-2 .dz-media .dz-badge {
      background-color: var(--primary);
      color: #fff;
      border-radius: var(--border-radius-base);
      padding: 8px 15px;
      font-size: 12px;
      text-transform: uppercase; }
  .dz-card.style-2:hover {
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0.2); }
    .dz-card.style-2:hover:after {
      opacity: 0.7;
      border: 2px solid var(--primary); }
  .dz-card.style-2.blog-half {
    transform: skewX(-10deg);
    margin: 0 25px 0 30px; }
    .dz-card.style-2.blog-half .dz-info {
      transform: skewX(10deg);
      padding: 0 0 0 30px; }
    .dz-card.style-2.blog-half .dz-media {
      transform: skewX(10deg);
      margin-top: 0;
      margin-left: -50px; }

.dz-card.skew-none {
  transform: skewY(0); }
  .dz-card.skew-none .dz-info,
  .dz-card.skew-none .dz-media {
    transform: skewY(0); }

.swiper.blog-slider-wrapper {
  overflow: unset; }
  .swiper.blog-slider-wrapper .swiper-slide {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden !important; }
    .swiper.blog-slider-wrapper .swiper-slide.swiper-slide-prev, .swiper.blog-slider-wrapper .swiper-slide.swiper-slide-next, .swiper.blog-slider-wrapper .swiper-slide.swiper-slide-active {
      opacity: 1;
      visibility: visible !important; }


/* CTA */

.consult-list-main ul {
	padding-left: 19px;
	background: #f7244f0d;
	padding: 20px 20px 20px 40px;
	border-left: 5px solid var(--accent-color);
}

.consult-list-main ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	list-style: none;
}

.consult-list-main ul li::before {
	position: absolute;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--accent-color);
	left: -16px;
	font-size: 15px;
	top: 3px;
}


.space-ptb.consultation {
	background: #F5F1ED;
}

.consult-form {
	background: #fff !important;
	max-width: 600px;
	float: right;
	padding: 50px !important;
	border: 2px solid #e6a7ae;
	/* box-shadow: 0 2px 10px #ccc; */
	border-radius: 10px;
 
}

.consult-form .btn.btn-primary {
	max-width: 222px;
}

.consult-text .title-section.section-title {
	margin-bottom: 30px;
}

.consult-inn .ms-3 h6 {
	margin-bottom: 2px;
}

.consult-inn .font-xxl {
	font-size: 26px;
}


.new-cta-links.bottom {
	margin-bottom: 0;
	margin-top: 0px;
}
.consult-form h4 {
	color: var(--accent-color);
}

.col-md-12.consult-list-main {
	padding-right: 80px;
	padding-bottom: 15px;
}

.d-flex.mb-1.consult-list i {
	padding-top: 5px;
	 
}
.d-flex.mb-1.consult-list i {
	padding-top: 5px;
	margin-right: 6px !important;
}
.map-left .descrition {
	font-weight: 600;
	padding-right: 100px;
}

.d-flex.mb-1.consult-list p {
	margin-bottom: 10px;
	font-weight: normal !important;
}

.consult-form .btn span {
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
	display: inline-block;
}
.readmore-btn span {
	font-weight: 600;
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}
.consult-text .sub-title {
	font-size: 22px;
}

.consult-text .heading {
	max-width: 500px;
	line-height: 1;
	margin: 10px 0 20px 0;
}
.title-section {
	margin-bottom: 45px;
}

/* FOOTER */

.fot-left {
	padding-top: 50px;
	padding-bottom: 30px;
}
.fot-right {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 70px;
}
.footer-newsletters-form .fc-9 {
	padding: 0 !important;
}

.footer-newsletters-form input[type="text"] {
	position: relative;
	width: calc(100% - 02px);
	border: none;
	border-radius: 10px !important;
	color: #333;
	background: #fff;
	background-clip: border-box;
	padding: 0;
	padding-left: 0px;
	box-shadow: none;
	min-height: 50px;
	padding-left: 20px;
}
.find-gym-cta .fc-3 {
	text-align: left !important;
}
.find-gym-cta .fc-9 {
	padding-left: 25px !important;
}

.find-gym-cta .fc-main input[type="text"] {
	max-height: 50px !important;
	font-size: 17px;
}
.footer-newsletters-form .fc-btn.fc-btn-submit {
	border: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	height: 50px !important;
	width: 85px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	margin-left: 6px;
}

.footer-newsletters-form .fc-btn.fc-btn-submit:hover,
.footer-newsletters-form .fc-btn.fc-btn-submit:focus {
	opacity:0.8
 
}

.footer-links {
	margin-top: 20px;
}

.social.fot-soc {
	margin-top: 45px;
	margin-bottom: 45px;
}

.fot-top-copy {
	margin-top: 22px;
	padding-right: 15px;
}
.fot-top-copy p {
	color: #fff;
	font-size: 12px;
}


.social.fot-soc ul li {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}


.fab.fa-tiktok .tiktok {
	max-width: 30px;
}
.fab.fa-tiktok .tiktok {
	max-width: 15px;
	margin-top: -2px;
}


.footer-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.footer-contact-content.app-store a {
	font-size: 15px;
	font-weight: 600;
}
.footer-contact-content p a:hover,
.footer-contact-content p a:focus {
	color:#000;
}


.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box img{
	width: 100%;
	max-width: 16px;
}

.footer-contact-content{
	width: calc(100% - 55px);
}

.footer-contact-content p{
	color: var(--text-color);
	margin: 0;
}

.footer-contact-content p a{
	color: inherit;
}
.social.fot-soc ul li a {
	color: #fff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 55%;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 50px;
}

.social.fot-soc ul li a:hover,
.social.fot-soc ul li a:focus  {
          color: #333 }
		  
		  .social.fot-soc ul li a i {
	line-height: 36px;
	font-size: 18px;
}


.footer .footer-bottom {
	padding: 20px 0;
	font-size: 14px;
}


.footer.bg-dark.space-pt {
	padding: 0;
	background: var(--accent-color) !important;
	width: 100%;
	/*overflow-x: hidden;*/
}

.col-lg-6.col-md-6.fot-left {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-logo img {
	max-width: 325px;
}


.col-md-6.text-center.text-md-end.fot-bot-link li a:hover,
.col-md-6.text-center.text-md-end.fot-bot-link li a:focus {
	color: #333 !important;
}
.fot-bot-link li {
	margin-right: 5px !important;
}
.fot-bot-link li:last-child a::after {
	opacity: 0;
	display: none;
}
.fot-bot-link li a::after {
	content: "|";
	font-size: 12px;
	margin: 0 0px 0 8px;
}

.fot-bot-link li a::after {
	content: "|";
	font-size: 12px;
	margin: 0 0px 0 5px;
}
 
.fot-bot-link li a:hover,
.fot-bot-link li a:focus {
	color: var(--accent-color) !important;
}

.footer-newsletters-form .form-group {
	position: relative;
	display: flex;
	align-items: center;
	background: transparent;
	/* border-bottom: 1px solid var(--divider-color); */
	padding: 0 0 12px 0;
}

.footer-newsletters-form .form-group .form-control {
	position: relative;
	width: calc(100% - 75px);
	border: none;
	border-radius: 10px;
	color: #333;
	background: #fff;
	padding: 0;
	box-shadow: none;
	min-height: 55px;
	padding-left: 20px;
}	

.app-buttons {
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	padding-left: 13px;
}

.app-buttons a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.footer-newsletters-form .form-group .form-control::placeholder{
	color: #333;
}

.footer-newsletters-form .form-group button {
	background: #333;
	margin-left: 0px;
	border: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	height: 55px;
	width: 85px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	margin-left: 6px;
}

.footer-newsletters-form .form-group button a {
color: #fff;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}

.footer-links ul li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 20px;
}

.footer-links ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
	color: #000;
}


.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding: 40px 0;
}


.footer-newsletters-form .form-group button img{
	filter: brightness(0) invert(1);
	max-width: 20px;
}

.footer-newsletters-form h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
	 
}


.footer-links h3 {
	font-size: 22px;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	color: #fff;
}

.footer-links-inn {
	display: flex;
	column-gap: 55px;
	align-items: flex-start;
}
.copyright-bot {
	/* background: #d02f3f; */
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.footer-contact-item .icon-box-new a img {
    max-width: 135px;
}
.app-download {
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
}
.footer-contact-content.app-store a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.footer-contact-content p a:hover,
.footer-contact-content p a:focus {
	color:#000;
}


.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box img{
	width: 100%;
	max-width: 16px;
}

.footer-contact-content{
	width: calc(100% - 55px);
}






/* accordion-02 */
.accordion.accordion-02 .card {
  padding: 8px 0px;
  margin-bottom: 14px; }
  .accordion.accordion-02 .card .card-header {
    margin-bottom: 0;
    border: none; }
    .accordion.accordion-02 .card .card-header button {
      font-size: 14px;
      padding: 0px 0px 0px 30px; }
      .accordion.accordion-02 .card .card-header 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 .card .card-header button:after {
        display: none; }
  .accordion.accordion-02 .card .card-body {
    padding: 10px 0px 0px 30px; }

.accordion .accordion-icon.card-header button.collapsed:before {
  content: "\f067"; }

/*****************************
  Feature box
*****************************/
.feature-box {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .feature-box i,
  .feature-box h6 {
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
.feature-box:hover {
	background: var(--accent-color);
}
    .feature-box:hover i,
	.feature-box:hover h6 {
      color: #fff; }

.feature-box.active {
  background: var(--primary-color); }
  .feature-box.active i {
    color: #222; }

/*****************************
  Testimonial
*****************************/
.testimonial {
	padding: 0 20px;
}
.testimonial-dec p {
	color: #fff;
}
.testimonial-dec i {
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
}
.testimonial-quote {
	padding: 10px;
	padding-top: 0;
}
.flaticon-left-quote.font-xxxl.text-primary-soft {
	color: var(--accent-color);
}
.owl-carousel {
	padding: 0 60px;
}
 .learn-more a:hover,
  .learn-more a:focus {
	text-decoration: underline !important;
}

 .learn-more a  {
 	font-weight: 600;
}

.learn-more a i {
	font-size: 13px;
}



/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
  padding: 0 12px; }
  .accordion .card .card-header {
    background: none;
    border: 1px solid #ebebeb;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
    .accordion .card .card-header .btn {
      -webkit-transform: skew(20deg);
              transform: skew(20deg); }
    .accordion .card .card-header:before {
      border-bottom: 1px solid #ebebeb; }
.accordion .card .card-header button {
	position: relative;
	font-size: 20px;
	color: #333333;
	padding: 17px 30px 17px 30px;
	width: 100%;
	text-align: left;
	border: none;
	text-transform: none;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.fas.fa-chevron-down.fa-xs.ms-auto {
	color: var(--accent-color);
	font-size: 19px;
}
  .accordion .card .card-body {
    padding: 0px 30px 10px 30px }

.accordion .card .accordion-icon.card-header button.collapsed:after {
  background: #ffffff; }

/* accordion-02 */
.accordion.accordion-02 .card {
  padding: 8px 0px;
  margin-bottom: 14px; }
  .accordion.accordion-02 .card .card-header {
    margin-bottom: 0;
    border: none; }
    .accordion.accordion-02 .card .card-header button {
      font-size: 14px;
      padding: 0px 0px 0px 30px; }
      .accordion.accordion-02 .card .card-header 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 .card .card-header button:after {
        display: none; }
  .accordion.accordion-02 .card .card-body {
    padding: 10px 0px 0px 30px; }

.accordion .accordion-icon.card-header button.collapsed:before {
  content: "\f067"; }

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative; }
  .newsletter .form-control {
    margin-right: 150px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    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: Gilroy;*/ }

.counter.counter-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .counter.counter-02 .counter-icon .icon {
    padding-right: 20px;
    font-size: 40px;
    color: var(--primary-color); }
  .counter.counter-02 .counter-content {
    vertical-align: top; }
    .counter.counter-02 .counter-content .timer {
      font-size: 28px;
      color: #333333;
      font-weight: 600;
      display: block;
      line-height: 28px;
      margin-bottom: 8px; }

 

/*****************************
  Owl carousel
*****************************/
/*.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }*/

.why-choose .section-title.text-center p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.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: -15px;
    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;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
  .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: -15px;
    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;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
.owl-carousel .owl-nav i {
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	background: var(--accent-color);
	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 {
      -webkit-transform: skew(20deg);
              transform: skew(20deg);
      display: block; }
    .owl-carousel .owl-nav i:hover {
      background: var(--primary-color);
      color: #222; }
	  
	  .new-cta-main {
	margin-top: 95px !important;
	text-align: center;
}
.space-ptb.why-choose {
	padding-bottom: 50px;
}

.new-cta-links {
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	letter-spacing: 0 !important;
	align-items: center;
	text-transform: capitalize;
}
.new-cta-links-inner {
	display: flex;
	column-gap: 15px;
}
.new-cta-links .Ready-btn {
	font-weight: bold;
	letter-spacing: 0;
	font-size: 18px;
	/* text-transform: capitalize; */
}
.new-cta-links.middle .Ready-btn {
	font-size: 22px;
}

.new-cta-links.middle .Ready-btn:hover,
.new-cta-links.middle .Ready-btn:focus {
	font-size: 22px;
	color:var(--dark-color) !important;
	text-decoration:underline !important; 
}


.new-cta-links.middle .Ready-btn .fa.fa-angle-right {
	font-size: 18px;
}


.new-cta-links.bottom .Ready-btn {
	font-size: 22px;
}

.new-cta-links.bottom .Ready-btn:hover,
.new-cta-links.bottom .Ready-btn:focus {
	font-size: 22px;
	color:var(--dark-color) !important;
	text-decoration:underline !important; 
}




.new-cta-links.bottom .Ready-btn .fa.fa-angle-right {
	font-size: 18px;
}
.new-cta-links .Ready-btn i {
	font-size: 20px;
}

.new-cta-links .Ready-btn:hover,
.new-cta-links .Ready-btn:focus{
	color:#fff !important
 
	
	 
}

.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: var(--primary-color); }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-color); }

.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: 46%;
    bottom: -70px;
    top: inherit; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 46%;
    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: var(--primary-color); }
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--primary-color); }

.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: var(--primary-color); }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem; }
  
  @media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 270px;
  }
  }

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px; }
  .countdown span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    color: var(--primary-color); }
  .countdown p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #333333; }

.countdown-small span {
  font-size: 24px;
  line-height: 24px; }

.countdown-small p {
  font-size: 14px; }

.coming-soon.newsletter .form-control {
  padding-right: 185px; }

/*****************************
  Button
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }

.btn-link {
  text-decoration: none !important; }

button {
  outline: medium none !important;
  color: var(--primary-color); }

/* btn */
.btn {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
  .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: var(--primary-color);
  border-color: var(--primary-color); }

.btn-primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	position: relative;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	padding: 8px 20px;
}
  .btn-primary:hover,
   .btn-primary:focus {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff !important; }
    .btn-primary:hover:not(:disabled):not(.disabled).active {
      background: var(--primary-color);
      border-color: var(--primary-color);
      color: #222; }
    .btn-primary:hover:not(:disabled):not(.disabled):active {
      background: var(--primary-color);
      border-color: var(--primary-color);
      color: #222; }
  .btn-primary:focus {
    background: #333;
    border-color: #333;
    color: #222; }
  .btn-primary:focus {
    background: #333;
    border-color: #333;
    color: #222; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: var(--primary-color);
  border-color: var(--primary-color); }

.btn-secondary {
  background: #222;
  border-color: #222;
  color: #ffffff;
  position: relative; }
  .btn-secondary:hover {
    background: #153da6;
    border-color: #153da6; }
    .btn-secondary:hover:not(:disabled):not(.disabled).active {
      background: #222;
      border-color: #222; }
    .btn-secondary:hover:not(:disabled):not(.disabled):active {
      background: #222;
      border-color: #222; }
  .btn-secondary:focus {
    background: #153da6;
    border-color: #153da6; }
  .btn-secondary:focus {
    background: #153da6;
    border-color: #153da6; }

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #222;
  border-color: #222; }

.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: var(--primary-color); }
  .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: 8px 20px;
}

.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 {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }
  .btn-skew span {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    display: block; }

.play-video-lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #ffffff;
  color: #222;
  display: block;
  border-radius: 50%;
  text-align: center; }

.play-video-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background: #ffffff;
  color: #222;
  display: block;
  border-radius: 50%;
  text-align: center; }

/*****************************
		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: bold;
    line-height: inherit;
    text-transform: capitalize; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.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: var(--primary-color); }

.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(243, 245, 38, 0.1);
  color: var(--primary-color); }

.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: #3a4957; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .team .share {
    margin-left: auto; }
    .team .share .share-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      background: #222;
      color: #ffffff;
      display: block; }
      .team .share .share-icon i {
        -webkit-transform: skew(20deg);
                transform: skew(20deg); }
    .team .share .share-box {
      position: absolute;
      bottom: 40px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .team .share .share-box li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        -webkit-transform: skew(-20deg);
                transform: skew(-20deg);
        background: var(--primary-color);
        color: #222;
        display: block; }
        .team .share .share-box li a i {
          -webkit-transform: skew(20deg);
                  transform: skew(20deg); }
        .team .share .share-box li a:hover {
          background: #222;
          color: var(--primary-color); }
    .team .share:hover .share-box {
      opacity: 1;
      bottom: 56px;
      visibility: visible; }

/*****************************
	Progress Bar
*****************************/
.progress {
  background: #f8f8f8; }

.progress .progress-bar {
  background: #222; }

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: var(--primary-color);
  height: 6px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: transparent;
  color: var(--primary-color);
  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 var(--primary-color);
  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: var(--primary-color); }

/*****************************
	Gallery
*****************************/
.my-shuffle-container {
  margin-left: -12px;
  margin-right: -12px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px; }

.portfolio-item img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.portfolio-item .portfolio-img {
  margin-left: auto; }
  .portfolio-item .portfolio-img i {
    font-size: 20px; }

.portfolio-item .portfolio-category {
  margin-bottom: 5px;
  padding: 6px 20px;
  position: absolute;
  bottom: -6px;
  left: 20px;
  background: #ffffff; }
  .portfolio-item .portfolio-category a {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-right: 8px; }
    .portfolio-item .portfolio-category a:last-child {
      margin-right: 0; }

.portfolio-item .portfolio-info {
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .portfolio-item .portfolio-info .portfolio-title {
    color: #18191c;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--default-font);
    display: block; }
    .portfolio-item .portfolio-info .portfolio-title:hover {
      color: var(--primary-color); }

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3); }

.portfolio-item.portfolio-item-02 {
  overflow: hidden; }
  .portfolio-item.portfolio-item-02 .portfolio-info {
    padding: 20px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px; }
  .portfolio-item.portfolio-item-02:hover .portfolio-info {
    opacity: 1;
    bottom: 30px; }

.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: #222;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
    .filters-group button span {
      -webkit-transform: skew(20deg);
              transform: skew(20deg);
      display: block; }
    .filters-group button:hover {
      background: var(--primary-color);
      color: #ffffff; }
  .filters-group button.active {
    background: var(--primary-color);
    color: #222; }

.bg-dark .portfolio-item .portfolio-info .portfolio-title {
  color: #ffffff; }
  .bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
    color: var(--primary-color); }

/*************************************
         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: 1200px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25.00%;
    padding: 15px; } }

@media (max-width: 991px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 33.333%;
    padding: 15px; }
  .my-shuffle-container.columns-5 .grid-item {
    width: 33.333%;
    padding: 15px; } }

@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.default {
  padding-bottom: 12px;
  margin-bottom: -20px; }

.header-left-bg {
  position: relative; }
.header-left-bg::before {
	position: absolute;
	content: "";
	top: 0;
	right: 6px;
	background: var(--accent-color);
	width: calc(1100% - -100%);
	height: 93%;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.header-right-bg {
  position: relative; }
  .col-lg-12.header-right-bg.header-right-location {
	padding: 10px 10px;
}

  
  .col-lg-12.header-right-bg.header-right-location::before {
	opacity: 0;
}


.header.default:before {
  position: absolute;
  top: 0;
  left: 35%;
  background: #ffffff;
  width: calc(100% - 35%);
  content: "";
  z-index: -1;
  height: calc(100% - 0px); }

.header-right-bg::before {
	position: absolute;
	top: 0;
	left: -4%;
	background: #ffffff;
	width: 150%;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	content: "";
	z-index: -1;
	height: calc(100% - -12px);
}

.header .is-sticky.navbar {
  background: #ffffff; }

.desktop-logo {
  display: block;
  padding: 10px 0;
  position: relative; }
.desktop-logo .logo {
	height: auto;
	max-width: 230px;
}

/* topbar */
.header .topbar {
	background: #ffffff;
	padding: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}
  
  .header .topbar .d-block.d-md-flex.align-items-center.text-center {
	justify-content: flex-end !important;
}



.header .topbar {
	font-size: 12px;
}
.header .topbar a {
  color: #333333; }
  .header .topbar a:hover {
    color: var(--primary-color); }

.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: var(--primary-color); }

.header .topbar .social {
  display: inline-block; }
  .header .topbar .social ul {
    margin: 0; }
    .header .topbar .social ul li {
      display: inline-block;
      padding: 0 5px; }
      .header .topbar .social ul li a {
        color: #333333; }
        .header .topbar .social ul li a:hover {
          color: var(--primary-color); }
		  .tiktok {
	max-width: 20px;
}

.header .topbar .login {
  display: inline-block; }
.header .topbar .login a {
	color: #333333;
	font-size: 12px;
}
    .header .topbar .login a:hover {
      color: var(--primary-color); }

.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: var(--primary-color); }

.navbar {
  padding: 0; }

.navbar .navbar-nav .nav-link {
	font-weight: 600;
	font-size: 14px;
	padding: 10px 18px 10px 12px;
	color: #333333;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link i {
	font-weight: bold;
	color: var(--accent-color);
}
  .navbar .navbar-nav .nav-link:hover {
    color: var(--primary-color); }

.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: 20px 0px;
  margin-right: 0; }

.navbar-brand img {
  height: 43px; }

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }

.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: var(--primary-color); }

.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 150px;
          flex: 0 0 150px;
  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: var(--primary-color);
  font-size: 18px; }

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: var(--primary-color);
  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;justify-content: flex-end !important; }
		  
		  .location-header-new .navbar-collapse.collapse.justify-content-center {
	justify-content: center !important;
}


.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu a.dropdown-item {
	min-width: 240px;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
}

.header .navbar .dropdown-menu li:last-child a {
	border: none;	 
}


.header .navbar .dropdown-menu {
  padding: 15px; }

.header .navbar .dropdown-menu li a i {
  margin-left: auto; }

.navbar .dropdown > .dropdown-menu li > a {
	font-size: 15px;
	padding: 6px 5px 6px 05px !important;
	border-radius: 3px;
	position: relative;
	font-weight: 600;
	letter-spacing: 0;
}

.header .navbar .dropdown-menu a.dropdown-item .dropdown-toggle.fas.fa-chevron-right {
	position: absolute;
	left: 8px;
	top: 17px;
	font-size: 11px;
	display: none;
}

.navbar .dropdown > .dropdown-menu li > a:hover {
  color: var(--primary-color);
  padding-left: 0px; }

/* Header transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999; }
  .header-transparent .navbar-brand {
    margin-right: 40px; }

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff; }
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: var(--primary-color); }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--primary-color); }

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: var(--primary-color);
  padding-left: 8px; }

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
      align-self: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: var(--primary-color); }

.header .is-sticky.navbar {
  position: fixed !important;
  width: 100%;
  background: rgb(255, 255, 255);
  -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 83px;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem); }
  .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; }
	
	
.topbar.header-sticky.is-sticky {
	top: 0 !important;
	position: fixed;
	z-index: 9999;
	/* width: 100%; */
	margin-left: 54px !important;
}

.header .is-sticky.navbar .navbar-collapse {
	margin-top: 26px;
}

/*New Location-header css Added*/




.location-header-new {
	background: #ffedee;
	margin-bottom: -20px;
}
.location-header-new .container {
	margin-bottom: 12px;
}

.header.default.standard .container {
	margin-bottom: 20px;
}

.header.default.standard {
	padding-bottom: 0;
}

.navbar.navbar-static-top.navbar-expand-lg.header-sticky.is-sticky .navbar-brand {
	padding: 17px 0px 21px 0px;
}

.col-lg-12.header-right-bg.header-right-location .navbar.navbar-static-top.navbar-expand-lg.header-sticky.is-sticky {
	top: 80px;
	background: #ffedee;
	z-index: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.col-lg-12.header-right-bg.header-right-location .navbar.is-sticky .navbar-collapse {
	margin-top: 0;
}
  
/*New Location-header css Added*/





/* Header light */
.header-light .info-call {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  padding: 33px 20px; }

.header-light .navbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  padding: 0 100px; }

.header-light .info-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  padding: 26px 40px; }

.header-light .user-box a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f8f8f8;
  color: #222;
  text-align: center;
  display: block;
  border-radius: 50%; }
  .header-light .user-box a i {
    margin: 0 auto !important;
    font-size: 16px; }

.header-light .search-box a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f8f8f8;
  color: #222;
  text-align: center;
  display: block;
  border-radius: 50%; }
  .header-light .search-box a i {
    margin: 0 auto !important;
    font-size: 16px; }

.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; }

.header.default .navbar-brand {
  display: none; }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left:146px;
    top: 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-nav > li.nav-item.dropdown:nth-child(2) .dropdown-menu {
	left: 145px;
}


  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px; }
  .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: 1500px) {
  .header-light .navbar {
    padding: 0 20px; } }

@media (max-width: 1199px) {
  .header .container {
    max-width: 96%; }
  .header-light .info-member {
    padding: 26px 20px; } }

@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-light .info-call,
  .header-light .info-member {
    display: none; }
  .header-light .navbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 20px; }
  .header .is-sticky.navbar {
    padding: 0 20px; }
  .header.default {
    padding: 0; }
    .header.default .navbar-brand {
      display: block; }
.header.default .navbar-toggler, .header.header-light .navbar-toggler {
	color: var(--accent-color);
}
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none; 
}

}
 

@media (max-width: 575px) {
  .header.default .navbar-toggler {
    padding: 0;
    height: 60px; } }
	

/*****************************
  		Sidebar
*****************************/
.categorize li a {
  background: #f8f8f8;
  color: #222;
  padding: 16px 30px;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  font-weight: 600; }
  .categorize li a span {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    display: block; }

.categorize li a.active {
  background: var(--primary-color);
  color: #222; }


/*****************************
    Banner
*****************************/
.banner .banner-content {
	padding: 100px 0 310px 0;
	position: relative;
	z-index: 1;
}
.banner .banner-title {
	font-size: 42px;
	line-height: 1.1;
	max-width: 530px;
}

.banner .btn.btn-primary.slider-btn {
	background: transparent;
	border: 1px solid #fff;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 16px;
	transform: none !important;
}

.banner .banner-title span {
	color: #fdc723;
}
  
.slide-text, .slide-text p {
	max-width: 500px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.slide-cta {
	margin-top: 25px;
	background: #fff;
	padding: 3px;
}
 

.slide-cta img {
	max-width: 100%;
	width: auto;
}

 .hero-bg-video {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
  .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner-image {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 0; }

.banner .banner-shape {
  right: 0px;
  position: absolute;
  bottom: -30px; }

/* Banner home */
.banner-home {
	margin-bottom: -20px;
	padding-bottom: 0;
	position: relative;
}

.hero-bg-video::after {
	position: absolute;
	content: "";
	top: 11%;
	left: -15%;
	background: rgb(232, 59, 76,0.9);
	width: 61%;
	height: 82%;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}
.btn.btn-primary.slider-btn {
	text-transform: uppercase !important;
}


.banner .banner-content .btn.btn-primary {
	background: var(--black-color);
	border-color: var(--black-color);
}

.banner .banner-content .btn.btn-primary:hover,
.banner .banner-content .btn.btn-primary:focus {
	background: #ff911b !important;
	border-color: #ff911b !important;
}


  .banner-home .swiper-container {
    padding-bottom: 0px; }

/* 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; }


/*****************************
    SUB Banner
*****************************/



/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/

.ban-inner {
	height: 225px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.ban-inner ,
.banner-xl {
	margin-top: 65px;
}

.ban-inner ::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(20, 23, 47, 0.5);
	pointer-events: none;
}

.ban-inner  img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.ban-inner-inn {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}

.ban-inner-tit {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 0;
	font-family: var(--font-family-heading);
}

@media screen and (min-width: 1025px) {
	.ban-inner {
		height: 350px;
	}

	.ban-inner,
	.banner-xl {
		margin-top: 45px;
	}

.ban-inner-tit {
	font-size: 62px;
	line-height: 1;
}
}



/* Find GYM */


.hero-counter-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 0;
	padding-top: 0px;
	justify-content: space-between;
	width: 520px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 0;
}
.container.findgym-main {
	position: relative;
}

.counter-img img {
	max-width: 200px;
}
.findgym-main {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 17%;
	text-align: left;
}
.findgym-inn {
	position: relative;
	max-width: 1172px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
}

.counter-img {
	left: 54%;
	position: absolute;
	z-index: 1;
	bottom: -14%;
}
.find-gym-box .fc-3 {
	padding: 0 5px !important;
}


.findgym-inn button {
	background: #333;
	margin-left: 0px;
	border: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	height: 34px;
	width: 55px;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	border-radius: 0;
	margin-left: 6px;
	transform: skew(-20deg);
}

.findgym-inn   button a {
	color: #fff !important;
 
}

.findgym-inn .form-control {
	position: relative;
	width: calc(100% - 75px);
	border: none;
	border-radius: 20px;
	color: #333;
	background: #fff;
	padding: 0;
	box-shadow: none;
	min-height: 37px;
	padding-left: 12px;
	height: auto;
	transform: skew(-20deg);
	border-radius: 0 !important;
}

.col-lg-6.hero-image-right {
	overflow: hidden;
}
.cea-featured-icon {
	top: -60px;
	position: relative;
	left: 100px;
}
.feature-box-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cea-featured-icon i {
	width: 60px;
	background: var(--orange-color);
	height: 55px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
}

.find-gym-box {
	width: 78%;
	height: 150px;
	background: #eee;
	position: relative;
	bottom: -28px;
	padding: 32px 20px 40px 20px;
	margin-top: 25px;
}
.find-gym-box .fc-9 {
	padding: 0 !important;
}
.banner-home .find-gym-box input {
	border-radius: 20px !important;
	height: 40px !important;
	font-size: 15px;
	max-height: 40px !important;
	min-height: inherit !important;
}
.feature-box-title {
	font-size: 23px;
	color: var(--accent-color);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	margin-left: -60px;
}
.topfind-gym {
	margin-top: 0px;
	max-width: 275px;
}
.topfind-gym button {
	max-height: 40px;
	max-width: 55px;
}
.find-gym-box .fc-btn.fc-btn-submit {
	width: 55px !important;
	border-radius: 26px !important;
	font-weight: bold !important;
	height: 40px !important;
	line-height: 1;
	padding: 0 !important;
}

.topfind-gym.footer-newsletters-form .form-group .form-control {
	border: 1px solid #ddd;
	min-height: 40px;
}

.topfind-gym.footer-newsletters-form .form-group button:hover,
.topfind-gym.footer-newsletters-form .form-group button:focus {
	background: var(--accent-color);
}



.topfind-gym .form-control {
	border-radius: 20px;
	font-size: 15px;
	max-width: 200px;
}

.topfind-gym .form-group {
	display: flex;
	column-gap: 0;
	align-items: center;
}



/* Banner location */

.banner-location {
  padding: 160px 0; }


/* Slider product */
.slider-product {
  position: relative; }
  .slider-product:before {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    top: 0;
    left: -10%;
    background: #f8f8f8;
    z-index: -1;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
  .slider-product .slider-tagliine {
    font-family: 'Yellowtail', cursive;
    font-size: 120px;
    line-height: 140px; }
  .slider-product .slider-shape {
    position: relative; }
    .slider-product .slider-shape:before {
      position: absolute;
      content: "";
      width: 70%;
      height: 60%;
      top: 21%;
      background: var(--primary-color);
      z-index: -1;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg); }

.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: #222;
  font-size: 30px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }
  .banner .icon-btn:hover {
    background: var(--primary-color); }
  .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;
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }

.banner .swiper-button-next.icon-btn {
  right: 100px; }
  .banner .swiper-button-next.icon-btn i {
    margin-right: -90px;
    font-size: 50px;
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }

.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: 5px 4px;
    display: block;
    width: 16px;
    height: 16px;
    left: inherit !important;
    border-radius: 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }

.banner-home .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.banner-home .swiper-pagination-bullet-active {
  background: var(--primary-color);
  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; }

/*****************************
    Layout
*****************************/
/* section title */


.section-title {
  margin-bottom: 50px; }
  
  .title-section.section-title.inner {
	margin-bottom: 25px;
}

  .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: #333;
	height: 20px;
	width: 8px;
	left: 0;
	top: 0;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	position: absolute;
}
.space-ptb .section-title h2 span {
	color: var(--accent-color);
}
.space-ptb .section-title h2 {
	margin-top: 10px;
}

    .section-title .title-shape:after {
      content: "";
      background: var(--primary-color);
      height: 20px;
      width: 8px;
      left: 8px;
      top: 0;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      position: absolute; }

/* Page title */
.page-title {
  padding: 140px 0; }

/* About box */
.about-box-border {
	position: absolute;
	width: 105%;
	max-width: 105%;
	margin-left: -2.5%;
	height: 60%;
	bottom: 0;
	left: 0;
	border: 2px solid #d0d0d0;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.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; }

.classe-item .classe-image {
  position: relative; }

.classe-item .classe-meta {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  position: absolute;
  bottom: 0;
  left: 20px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }
  .classe-item .classe-meta li {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    position: relative; }
    .classe-item .classe-meta li a {
      font-size: 12px;
      font-weight: 600; }

/*****************************
  Shop
*****************************/
/* Product */
.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: 9;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out; }
    .product .product-image .product-overlay .add-to-cart a {
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      display: inline-block;
      background: var(--primary-color);
      color: #333333;
      text-transform: capitalize;
      padding: 10px 20px;
      border-radius: 0;
      font-weight: bold; }
      .product .product-image .product-overlay .add-to-cart a span {
        -webkit-transform: skew(20deg);
                transform: skew(20deg);
        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: var(--primary-color); }

.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: #222;
    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: var(--primary-color);
      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: var(--primary-color); }

.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: var(--primary-color);
      margin-right: 10px; }
    .shop-single .product-detail .product-summary a:hover {
      color: var(--primary-color); }

.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; }

.mb-3 .product-rating {
  color: var(--primary-color); }

.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: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color); }

/* 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; }
    .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;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg); }
      .shop-sidebar .widget .tagcloud ul li a span {
        -webkit-transform: skew(20deg);
                transform: skew(20deg);
        display: block; }
      .shop-sidebar .widget .tagcloud ul li a:hover {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #333333; }
  .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: var(--primary-color); }

.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: var(--primary-color); }
    .cart-table .table tr td .mb-3 {
      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 .mb-3 {
    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; }

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color); }









/************************************/
/***  		10. Our Blog css 	  ***/
/************************************/

.our-blog {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0 60px 0;
/*	background-color: #0f1522;
	background-image: url(../images/12.jpg);*/
	position: relative;
}

/*.our-blog.light-section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 0, 0, 0.9);
	z-index: 0;
}*/
.image-anime {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.60;
    contain-intrinsic-size: revert !important;
    object-fit: contain;
    transition: all 0.4s ease-in-out;
}
.client-testimonial .section-title {
	text-align: center;
	margin-bottom: 55px;
	position: relative;
	z-index:1
}
.client-testimonial {
	padding: 70px 50px 80px 50px;
}
.client-testimonial .section-title h2 {
	color: #fff;
}

.client-testimonial .section-title .sub-title {
	color: #fff;
}
.our-blog .container {
	position: relative;
	z-index: 1;
}

.our-blog .section-title h3 {
	color: #fff;
}



/* 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: var(--primary-color); }
    .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: var(--primary-color); }
    .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; }



/*****************************
  Footer
*****************************/
 
 

.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: var(--primary-color);
    color: #222;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px; }
    .social-round li a:hover {
      background: #222;
      color: var(--primary-color); }

/*************************
       1700px
*************************/
@media (max-width: 1600px) {
  .testimonial .testimonial-content {
    font-size: 20px; }
  .header-transparent .call {
    display: none; }
  .header-light .info-call {
    padding: 38px 20px; }
  .header-light .info-call h4 {
    font-size: 22px; }
  .header-light .navbar .navbar-nav .nav-link {
    padding: 10px 16px; } }

@media (max-width: 1500px) {
  .banner .icon-btn {
    display: none; } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 10px; }
  .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%; }
  .header-light .navbar .navbar-nav .nav-link {
    padding: 10px 14px; } }

@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;
	font-size: 14px;
}
  .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%;
    max-width: 92%; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 44%; }
  .header-light .navbar .navbar-nav .nav-link {
    padding: 10px 6px; }
  .banner-shop {
    padding: 200px 0; }
  .slider-product .slider-tagliine {
    font-size: 110px;
    line-height: 140px; } }

@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) {
  h1 {
    font-size: 38px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
 
  .header .container {
    max-width: 100%; }
  .header .topbar .social {
    margin-right: 0; }
  .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 .add-listing {
    margin-right: 50px; }
  .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-transparent {
    position: relative;
    background: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header-light .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .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-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: 4.5rem; }
  .display-2 {
    font-size: 3.0rem; }
  .display-3 {
    font-size: 2.0rem; }
  .about-box-border {
    display: none; }
  .banner-location {
    padding: 100px 0; }
  .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; }
  .slider-product .slider-tagliine {
    font-size: 70px;
    line-height: 100px; }
  .slider-product .display-3 {
    font-size: 3rem; }
  .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; } }

@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%;
	padding: 0 15px;
}
  .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; }
  .slider-product .slider-shape:before {
    display: none; }
  .banner-yoga .swipeinner {
    padding: 40px 0; }
  .error-404 img {
    width: 150px; }
  .error-404 h1 {
    font-size: 180px;
    line-height: 180px; } }

@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; }
  .slider-product .slider-tagliine {
    font-size: 60px;
    line-height: 100px; }
  .slider-product .display-3 {
    font-size: 2rem; }
  .nav-tabs .nav-item .nav-link {
    padding: 20px 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; }
  .breadcrumb {
    padding: 14px 15px; }
  .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: 3.0rem; }
  .display-2 {
    font-size: 2.5rem; }
  .display-3 {
    font-size: 1.5rem; }
  .display-4 {
    font-size: 1.0rem; }
  .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; } }

@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 */





@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}



/********HOME Accordian CSS START********/

 .accordion {
    
    border-radius: 4px;
    overflow: hidden;
  }
  .accordion-item {
	/* background: transparent; */
	border: none;
}

  .accordion-item + .accordion-item {
 
  }
.accordion-header {
	padding: 1rem;
	user-select: none;
	padding-bottom: 0;
}
  .accordion-header:hover {
 
  }
/*  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
  }*/
  .accordion-item.active .accordion-content {
    /* set a large max-height to allow full expansion */
    max-height: 500px;
    padding: 1rem;
  }
 

/********HOME Accordian CSS END********/


.header .navbar-nav > li.nav-item.dropdown .dropdown-menu li:first-child {
	display: none;
}
.page-template-template-get-a-free-gym-pass .space-ptb.bg-secondary.find-gym-cta {
	margin-top: 0;
}


.page-template-template-get-a-free-gym-pass .dz-bnr-inr.style-1.text-center {
	display: none;
}

.page-template-template-get-a-free-gym-pass .space-ptb.consultation {
	padding-top: 60px;
	padding-bottom: 60px;
}


.form-note input {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}
.form-note label {
	font-size: 12px;
	line-height: normal;
	display: inline;
}

.sc-footer.form-note {
	line-height: 1;
	padding-left: 16px;
	margin-bottom: 0 !important;
}

.shedule-footer-txt {
	font-size: 12px;
	margin-top: 16px;
}



 .req-guest-pass-left .descrition.req-guest-pass {
	padding-right: 0;
	font-size: 22px;
	font-weight: bold;
}

.page-template-template-request-a-guest-pass .dz-bnr-inr.style-1.text-center {
	display: none;
}

.page-template-template-schedule-a-tour .dz-bnr-inr.style-1.text-center {
	display: none;
}

.page-template-template-schedule-a-tour .space-ptb.consultation {
	padding: 60px 0;
}

.page-template-template-schedule-a-tour .space-ptb.bg-secondary.find-gym-cta {
	margin: 0;
}


.page-template-template-schedule-massage-chair .dz-bnr-inr.style-1.text-center {
	display: none;
}

.page-template-template-schedule-massage-chair .space-ptb.consultation {
	padding: 60px 0;
}

.page-template-template-schedule-massage-chair .space-ptb.bg-secondary.find-gym-cta {
	margin: 0;
}



.page-template-template-schedule-personal-training .dz-bnr-inr.style-1.text-center {
	display: none;
}

.page-template-template-schedule-personal-training .space-ptb.consultation {
	padding: 60px 0;
}

.page-template-template-schedule-personal-training .space-ptb.bg-secondary.find-gym-cta {
	margin: 0;
}

.consult-list-main.sch-per-tra-list ul li {
	margin-bottom: 20px !important;
	font-size: 18px;
}



.page-template-template-request-a-guest-pass .space-ptb.consultation {
	padding: 60px 0;
}



.descrition.req-guest-pass {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
}

.req-guest-pass-left .consult-list-main ul li {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
}

.page-template-template-request-a-guest-pass .col-md-12.consult-list-main {
	padding-right: 40px;
	padding-bottom: 15px;
}
.page-template-template-request-a-guest-pass .space-ptb.bg-secondary.find-gym-cta {
	margin: 0;
}


.modal-dialog {
	max-width: 800px !important;
	margin: 1.75rem auto;
}
.voffer-item.mb-4 img {
	max-width: 100%;
	width: auto;
}

.space-ptb.special-deal .row {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
 
}
.space-ptb.special-deal .col-lg-4.mb-4 {
	padding: 0 20px;
}
.space-ptb.special-deal .col-lg-4.mb-4 {
	text-align: center;
}
.deals-offers-cta .owl-nav button {
	display: block !important;
}


.deals-offers-cta .owl-nav button {
	display: block !important;
	top: 24% !important;
 
}





@media only screen and (min-width: 280px) and (max-width: 767px) {
.voffer-item.mb-4 img {
	max-width: 100% !important;
	width: auto;
	height: auto;
}


.single-page-form .sub-title.text-secondary {
	max-width: inherit !important;
}

.single-page-form .col-md-12.consult-list-main {
	padding-right: 0;
}
.single-page-form .consult-form {
	padding: 20px !important;
}

.single-page-form .consult-form .mb-3.col-6 {
	width: 100%;
}

.map-left .descrition {
 
	padding-right: 0px;
}
	
.topbar.header-sticky {
	padding-left: 0 !important;
	width: 100%;
	left: 0;
	padding: 0 !important;
}
.header .topbar .social {
	display: none !important;
}
.login.me-4.d-inline-block {
	margin: 0 !important;
}
.login.me-4.d-inline-block span.mx-2 {
	margin: 4px !important;
}
.header .topbar .login a {
	font-size: 12px;
}

.navbar-brand {
	padding: 10px 0px;
	margin-right: 0;
}
.banner-home {
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 16px !important;
}
.hero-bg-video {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

.hero-bg-video video {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.hero-bg-video::after {
	display: none;
}	
.banner-home .swiper-container {
	padding-bottom: 0px;
	background: var(--accent-color);
	margin-top: -15px;
}


.banner.bg-holder.bg-overlay-secondary-70 {
	padding: 0 10px 0 10px;
}	
.findgym-main.show-for-small-only {
	position: relative;
	bottom: 0;
}

.banner .banner-title {
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
}


.banner .banner-content {
	padding: 20px 0 30px 0;
}

.hero-counter-box {
	position: relative;
	width: 100%;
	justify-content: center;
	margin-top: 40px;
}
.find-gym-box {
	width: 95%;
	position: relative;
	bottom: 0;
	padding: 20px 20px 40px 20px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.counter-img {
	left: auto;
	position: absolute;
	z-index: 1;
	bottom: 55%;
	right: 2%;
}

.topfind-gym {
	margin-top: 0;
	max-width: 375px;
}

.slide-text, .slide-text p {
	max-width: 765px;
	font-size: 15px;
	text-align: center;
}
.slide-btn-home {
	text-align: center;
}

.new-cta-links.top {
	flex-direction: column;
	row-gap: 10px;
	font-size: 18px;
}
.new-cta-links-inner {
	display: flex;
	column-gap: 10px;
	width: 100%;
	justify-content: center;
}
.space-ptb.why-choose {
	padding-bottom: 40px;
}
 
.new-cta-links .Ready-btn {
	max-width: 340px !important;
	width: 340px !important;
}
.new-cta-links-inner .Ready-btn.btn {
	width: auto !important;
	font-size: 13px !important;
	padding: 8px 20px !important;
}

.new-cta-main {
	margin-top: 15px !important;
	text-align: center;
}

.cta-box.parallaxie.top .owl-carousel {
	padding: 0 10px;
}
.cta-box.parallaxie {
	padding: 20px 0 20px;
 
}

.cta-box.parallaxie.top {
	margin-bottom: 0;
}

.deals-offers-cta .cta-box.top.parallaxie {
	padding-bottom: 70px;
}

 

.deals-offers-cta .owl-nav button.owl-prev {
	left: 38%;	
	top: inherit !important;
	margin-top: 10px !important;
}
.deals-offers-cta .owl-nav button.owl-next {
	right: 38%;	top: inherit !important;
	margin-top: 10px !important;
}



.new-cta-links.middle {
	justify-content: flex-start;
	margin-bottom: 30px !important;
	flex-direction: column;
	row-gap: 8px;
	font-size: 18px;
}
.new-cta-links.middle .Ready-btn {
	font-size: 18px !important;
	margin: 0 7px;
}
.consult-form h4 {
 
	text-align: center;
}
.space-ptb.cta {
	padding: 20px 0;
}

.counter-box .title {

	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}

.count.title.mt-4.mb-3.dollar {
	padding-top: 7px;
}

.counter-box p {
	font-size: 20px;
 
}
  .space-ptb.cta .mb-4.mb-md-5.text-center.px-4 {
	margin-bottom: 10px !important;
}

.client-testimonial .owl-carousel {
	padding: 0 !important;
}

.avatar.avatar-xl {
	height: 60px;
}

.client-testimonial .section-title {
	margin-bottom: 30px !important;
 
}

.client-testimonial .section-title {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.testimonial-dec .h3 {
	font-size: 15px;
	line-height: 1.2;
}

.testimonial-image.mb-5 {
	margin-bottom: 20px !important;
}

.client-testimonial {
	padding-bottom: 10px !important;
}
.map-left .heading {
	font-size: 22px;
}
.new-cta-links.bottom {
	margin-bottom: 0;
	margin-top: 15px;
	flex-direction: column;
	row-gap: 5px !important;
	font-size: 18px;
}
.new-cta-links.bottom .Ready-btn {
	font-size: 18px !important;
}

.our-blog {
	padding: 40px 10px 30px 10px;
 
}

.post-item-content h2 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.post-item-content h2 a {
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1;
}

.post-item-content p {
	color: #7e7e80;
	font-size: 14px;
	line-height: 1.2;
}
.post-item {
	gap: 20px;
	align-items: flex-start;
}

.col-lg-6.left {
	margin-bottom: 20px;
}


.bg-light.bg-overlay-left.mobile-app {
	margin: 10px 0 00px 0;
	padding-bottom: 30px;
	padding-top: 15px;
}

.bg-light.bg-overlay-left.mobile-app .col-md-6.align-self-end.mt-5 {
	margin-top: 0 !important;
}

.bg-light.bg-overlay-left.mobile-app .space-ptb {
	padding:25px 15px 0px 15px !important;
}
.bg-light.bg-overlay-left.mobile-app p.pre-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.feature-box.d-flex.p-3.px-4.align-items-center.mb-1.mobile-tab {
	padding: 10px !important;
	margin-bottom: 15px !important;
	max-width: 345px !important;
	margin-left: auto;
	margin-right: auto;
}

 .mobile-tab {
	flex-direction: column !important;
	row-gap: 15px !important;
}

.mobile-tab h6 a {
	max-width: inherit;
	min-width: inherit;
	padding: 0 !important;
	width: auto;
	height: auto;
	margin: 0 !important;
	justify-content: center;
}
.d-flex.p-3.px-4.align-items-center.mb-1.mobile-tab.show-for-small-only span {
	display: flex;
	align-items: center;
	font-size: 25px;
	margin-bottom: 15px;
}
.d-flex.p-3.px-4.align-items-center.mb-1.mobile-tab.show-for-small-only h6 {
	display: flex;
	column-gap: 15px;
	align-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
	justify-content: center;
	flex-direction: row;
}
 .footer-contact-item .icon-box-new a img {
	max-width: 150px;
}
.footer-logo img {
	max-width: 250px;
}
.footer-logo.show-for-small-only {
	margin: 25px 0 25px 0 !important;
}
.col-lg-6.col-md-6.fot-left {
	padding-left: 20px;
	padding-right: 20px;
	order: 2;
	padding-top: 0;
}


.social.fot-soc {
	margin-top: 25px;
	margin-bottom: 25px;
}
.app-download {
	padding: 0 8px;
}
.fot-right {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 30px;
}
.footer-links-inn {
	display: flex;
	column-gap: 15px;
	align-items: flex-start;
}
.footer-links ul li a {
	font-size: 14px;
}

.footer-links ul li {
	line-height: 1.2em;
 
}
.footer.bg-dark.space-pt {
	overflow: hidden;
}

.header .is-sticky.navbar {
	top: 0;
}
.header .is-sticky.navbar .navbar-collapse {
	margin-top: 0;
}

.add-listing.d-none.d-sm-block {
	display: block !important;
	margin: 0 !important;
	margin-right: 10% !important;
}
.header.default .navbar-toggler, .header.header-light .navbar-toggler {
	font-size: 20px;
}

.add-listing.d-none.d-sm-block .btn.btn-primary.btn-skew.btn-md.shape-svg {
	font-size: 11px;
	padding: 4px 10px;
}


.feature-box-title {
	font-size: 20px;
	text-align: center;
	margin-left: -33px;
}


.counter-img img {
	max-width: 115px;
}

.topfind-gym.footer-newsletters-form .form-group .form-control {
	max-width: 100%;
	width: calc(100% - 05px);
	transform: none !important;
}
.findgym-main.show-for-small-only button {
	transform: none !important;
}

.perfect-workout .section-title {
	margin-bottom: 15px;
	min-height: inherit;
	text-align: center;
 
}
.perfect-workout .section-title .sub-title.text-secondary {
	font-size: 17px;
}

.feature-box i {
	font-size: 25px;
}
.perfect-workout .feature-box {
	margin-bottom: 10px !important;
	padding: 5px 10px !important;
}

.perfect-workout .feature-box {
	margin-bottom: 10px !important;
	padding: 5px 10px !important;
	border: 1px solid #dbdbdb;
}
.accordion-item.active .accordion-content p {
	margin-bottom: 0;
}
.space-ptb.space-ptb-pers-training.show-for-small-only .accordion-content span a {
	font-weight: 600;
	margin-top: 19px;
	display: block;
}
.feature-box.active h6 {
	color: #fff;
	font-weight: 600 !important;
}

.space-ptb.space-ptb-pers-training {
	padding-bottom: 30px;
	padding-top: 0;
}
.accordion-header h6.ms-4.mb-0 {
	font-size: 17px !important;
}

.space-ptb.why-choose .owl-carousel {
	padding: 0 15px !important;
}
.nav.navbar-nav.show-for-small-only {
	padding-top: 0;
	border-top: 1px solid #ebebeb;
}

.space-ptb.consultation {
	padding: 40px 10px;
}

.why-choose .owl-nav button {
	display: block !important;
}

.why-choose .owl-nav {
	position: absolute;
	top: -30%;
	width: 92%;
	justify-content: space-between !important;
	display: flex !important;
}

.why-choose .owl-nav .owl-prev {
	left: -15px !important;
}

.why-choose .owl-nav .owl-next {
	right: -15px !important;
}


.pers-training-img {
	margin: 35px 0  15px 0;
}
.pers-training-img .img-fluid.show-for-small-only {
	max-width: 250px;
}
.space-ptb.space-ptb-pers-training .accordion {
	background: #fff;
	padding: 15px 10px;
}
 .consult-text .sub-title.text-secondary {
	max-width: 120px;
	margin: 0 auto;
}

.consult-text .heading {
	font-size: 24px;
	line-height: normal;
}

.our-blog .section-title {
	text-align: center;
}
.readmore-btn span {
	font-size: 11px;
}
.readmore-btn {
	padding: 4px 12px 6px 12px !important;
	line-height: normal;
}

.post-item-content {
	margin-top: -5px;
}
.mobile-app .section-title {
	text-align: center;
}
.d-flex.p-3.px-4.align-items-center.mb-1.mobile-tab.show-for-small-only {
	padding-bottom: 0 !important;
}



.client-testimonial .owl-nav button {
	display: block !important;
}
.client-testimonial .owl-nav {
	position: absolute;
	top: 45%;
	width: 94%;
	justify-content: space-between !important;
	display: flex !important;
	left: 3%;
}

.client-testimonial .owl-nav .owl-prev {
	left: -15px !important;
}

.client-testimonial .owl-nav .owl-next {
	right: -15px !important;
}

.testimonial {
	padding: 0px 50px;
}
.single-page-form .consult-form .mb-3.col-6 .hs-form-field {
	width: 100%;
}
.req-guest-pass-left .descrition.req-guest-pass {
	padding-right: 0;
	font-size: 16px;
	font-weight: bold;
}
.mobile-tab h6 a img {
	max-width: 140px;
}
 

	
}


@media only screen and (min-width: 640px) and (max-width: 767px) {
	
.header .topbar .login a {
	font-size: 13px;
	padding: 10px !important;
}
.single-page-form .consult-form .mb-3.col-6 {
	width: 50%;
}
.navbar .btn.btn-primary.btn-skew.btn-md.shape-svg {
	padding: 5px 20px;
	font-size: 11px !important;
	/* display: none; */
}

.header .is-sticky.navbar {
	top: 0;
}

.counter-img img {
	max-width: 150px;
}
.counter-img {
	left: auto;
	position: absolute;
	z-index: 1;
	bottom: 30%;
	right: 2%;
}
.find-gym-box {
	padding: 20px 20px 40px 40px;
 
}

.space-ptb.why-choose {
	padding-top: 0;
}

.counter-main .col-md-3 {
	width: 50%;
}

.consult-form {
	float: none;
	margin: 0 auto;
	max-width: 600px;
} 
	
}



@media only screen and (min-width: 767px) and (max-width:990px) {

.space-ptb.special-deal .col-lg-4.mb-4 {
	text-align: center;
	margin-bottom: 5px !important;
}
.space-ptb.special-deal .row .col-lg-6 {
	width: 50%;
}	
.navbar.navbar-static-top.navbar-expand-lg.header-sticky.hide-for-small-only {
	display: none;
}

.navbar.navbar-static-top.navbar-expand-lg.header-sticky.show-for-small-only {
	display: flex !important;
}
.single-page-form .consult-form .mb-3.col-6 {
	width: 100%;
}
.single-page-form .consult-form {
	padding: 20px !important;
}
.single-page-form .row.g-0.align-items-center {
	align-items: flex-start !important;
}
	
}

@media only screen and (min-width: 280px) and (max-width:990px) {
.header .navbar-nav > li.nav-item.dropdown .dropdown-menu li:first-child {
	display: block;
}	
	
}




@media only screen and (min-width: 767px) and (max-width:1024px) {

.map-left .descrition {
 
	padding-right: 30px;
}
.space-ptb.space-ptb-pers-training.hide-for-small-only {
	display: none !important;
}

.perfect-workout .section-title {
	margin-bottom: 15px;
	min-height: inherit;
	text-align: center;
 
}
.perfect-workout .section-title .sub-title.text-secondary {
	font-size: 20px;
}

.feature-box i {
	font-size: 30px;
}
.perfect-workout .feature-box {
	margin-bottom: 10px !important;
	padding: 5px 10px !important;
}

.perfect-workout .feature-box {
	margin-bottom: 10px !important;
	padding: 5px 10px !important;
	border: 1px solid #e1e1e1;
}

.accordion-item.active .accordion-content p {
	margin-bottom: 0;
}
.space-ptb.space-ptb-pers-training.show-for-small-only .accordion-content span a {
	font-weight: 600;
	margin-top: 19px;
	display: block;
}
.feature-box.active h6 {
	color: #fff;
	font-weight: 600 !important;
}

.space-ptb.space-ptb-pers-training {
	padding-bottom: 60px;
}
.accordion-header h6.ms-4.mb-0 {
	font-size: 19px !important;
}

.space-ptb.space-ptb-pers-training.show-for-small-only {
	display: block !important;
}
	
.header .is-sticky.navbar {
	top: 25px !important;
	padding: 0 15px;
}
.topbar.header-sticky.is-sticky {
	top: 0 !important;
	position: fixed;
	z-index: 9999;
	/* width: 100%; */
	width: 100%;
	left: 0;
	text-align: center;
	margin: 0;
	margin: 0 !important;
}
.header .topbar .d-block.d-md-flex.align-items-center.text-center {
	justify-content: center !important;
}

.header .btn.btn-primary {
	font-size: 13px;
	padding: 5px 10px !important;
}

.navbar-brand img {
	height: 50px;
	width: auto;
}

.navbar-brand {
	padding: 10px 0px;
	margin-right: 0;
}
.header .is-sticky.navbar .navbar-collapse {
	margin-top: 0;
}

.hero-bg-video {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.hero-bg-video video {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.hero-bg-video::after {
	opacity: 0;
}
.banner-home .swiper-container {
	padding-bottom: 0px;
	background: var(--accent-color);
	margin-top: -8px;
}

.findgym-main {
	position: relative;
 
}
.counter-img img {
	max-width: 100px;
}

.counter-img {
	left: 54%;
	position: absolute;
	z-index: 1;
	bottom: -2%;
}

.banner .banner-title {
	font-size: 40px;
	line-height: 1.2;
	max-width: 100%;
	text-align: center;
}
.slide-text, .slide-text p {
	max-width: 700px;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 25px;
	text-align: center;
}

.cea-featured-icon i {
	width: 45px;
	height: 40px;
 
}
.find-gym-box {
	padding: 25px 20px 20px 20px;
 
}
.topfind-gym {
	margin-top: 5px;
	max-width: 275px;
}

.feature-box-title {
	margin-left: -42px;
}
.cea-featured-icon {
	top: -42px;
 }

.banner .banner-content {
	padding: 70px 0 40px 0;
}
.slide-btn-home {
	text-align: center;
}

.row.pb-0.mb-0.mt-md-5.mb-md-4.position-relative.new-cta-main {
	border-top: 1px solid #eae5e5;
	margin-top: 70px !important;
	padding-top: 40px !important;
	margin-bottom: 0 !important;
}

.perfect-workout-left img {
	max-width: 120%;
	margin-left: -17%;
}

.new-cta-links.middle .Ready-btn {
	font-size: 15px;
	padding: 8px 15px;
}

.new-cta-links.middle {
	margin-bottom: 30px !important;
	justify-content: center;
}

.perfect-workout-right .dynamic-title {
	font-size: 28px;
}
.section-title .pre-title {
	font-size: 15px;
	line-height: 1.4;
}
.perfect-workout .section-title {
	margin-bottom: 15px;
	min-height: inherit !important;
	text-align: left;
	padding-left: 25px;
}
.space-ptb.space-ptb-pers-training.show-for-small-only .accordion-item {
	background: transparent;
}


.feature-box i {
	font-size: 30px;
}

.perfect-workout .feature-box {
	margin-bottom: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
}

.counter-box .title {
	font-size: 40px;
 
}
.bg-light.bg-overlay-left.perfect-workout {
	min-height: inherit;
}
.counter-box-inn sup {
 
	font-size: 50px;
	right: 0%;
	top: 0;
	margin-top: 3px;
}

.counter-main .mb-4.mb-md-5.text-center.px-4 {
	padding: 0 0px !important;
}
.counter-box p {
	font-size: 16px;
	font-weight: 600;
}
.space-ptb.cta {
	padding: 15px 0;
}

.map-left .new-cta-links.bottom .Ready-btn {
	font-size: 15px;
}

 .mobile-tab {
	flex-direction: column;
	row-gap: 15px;
}

.our-blog .col-lg-6.left {
	margin-bottom: 25px;
}

.bg-light.bg-overlay-left.mobile-app .space-ptb {
	padding-top: 30px;
}

.col-md-6.order-0.order-sm-2.perfect-workout-right {
	padding: 0 !important;
}

.bg-light.bg-overlay-left.mobile-app p.pre-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

.footer-logo img {
	max-width: 250px;
}

.fot-right {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.footer-links-inn {
	display: flex;
	column-gap: 15px;
	align-items: flex-start;
}


.footer-links ul li a {
	font-size: 14px;
}
.bg-light.bg-overlay-left.mobile-app .section-title {
	margin-bottom: 15px;
}

.col-md-6.align-self-end.mt-5.mt-md-0.position-relative.perfect-workout-left {
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.perfect-workout-left img.img-fluid {
	max-width: 400px;
	width: auto;
	margin: 0;
	margin-top: 40px;
}


.col-md-6.order-0.order-sm-2.perfect-workout-right {
	padding: 0 !important;
	width: 90%;
	background-color: #fff !important;
	margin: 0 auto 45px auto !important;
}

.space-ptb.space-ptb-pers-training.show-for-small-only {
	padding: 30px;
}

.mobile-tab {
	flex-direction: revert;
	row-gap: 15px;
}
.bg-overlay-left::before {
	opacity: 0;
}
.cta-box.top {
	margin-bottom: 0 !important;
}
.mobile-tab h6 a img {
	max-width: 150px;
}
.footer-contact-item .icon-box-new a img {
	max-width: 140px;
}

.deals-offers-cta .owl-nav button.owl-prev {
	left: 0;
}
.deals-offers-cta .owl-nav button.owl-next {
	right: 0;
}


	
}

 

@media only screen and (min-width: 980px) and (max-width:1024px) {
.banner .banner-title {
	font-size: 36px;
	line-height: 1.2;
	max-width: 100%;
	text-align: center;
}

.slide-text, .slide-text p {
	max-width: 100%;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 25px;
	text-align: center;
}
.about-box-border {
	display: none;
}
.bg-light.bg-overlay-left.mobile-app .space-ptb .section-title h2 {
	font-size: 35px;
}
 
.navbar .navbar-nav .nav-link {
	padding: 10px 7px;
	font-size: 12px !important;
}


}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
	.navbar .navbar-nav .nav-link {
	padding: 10px 7px;
	font-size: 12px;
}
.header .is-sticky.navbar {
	top: 15px !important;
	padding: 0 15px;
}
.topbar.header-sticky.is-sticky {
	width: 100%;
	left: 0;
	margin: 0 !important;
}
.header .topbar .d-block.d-md-flex.align-items-center.text-center {
	justify-content: flex-end !important;
	max-width: 780px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.header .is-sticky.navbar .add-listing.d-none.d-sm-block {
	padding-top: 15px;
}
.banner .banner-title {
	font-size: 35px;
	line-height: 1.1;
	max-width: 485px;
}
.slide-text, .slide-text p {
	max-width: 400px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 25px;
}
.hero-bg-video::after {
	width: 56%;
 
}

.counter-img img {
	max-width: 175px;
}

.why-choose .owl-carousel {
	padding: 0 0;
}

	.about-box-border {
	width: 110%;
	max-width: 106%;
	margin-left: -3%;
	height: 65%;
	transform: none !important;
}

.perfect-workout-right .section-title h2 {
	font-size: 40px;
	margin-bottom: 15px !important;
}

.col-md-6.order-0.order-sm-2.perfect-workout-right {
	padding: 0 !important;
}

.feature-box i {
	font-size: 30px;
}

.perfect-workout .feature-box {
	margin-bottom: 30px !important;
	padding: 10px !important;
}


.space-ptb.cta .mb-4.mb-md-5.text-center.px-4 {
	margin-bottom: 20px !important;
	padding: 0 !important;
}

.counter-box p {
	font-size: 20px;
 
}
.counter-box .title {
	font-size: 50px;
 
}
.bg-light.bg-overlay-left.mobile-app .section-title h2 {
	font-size: 40px;
	margin: 10px 0 !important;
}
.bg-light.bg-overlay-left.mobile-app p.pre-title {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

.fot-right {
	padding-left: 40px;
}


.space-ptb.why-choose .section-title h2 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}.navbar .navbar-nav .nav-link {
	padding: 10px 7px;
	font-size: 12px;
}


	
}


@media only screen and (min-width: 1440px) and (max-width:1900px) {
	
.topbar.header-sticky.is-sticky {
	top: 5px !important;
	position: fixed;
	z-index: 9999;
	/* width: 100%; */
	margin-left: 0 !important;
	/* padding: 0 100px !important; */
	right: 164px !important;
	margin-right: 100px;
}
.header .is-sticky.navbar .add-listing.d-none.d-sm-block {
	padding-top: 22px;
}
	
}

@media only screen and (min-width: 1900px) and (max-width:12000px) {
.topbar.header-sticky.is-sticky {
	top: 2px !important;
	position: fixed;
	z-index: 9999;
	/* width: 100%; */
	margin-left: 0 !important;
	/* padding: 0 100px !important; */
	right: 164px !important;
	margin-right: 100px;
}
 
.header .is-sticky.navbar .add-listing.d-none.d-sm-block {
	padding-top: 22px;
}	
	
	
}