/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
	Author's custom styles
========================================================================== */
/*------------------------------ Table Of Content -------------------------

===========================================================================*/
.nav-alignment-flex-end,
.nav-alignment-dynamic {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*=================================================
		  predefinced
===============================================*/
:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #666565;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #101010;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

h1 {
  font-size: 3.125rem;
  font-weight: 900;
}

h2 {
  font-size: 2.625rem;
  margin-bottom: 25px;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

p:last-child {
  margin-bottom: 0px;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

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

.xs-clear-both:before,
.xs-clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

.xs-section-heading,
.xs-section-heading2 {
  margin-bottom: 70px;
  color: #666565;
}

.xs-section-heading h2 span,
.xs-section-heading2 h2 span {
  color: #ff9305;
}

.xs-section-heading p,
.xs-section-heading2 p {
  font-size: 1.125rem;
}

.xs-section-heading2 h2,
.xs-section-heading2 p {
  color: #FFFFFF;
}

.xs-colummn-heading h2,
.xs-colummn-heading2 h2 {
  font-size: 2.25rem;
}

.xs-colummn-heading h2 span,
.xs-colummn-heading2 h2 span {
  color: #ff9305;
}

.xs-colummn-heading2 h2,
.xs-colummn-heading2 p {
  color: #FFFFFF;
}

.xs-bg-cover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.xs-shape {
  position: absolute;
  top: 70px;
  height: 300px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: contain;
}

.xs-line {
  position: relative;
}

.xs-line:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 45px;
  content: "";
  background-color: #ff9305;
}

.xs-water-mark {
  position: absolute;
  font-size: 20rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20rem;
  color: #131313;
  width: 100%;
  text-align: center;
}

.xs-water-mark.medium-size {
  font-size: 21.875rem;
}

.xs-purple-bg {
  background: -webkit-gradient(linear, left top, right top, from(#fa5a47), to(#b8240a));
  background: -webkit-linear-gradient(left, #fa5a47, #b8240a);
  background: -o-linear-gradient(left, #fa5a47, #b8240a);
  background: linear-gradient(to right, #fa5a47, #b8240a);
}

/*=================================================== page element ===============================*/
/*=================================================
		1. header
=================================================*/
.megamenu_lists>li>a {
  padding: 10px;
  color: #101010;
}

.xs-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 1140px;
}

.xs-navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9;
}

.xs-navbar-brand {
  text-decoration: none;
  color: #000000;
}

.xs-navbar-brand>h2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .elementskit-header .elementskit-menu-container {
    position: static;
  }

  .elementskit-megamenu-panel>li {
    display: inline-block;
    width: 25%;
    float: left;
  }
}

.modal-searchPanel .xs-search-group {
  position: relative;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 30px;
  width: 100%;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

.modal-searchPanel .xs-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

.modal-searchPanel .xs-search-panel {
  max-width: 800px;
  margin: 1.75rem auto;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mini_cart_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.xs-empty-content {
  text-align: center;
  padding: 120px 30px 30px;
}

.xs-empty-content .widget-title {
  font-size: 1.375rem;
}

.xs-empty-content .xs-title {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.xs-empty-content .woocommerce-mini-cart__empty-message {
  font-size: 1.25rem;
}

.xs-empty-content .empty-cart-icon {
  font-size: 3.125rem;
}

.sidebar-textwidget .sidebar-logo-wraper {
  margin-bottom: 25px;
}

.sidebar-textwidget>p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sidebar-textwidget .social-list {
  margin-bottom: 30px;
}

.sideabr-list-widget {
  margin-bottom: 25px;
}

.sideabr-list-widget li {
  margin-bottom: 6px;
}

.sideabr-list-widget li i {
  color: #ff9305;
  margin-right: 15px;
}

.sideabr-list-widget li:last-child {
  margin-bottom: 0px;
}

.sideabr-list-widget img {
  margin-right: 15px;
  margin-top: 3px;
}

.sideabr-list-widget p,
.sideabr-list-widget a {
  margin-bottom: 2px;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}

.sideabr-list-widget span {
  display: block;
  font-size: 0.875rem;
  color: #1768dd;
}

.sideabr-list-widget .media-body {
  line-height: 1;
}

.subscribe-from {
  position: relative;
  margin-bottom: 40px;
}

.subscribe-from p {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  color: #1768dd;
}

.subscribe-from label {
  position: absolute;
  bottom: -24px;
  left: 0px;
  margin-bottom: 0;
  line-height: 1;
}

.subscribe-from .form-control {
  border: 1px solid #f5f5f5;
  height: 50px;
  padding-left: 25px;
}

.subscribe-from .sub-btn {
  background-color: transparent;
  border: 0px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 25px;
  cursor: pointer;
  color: #1768dd;
  height: 100%;
}

.subscribe-from .sub-btn:focus {
  outline: none;
}

.subscribe-from .form-group {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
  border-radius: 25px;
  margin-bottom: 0px;
}

.xs-instra-feed .text-primary {
  color: #ff9305 !important;
}

.xs-instra-feed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xs-instra-feed ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 3px;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
  padding-top: 40px;
}

.close-side-widget {
  color: #ff9305;
  font-size: 0.9375rem;
  display: block;
}

.close-side-widget:hover {
  color: #df2109;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-image {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.xs-sidebar-image img {
  height: 235px;
}

.xs-menu-tools>li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.xs-menu-tools>li:last-child {
  margin-right: 0;
}

.xs-menu-tools>li>a {
  color: #101010;
  text-decoration: none;
}

.elementskit-menu-container {
  z-index: 10000;
}

.elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.elementskit-navbar-nav li {
  position: relative;
}

.elementskit-navbar-nav li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.elementskit-navbar-nav li a:hover {
  text-decoration: none;
}

.elementskit-navbar-nav li.elementskit-megamenu-has {
  position: static;
}

.elementskit-navbar-nav>li>a {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: normal;
}

.elementskit-dropdown {
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  background: white;
  background: -webkit-linear-gradient(30deg, white 0%, white 100%);
  background: -o-linear-gradient(30deg, white 0%, white 100%);
  background: linear-gradient(60deg, white 0%, white 100%);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.elementskit-dropdown>li>.elementskit-dropdown {
  left: 100%;
  top: 0;
}

.elementskit-dropdown>li>.elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%;
}

.elementskit-submenu-panel>li>a {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  color: #101010;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.elementskit-navbar-nav li:hover>a,
.elementskit-navbar-nav>li>a:hover {
  color: #ff9305;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

.elementskit-submenu-panel>li:hover>a,
.elementskit-submenu-panel>li>a:hover {
  color: #ff9305;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.elementskit-megamenu-panel {
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: -webkit-linear-gradient(left, white 0%, white 100%);
  background: -o-linear-gradient(left, white 0%, white 100%);
  background: linear-gradient(90deg, white 0%, white 100%);
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
}

.elementskit-overlay {
  display: none;
}

.elementskit-nav-identity-panel {
  display: none;
}

.elementskit-menu-hamburger {
  border: 1px solid rgba(16, 16, 16, 0.2);
  float: right;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background-color: rgba(16, 16, 16, 0.5);
}

.elementskit-menu-hamburger,
.elementskit-menu-close {
  display: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 0.25rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 45px;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon,
.elementskit-menu-close .elementskit-menu-hamburger-icon {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child,
.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child {
  margin-bottom: 0;
}

.elementskit-menu-close {
  border: 1px solid rgba(16, 16, 16, 0.2);
  color: rgba(16, 16, 16, 0.5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.elementskit-dropdown-has:hover>a::after {
  border-color: transparent #ff9305 #ff9305 transparent;
}

.elementskit-dropdown-has>a {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.elementskit-dropdown-has>a:hover::after {
  border-color: transparent #ff9305 #ff9305 transparent;
}

.elementskit-dropdown-has>a::after {
  content: "";
  margin-left: 6px;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #101010 #101010 transparent;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elementskit-submenu-panel .elementskit-dropdown-has:hover>a::after {
  border-color: transparent #ff9305 #ff9305 transparent;
}

.elementskit-submenu-panel .elementskit-dropdown-has>a:hover::after {
  border-color: transparent #ff9305 #ff9305 transparent;
}

@media (min-width: 992px) {
  .elementskit-dropdown .elementskit-dropdown-has>a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .elementskit-menu-container {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
  }

  .elementskit-dropdown {
    min-width: 250px;
  }

  .elementskit-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
  }

  .elementskit-navbar-nav>li>a {
    font-size: 14px;
    color: #101010;
    padding-left: 20px;
    padding-right: 20px;
  }

  .elementskit-dropdown {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
  }

  .elementskit-dropdown-has:hover>.elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .elementskit-menu-container {
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(white));
    background: -webkit-linear-gradient(bottom, white 0%, white 100%);
    background: -o-linear-gradient(bottom, white 0%, white 100%);
    background: linear-gradient(0deg, white 0%, white 100%);
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    left: -450px;
    height: 100%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(68, 68, 68, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    -o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
  }

  .elementskit-menu-container.active {
    left: 0;
  }

  .no-scroller {
    overflow: hidden;
  }

  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
  }

  .elementskit-menu-overlay.active {
    left: 0%;
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }

  .elementskit-menu-hamburger,
  .elementskit-menu-close {
    display: block;
  }

  .elementskit-nav-identity-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }

  .elementskit-nav-identity-panel .elementskit-site-title {
    float: left;
  }

  .elementskit-nav-identity-panel .elementskit-menu-close {
    float: right;
  }

  .elementskit-navbar-nav {
    padding-top: 100px;
  }

  .elementskit-navbar-nav>li>a {
    color: #101010;
    font-size: 13px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .elementskit-navbar-nav>li>a:hover {
    color: #ff9305;
  }

  .elementskit-navbar-nav>li:hover>a {
    color: #ff9305;
  }

  .elementskit-submenu-panel>li>a {
    color: #101010;
    font-size: 13px;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
  }

  .elementskit-dropdown {
    max-height: 0;
    overflow: hidden;
    display: block;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
  }

  .elementskit-dropdown.elementskit-dropdown-open {
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    -o-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }

  .elementskit-navbar-nav>.elementskit-dropdown-has>.elementskit-dropdown li a {
    padding-left: 15px;
  }
}

.xs-header .elementskit-submenu-panel>li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}

.xs-header .elementskit-submenu-panel>li>a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  background: transparent;
}

.xs-navbar-brand a {
  display: inline-block;
}

.xs-header-dark {
  position: relative;
  background: #252525;
}

.xs-header-dark:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  content: "";
  width: calc(50% - 310px);
  z-index: 3;
  -webkit-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
  transform: skew(-22deg);
  background-image: -moz-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
  background-image: -webkit-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
  background-image: -ms-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
}

.xs-header-dark nav {
  width: calc(100% - 420px);
}

.xs-header-dark .xs-navbar-brand {
  margin-top: -48px;
  z-index: 4;
}

.xs-header-dark .xs-menu-top {
  padding: 10px 0;
  background-color: #1e1f1e;
  border-bottom: 1px solid #333333;
}

.xs-header-dark .xs-header-contact {
  margin-left: 260px;
  float: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.xs-header-dark .xs-header-social {
  float: right;
  color: #FFFFFF;
  margin-right: -10px;
}

.xs-header-dark .xs-header-social li {
  display: inline-block;
}

.xs-header-dark .xs-header-social li a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFFFFF;
}

.xs-header-dark .elementskit-navbar-nav {
  height: 54px;
}

.xs-header-dark .elementskit-navbar-nav .elementskit-dropdown-has a:after {
  border-color: #8c8c8c;
}

.xs-header-dark .elementskit-navbar-nav>li>a {
  color: #8c8c8c;
}

.xs-header-dark .elementskit-navbar-nav>li>a:hover {
  color: #FFFFFF;
}

.xs-header-dark .elementskit-navbar-nav>li>a:hover:after {
  border-color: #FFFFFF;
}

.xs-header-dark .elementskit-navbar-nav .elementskit-submenu-panel>li>a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-header-dark .xs-login-nav {
  margin-left: 30px;
  margin-right: 10px;
}

.xs-header-dark .xs-login-nav li {
  display: inline-block;
  margin-left: -4px;
}

.xs-header-dark .xs-login-nav li a {
  position: relative;
  display: block;
  padding: 16px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #101010;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-header-dark .xs-login-nav li a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background: #f0f2f3;
  -webkit-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
  transform: skew(-22deg);
}

.xs-header-dark .xs-login-nav li a.xs-login {
  color: #FFFFFF;
}

.xs-header-dark .xs-login-nav li a.xs-login:before {
  background: #ff9305;
}

.xs-menu-tools li a {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-menu-tools li a:hover {
  color: #ff9305;
}

.xs-menu-tools li a span {
  position: absolute;
  top: -4px;
  right: -8px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  background: #ff9305;
  width: 14px;
  height: 14px;
}

.xs-onepage-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 55;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}

.xs-onepage-header.sticky.xs-header-dark {
  background: #252525;
}

/*=================================================
		2. banner
===============================================*/
.xs-banner {
  padding-top: 245px;
  padding-bottom: 245px;
}

.xs-banner-subtitle {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
}

.xs-banner-title {
  margin-bottom: 35px;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #FFFFFF;
  text-indent: -5px;
}

.xs-banner-title span {
  color: #ff9305;
  text-indent: -5px;
}

.xs-banner-dark {
  padding-top: 200px;
  padding-bottom: 200px;
}

.xs-banner-dark .xs-banner-title {
  font-size: 5rem;
  line-height: 6.25rem;
  text-transform: inherit;
}

.xs-banner-dark-shape {
  top: 270px;
}

.xs-slider-light-owl .owl-item {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-slider-light-owl .owl-item.active {
  visibility: visible;
}

.xs-slider-light-owl .owl-item.active .xs-fadeInLeft {
  -webkit-animation: fadeInLeft 0.6s ease-in-out 300ms both;
  animation: fadeInLeft 0.6s ease-in-out 300ms both;
}

.xs-slider-light-owl .owl-item.active .xs-fadeInRight {
  -webkit-animation: fadeInRight 0.6s ease-in-out 300ms both;
  animation: fadeInRight 0.6s ease-in-out 300ms both;
}

.xs-slider-light-owl .owl-item.active .xs-slideInDown {
  -webkit-animation: slideInDown 0.6s ease-in-out 300ms both;
  animation: slideInDown 0.6s ease-in-out 300ms both;
}

.xs-slider-light-owl .owl-item img {
  max-width: 100%;
  width: inherit;
}

.xs-slider-light-owl .xs-slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 840px;
}

.xs-slider-light-owl .xs-slide-inner .xs-banner-title {
  margin-bottom: 55px;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 6.25rem;
  text-transform: inherit;
  color: #101010;
}

.xs-slider-light-owl .xs-slide-inner .xs-banner-title:before {
  top: inherit;
  bottom: -30px;
}

.xs-slider-light-owl .xs-slide-inner p {
  font-size: 1.25rem;
}

.xs-slider-light-owl .xs-slide-inner .btn {
  margin-top: 20px;
}

.xs-slider-light-owl .xs-before-text,
.xs-slider-light-owl .xs-after-text {
  position: absolute;
  top: 197px;
  font-size: 15.625rem;
  line-height: 15.625rem;
  color: #ee0c08;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.xs-slider-light-owl .xs-before-text::before,
.xs-slider-light-owl .xs-after-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.xs-slider-light-owl .xs-before-text {
  left: calc(50% - 517px);
  background-image: -webkit-linear-gradient(left, #c41330 0%, #ff9305 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xs-slider-light-owl .xs-before-text::before {
  text-shadow: 4.226px 9.063px 15px rgba(0, 0, 0, 0.2);
}

.xs-slider-light-owl .xs-after-text {
  left: calc(50% + 80px);
  background-image: -webkit-linear-gradient(left, #ff9305 0%, #ff7640 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xs-slider-light-owl .xs-after-text::before {
  text-shadow: 8.452px 18.126px 15px rgba(0, 0, 0, 0.15);
}

.xs-slider-light-owl .xs-light-slide-img3 {
  margin-top: 130px;
}

.xs-slider-light-owl .xs-light-slide-img3 img {
  margin: 0 auto;
}

.xs-slider-light-owl .xs-light-slide1 {
  margin-top: 190px;
}

.xs-slider-light-owl .xs-light-slide2 {
  margin-top: 220px;
}

.xs-slider-light-owl .xs-light-slide-img1 {
  margin-left: -465px;
  margin-right: -65px;
  margin-top: 65px;
}

.xs-slider-light-owl .xs-light-slide-img2 {
  margin-left: -400px;
  margin-right: -400px;
  margin-top: 100px;
}

.xs-slider-light-owl .xs-light-slide-imgf {
  margin-left: -320px;
  margin-right: -200px;
  margin-top: 100px;

}

.xs-slider-light-owl .xs-water-mark {
  top: 260px;
  left: -175px;
  z-index: -1;
  font-size: 24.0625rem;
  color: #eaeaea;
}

.xs-banner-light-right {
  top: 17%;
  right: 0;
  width: 120px;
  height: 430px;
  z-index: 2;
}

.xs-banner-light-left {
  top: 25%;
  left: 0;
  height: 380px;
  width: 210px;
}

.xs-clips-wraper {
  position: absolute;
  top: 180px;
  left: 100px;
}

.xs-banner-area {
  padding-top: 130px;
  padding-bottom: 140px;
}

.xs-banner-area .xs-banner-title {
  margin: 0;
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}

.xs-slide-inner .xs-shape {
  z-index: -1;
}

.banner_right_shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner-inner-wraper {
  position: relative;
}

/*=================================================
		3. about us
===============================================*/
.xs-about-us h3 {
  margin: 25px 0 15px;
  font-size: 1.25rem;
}

.xs-about-us i {
  font-size: 3.75rem;
  color: #ff9305;
}

.xs-about-us-about .xs-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.xs-about-us-about .xs-about-us,
.xs-about-us-about .xs-about-us h3 {
  color: #FFFFFF;
}

/*=================================================
		4. services intro
===============================================*/
.xs-services-intro .xs-section-heading,
.xs-services-intro .xs-section-heading2 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.xs-services-intro .xs-btn-wraper {
  text-align: right;
}

/*=================================================
		5. services
===============================================*/
.xs-service {
  position: relative;
  overflow: hidden;
}

.xs-service .xs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}

.xs-service img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.63s ease-in-out;
  -o-transition: all 0.63s ease-in-out;
  transition: all 0.63s ease-in-out;
}

.xs-service:hover p,
.xs-service:hover .btn-primary {
  opacity: 1;
}

.xs-service:hover .xs-service-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.xs-service:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.xs-service:hover .xs-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.xs-service-content {
  padding: 0 70px;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-service-content .xs-icon-wraper,
.xs-service-content h3,
.xs-service-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-service-content .xs-icon-wraper {
  margin: 0 auto;
  border-radius: 50%;
  font-size: 3.75rem;
  line-height: 105px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100px;
  height: 100px;
}

.xs-service-content h3 {
  margin: 30px 0 20px;
  font-size: 1.5rem;
}

.xs-service-content .btn-primary {
  margin-top: 10px;
  padding: 0;
  border-radius: 30px;
  font-size: 32px;
  line-height: 40px;
  width: 80px;
  height: 40px;
}

.xs-service-content p,
.xs-service-content .btn-primary {
  opacity: 0;
}

.xs-classes-light .xs-service {
  margin-bottom: 30px;
}

.xs-classes-light .xs-service-content {
  padding: 0 40px;
}

/*=================================================
		6. help
===============================================*/
.xs-help .xs-section-heading,
.xs-help .xs-section-heading2 {
  margin-bottom: 0;
}

.xs-help h2,
.xs-help .btn {
  margin-top: 20px;
}

.xs-help .xs-video-wraper {
  position: relative;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}

.xs-help .xs-video-shape {
  position: absolute;
  top: 50%;
  right: -50px;
  height: 200px;
  width: 45px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}

.xs-help-light {
  margin-bottom: 30px;
  color: #101010;
}

.xs-help-wm {
  right: 0;
  bottom: 100px;
  z-index: -1;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #dddada;
}

.xs-strength .xs-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.xs-strength .xs-video-shape {
  right: inherit;
  left: -45px;
}

.xs-strength h2 {
  margin-top: 5px;
}

.xs-strength p:not(:nth-last-of-type(1)) {
  margin-bottom: 25px;
}

/*=================================================
		7. class-schedule
===============================================*/
.xs-schedule-table,
.xs-schedule-table-dark,
.xs-schedule-table-light {
  background: rgba(16, 16, 16, 0.9);
}

.xs-schedule-table .table,
.xs-schedule-table-dark .table,
.xs-schedule-table-light .table {
  margin-bottom: 0;
  width: 1110px;
}

.xs-schedule-table .table th,
.xs-schedule-table-dark .table th,
.xs-schedule-table-light .table th {
  padding: 0;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #222;
}

.xs-schedule-table .table thead th,
.xs-schedule-table-dark .table thead th,
.xs-schedule-table-light .table thead th {
  width: 145px;
  height: 85px;
  border-bottom: 1px solid #343434;
}

.xs-schedule-table .table thead th.xs-calendar-index,
.xs-schedule-table-dark .table thead th.xs-calendar-index,
.xs-schedule-table-light .table thead th.xs-calendar-index {
  width: 95px;
  font-size: 30px;
  line-height: 30px;
  background-color: #ff9305;
}

.xs-schedule-table .table thead th span,
.xs-schedule-table-dark .table thead th span,
.xs-schedule-table-light .table thead th span {
  display: block;
  border-right: 1px solid #434343;
}

.xs-schedule-table .table thead th:first-child span,
.xs-schedule-table-dark .table thead th:first-child span,
.xs-schedule-table-light .table thead th:first-child span,
.xs-schedule-table .table thead th:last-child span,
.xs-schedule-table-dark .table thead th:last-child span,
.xs-schedule-table-light .table thead th:last-child span {
  border-right: 0;
}

.xs-schedule-table .table tbody th,
.xs-schedule-table-dark .table tbody th,
.xs-schedule-table-light .table tbody th {
  width: 95px;
  border-top: 1px solid #343433;
}

.xs-schedule-table .table tbody tr:last-child td,
.xs-schedule-table-dark .table tbody tr:last-child td,
.xs-schedule-table-light .table tbody tr:last-child td {
  border-bottom: 0;
}

.xs-schedule-table .table tbody tr td:last-child,
.xs-schedule-table-dark .table tbody tr td:last-child,
.xs-schedule-table-light .table tbody tr td:last-child {
  border-right: 0;
}

.xs-schedule-table .table tbody td,
.xs-schedule-table-dark .table tbody td,
.xs-schedule-table-light .table tbody td {
  position: relative;
  padding: 0;
  height: 99px;
  border: 1px solid #343433;
  text-transform: uppercase;
  text-align: center;
}

.xs-schedule-table .table tbody td .xs-schedule-info,
.xs-schedule-table-dark .table tbody td .xs-schedule-info,
.xs-schedule-table-light .table tbody td .xs-schedule-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info h3 {
  opacity: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info h4 {
  margin-top: -20px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover {
  top: -23px;
  height: calc(100% + 23px);
  z-index: 999;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #ff9305;
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover,
.xs-schedule-table .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
  color: #fff;
}


.xs-schedule-table .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
  margin-top: 10px;
}


.xs-schedule-table .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover span,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover span {
  color: #ff9305;
  background-color: #fff;
}

.xs-schedule-table .table tbody td p,
.xs-schedule-table-dark .table tbody td p,
.xs-schedule-table-light .table tbody td p {
  margin-bottom: 10px;
  font-size: 13px;
}

.xs-schedule-table .table tbody td span,
.xs-schedule-table-dark .table tbody td span,
.xs-schedule-table-light .table tbody td span {
  display: block;
  width: 100%;
  background: #ff9305;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.class-schedule-area {
  position: relative;
}

.class-schedule-area .xs-water-mark {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.04);
  font-display: 21.875rem;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info,
.xs-schedule-table-light .table tbody td .xs-schedule-info {
  background: transparent !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info p,
.xs-schedule-table-light .table tbody td .xs-schedule-info p {
  color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info span,
.xs-schedule-table-light .table tbody td .xs-schedule-info span {
  color: #FFFFFF !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover {
  background: #fff !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover p,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover p {
  color: #101010 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
  color: #ff9305 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover span {
  background-color: #ff9305 !important;
  color: #fff !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1 span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1 span {
  background-color: #f2be54;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover h4 {
  color: #f2be54 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover span {
  background-color: #f2be54 !important;
  color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2 span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2 span {
  background-color: #4fb99f;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2:hover h4 {
  color: #4fb99f !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2:hover span {
  background-color: #4fb99f !important;
  color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3 span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3 span {
  background-color: #bf8cff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3:hover h4 {
  color: #bf8cff !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3:hover span {
  background-color: #bf8cff !important;
  color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4 span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-4 span {
  background-color: #ca0000;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-4:hover h4 {
  color: #ca0000 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4:hover span,
.xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-4:hover span {
  background-color: #ca0000 !important;
  color: #fff;
}

.xs-class-schedule-light .xs-water-mark {
  color: #f2f2f2;
}

.xs-schedule-table-light {
  background: transparent;
}

.xs-schedule-table-light .table th {
  background: #f1f1f1;
  color: #101010;
}

.xs-schedule-table-light .table th.xs-calendar-index {
  background-color: #222 !important;
  color: #fff;
}

.xs-schedule-table-light .table thead th {
  border-color: #f0f0f0;
}

.xs-schedule-table-light .table thead span {
  border-color: #d8d8d8 !important;
}

.xs-schedule-table-light .table tbody th {
  border-color: #f0f0f0 !important;
}

.xs-schedule-table-light .table tbody td {
  border-color: #f0f0f0;
}

.xs-schedule-table-light .table tbody td .xs-schedule-info h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info span,
.xs-schedule-table-light .table tbody td .xs-schedule-info p {
  color: #101010;
}

/*=================================================
		8. trainer
===============================================*/
.xs-team-wraper {
  position: relative;
}

.xs-team-wraper .xs-team-right-shape {
  top: 210px;
  right: 0;
  height: 180px;
  width: 85px;
}

.xs-team-wraper .xs-team-shape {
  top: 43%;
}

.xs-team {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-team h3 {
  font-size: 1.25rem;
}

.xs-team h3 a {
  color: #101010;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-team p {
  margin: 0;
}

.xs-team:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.xs-team:hover .xs-team-overlay {
  right: 0;
}

.xs-team:hover h3 a {
  color: #ff9305;
}

.xs-team-thumb {
  position: relative;
  overflow: hidden;
}

.xs-team-thumb img {
  width: 100%;
  -webkit-transition: all 0.43s ease;
  -o-transition: all 0.43s ease;
  transition: all 0.43s ease;
}

.xs-team-thumb:hover img {
  -webkit-transform: translateX(-40px) scale(1.1);
  -ms-transform: translateX(-40px) scale(1.1);
  transform: translateX(-40px) scale(1.1);
}

.xs-team-content {
  padding: 23px 20px 25px;
  text-align: center;
}

.xs-team-overlay {
  position: absolute;
  top: 0;
  right: -100px;
  height: 100%;
  background-color: #ff9305;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-team-share {
  display: table-cell;
  vertical-align: middle;
}

.xs-team-share a {
  display: block;
  padding: 12px;
  color: #FFFFFF;
}

.xs-team-trainers .xs-team,
.xs-team-about .xs-team {
  margin-bottom: 30px;
}

.xs-trainer-shape {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 40%;
}

.xs-team-about .xs-team-share a {
  padding: 16px 18px;
  font-size: 20px;
}

/*=================================================
		9. bmi
===============================================*/
.xs-bmi .xs-colummn-heading,
.xs-bmi .xs-colummn-heading2,
.xs-bmi .xs-colummn-heading2 {
  padding-top: 40px;
}

.xs-bmi .xs-bmi-table {
  padding: 30px 40px 0 0;
}

.xs-bmi .xs-bmi-table table {
  color: #FFFFFF;
  background-color: transparent;
}

.xs-bmi .xs-bmi-table table caption {
  padding-top: 45px;
  color: #FFFFFF;
}

.xs-bmi .xs-bmi-table table thead {
  background-color: #222222;
}

.xs-bmi .xs-bmi-table table td,
.xs-bmi .xs-bmi-table table th {
  padding: 13px 40px;
  border-color: #222222;
  font-size: 1.25rem;
}

.xs-bmi .xs-bmi-table table td {
  padding: 18px 40px;
  font-size: 1rem;
}

.xs-bmi #xs-bmi-info {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.xs-bmi #xs-bmi-info {
  margin-top: 50px;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #101010;
}

.xs-bmi #xs-bmi-info .xs-icon {
  padding: 14px 28px;
  float: left;
  font-size: 25px;
  color: #FFFFFF;
}

.xs-bmi #xs-bmi-info p {
  margin-bottom: 0;
  padding: 21px 28px;
  float: left;
}

.xs-bmi-light .xs-bmi-table table,
.xs-bmi-light .xs-bmi-table table td,
.xs-bmi-light .xs-bmi-table table caption {
  color: #666565;
}

.xs-bmi-light .xs-bmi-table table th {
  color: #FFFFFF;
}

.xs-bmi-light .xs-bmi-table table td {
  border-color: #e5e5e5;
}

/*=================================================
		10. testimonial
===============================================*/
.xs-testimonial-wraper {
  position: relative;
}

.xs-testimonial-wraper .xs-testimonial-shape {
  top: 50px;
  left: 0;
}

.xs-testimonial-grid .owl-item,
.xs-testimonial-owl .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-testimonial-grid .owl-item.active,
.xs-testimonial-owl .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.xs-testimonial-grid .item,
.xs-testimonial-owl .item {
  padding-top: 20px;
  text-align: center;
}

.xs-testimonial-grid .item i,
.xs-testimonial-owl .item i {
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  z-index: -1;
  font-size: 3.75rem;
  color: #e5e5e5;
}

.xs-testimonial-grid .item p,
.xs-testimonial-owl .item p {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
}

.xs-testimonial-grid .item .xs-testimonial-profile,
.xs-testimonial-owl .item .xs-testimonial-profile {
  display: inline-block;
  margin: 20px 0 35px;
  text-align: center;
}

.xs-testimonial-grid .item .xs-testimonial-profile .xs-profile-thumb,
.xs-testimonial-owl .item .xs-testimonial-profile .xs-profile-thumb {
  margin-right: 20px;
  padding: 5px;
  border-radius: 50%;
  float: left;
  background-color: #ededed;
  width: 80px;
  height: 80px;
}

.xs-testimonial-grid .item .xs-testimonial-profile .xs-profile-info,
.xs-testimonial-owl .item .xs-testimonial-profile .xs-profile-info {
  margin-top: 20px;
  float: left;
  text-align: left;
}

.xs-testimonial-grid .item .xs-testimonial-profile .xs-profile-info h3,
.xs-testimonial-owl .item .xs-testimonial-profile .xs-profile-info h3 {
  margin-bottom: 5px;
  font-size: 1.125rem;
}

.xs-testimonial-grid .item .xs-testimonial-profile .xs-profile-info p,
.xs-testimonial-owl .item .xs-testimonial-profile .xs-profile-info p {
  margin: 0;
  font-size: 1rem;
  font-style: normal;
}

.xs-testimonial-grid .owl-dots .owl-dot span,
.xs-testimonial-owl .owl-dots .owl-dot span {
  height: 4px;
  width: 4px;
  margin: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  background-color: rgba(246, 60, 37, 0.5);
}

.xs-testimonial-grid .owl-dots .owl-dot.active span,
.xs-testimonial-owl .owl-dots .owl-dot.active span {
  background-color: #ff9305;
  width: 22px;
  border-radius: 2px;
}

.xs-testimonial-dark .item {
  padding-top: 20px;
}

.xs-testimonial-dark .item p {
  color: #FFFFFF;
}

.xs-testimonial-dark .item i {
  top: 0;
  color: #414141;
}

.xs-testimonial-dark .item .xs-testimonial-profile h3 {
  color: #FFFFFF;
}

.xs-testimonial-dark .owl-dots .owl-dot span {
  background-color: #878888;
}

.xs-testimonial-dark .owl-dots .owl-dot.active span,
.xs-testimonial-dark .owl-dots .owl-dot:hover span {
  background-color: #FFFFFF;
}

.xs-testimonial-grid-shape {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 25%;
}

.xs-testimonial-grid .owl-stage-outer {
  margin-top: -20px;
  padding: 20px 0 40px;
}

.xs-testimonial-grid .item {
  padding: 50px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.xs-testimonial-grid .item i {
  top: 28px;
  z-index: 0;
}

.xs-testimonial-grid .item p {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

.xs-testimonial-grid .item .xs-testimonial-profile {
  margin-top: 10px;
}

/*=================================================
		11. pricing
===============================================*/
.xs-pricing-shape {
  top: 135px;
}

.xs-pricing {
  padding: 50px;
  margin-bottom: 35px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-pricing h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.xs-pricing p {
  font-size: 4.5rem;
}

.xs-pricing p span {
  font-weight: 700;
  color: #ff9305;
}

.xs-pricing p sup {
  top: -40px;
  left: 15px;
  font-size: 1.75rem;
  color: #ff9305;
}

.xs-pricing p sub {
  bottom: 0;
  right: 10px;
  font-size: 1.25rem;
}

.xs-pricing ul li {
  padding: 8px;
}

.xs-pricing .btn-primary {
  margin-top: 35px;
  padding: 10px 40px;
  background-color: #101010;
}

.xs-pricing:hover .btn-primary:not(:disabled):not(.disabled):active,
.xs-pricing:hover .btn-primary:focus,
.xs-pricing:hover .btn-primary {
  background-color: #ff9305;
}

.xs-pricing-white .xs-pricing .xs-line:before,
.xs-pricing-dark .xs-pricing .xs-line:before {
  top: inherit;
  bottom: -20px;
  left: calc(50% - 16px);
  height: 2px;
  width: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-pricing-white .xs-pricing p,
.xs-pricing-dark .xs-pricing p {
  margin-top: 40px;
  font-size: 3.375rem;
}

.xs-pricing-white .xs-pricing p sup,
.xs-pricing-dark .xs-pricing p sup {
  top: -32px;
}

.xs-pricing-white .xs-pricing .btn-primary,
.xs-pricing-dark .xs-pricing .btn-primary {
  margin-top: 25px;
  padding: 10px 30px;
}

.xs-pricing-white [class^=col]:last-child .xs-pricing,
.xs-pricing-dark [class^=col]:last-child .xs-pricing {
  border-right: 0;
}

.xs-pricing-dark-shape {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 25%;
}

.xs-pricing-dark .xs-pricing {
  margin-bottom: 10px;
  border-right: 1px solid #2e2e2e;
  color: #FFFFFF;
  background-color: #222222;
}

.xs-pricing-dark .xs-pricing h3,
.xs-pricing-dark .xs-pricing p span,
.xs-pricing-dark .xs-pricing sup {
  color: #FFFFFF;
}

.xs-pricing-dark .xs-pricing .btn-primary {
  background-color: #ff9305;
}

.xs-pricing-dark .xs-pricing:hover,
.xs-pricing-dark .xs-pricing.isActive {
  background-color: #ff9305;
}

.xs-pricing-dark .xs-pricing:hover .xs-line:before,
.xs-pricing-dark .xs-pricing:hover .btn-primary:not(:disabled):not(.disabled):active,
.xs-pricing-dark .xs-pricing:hover .btn-primary:focus,
.xs-pricing-dark .xs-pricing:hover .btn-primary,
.xs-pricing-dark .xs-pricing.isActive .xs-line:before,
.xs-pricing-dark .xs-pricing.isActive .btn-primary:not(:disabled):not(.disabled):active,
.xs-pricing-dark .xs-pricing.isActive .btn-primary:focus,
.xs-pricing-dark .xs-pricing.isActive .btn-primary {
  color: #101010;
  background-color: #FFFFFF;
}

.xs-pricing-white {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.xs-pricing-white .xs-pricing {
  margin-bottom: 0;
  border-right: 1px solid #f0f0f0;
  color: #101010;
  background-color: #FFFFFF;
}

.xs-pricing-white .xs-pricing .btn-primary,
.xs-pricing-white .xs-pricing:hover {
  background-color: #ff9305;
}

.xs-pricing-white .xs-pricing:hover,
.xs-pricing-white .xs-pricing:hover h3,
.xs-pricing-white .xs-pricing:hover p span,
.xs-pricing-white .xs-pricing:hover sup {
  color: #FFFFFF;
}

.xs-pricing-white .xs-pricing:hover .btn-primary:not(:disabled):not(.disabled):active,
.xs-pricing-white .xs-pricing:hover .btn-primary:focus,
.xs-pricing-white .xs-pricing:hover .btn-primary {
  color: #FFFFFF;
  background-color: #101010;
}

.xs-pricing-white .xs-pricing:hover .xs-line:before {
  background-color: #FFFFFF;
}

.xs-pricing-shape-wraper .xs-pricing-shape {
  top: 180px;
}

/*=================================================
		12. blog
===============================================*/
.xs-blog-shape {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 10%;
}

.xs-blog {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-blog:hover h3:after {
  background-color: #666666;
}

.xs-blog:hover .xs-share-trigger,
.xs-blog:hover p,
.xs-blog:hover a,
.xs-blog:hover a:hover,
.xs-blog:hover a:focus {
  color: #FFFFFF;
}

.xs-blog:hover .xs-blog-content {
  background-color: rgba(0, 0, 0, 0.55);
}

.xs-blog:hover .xs-blog-img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}

.xs-blog .xs-blog-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.xs-blog .xs-blog-img img {
  width: 100%;
}

.xs-blog .xs-blog-content {
  position: relative;
  padding: 35px 25px 25px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-blog h3 {
  position: relative;
  margin: 15px 0 40px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: none;
}

.xs-blog h3:after {
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #e5e5e5;
}

.xs-blog h3 a {
  color: #101010;
}

.xs-blog h3 a:hover,
.xs-blog h3 a:focus {
  color: #FFFFFF;
}

.xs-blog h3,
.xs-blog h3:after,
.xs-blog h3 a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-blog .xs-share-trigger {
  position: relative;
  float: right;
  font-size: 20px;
  color: #ff9305;
  cursor: pointer;
}

.xs-blog .xs-share-trigger:hover .xs-share-content {
  visibility: visible;
  top: -38px;
  opacity: 1;
}

.xs-blog .xs-share-content {
  display: block;
  position: absolute;
  right: -20px;
  top: -100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  padding: 0 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-blog .xs-share-content:before {
  position: absolute;
  right: 15px;
  bottom: -8px;
  content: '';
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #ffffff transparent transparent transparent;
}

.xs-blog .xs-share-content li {
  display: inline-block;
}

.xs-blog .xs-share-content li:last-child {
  margin-right: 0px;
}

.xs-blog .xs-share-content li a {
  display: block;
  padding: 0 6px 8px;
  font-size: 12px;
  text-align: center;
}

.xs-blog .xs-share-content li a.xs-facebook,
.xs-blog .xs-share-content li a.xs-facebook:hover,
.xs-blog .xs-share-content li a.xs-facebook:focus {
  color: #283b8e;
}

.xs-blog .xs-share-content li a.xs-twitter,
.xs-blog .xs-share-content li a.xs-twitter:hover,
.xs-blog .xs-share-content li a.xs-twitter:focus {
  color: #0096ff;
}

.xs-blog .xs-share-content li a.xs-google-plus,
.xs-blog .xs-share-content li a.xs-google-plus:hover,
.xs-blog .xs-share-content li a.xs-google-plus:focus {
  color: #ff4621;
}

.xs-blog .xs-share-content li a.xs-instagram,
.xs-blog .xs-share-content li a.xs-instagram:hover,
.xs-blog .xs-share-content li a.xs-instagram:focus {
  color: #ff2975;
}

.xs-blog-admin {
  margin-top: 25px;
}

.xs-blog-admin .xs-blog-avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  float: left;
}

.xs-blog-admin p {
  margin-top: 4px;
  float: left;
}

.xs-blog-data a {
  color: #ff9305;
}

.xs-blog-data a:not(:first-child) {
  margin-left: 30px;
}

/*=================================================
		13. health
===============================================*/
.xs-health {
  color: #b3b3b3;
}

.xs-health .twentytwenty-horizontal .twentytwenty-handle {
  background-image: -moz-linear-gradient(90deg, #c41330 0%, #ff9305 100%);
  background-image: -webkit-linear-gradient(90deg, #c41330 0%, #ff9305 100%);
  background-image: -ms-linear-gradient(90deg, #c41330 0%, #ff9305 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c41330), to(#ff9305));
  background: -webkit-linear-gradient(left, #c41330, #ff9305);
  background: -o-linear-gradient(left, #c41330, #ff9305);
  background: linear-gradient(90deg, #c41330, #ff9305);
}

.xs-health .twentytwenty-horizontal .twentytwenty-handle:before {
  background-image: -moz-linear-gradient(#ff9305, #e32f2d);
  background-image: -webkit-linear-gradient(#ff9305, #e32f2d);
  background-image: -ms-linear-gradient(#ff9305, #e32f2d);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9305), to(#e32f2d));
  background: -webkit-linear-gradient(#ff9305, #e32f2d);
  background: -o-linear-gradient(#ff9305, #e32f2d);
  background: linear-gradient(#ff9305, #e32f2d);
}

.xs-health .twentytwenty-horizontal .twentytwenty-handle:after {
  background-image: -moz-linear-gradient(#e32f2d, #c41330);
  background-image: -webkit-linear-gradient(#e32f2d, #c41330);
  background-image: -ms-linear-gradient(#e32f2d, #c41330);
  background: -webkit-gradient(linear, left top, left bottom, from(#e32f2d), to(#c41330));
  background: -webkit-linear-gradient(#e32f2d, #c41330);
  background: -o-linear-gradient(#e32f2d, #c41330);
  background: linear-gradient(#e32f2d, #c41330);
}

/*=================================================
		14. shop
===============================================*/
.xs-shop {
  position: relative;
  margin-bottom: 75px;
  text-align: center;
}

.xs-shop .xs-shop-thumb {
  position: relative;
}

.xs-shop .xs-shop-thumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  opacity: 0;
  visibility: hidden;
}

.xs-shop .xs-shop-inner {
  position: absolute;
  top: 50%;
  width: 100%;
}

.xs-shop .btn-primary {
  padding: 8px 28px;
  opacity: 0;
}

.xs-shop .xs-price-badge {
  display: inline-block;
  margin: 5px 0 45px 180px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  background: #c41330;
  background: -webkit-linear-gradient(299deg, #c41330 35%, #ff9305 100%);
  background: -o-linear-gradient(299deg, #c41330 35%, #ff9305 100%);
  background: linear-gradient(151deg, #c41330 35%, #ff9305 100%);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.43);
  color: #FFFFFF;
  width: 80px;
  height: 80px;
}

.xs-shop h3 {
  font-size: 1.5rem;
}

.xs-shop h3 a {
  color: #101010;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.xs-shop:hover .btn-primary {
  opacity: 1;
  -webkit-animation: zoomIn 600ms ease-in-out;
  animation: zoomIn 600ms ease-in-out;
}

.xs-shop:hover .xs-shop-thumb:after {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn 400ms ease-in-out;
  animation: fadeIn 400ms ease-in-out;
}

.xs-shop:hover .xs-shop-thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.xs-shop:hover h3 a {
  color: #ff9305;
}

.xs-shop-dark .xs-shop h3 {
  color: #FFFFFF;
}

.xs-shop-dark .xs-shop h3 a {
  color: #FFFFFF;
}

.xs-shop-dark .xs-shop .xs-shop-thumb:after {
  background: rgba(16, 16, 16, 0.4);
}

.xs-shop-dark .xs-shop:hover h3 a {
  color: #ff9305;
}

/*=================================================
		15. map about
===============================================*/
.xs-map-about {
  height: 100%;
}

.xs-contact-info {
  padding: 80px 30px 70px;
  background-color: #222222;
}

.xs-contact-info ul {
  margin-top: 35px;
}

.xs-contact-info ul li:not(:last-child) {
  border-bottom: 1px solid #393939;
}

.xs-contact-info ul li span {
  width: 145px;
  float: left;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.xs-contact-info ul li p {
  overflow: hidden;
}

.xs-contact-info ul li>a {
  padding: 10px 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-contact-info ul li>a.active,
.xs-contact-info ul li>a:hover {
  background-color: #ff9305;
}

/*=================================================
		16. strength
===============================================*/
.xs-health-shape {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 25%;
}

.xs-health-service {
  position: relative;
  padding: 90px 0;
  color: #FFFFFF;
}

.xs-health-service .xs-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.xs-health-service .xs-health-service-img {
  position: absolute;
  bottom: -90px;
}

.xs-health-service ul {
  padding: 5px 0 0 17px;
}

.xs-health-service ul li {
  list-style: disc;
  padding: 4px 0;
}

/*=================================================
		17. trainer details
===============================================*/
.xs-trainer-details .xs-column-heading {
  margin-bottom: 5px;
  overflow: hidden;
}

.xs-trainer-details .xs-column-heading h2 {
  line-height: 2.25rem;
}

.xs-trainer-details .xs-trainer-thumb img {
  width: 100%;
}

.xs-trainer-details ul li {
  margin-bottom: 22px;
  overflow: hidden;
}

.xs-trainer-details ul li span {
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  color: #101010;
}

.xs-trainer-details ul li p {
  overflow: hidden;
  font-size: 1.125rem;
}

.xs-trainer-details ul li p>a {
  color: inherit;
}

.xs-trainer-details .xs-social-icons li {
  display: inline-block;
  padding: 5px 20px 5px 0;
}

.xs-trainer-details .xs-social-icons li a {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-trainer-details .xs-social-icons li a:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'iconfont' !important;
  content: "\ea87";
  speak: none;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
}

.xs-trainer-details .xs-social-icons li a.xs-facebook {
  color: #283b8e;
}

.xs-trainer-details .xs-social-icons li a.xs-twitter {
  color: #0096ff;
}

.xs-trainer-details .xs-social-icons li a.xs-linkedin {
  color: #3f729b;
}

.xs-trainer-details .xs-social-icons li a.xs-instagram {
  color: #ff2074;
}

.xs-trainer-details .xs-trainer-skills {
  margin-top: 55px;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}

.xs-trainer-details .xs-trainer-skills ul li {
  margin-bottom: 25px;
}

.xs-trainer-details .xs-trainer-skills ul li p {
  margin: 0;
}

.xs-trainer-details .xs-trainer-skills ul li p span {
  float: left;
  margin: 0;
}

.xs-trainer-details .xs-trainer-skills ul li p span.xs-skill {
  float: right;
}

.xs-trainer-details .xs-trainer-skills .progress {
  height: 6px;
  background-color: #f2f2f2;
}

.xs-trainer-details .xs-trainer-skills .progress .progress-bar {
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
  background-image: -webkit-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
  background-image: -ms-linear-gradient(0deg, #c41330 0%, #ff9305 100%);
}

/*=================================================
		18. service info
===============================================*/
/*=================================================
		19. team carousel
===============================================*/
.xs-team-grid .xs-line {
  margin: 0 0 55px;
  font-size: 36px;
}

.xs-team-grid .xs-line:before {
  top: 115px;
  height: 3px;
}

.xs-team-grid .xs-team {
  margin-top: 0;
}

.xs-team-grid .owl-stage-outer {
  padding: 12px 0 30px;
}

.xs-team-carousel .owl-nav {
  position: absolute;
  left: -270px;
  bottom: 88px;
}

.xs-team-carousel .owl-nav button.owl-next,
.xs-team-carousel .owl-nav button.owl-prev {
  display: inline-block;
  padding: 0 18px 8px !important;
  font-size: 2.5rem;
  line-height: 2.5rem;
  background-color: #f5f5f5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-team-carousel .owl-nav button.owl-next:hover,
.xs-team-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
  background-color: #ff9305;
}

.xs-team-carousel .owl-nav button.owl-next span,
.xs-team-carousel .owl-nav button.owl-prev span {
  line-height: 30px;
}

/*=================================================
		20. contact
===============================================*/
.xs-map-contact {
  height: 450px;
}

.xs-contact-list h3 {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.xs-contact-list i {
  margin-right: 5px;
  color: #ff9305;
  background-image: -webkit-linear-gradient(-45deg, #ff9305 0%, #fc6942 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xs-contact-list>P>a {
  color: inherit;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.xs-contact-list>P>a:hover {
  color: #ff9305;
}

.xs-contact-list ul li {
  margin-bottom: 10px;
}

.xs-contact-list ul li span,
.xs-contact-list ul li a {
  color: #101010;
}

.xs-contact-list ul li span {
  margin-right: 10px;
  float: left;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 800;
}

.xs-contact-list ul li a {
  font-size: 1rem;
  line-height: 1rem;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.xs-contact-list ul li a:hover {
  color: #ff9305;
}

.map-tab {
  height: 100%;
}

.map-tab .tab-pane {
  height: 100%;
}

.map-tab .tab-pane>iframe {
  width: 100%;
  height: 100%;
}

.list-unstyled.nav-tabs {
  border-bottom: 0px solid #000;
}

.list-unstyled.nav-tabs>li>a {
  display: block;
}

.list-unstyled.nav-tabs>li>a>span {
  color: #ffffff;
}

/*=================================================
		21. contact form
===============================================*/
.xs-contact-form,
.xs-dark-shadow {
  position: relative;
  margin-top: -80px;
  padding: 70px 100px 60px 90px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06);
}

.xs-contact-form .xs-section-heading,
.xs-dark-shadow .xs-section-heading,
.xs-contact-form .xs-section-heading2,
.xs-dark-shadow .xs-section-heading2 {
  margin-bottom: 0;
}

.xs-contact-form .xs-section-heading p,
.xs-dark-shadow .xs-section-heading p,
.xs-contact-form .xs-section-heading2 p,
.xs-dark-shadow .xs-section-heading2 p {
  font-size: 1rem;
}

.xs-contact-form .xs-form,
.xs-dark-shadow .xs-form {
  margin-top: 30px;
}

.xs-contact-form .xs-form .xs-form-anim,
.xs-dark-shadow .xs-form .xs-form-anim {
  padding-top: 35px;
}

.xs-contact-form .xs-form .xs-message-box,
.xs-dark-shadow .xs-form .xs-message-box {
  padding-top: 30px;
}

.xs-contact-form .xs-form .xs-message-box .input-label,
.xs-dark-shadow .xs-form .xs-message-box .input-label {
  top: 35px;
  bottom: inherit;
}

.xs-contact-form .xs-form .xs-message-box.active .input-label,
.xs-dark-shadow .xs-form .xs-message-box.active .input-label {
  top: 13px;
  bottom: inherit;
}

.xs-contact-form .xs-form .xs-message-box textarea,
.xs-dark-shadow .xs-form .xs-message-box textarea {
  height: 206px;
  padding-top: 12px;
  resize: none;
}

.xs-contact-form .xs-form .btn-primary,
.xs-dark-shadow .xs-form .btn-primary {
  padding: 15px 35px;
}

.xs-form .custom-control-label {
  color: #FFFFFF;
}

.xs-form .custom-control-label::before {
  background-color: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-form .custom-control-label::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-form .custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #ff9305;
}

.xs-form .custom-radio .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.xs-form .custom-radio .custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 60, 37, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(246, 60, 37, 0.25);
}

.xs-dark-shadow {
  background: #121212;
}

/*=================================================
		22. call to action
===============================================*/
.xs-cta .xs-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.xs-cta .xs-btn-wraper {
  text-align: right;
}

.xs-cta .xs-section-heading,
.xs-cta .xs-section-heading2,
.xs-cta h2 {
  margin: 0;
}

/*=================================================
		23. footer
===============================================*/
/* Footer Top */
.xs-footer-top {
  padding-top: 80px;
  padding-bottom: 60px;
  color: #FFFFFF;
  background-color: #101010;
}

.xs-footer-subscribe .widget-title {
  margin-bottom: 50px;
  text-transform: capitalize;
}

.xs-footer-subscribe .xs-subscribe-form {
  margin-top: 30px;
}

.xs-footer-subscribe .xs-subscribe-form .form-group {
  margin-bottom: 5px;
}

.xs-footer-subscribe .xs-subscribe-form .form-control {
  padding: 12px 15px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #b1b2b2;
  background-color: rgba(255, 255, 255, 0.09);
}

.xs-footer-subscribe .xs-subscribe-form .form-control.error {
  border: 1px solid #ff9305;
}

.xs-footer-subscribe .xs-subscribe-form input::-webkit-input-placeholder {
  color: #8c8d8d;
  font-size: 14px;
}

.xs-footer-subscribe .xs-subscribe-form input::-moz-placeholder {
  color: #8c8d8d;
  font-size: 14px;
}

.xs-footer-subscribe .xs-subscribe-form input::-ms-input-placeholder {
  color: #8c8d8d;
  font-size: 14px;
}

.xs-footer-subscribe .xs-subscribe-form input:-ms-input-placeholder {
  color: #8c8d8d;
  font-size: 14px;
}

.xs-footer-subscribe .xs-subscribe-form input::placeholder {
  color: #8c8d8d;
  font-size: 14px;
}

.xs-footer-subscribe .xs-subscribe-form button {
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-footer-subscribe .xs-subscribe-form button:hover,
.xs-footer-subscribe .xs-subscribe-form button:focus {
  background-color: #ff9305;
  border-color: #ff9305;
}

.footer-widget ul li {
  padding: 10px 0;
}

.footer-widget ul li a {
  color: #FFFFFF;
}

.footer-widget .xs-footer-contact-info {
  margin-top: 0;
}

.footer-widget .xs-footer-contact-info li {
  padding-bottom: 15px;
}

.footer-widget .xs-footer-contact-info i {
  margin-right: 15px;
  float: left;
  font-size: 20px;
  line-height: 26px;
  color: #ff9305;
}

.footer-widget .xs-footer-contact-info p {
  margin-bottom: 0;
  overflow: hidden;
}

.footer-widget .xs-footer-contact-info p .xs-phone-number {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.75rem;
  color: #FFFFFF;
}

.xs-footer-logo {
  margin-bottom: 30px;
}

.widget-title {
  margin: 15px 0 40px;
  font-size: 1.5rem;
  color: #FFFFFF;
}

/* Footer Bottom */
.xs-footer-bottom {
  color: #FFFFFF;
  background-color: #000;
}

.xs-footer-bottom ul li {
  display: inline-block;
  padding: 22px 10px;
}

.xs-footer-bottom ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-footer-bottom ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'iconfont' !important;
  content: "\ea87";
  speak: none;
  color: #808080;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
}

.xs-footer-bottom ul li a:hover {
  color: #ff9305;
}

.xs-footer-bottom ul li a:hover:after {
  color: #ff9305;
}

/*=================================================
		  inheritance element
===============================================*/
/* section padding */
.xs-section-padding {
  padding: 90px 0;
}

.xs-section-padding-lg {
  padding: 100px 0;
}

.xs-section-padding-sm {
  padding: 70px 0;
}

.xs-section-padding-xs {
  padding: 50px 0;
}

.xs-pb-sm {
  padding-bottom: 70px;
}

.xs-pt-xs {
  margin-top: 50px;
}

.btn-primary {
  padding: 15px 30px;
  border: 0;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #ff9305;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-primary span {
  margin-left: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  font-weight: normal;
}

.btn-primary i {
  margin-left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border: 0;
  outline: 0;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background-color: #c41330;
}

.btn-primary:not(:disabled):not(.disabled):active i,
.btn-primary:not(:disabled):not(.disabled):active:focus i,
.btn-primary:hover i,
.btn-primary:focus i,
.btn-primary:active i {
  margin-left: 10px;
}

.xs-video-btn {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 75px;
  background-image: -moz-linear-gradient(-45deg, #fc6942 0%, #ee0c08 100%);
  background-image: -webkit-linear-gradient(-45deg, #fc6942 0%, #ee0c08 100%);
  background-image: -ms-linear-gradient(-45deg, #fc6942 0%, #ee0c08 100%);
  background: -webkit-linear-gradient(135deg, #fc6942 0%, #ee0c08 100%);
  background: -o-linear-gradient(135deg, #fc6942 0%, #ee0c08 100%);
  background: linear-gradient(-45deg, #fc6942 0%, #ee0c08 100%);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(246, 60, 37, 0.35);
  box-shadow: 0px 5px 10px 0px rgba(246, 60, 37, 0.35);
  width: 75px;
  height: 75px;
}

.xs-video-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: xs-pulse-anim 1.6s cubic-bezier(0.66, 0.3, 0.2, 1) infinite;
  animation: xs-pulse-anim 1.6s cubic-bezier(0.66, 0.3, 0.2, 1) infinite;
}

.xs-video-btn,
.xs-video-btn:hover,
.xs-video-btn:focus {
  color: #fff;
}

.xs-video-btn i {
  margin-left: 4px;
}

@-webkit-keyframes xs-pulse-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes xs-pulse-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Margin */
.xs-mt-5 {
  margin-top: 5px;
}

.xs-mt-10 {
  margin-top: 10px;
}

.xs-mt-15 {
  margin-top: 15px;
}

.xs-mt-20 {
  margin-top: 20px;
}

.xs-mt-25 {
  margin-top: 25px;
}

.xs-mt-30 {
  margin-top: 30px;
}

.xs-mt-35 {
  margin-top: 35px;
}

.xs-mt-40 {
  margin-top: 40px;
}

.xs-mt-50 {
  margin-top: 50px;
}

.xs-mt-60 {
  margin-top: 60px;
}

.xs-mt-70 {
  margin-top: 70px;
}

.xs-mt-80 {
  margin-top: 80px;
}

.xs-mb-5 {
  margin-bottom: 5px;
}

.xs-mb-10 {
  margin-bottom: 10px;
}

.xs-mb-15 {
  margin-bottom: 15px;
}

.xs-mb-20 {
  margin-bottom: 20px;
}

.xs-mb-25 {
  margin-bottom: 25px;
}

.xs-mb-30 {
  margin-bottom: 30px;
}

.xs-mb-35 {
  margin-bottom: 35px;
}

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

.xs-mb-50 {
  margin-bottom: 50px;
}

.xs-mb-60 {
  margin-bottom: 60px;
}

.xs-mb-70 {
  margin-bottom: 70px;
}

.xs-mb-80 {
  margin-bottom: 80px;
}

.xs-mr-20 {
  margin-right: 20px;
}

.xs-mr-25 {
  margin-right: 25px;
}

.xs-mr-30 {
  margin-right: 30px;
}

.xs-mr-35 {
  margin-right: 35px;
}

.xs-mr-40 {
  margin-right: 40px;
}

/* Padding */
.xs-p-5 {
  padding: 5px;
}

.xs-p-10 {
  padding: 10px;
}

.xs-p-15 {
  padding: 15px;
}

.xs-p-20 {
  padding: 20px;
}

.xs-pt-5 {
  padding-top: 5px;
}

.xs-pt-10 {
  padding-top: 10px;
}

.xs-pt-15 {
  padding-top: 15px;
}

.xs-pt-20 {
  padding-top: 20px;
}

.xs-pt-25 {
  padding-top: 25px;
}

.xs-pt-30 {
  padding-top: 30px;
}

.xs-pt-40 {
  padding-top: 40px;
}

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

.xs-pt-60 {
  padding-top: 60px;
}

.xs-pt-70 {
  padding-top: 70px;
}

.xs-pt-80 {
  padding-top: 80px;
}

.xs-pt-90 {
  padding-top: 90px;
}

.xs-pb-5 {
  padding-bottom: 5px;
}

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

.xs-pb-15 {
  padding-bottom: 15px;
}

.xs-pb-20 {
  padding-bottom: 20px;
}

.xs-pb-25 {
  padding-bottom: 25px;
}

.xs-pb-30 {
  padding-bottom: 30px;
}

.xs-pb-40 {
  padding-bottom: 40px;
}

.xs-pb-50 {
  padding-bottom: 50px;
}

.xs-pb-60 {
  padding-bottom: 60px;
}

.xs-pb-70 {
  padding-bottom: 70px;
}

.xs-pb-80 {
  padding-bottom: 80px;
}

.xs-pb-90 {
  padding-bottom: 90px;
}

.xs-pb-100 {
  padding-bottom: 100px;
}

.xs-pl-5 {
  padding-left: 5px;
}

.xs-pl-10 {
  padding-left: 10px;
}

.xs-pl-15 {
  padding-left: 15px;
}

.xs-pr-5 {
  padding-right: 5px;
}

.xs-pr-10 {
  padding-right: 10px;
}

.xs-pr-15 {
  padding-right: 15px;
}

/* overlay list */
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.xs-fix {
  overflow: hidden;
}

/* color */
.xs-black-color {
  color: #101010;
}

/* background color */
.xs-black-bg {
  background-color: #101010;
}

/* color */
.xs-black2-color {
  color: #222222;
}

/* background color */
.xs-black2-bg {
  background-color: #222222;
}

/* color */
.xs-white-color {
  color: #FFFFFF;
}

/* background color */
.xs-white-bg {
  background-color: #FFFFFF;
}

/* color */
.xs-red-color {
  color: #ff9305;
}

/* background color */
.xs-red-bg {
  background-color: #ff9305;
}

/* color */
.xs-green-color {
  color: #45b33c;
}

/* background color */
.xs-green-bg {
  background-color: #45b33c;
}

/* color */
.xs-purple-color {
  color: #9d56f6;
}

/* background color */
.xs-purple-bg {
  background-color: #9d56f6;
}

/* color */
.xs-dark-red-color {
  color: #c41330;
}

/* background color */
.xs-dark-red-bg {
  background-color: #c41330;
}

/* color */
.xs-cyan-color {
  color: #4fb99f;
}

/* background color */
.xs-cyan-bg {
  background-color: #4fb99f;
}

/* color */
.xs-light-color {
  color: #f7f7f7;
}

/* background color */
.xs-light-bg {
  background-color: #f7f7f7;
}

/* remove from control focus box shadow */
.form-control {
  border-color: #222;
}

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

.xs-form {
  margin-top: 20px;
}

.xs-form .xs-form-anim {
  position: relative;
  padding-top: 25px;
  margin-bottom: 0;
}

.xs-form .xs-form-anim.active .input-label {
  bottom: 35px;
}

.xs-form .xs-form-anim.active input {
  border-color: #444;
}

.xs-form .form-control {
  margin-top: 10px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #101010;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-form .input-label {
  position: absolute;
  bottom: 13px;
  color: #666565;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-form .btn-primary {
  padding: 10px 45px;
}

.xs-form-dark .form-control {
  border-bottom: 1px solid #222222;
  color: #FFFFFF;
}

.xs-form-dark .input-label {
  color: #FFFFFF;
}

/* input type number spinner turn of chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input type number spinner turn of firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.owl-carousel .owl-item img {
  width: auto;
}

.xs-brand-owl {
  cursor: e-resize;
}

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 30px 0
}

.breadcrumb-section .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.breadcrumb-section .page-title h2 {
  font-size: 16px;
  margin-bottom: 0
}

.breadcrumb-section .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  font-weight: 600;
  margin: 0;
  padding-right: 0
}

.breadcrumb-section .breadcrumb a {
  color: #555;
  font-weight: 600
}

.dark .breadcrumb-section {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.dark .breadcrumb-section .breadcrumb a {
  color: #f7f7f7
}

@media (max-width: 575px) {
  .breadcrumb-section .page-title {
      text-align: center;
      margin: 0 auto;
      vertical-align: middle;
      display: unset
  }

  .breadcrumb-section .page-title h2 {
      margin-top: -2px
  }

  .breadcrumb-section .breadcrumb {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      line-height: 1;
      margin-top: 10px
  }
}

@media (max-width: 420px) {
  h2 {
      font-size: 22px
  }

  .header-style-1 .navbar .nav-link {
      padding-right: 12px
  }

  .product-pagination {
      margin: 30px 0
  }

  .margin-res {
      margin-left: -10px;
      margin-right: -10px
  }

  .margin-res>div {
      padding-left: 10px;
      padding-right: 10px
  }

  .portfolio-section.metro-section .product-box .product-detail {
      width: 95%;
      bottom: 5px
  }

  .portfolio-section.metro-section .product-box .product-detail h6,
  .portfolio-section.metro-section .product-box .product-detail h4 {
      font-size: 12px
  }

  .portfolio-section.metro-section .product-box .cart-wrap button i,
  .portfolio-section.metro-section .product-box .cart-wrap a i {
      font-size: 10px;
      padding: 5px
  }

  .collection-product-wrapper .product-wrapper-grid .product-box {
      margin-top: 20px
  }

  .subscribe h4 {
      display: block
  }

  footer p {
      line-height: 25px
  }

  footer.footer-black .subscribe-form .form-control {
      height: 35px;
      width: 220px
  }

  .blog-details p {
      font-size: 14px;
      line-height: 1.3
  }

  .no-slider {
      margin-left: -10px !important;
      margin-right: -10px !important
  }

  .no-slider .product-box {
      margin: 0 10px 20px !important;
      max-width: calc(50% - 20px)
  }

  .no-slider .product-box:nth-last-child(-n+2) {
      margin: 0 10px 0 !important
  }

  .no-slider.five-product .product-box {
      margin: 0 10px 20px !important;
      max-width: calc(50% - 20px)
  }

  .no-slider.five-product .product-box:nth-last-child(-n+2) {
      margin: 0 10px 0 !important
  }

  .product-m .slick-list {
      margin-left: -10px;
      margin-right: -10px
  }

  .product-m .slick-slide>div {
      margin: 0 10px
  }

  .product-box .cart-detail i,
  .product-wrap .cart-detail i {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 14px
  }

  .product-box .cart-info i,
  .product-box .cart-wrap i,
  .product-wrap .cart-info i,
  .product-wrap .cart-wrap i {
      padding: 5px;
      font-size: 13px
  }

  .product-box .img-wrapper .lable-block .lable4,
  .product-wrap .img-wrapper .lable-block .lable4 {
      font-size: 10px
  }

  .product-box .img-wrapper .cart-box i,
  .product-wrap .img-wrapper .cart-box i {
      font-size: 14px;
      padding-left: 4px;
      padding-right: 4px
  }

  .product-box .product-detail,
  .product-box .product-info,
  .product-wrap .product-detail,
  .product-wrap .product-info {
      margin-top: 5px
  }

  .product-box .product-detail h6,
  .product-box .product-info h6,
  .product-wrap .product-detail h6,
  .product-wrap .product-info h6 {
      font-size: 14px
  }

  .product-box .product-detail h4,
  .product-box .product-info h4,
  .product-wrap .product-detail h4,
  .product-wrap .product-info h4 {
      font-size: 15px
  }

  .product-box .product-detail .color-variant,
  .product-box .product-info .color-variant,
  .product-wrap .product-detail .color-variant,
  .product-wrap .product-info .color-variant {
      padding-top: 3px
  }

  .product-box .product-detail .color-variant li,
  .product-box .product-info .color-variant li,
  .product-wrap .product-detail .color-variant li,
  .product-wrap .product-info .color-variant li {
      height: 14px;
      width: 14px;
      margin-right: 3px
  }

  .product-box .cart-info.cart-wrap i,
  .product-box .cart-wrap.cart-wrap i,
  .product-wrap .cart-info.cart-wrap i,
  .product-wrap .cart-wrap.cart-wrap i {
      padding: 5px;
      font-size: 13px
  }

  .absolute_banner .collection-banner .absolute-contain {
      padding: 10px;
      bottom: 10px
  }

  .absolute-banner.search-section .absolute-bg .row>div.search-col .search-btn {
      width: 100%
  }

  .absolute-product .product-box .product-detail .cart-bottom i {
      padding-right: 4px;
      padding-left: 4px;
      font-size: 16px
  }

  .layout7-product .no-slider .product-box {
      max-width: calc(100% - 20px);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
  }

  .layout7-product .no-slider .product-box:nth-last-child(-n+2) {
      margin: 0 10px 30px !important
  }

  .layout7-product .no-slider .product-box:last-child {
      margin: 0 10px 0 !important
  }

  .addtocart_count .product-box .cart-info a i {
      margin: 4px 0;
      padding: 5px;
      font-size: 14px
  }

  .addtocart_count .product-box .add-button {
      font-size: 14px
  }

  .timer span .padding-l {
      padding-left: 5px
  }

  .about-text p {
      line-height: 22px
  }

  .service_slide .service-home .service-block1 svg {
      width: 40px;
      height: 40px
  }

  .footer-theme .sub-title h4 {
      margin-bottom: 5px
  }

  .footer-theme .sub-title .contact-list li {
      line-height: 25px
  }

  .footer-theme2 p {
      line-height: 25px
  }

  .breadcrumb-section {
      padding: 15px 0
  }

  .footer-light .subscribe-form .form-control {
      width: 280px
  }

  .white-layout .footer-theme2 .footer-block .footer-container {
      max-width: 388px
  }

  .white-layout .footer-theme2 .footer-block .subscribe-white .btn-solid,
  .white-layout .footer-theme2 .footer-block .subscribe-white .btn-outline {
      padding: 13px 8px
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-solid,
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-outline {
      padding: 13px 8px
  }

  .footer-theme2 .subscribe-block .form-control {
      letter-spacing: 3px
  }

  .subscribe-form {
      display: inline-block
  }

  .subscribe-form .form-group {
      margin-bottom: 10px
  }

  .category-border div .category-banner .category-box h2 {
      font-size: 25px
  }

  .tools-grey .product-box .product-info {
      padding: 8px
  }

  .tools-grey .product-box .product-info h4 {
      font-size: 13px
  }

  .j-box .product-box .product-detail {
      padding-left: 4px;
      padding-bottom: 8px;
      padding-right: 4px;
      padding-top: 4px
  }

  .full-banner .banner-contain h2 {
      font-size: 55px
  }

  .full-banner .banner-contain h3 {
      font-size: 36px
  }

  .home-slider .slider-contain h1 {
      font-size: 25px;
      margin-top: 10px
  }

  .home-slider .slider-contain h4 {
      letter-spacing: 0.01em
  }

  .home-slider .slider-contain .btn-solid,
  .home-slider .slider-contain .btn-outline {
      margin-top: 10px;
      padding: 5px 18px
  }

  .home-slider .slider-details {
      width: 120px !important;
      height: 120px !important;
      top: 24%
  }

  .home-slider .slider-details h1 {
      font-size: 18px
  }

  .home-slider .slider-details h2 {
      font-size: 14px
  }

  .home-slider .slider-details h3 {
      font-size: 12px
  }

  .home-slider .slider-details .btn-white {
      padding: 0px 2px;
      margin-top: 0;
      font-size: 10px
  }

  .home-slider:hover .slick-prev,
  .home-slider:hover .slick-next {
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }

  .home-slider:hover .slick-next {
      right: 50px
  }

  .home-slider:hover .slick-prev {
      left: 50px
  }

  .theme-card.center-align {
      display: unset;
      height: unset;
      -webkit-box-align: unset;
      -ms-flex-align: unset;
      align-items: unset
  }

  .theme-card.card-border .offer-slider img {
      padding: 10px 10px 10px 15px
  }

  .full-box .center-slider .offer-slider .product-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #f1f5f4;
      border-top: 1px solid #f1f5f4;
      padding: 15px 0
  }

  .full-box .center-slider .offer-slider .product-box .img-wrapper img {
      height: 120px;
      padding: 0 15px 0 0
  }

  .full-box .center-slider .offer-slider .product-box .product-info {
      text-align: left
  }

  .full-box .center-slider .offer-slider .product-box .product-info h6 {
      padding-top: 5px
  }

  .full-box .center-slider .offer-slider .product-box .product-info .color-variant {
      padding-top: 2px
  }

  .full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
      height: 15px;
      width: 15px;
      padding-right: 3px
  }

  .full-box .center-slider .offer-slider .product-box .product-detail {
      padding-left: 0
  }

  .full-box .center-slider .offer-slider .product-box .product-detail h4 {
      font-size: 20px
  }

  .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
      padding-top: 0
  }

  .full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
      display: none
  }

  .full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
      opacity: 1
  }

  .full-box .theme-card .offer-slider .sec-1 {
      display: inline
  }

  .full-box .theme-card .offer-slider .sec-1 .product-box2 {
      border-bottom: 1px solid #f1f5f4;
      padding-bottom: 15px
  }

  .full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
      border-bottom: none
  }

  .full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
      border-left: none
  }

  .center-slider .offer-slider .product-box .product-detail {
      text-align: left !important
  }

  .center-slider .offer-slider .product-box .product-detail .rating i {
      padding-right: 3px
  }

  .center-slider .offer-slider .product-box .product-detail h4 {
      padding-bottom: 0.5rem
  }

  .center-slider .offer-slider .product-box .product-detail .color-variant li {
      height: 18px;
      width: 18px;
      padding-right: 3px
  }

  .center-slider .offer-slider .product-box .img-wrapper .cart-box {
      display: none
  }

  .product-box .img-wrapper .lable-block .lable3 {
      font-size: 10px;
      padding: 10px 5px
  }

  .product-box .img-wrapper .cart-box {
      padding: 4px 8px;
      bottom: 10px
  }

  .product-box .img-block .lable-wrapper {
      top: 20px
  }

  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
      padding: 5px 5px 5px 8px;
      font-size: 12px
  }

  .product-box .cart-info {
      bottom: 10px
  }

  .team h6 {
      line-height: 15px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      padding: 30px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
      font-size: 30px
  }

  .login-page .authentication-right p {
      line-height: 1.5
  }

  .login-page .theme-card .theme-form input {
      padding: 15px 20px;
      margin-bottom: 25px
  }

  .tab-product .nav-material.nav-tabs .nav-item .nav-link {
      padding: 10px 20px;
      padding-top: 0
  }

  .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
  .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      padding: 10px 20px
  }

  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
      padding: 7px 8px
  }

  .product-right.product-form-box .timer {
      padding-left: 29px
  }

  .product-right.product-form-box .timer span {
      width: 45px
  }

  .product-right .timer {
      padding-left: 35px
  }

  .product-right .timer span {
      width: 45px
  }

  .product-right .product-icon .product-social {
      margin-top: 0
  }

  .product-right .product-icon .product-social li {
      padding-right: 5px
  }

  .product-right .product-icon .product-social li a i {
      font-size: 14px
  }

  .product-right .product-icon .wishlist-btn i {
      font-size: 14px;
      padding-left: 10px;
      margin-left: 5px
  }

  .product-right .product-icon .wishlist-btn span {
      font-size: 14px
  }

  .tab-product .theme-form input,
  .tab-product .theme-form textarea {
      font-size: 12px;
      padding: 8px 15px
  }

  .order-box .sub-total .shipping {
      width: unset;
      float: unset;
      display: block
  }

  .order-box .sub-total .shipping .shopping-option label {
      margin-bottom: 0
  }

  .order-box .sub-total .shipping .shopping-option:last-child {
      padding-left: 0
  }

  .checkout-page .checkout-form .form-group {
      margin-bottom: 15px
  }

  .checkout-page .checkout-form input[type="text"],
  .checkout-page .checkout-form input[type="email"],
  .checkout-page .checkout-form input[type="password"],
  .checkout-page .checkout-form input[type="tel"],
  .checkout-page .checkout-form input[type="number"],
  .checkout-page .checkout-form input[type="url"] {
      height: 40px
  }

  .checkout-page .checkout-form select,
  .checkout-page .checkout-form textarea {
      height: 40px
  }

  .grid-products {
      margin-left: -10px;
      margin-right: -10px
  }

  .grid-products .product-box {
      padding-left: 10px;
      padding-right: 10px
  }

  .game-product .product-box .add-button {
      font-size: 14px;
      bottom: 6px
  }

  .cycle-box .cart-detail li {
      padding: 0 8px
  }

  .banner-style-1 .theme-card.center-align {
      display: block
  }

  .banner-style-1 .theme-card.center-align .offer-slider .product-box2 .media .media-body {
      margin: 10px 0
  }

  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
      height: 130px
  }

  .sticky-bottom-cart .product-image img {
      width: 50px;
      height: 60px
  }

  .sticky-bottom-cart .selection-section .form-group {
      width: 60px
  }

  .sticky-bottom-cart .add-btn .btn {
      padding: 5px 4px;
      font-size: 12px
  }

  .tracking-page .tracking-detail ul li .left {
      width: 170px
  }

  .invoice-wrapper .authorise-sign {
      width: 20%
  }

  .invoice-wrapper .btn-solid,
  .invoice-wrapper .btn-outline {
      padding: 4px 8px
  }

  .deal-category .deal-content {
      width: calc(100% - 15px);
      height: calc(100% - 15px)
  }

  .deal-category .deal-content h2 {
      font-size: 15px;
      margin-bottom: 3px
  }

  .gradient-category .gradient-border {
      height: 140px
  }
}

@media (max-width: 360px) {

  .btn-solid,
  .btn-outline {
      padding: 10px 15px
  }

  h2 {
      font-size: 25px
  }

  .shop-sidebar-demo .shop-main .small-slider .home .slider-contain .btn {
      padding: 5px 5px;
      font-size: 12px
  }

  .advertise-section .full-banner {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .category-button .col {
      -ms-flex-preferred-size: unset;
      flex-basis: unset
  }

  .gym-banner .collection-banner .contain-banner h2 {
      font-size: 18px
  }

  .service_slide .home-slider .slider-contain {
      height: 50vh
  }

  .tools-parallax-product .tools-description .tools-form .search-box {
      width: 92%
  }

  footer .btn-solid {
      padding: 7px 8px
  }

  .footer-theme2 .subscribe-block {
      padding: 0 30px
  }

  .white-layout .small-section .footer-theme2 .col {
      padding: 0 15px
  }

  .white-layout .footer-theme2 .footer-block .footer-container {
      max-width: 330px
  }

  .footer-theme2.section-light .footer-block .subscribe-white {
      padding: 20px 20px
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
      border: none
  }

  .footer-end p {
      font-size: 13px
  }

  .category-border div .category-banner .category-box h2 {
      padding: 7px 15px
  }

  .full-banner {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .full-banner.parallax-layout {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .full-banner .banner-contain h2 {
      font-size: 55px
  }

  .full-banner .banner-contain h3 {
      font-size: 30px
  }

  .pet-parallax .full-banner {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .home-slider .home {
      height: 40vh
  }

  .home-slider .slider-contain {
      height: 40vh
  }

  .home-slider .slider-contain h1 {
      font-size: 22px
  }

  .home-slider .slider-contain h4 {
      font-size: 14px
  }

  .home-slider .slider-contain .btn-solid,
  .home-slider .slider-contain .btn-outline {
      margin-top: 8px;
      padding: 5px 15px
  }

  .home-slider .slider-details {
      top: 20%
  }

  .home-slider .slider-details h1 {
      font-size: 16px
  }

  .home-slider .slider-details h2 {
      font-size: 13px
  }

  .home-slider:hover .slick-prev,
  .home-slider:hover .slick-next {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  .home-slider:hover .slick-next {
      right: 40px
  }

  .home-slider:hover .slick-prev {
      left: 40px
  }

  .height-85 .home-slider .home {
      height: 50vh
  }

  .height-85 .home-slider .slider-contain {
      height: 50vh
  }

  .layout-7.home-slider .home {
      height: 40vh
  }

  .layout-7.home-slider .home .slider-contain {
      height: 40vh
  }

  .layout-7.home-slider.sm-size .home {
      height: 30vh
  }

  .layout-7.home-slider.sm-size .home .slider-contain {
      height: 30vh
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
      font-size: 13px
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
      height: 12px;
      width: 12px
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
      height: 115px
  }

  .blog-detail-page .blog-detail p {
      line-height: 1.5
  }

  .blog-detail-page .blog-contact h2 {
      font-size: 20px;
      margin-bottom: 20px
  }

  .about-page p {
      line-height: 1.2
  }

  .theme-modal .modal-dialog .modal-content .modal-body {
      padding: 10px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      padding: 20px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
      right: 10px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
      padding-top: 10px;
      padding-bottom: 10px
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
      font-size: 20px;
      margin-bottom: 10px
  }

  .login-page .theme-card {
      padding: 18px
  }

  .search-block .btn-solid {
      padding: 10px 5px
  }

  .search-block .form-header .input-group input {
      padding: 10px 12px
  }

  .contact-page .map iframe {
      height: 200px
  }

  .collection-product-wrapper .product-pagination .pagination .page-item a {
      padding: 15px 13px
  }

  .collection-product-wrapper .product-pagination .product-search-count-bottom {
      padding-left: 10px
  }

  .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      line-height: 15px
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      width: 80%
  }

  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
      min-width: 115px
  }

  .cart-section tbody tr td .mobile-cart-content .col,
  .wishlist-section tbody tr td .mobile-cart-content .col {
      margin-left: 5px;
      margin-right: 5px
  }

  .cart-section tbody tr td a img,
  .wishlist-section tbody tr td a img {
      height: 80px
  }

  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
      padding-right: 27px
  }

  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
      font-size: 21px
  }

  .wishlist-section .wishlist-buttons:last-child a {
      margin-left: 0
  }

  .product-buttons .btn-solid,
  .product-buttons .btn-outline {
      padding: 7px 16px
  }

  .product-description .qty-box .input-group {
      width: 100%
  }

  .single-product-tables.detail-section table {
      width: 100%
  }

  .product-right .timer {
      padding-left: 25px
  }

  .product-right .timer span .padding-l {
      padding-left: 10px
  }

  .product-right .product-buttons a:last-child {
      margin-left: 6px
  }

  .product-form-box .timer span {
      width: 47px
  }

  .product-form-box .timer span .padding-l {
      padding-left: 9px
  }

  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
      padding: 5px 5px
  }

  .product-form-box .timer span,
  .border-product .timer span {
      width: 45px
  }

  .product-form-box .timer span .padding-l,
  .border-product .timer span .padding-l {
      padding-right: 5px
  }

  .d-none-frm-xs {
      display: none
  }

  .gradient-category .gradient-border {
      height: 130px
  }
}

@media (max-width: 1199px) {
  .hover-unset {
      position: fixed !important
  }

  .space_sm {
      padding-left: 0
  }

  .p-0-xl {
      padding: 0
  }

  .center-slider-bicycle.product-m .slick-slide>div {
      margin: 0
  }

  .center-slider-bicycle .slick-prev,
  .center-slider-bicycle .slick-next {
      display: none
  }

  header.header-gym .pixelstrap>li>a {
      color: black !important;
      padding: 10px 15px
  }

  header.header-gym .pixelstrap>li>a:hover,
  header.header-gym .pixelstrap>li>a:focus,
  header.header-gym .pixelstrap>li>a:active {
      padding: 10px 15px
  }

  header.left-header.left-header-relative {
      height: 100%;
      z-index: 9;
      height: 0
  }

  header.left-header.left-header-relative .pixelstrap ul ul {
      background: transparent
  }

  header.left-header.left-header-relative .pixelstrap a .sub-arrow {
      display: block
  }

  header.left-header.left-header-relative .pixelstrap>li>a {
      text-align: left;
      padding: 10px 25px
  }

  header.left-header.left-header-relative .pixelstrap>li>a:hover,
  header.left-header.left-header-relative .pixelstrap>li>a:focus,
  header.left-header.left-header-relative .pixelstrap>li>a.highlighted {
      padding: 10px 25px
  }

  header.left-header.left-header-relative .sidenav {
      position: fixed;
      left: -300px;
      width: 300px;
      top: 0;
      z-index: 10;
      height: 100vh;
      -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25)
  }

  header.left-header.left-header-relative .sidenav nav {
      height: 100%
  }

  header.left-header.left-header-relative .sidenav .sidebar-overlay {
      z-index: -1
  }

  header.left-header.left-header-relative .sidenav.open-side {
      left: 0
  }

  header.left-header.left-header-relative .sidenav .left-sidebar_center {
      padding: 0 0 25px 25px
  }

  header.left-header.left-header-sm .sidenav {
      left: -300px;
      top: 0;
      width: 300px
  }

  header.left-header.left-header-sm .sidenav .sidebar-back {
      margin-bottom: 0
  }

  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap a .sub-arrow {
      display: block
  }

  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap>li>a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      padding: 10px 25px;
      font-size: 14px
  }

  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap>li>a img {
      margin-left: 0;
      margin-right: 12px !important;
      width: 38px
  }

  header.left-header.left-header-sm.open-side .sidenav {
      left: 0
  }

  header.header-tools .pixelstrap.sm-horizontal li .lable-nav {
      top: -8px
  }

  header.header-5.overlay-style .pixelstrap>li>a,
  header.header-5.overlay-style .pixelstrap>li>a:hover,
  header.header-5.overlay-style .pixelstrap>li>a:active {
      color: black
  }

  .header-style-1 .toggle-nav {
      position: absolute;
      top: -55px;
      padding: 0;
      left: 0;
      z-index: 2
  }

  .header-style-1 .bg-light-xl {
      background-color: #f8f9fa !important
  }

  .header-style-1.sticky .toggle-nav {
      top: -49px
  }

  .header-style-2 .main-nav-center .toggle-nav {
      right: unset;
      left: 0
  }

  .header-style-2 .main-nav-center .toggle-nav i {
      color: white;
      opacity: 1
  }

  .header-style-2 .main-menu .brand-logo {
      padding-left: 25px
  }

  .header-style-2 .pixelstrap>li>a {
      color: #222222
  }

  .header-style-2 .pixelstrap>li>a:focus,
  .header-style-2 .pixelstrap>li>a.active {
      color: #222222
  }

  .header-style-5 .bottom-part {
      height: 0
  }

  .header-style-5 .bottom-part .category-menu .toggle-sidebar {
      padding-bottom: 18px
  }

  .header-style-5 .bottom-part .pixelstrap>li>a {
      color: #222
  }

  .header-style-5 .bottom-part .pixelstrap>li>a:hover,
  .header-style-5 .bottom-part .pixelstrap>li>a:focus,
  .header-style-5 .bottom-part .pixelstrap>li>a:active {
      color: #222
  }

  .header-style-5 .bottom-part.bottom-light {
      padding-top: 0;
      border-top: none
  }

  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar {
      position: fixed;
      top: 0;
      height: 100vh;
      width: 300px;
      display: block;
      z-index: 9;
      left: -300px
  }

  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
      border: none
  }

  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar.open-side {
      left: 0
  }

  .header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm>li>a {
      padding-top: 12px;
      padding-bottom: 12px
  }

  .header-style-5.border-style .bottom-part.bottom-light {
      border-bottom: none
  }

  .header-style-5.border-style .main-menu .menu-left .navbar {
      padding: 30px 45px 30px 0
  }

  .header-style-5.border-style .main-nav-center .toggle-nav {
      right: 160px;
      top: -98px
  }

  .header-style-5.color-style.style-classic .bottom-part {
      margin-bottom: 0;
      z-index: unset
  }

  .header-style-5.color-style.style-classic .bottom-part .main-nav-center .sm>li>a {
      padding-top: 10px;
      padding-bottom: 10px
  }

  .header-style-5.color-style.style-classic .bottom-part .container {
      background-color: transparent;
      padding-left: 15px;
      padding-right: 15px
  }

  .header-style-7 .main-menu .menu-left .navbar {
      padding: 30px 25px 30px 0
  }

  .header-style-7 .main-menu .menu-right .icon-nav .delivery-area>div {
      padding: 8px 18px
  }

  .header-compact .menu-row .delivery-area {
      position: absolute;
      top: -58px;
      left: 200px
  }

  .header-compact .main-menu .brand-logo {
      padding-top: 25px;
      padding-bottom: 25px
  }

  .header-compact .bottom-part {
      padding-bottom: 0
  }

  .header-compact .main-menu {
      z-index: unset
  }

  .header-compact .main-nav-center .toggle-nav {
      top: -91px
  }

  .category-shop-section .category-mobile-button {
      padding: 10px 30px;
      background-color: var(--theme-color);
      color: white;
      border-radius: 5px;
      font-size: 16px;
      margin-bottom: 30px
  }

  .category-shop-section .category-mobile-button i {
      margin-right: 8px
  }

  .category-shop-section .sidebar-overlay {
      visibility: hidden;
      opacity: 0;
      background-color: #212331;
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease
  }

  .category-shop-section .sidebar-overlay.show {
      opacity: 0.8;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease
  }

  .category-shop-section .nav {
      position: fixed;
      left: -320px;
      top: 0;
      width: 280px;
      z-index: 10;
      overflow: auto;
      background-color: #fff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: block
  }

  .category-shop-section .nav.show {
      left: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease
  }

  .category-shop-section .nav .sidebar-back {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-top: 20px
  }

  .banner-offer .collection-banner .contain-banner.banner-3 h2 {
      font-size: 16px
  }

  .shop-sidebar-demo .shop-sidebar .pixelstrap.sm-vertical a {
      padding: 12px 23px
  }

  .shop-sidebar-demo .shop-sidebar .pixelstrap.sm-vertical a img {
      height: 30px;
      width: 30px
  }

  .left-sidebar-header .main-menu .menu-left .navbar {
      padding: 20px 25px 20px 0
  }

  .pt-res-0 {
      padding-top: 0 !important
  }

  .svg-icon-menu .pixelstrap>li>a img {
      width: 30px
  }

  .service-w-bg .service-block .media {
      padding: 20px
  }

  .service-w-bg .service-block svg {
      width: 50px;
      height: 50px
  }

  .service-style-border .service-block svg {
      width: 66px;
      margin-right: 4px
  }

  .service-style-border .service-block .media-body {
      padding-left: 10px
  }

  .marketplace-sidebar.sidenav {
      height: 100vh;
      width: 300px;
      position: fixed;
      z-index: 9;
      top: 0;
      left: -300px
  }

  .marketplace-sidebar.sidenav .sm-vertical {
      background-color: transparent;
      padding: 0
  }

  .marketplace-sidebar.sidenav.open-side {
      left: 0
  }

  .marketplace-sidebar.sidenav.fixed-sidebar {
      display: block;
      height: 100vh;
      width: 300px;
      position: fixed;
      z-index: 9;
      top: 0;
      left: -300px
  }

  .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
      background-color: transparent;
      padding: 0;
      border: none
  }

  .marketplace-sidebar.sidenav.fixed-sidebar.open-side {
      left: 0
  }

  section,
  .section-t-space {
      padding-top: 60px
  }

  .section-b-space {
      padding-bottom: 60px
  }

  .portfolio-padding {
      padding-bottom: 30px
  }

  .partition1 {
      margin-bottom: -25px
  }

  .partition1>div {
      margin-bottom: 25px
  }

  .title1 h4 {
      padding-bottom: 8px
  }

  .title1 .title-inner1 {
      padding-bottom: 12px;
      margin-bottom: 25px
  }

  .title1.title5 hr[role="tournament6"] {
      margin: 12px auto 25px auto
  }

  .title2 h4 {
      padding-bottom: 8px
  }

  .title2 .title-inner2 {
      margin-bottom: 25px
  }

  .title3 h4 {
      padding-bottom: 8px
  }

  .title3 .title-inner3 {
      margin-bottom: 10px
  }

  .title3 .line {
      margin-bottom: 25px
  }

  .title4 .title-inner4 {
      padding-bottom: 15px
  }

  .title4 .line {
      margin-bottom: 25px
  }

  .title-borderless {
      margin-bottom: 25px
  }

  footer.footer-black .below-section {
      padding-top: 105px
  }

  header.header-6 .mobile-search {
      display: inline-block
  }

  header.header-7 .main-nav-center .toggle-nav {
      top: -94px
  }

  header.header-7 .pixelstrap.sm-horizontal>li>a {
      color: black
  }

  header.header-7 .pixelstrap.sm-horizontal>li>a:hover,
  header.header-7 .pixelstrap.sm-horizontal>li>a:active {
      color: var(--theme-color)
  }

  header.header-tools .toggle-nav {
      padding-top: 25px;
      padding-bottom: 25px
  }

  header.header-tools .pixelstrap>li>a {
      padding: 10px 15px !important
  }

  header.header-tools .pixelstrap>li>a:hover,
  header.header-tools .pixelstrap>li>a:active,
  header.header-tools .pixelstrap>li>a:focus,
  header.header-tools .pixelstrap>li>a.highlighted {
      padding: 10px 15px
  }

  header.header-tools .pixelstrap li .lable-nav {
      top: 5px
  }

  header.video-header #main-nav {
      position: absolute;
      right: 0;
      top: 3px
  }

  header.video-header .main-menu .menu-right .icon-nav {
      padding-right: 40px
  }

  header.header-christmas .pixelstrap>li>a {
      color: black !important;
      padding: 10px 15px
  }

  header.header-christmas .pixelstrap>li>a:active,
  header.header-christmas .pixelstrap>li>a:focus,
  header.header-christmas .pixelstrap>li>a:hover,
  header.header-christmas .pixelstrap>li>a.highlighted {
      padding: 10px 15px
  }

  .tools-parallax-product.full-banner {
      padding-top: 90px;
      padding-bottom: 90px
  }

  .tools-parallax-product .tools-description h3 {
      font-size: 17px
  }

  .form_search {
      display: none
  }

  .full-banner.custom-space {
      padding: 60px 0
  }

  .tab-left .theme-tab {
      display: block
  }

  .tab-left .theme-tab .left-side {
      width: 100%
  }

  .tab-left .theme-tab .left-side li {
      width: unset;
      border-bottom: none;
      padding: 0 5px
  }

  .tab-left .theme-tab .left-side li:first-child {
      border-top: none
  }

  .tab-left .theme-tab .left-side .tab-title {
      margin-right: 0;
      text-align: center
  }

  .tab-left .theme-tab .tab-content-cls {
      width: 100%
  }

  .absolute_banner .collection-banner .absolute-contain h3 {
      font-size: 22px;
      margin-bottom: 0
  }

  .absolute_banner .collection-banner .absolute-contain h4 {
      font-size: 16px
  }

  .box-product .full-box .row>div:nth-last-child(-n+2) {
      margin-top: 30px
  }

  .header-gym .toggle-nav {
      padding-top: 20px;
      padding-bottom: 20px
  }

  .gym-product .part-cls>div:nth-last-child(-n+2) .product-box {
      margin-top: 30px
  }

  .gym-product .partition-cls>div:nth-child(-n+4) {
      margin-bottom: 0
  }

  .gym-product .partition-cls>div .product-box {
      margin-top: 30px
  }

  .gym-product .partition-cls>div:nth-child(-n+2) .product-box {
      margin-top: 0
  }

  .pet-parallax .pet-decor {
      left: 45px;
      bottom: -105px
  }

  .pet-parallax .pet-decor img {
      width: 200px
  }

  .about-text p {
      margin-bottom: 25px
  }

  .banner-timer .timer {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 30px;
      bottom: 8px;
      margin-top: 38px
  }

  .footer-social li {
      padding-right: 38px
  }

  .footer-theme2 p {
      line-height: 25px
  }

  .footer-theme2 .subscribe-block {
      padding: 10px 70px
  }

  .footer-theme2 .footer-mobile-title {
      display: none !important
  }

  .footer-theme2 .contact-details li {
      line-height: 25px;
      padding: 0 10px
  }

  .footer-theme2 .footer-link li {
      padding-right: 25px
  }

  .footer-theme2.section-light .footer-block .subscribe-white {
      padding: 50px
  }

  .social-white li {
      padding-left: 12px;
      padding-right: 12px
  }

  .service-block svg,
  .service-block1 svg {
      width: 50px;
      height: 50px
  }

  .service-block1 svg {
      margin-bottom: 15px
  }

  .category-border div .category-banner .category-box h2 {
      padding: 13px 27px
  }

  .collection-banner .contain-banner {
      padding-left: 30px;
      padding-right: 30px
  }

  .category-bg .image-block.even:after {
      bottom: 87%
  }

  .category-bg .contain-block.even:after {
      top: 87%
  }

  .category-bg .contain-block:after {
      bottom: 87%
  }

  .no-slider .product-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: calc(33.33% - 30px);
      margin: 0 15px 30px
  }

  .no-slider.five-product .product-box {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: calc(33.33% - 30px);
      margin: 0 15px 30px
  }

  .no-slider.five-product .product-box:nth-last-child(-n+5) {
      margin: 0 15px 30px
  }

  .no-slider.five-product .product-box:nth-last-child(-n+3) {
      margin: 0 15px 0
  }

  .no-slider.five-product-row .product-box {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      margin-left: 15px;
      margin-right: 15px;
      max-width: calc(25% - 30px)
  }

  .absolute-product .no-slider .product-box:nth-last-child(-n+4) {
      margin: 0 15px 30px
  }

  .absolute-product .no-slider .product-box:nth-last-child(-n+2) {
      margin: 0 15px 0
  }

  .theme-tab .tab-title2 {
      font-size: 22px
  }

  .theme-tab .tab-title2:after {
      top: 17px
  }

  .theme-tab .tab-content .product-tab .tab-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: calc(50% - 10px)
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+2) {
      margin: 0 5px 0
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
      margin: 0 5px 10px
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
      height: 280px
  }

  .blog-section .review-box {
      padding: 15px
  }

  .blog-section .review-box .review-content p {
      margin-top: 0
  }

  .full-banner .banner-contain h2 {
      font-size: 85px
  }

  .full-banner .banner-contain h3 {
      font-size: 50px
  }

  .full-banner .banner-contain h4 {
      font-size: 22px;
      padding-top: 5px
  }

  .full-banner .santa-img img {
      width: 200px
  }

  .full-banner.feature-banner .feature-object li,
  .full-banner.feature-banner .feature-object-right li {
      margin-right: 0
  }

  .instagram .insta-decor {
      display: none
  }

  .logo-section .logo-decor {
      display: none
  }

  .blog-section .review-box .santa-img {
      display: none
  }

  .collection-banner .contain-banner.banner-3 {
      padding-left: 25px;
      padding-right: 25px
  }

  .collection-banner .contain-banner.banner-3 h2 {
      font-size: 22px
  }

  .collection-banner .contain-banner.banner-3 h4 {
      font-size: 12px
  }

  .collection-banner .contain-banner.banner-4 {
      padding-left: 35px;
      padding-right: 35px
  }

  .collection-banner .contain-banner.banner-4 h2 {
      font-size: 24px
  }

  .collection-banner .contain-banner.banner-4 h4 {
      font-size: 16px
  }

  .collection-banner .contain-banner h2 {
      font-size: 40px
  }

  .home-slider .home {
      height: 70vh
  }

  .home-slider .slider-contain {
      height: 70vh
  }

  .home-slider .slider-contain h1 {
      font-size: 50px
  }

  .home-slider .slider-contain.slider-contain-banner h1 {
      font-size: 34px
  }

  .home-slider .slider-contain.slider-contain-banner p {
      font-size: 18px;
      line-height: 30px
  }

  .height-85 .home-slider .home {
      height: 80vh
  }

  .height-85 .home-slider .slider-contain {
      height: 80vh
  }

  .background .contain-bg {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .theme-card .offer-slider .media .media-body a h6 {
      margin-right: 20px
  }

  .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 3px
  }

  .theme-card.card-border .offer-slider {
      padding-top: 0
  }

  .full-box .theme-card .offer-slider img {
      padding: 15px 10px 15px 0
  }

  .full-box .theme-card .offer-slider .product-box2 .media img {
      height: 250px
  }

  .full-box .theme-card .offer-slider .product-box2 .media .media-body {
      padding-right: 5px
  }

  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
      margin-top: 5px
  }

  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
      margin-top: 5px
  }

  .product-style-5.product-box .addtocart_btn .add_cart {
      width: 30px;
      height: 30px;
      font-size: 14px;
      border-radius: 8px
  }

  .product-style-5.product-box .img-wrapper {
      margin-top: 10px
  }

  .home-slider .slider-details {
      width: 335px !important;
      height: 335px !important
  }

  .home-slider .slider-details h1 {
      font-size: 50px
  }

  .home-slider .slider-details h2 {
      font-size: 36px
  }

  .home-slider .slider-details .btn-white {
      margin-top: 0
  }

  .home-slider.fullpage .home .slider-contain h1 {
      font-size: 35px
  }

  .home-slider.fullpage .home .slider-contain p {
      max-width: 450px;
      font-size: 14px
  }

  .home-slider.fullpage .home .slider-contain .btn-solid {
      padding: 10px 15px
  }

  .about-section h2 {
      font-size: 22px
  }

  .about-section .about-text p {
      line-height: 24px
  }

  .about-section .service .service-block1 svg {
      margin-bottom: 5px
  }

  .about-section .service .service-block1 h5 {
      line-height: 18px
  }

  .about-section .small-section {
      padding-top: 20px
  }

  .layout7-product .product-box .details-product {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 5px
  }

  .padding-bottom-cls {
      padding-bottom: 30px
  }

  .layout-8 {
      padding: 0 40px
  }

  .add_to_cart.top,
  .add_to_cart.bottom {
      left: -300px;
      top: 0;
      height: 100vh;
      width: 300px
  }

  .add_to_cart.top .cart-inner,
  .add_to_cart.bottom .cart-inner {
      height: 100vh;
      overflow: auto
  }

  .add_to_cart.top .cart-inner .cart_top,
  .add_to_cart.bottom .cart-inner .cart_top {
      padding: 20px !important;
      margin-bottom: 20px
  }

  .add_to_cart.top .cart-inner .cart_media,
  .add_to_cart.bottom .cart-inner .cart_media {
      padding: 0 20px !important;
      display: block
  }

  .add_to_cart.top .cart-inner .cart_media .cart_product,
  .add_to_cart.bottom .cart-inner .cart_media .cart_product {
      padding: 0;
      width: 100%;
      display: block;
      overflow-y: hidden
  }

  .add_to_cart.top .cart-inner .cart_media .cart_product li,
  .add_to_cart.bottom .cart-inner .cart_media .cart_product li {
      min-width: 100%;
      max-width: 100%;
      margin-right: 0;
      padding-bottom: 10px
  }

  .add_to_cart.top .cart-inner .cart_media .cart_total,
  .add_to_cart.bottom .cart-inner .cart_media .cart_total {
      padding: 0;
      width: 100%
  }

  .add_to_cart.top.open-side,
  .add_to_cart.bottom.open-side {
      left: 0
  }

  .animation-sec .animated-icon .icon-1 {
      width: 110px
  }

  .animation-sec .animated-icon .icon-2 {
      width: 90px
  }

  .animation-sec .animated-icon .icon-3 {
      left: 32%;
      width: 60px;
      top: 108px
  }

  .cycle-box-row>div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .category-slide .img-category .img-sec {
      width: 85%
  }

  .p-0-responsive {
      padding-top: 0 !important
  }

  .single-prodct-feature {
      background-image: none !important
  }

  .single-prodct-feature .upper-sec-feature {
      margin-bottom: 55px
  }

  .single-prodct-feature .upper-sec-feature .height-cls-res>div {
      height: 100% !important
  }

  .single-prodct-feature .lower-sec-feature {
      margin-bottom: 50px
  }

  .single-prodct-feature .home-slider .home {
      height: auto !important
  }

  .banner-style-1 .custom-height {
      height: 314px
  }

  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
      height: 170px
  }

  .button-dark.category-button .btn {
      padding: 13px 10px
  }

  .button-dark.category-button .btn img {
      width: 24px
  }

  .center-object-banner .full-banner.feature-banner .center-img {
      text-align: center
  }

  .center-object-banner .full-banner.feature-banner .center-img img {
      width: 70%
  }

  .gradient-category .gradient-border {
      height: 190px
  }

  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
      min-width: 186px
  }

  .blog-detail-page .comment-section li {
      padding-top: 45px;
      padding-bottom: 45px
  }

  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
      width: 50%
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      width: 100%;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      width: 20%;
      padding-right: 0 !important;
      border-left: 1px solid #ddd
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      padding: 20px !important;
      padding-left: 0 !important;
      width: 20%
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 30%
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
      width: 30%
  }

  .cart-section tbody tr td {
      min-width: 140px
  }

  .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 52px
  }

  .cart-section tfoot tr td {
      padding-right: 25px
  }

  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
      margin-top: 15px
  }

  .collection-filter-block .product-service .media .media-body h4 {
      font-size: 16px
  }

  .product-right h2 {
      font-size: 20px
  }

  .testimonial .testimonial-slider .media .media-body {
      padding: 30px
  }

  .testimonial .testimonial-slider .media .media-body p {
      line-height: 1.5
  }

  .blog-page .blog-media {
      margin-bottom: 20px
  }

  .blog-page .blog-media .blog-right {
      display: block;
      margin-top: 15px
  }

  .blog-page .blog-media .blog-right p {
      line-height: 1.3
  }

  .tab-product .tab-content.nav-material .single-product-tables table {
      width: 50%
  }

  .product-description-box .border-product {
      padding-top: 10px;
      padding-bottom: 15px
  }

  .product-description-box .product-icon .product-social li {
      padding-right: 4px
  }

  .product-description-box .product-icon .wishlist-btn span {
      padding-left: 4px
  }

  .single-product-tables.detail-section table {
      width: 75%
  }

  .product-form-box .border-product {
      padding-top: 10px;
      padding-bottom: 15px
  }

  .product-form-box .timer {
      padding-left: 17px
  }

  .product-form-box .timer span {
      width: 55px
  }

  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
      padding: 7px 13px
  }

  .product-form-box.product-right .timer {
      padding-left: 20px
  }

  .product-form-box.product-right .timer span .padding-l {
      padding-left: 14px
  }

  .product-form-box.product-right .product-buttons .btn-solid {
      padding: 5px 10px
  }

  .product-accordion .single-product-tables table {
      width: 70%
  }

  .tab-product .flex-column {
      -webkit-box-orient: unset !important;
      -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
      flex-direction: unset !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .tab-product .nav-material.nav-tabs {
      border-bottom: 1px solid #ddd;
      border-right: 0
  }

  .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
      background-color: unset
  }

  .tab-border {
      padding-top: 0
  }

  .dashboard-section .counter-section .counter-box {
      padding: 20px
  }

  .dashboard-section .counter-section .counter-box img {
      height: 40px;
      margin-right: 10px
  }

  .theme-card .offer-slider img {
      height: 120px
  }

  .container-fluid.custom-container {
      padding-left: 50px;
      padding-right: 50px
  }

  .dark-box>div {
      max-width: 25% !important;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important
  }

  .dark-box.partition-five>div:nth-child(-n+4) {
      margin-bottom: 20px
  }

  .sticky-bottom-cart .selection-section .form-group {
      width: 130px
  }

  .product-box-timer.timer span {
      width: 60px
  }

  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
      padding: 7px 15px
  }

  .product-right .timer {
      padding-left: 30px
  }

  .mordern-box {
      padding: 25px 20px
  }

  .gradient-category .gradient-border {
      height: 120px
  }

  .layout-8 .loader_skeleton {
      padding: 0 40px
  }

  .loader_skeleton .category-ldr .row .category-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%
  }

  .loader_skeleton .product-top-filter .row>div:first-child {
      border-left: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3;
      border-bottom: 1px solid #f3f3f3
  }

  .loader_skeleton .product-top-filter .row>div:last-child {
      border-right: 1px solid #f3f3f3
  }

  .loader_skeleton .tab-product.vertical-tab ul li {
      display: inline-block;
      width: 16%;
      height: 30px;
      margin-top: 0;
      margin-right: 10px
  }
}


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