@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*=========================================
=            Theme Default CSS            =
=========================================*/
body {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #111111;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 20px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn {
  background: #e38bb2;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: rgba(246, 246, 246, 1);/*#329623;*/
  color: #ffffff;
}
.ghost-btn:hover::after {
  padding-left: 12px;
}
.ghost-btn-border {
  background: #e38bb2;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn-border:hover {
 background: rgba(246, 246, 246, 1);/*#329623;*/
  color: #ffffff;
}
.title-style-one {
  text-align: center;
  margin-bottom: 60px;
}
.title-style-one .sppb-addon-content {
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.title-style-border .sppb-addon-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.3;
}
.title-style-border .sppb-addon-title::after {
  background: #e38bb2;
  border-radius: 0px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 0px;
}
.sppb-addon-text-block .sppb-addon-title span {
  color: #e38bb2;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.sppb-addon-text-block ul li {
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.sppb-addon-text-block ul li::before {
  color: #e38bb2;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 15px;
}
.sppb-addon-text-block ul li:last-child {
  border-bottom: 0;
}
.sppb-addon-text-block a.ghost-btn {
  margin-top: 20px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  margin-bottom: 15px;
  font-family: Trebuchet MS !important;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  color: #111111;
  font-size: 18px;
  letter-spacing: 2px;
  max-width: 60% ;
  line-height: 28px;
  font-family: Trebuchet MS !important;
}
.owl-carousel.owl-theme .owl-nav {
  position: initial;
  margin-top: 0px;
  top: inherit;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
  background: #d4d4d4;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  margin: 0px;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div i {
  color: #111111;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #e38bb2;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.carousel-style2 .owl-carousel.owl-theme {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.carousel-style2 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0px;
  left: inherit;
}
.carousel-style2 .owl-carousel.owl-theme .owl-nav > div {
  background: #ffffff;
  position: initial;
  border-radius: 50%;
  border: 1px solid #dedede;
  height: 44px;
  width: 44px;
  line-height: 42px;
}
.carousel-style2 .owl-carousel.owl-theme .owl-nav > div:hover {
  background: #e38bb2;
  border: 1px solid transparent;
}
.carousel-style2 .owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #dedede;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #e38bb2;
}
.rt-carousel span.rt-slick-nav {
  background: #d4d4d4;
  color: #ffffff;
  border-radius: 0;
  height: 48px;
  width: 40px;
  line-height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-carousel span.rt-slick-nav:hover {
  background: #e38bb2;
}
.rt-carousel span.rt-slick-nav.rt-prev {
  left: -40px;
}
.rt-carousel span.rt-slick-nav.rt-next {
  right: -40px;
}
.rt-carousel ul.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.rt-carousel ul.slick-dots li button {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.rt-carousel ul.slick-dots li.slick-active button {
  background: #e38bb2;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
#sp-top-bar > .container > .row > div {
  min-height: 0;
}
#sp-top-bar .sp-module {
  display: inherit !important;
  font-size: 14px;
}
#sp-top-bar .sp-module ul li {
  display: inline-block;
  border: none;
}
#sp-top-bar .sp-module ul li a {
  line-height: 1;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
.top-address {
  margin: 0 !important;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  display: inline-block;
  color: #d4d4d4;
  margin-right: 15px;
}
.top-address ul li i {
  color: #e38bb2;
  font-size: 18px;
  padding-right: 5px;
}
.top-social .rt-socials ul {
  list-style: none;
  text-align: right;
}
.top-social .rt-socials ul li {
  display: inline-block;
  border: none;
}
.top-social .rt-socials ul li a {
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
.top-social .rt-socials ul li a:hover {
  color: #e38bb2;
}
#header-two-layout #sp-top-bar {
  background: transparent;
  padding: 0;
}
#header-two-layout #sp-top-bar #sp-top1,
#header-two-layout #sp-top-bar #sp-top2 {
  min-height: 0;
}
#header-two-layout #sp-header {
  background: transparent;
}
#header-two-layout #sp-header.menu-fixed {
  background: rgba(0, 0, 0, 0.8);
}
#header-two-layout #sp-menu .sp-megamenu-parent {
  position: inherit;
}
#header-two-layout #sp-menu .sp-megamenu-parent > li > a {
  color: #ffffff;
}
#header-two-layout #sp-menu .sp-megamenu-parent > li.active > a {
  color: #e38bb2;
}
#header-two-layout #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #e38bb2;
}
#header-two-layout #offcanvas-toggler i {
  color: #ffffff;
}
#header-two-layout #offcanvas-toggler i:hover {
  color: #e38bb2;
}
#header-two-layout #sp-page-builder .page-content .sppb-section.banner-header {
  margin-top: -90px;
}
#header-two-layout .slider-two-style {
  margin-top: -91px;
}
/*=====  End of Topbar css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  border-top: 3px solid transparent;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
  line-height: 86px;
  padding: 0 12px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  font-family: Trebuchet MS;
  font-weight: bold;
}
#sp-menu .sp-megamenu-parent > li.active a {
  border-top: 3px solid;
  color: #e38bb2;
}
#sp-menu .sp-megamenu-parent > li:hover a {
  border-top: 3px solid;
  color: #e38bb2;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #e38bb2;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #329623;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  border-top: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #329623;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu #offcanvas-toggler {
  line-height: 90px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-header {
  box-shadow: none !important;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #e38bb2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  font-size: 22px;
}
.offcanvas-menu .offcanvas-inner .sp-module-title {
  color: #ffffff;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
.offcanvas .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px !important;
}
.offcanvas .offcanvas-menu {
  background: #e38bb2;
}
.offcanvas .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
}
.join-us {
  line-height: 84px;
}
.join-us p {
  margin-bottom: 0;
}
.join-us .ghost-btn {
  padding: 16px 20px;
  line-height: 1;
  font-weight: bold;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .slotholder {
  position: relative;
}
.slider-default-style .slotholder::before {
  /*background: rgba(0, 0, 0, 0.5);*/
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 60px !important;
  line-height: 60px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Trebuchet MS !important;
}
.slider-default-style .tp-caption.large_text span {
  color: #e38bb2;
  font-size: 72px !important;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.slider-default-style .tp-caption.small_text {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
}
.slider-default-style .tp-caption.largewhitebg {
  display: block;
  background: transparent;
  letter-spacing: 1px;
}
.slider-default-style .tp-caption.largewhitebg a {
  display: inline-block;
  background: #e38bb2;
  border-radius: 30px;
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px !important;
  text-transform: capitalize;
  padding: 14px 35px !important;
}
.slider-default-style .tp-caption.largewhitebg a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #329623;
  color: #ffffff;
}
.slider-default-style .tp-caption.largewhitebg a:hover::after {
  padding-left: 15px;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: -5% !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-leftarrow.default::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: -5% !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-rightarrow.default::after {
  content: "\f105";
  font-family: "FontAwesome";
}
.slider-default-style .tparrows.default::after {
  background: #d4d4d4;
  border-radius: 3px;
  color: #111111;
  font-size: 24px;
  text-align: center;
  padding: 15px 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tparrows.default:hover::after {
  background: #e38bb2;
  color: #ffffff;
}
.slider-default-style:hover .tp-leftarrow.default {
  left: 5% !important;
}
.slider-default-style:hover .tp-rightarrow.default {
  right: 5% !important;
}
.slider-one-style .tp-caption.large_text {
  width: 100%;
  left: 0;
  text-align: center;
}
.slider-one-style .tp-caption.small_text {
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-align: center;
}
.slider-one-style .tp-caption.largewhitebg {
  width: 100%;
  left: 0;
  text-align: center;
}
.slider-two-style .tp-caption.small_text {
  width: 40%;
  margin: 0 auto !important;
}
/*=====  End of Main Slider css  ======*/
/*====================================
=            Services css            =
====================================*/
.service1-style .sppb-no-gutter > div {
  border-top: 2px solid #ffffff;
}
.service1-style .sppb-addon-feature {
  border: 2px solid #ffffff;
  border-bottom: 0;
  position: relative;
}
.service1-style .sppb-addon-feature .sppb-img-container {
  display: inherit !important;
  position: relative;
  overflow: hidden;
}
.service1-style .sppb-addon-feature .sppb-img-container img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-style .sppb-addon-feature a .sppb-addon-title {
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  left: 30px;
  bottom: 90px;
  color: #ffffff;
  text-transform: uppercase;
}
.service1-style .sppb-addon-feature .sppb-addon-text {
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.service1-style .sppb-addon-feature .sppb-addon-text a.ghost-btn {
  padding: 10px 25px;
}
.service1-style .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service2-style .sppb-addon-feature {
  margin-bottom: 30px;
}
.service2-style .sppb-addon-feature .sppb-addon-content {
  background: #f6f6f6;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content .pull-left .sppb-icon {
  color: #e38bb2;
  font-size: 30px;
  width: 30px;
}
.service2-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
  margin: 0 0 20px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content a:hover .sppb-addon-title {
  color: #e38bb2;
}
.service2-style .sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  background: #e38bb2;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
}
.service2-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-box-shadow: 0px 10px 16px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 10px 16px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 10px 16px 0px rgba(222, 222, 222, 0.75);
}
/*=====  End of Services css  ======*/
/*=================================
=            About css            =
=================================*/
.about1-style {
  position: relative;
}
.about1-style > .sppb-row-container > .sppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about1-style::after {
  background-size: 100% 100% !important;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.about2-style {
  position: relative;
}
.about2-style > .sppb-row-container > .sppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about2-style::after {
  background-size: 100% 100% !important;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.about3-style {
  position: relative;
}
.about3-style > .sppb-row-container > .sppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about3-style::after {
  background-size: 100% 100% !important;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.shape-healthy .sppb-addon-text-block {
  color: #d4d4d4;
}
.shape-healthy .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  line-height: 1.2;
}
/*=====  End of About css  ======*/
/*========================================
=            Progress bar css            =
========================================*/
.progress-bar-style {
  margin-top: 10px;
}
.progress-bar-style .sppb-progress-label {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.sppb-addon-pie-progress .sppb-chart-percent {
  color: #ffffff;
  font-size: 40px;
}
.sppb-addon-pie-progress .sppb-chart-icon {
  color: #ffffff;
}
.sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*=====  End of Progress bar css  ======*/
/*====================================
=            Gymclass css            =
====================================*/
.mod-gym-class .slider2 .single-classes-area {
  margin-bottom: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .single-classes-area .classes-img {
  overflow: hidden;
  position: relative;
}
.mod-gym-class .slider2 .single-classes-area .classes-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(76, 181, 60, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .single-classes-area .classes-img .button {
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .single-classes-area .classes-img .button a {
  border: 2px solid #dedede;
  border-radius: 30px;
  padding: 8px 20px;
  color: #ffffff;
}
.mod-gym-class .slider2 .single-classes-area .classes-img .button a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .single-classes-area .classes-img .button a:hover::after {
  opacity: 1;
  padding-left: 8px;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 {
  text-align: center;
  padding: 23px 15px 30px;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 h3 {
  margin-bottom: 8px;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 h3 a {
  color: #111111;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 h3 a:hover {
  color: #e38bb2;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 p {
  margin: 0;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 ul li {
  padding-bottom: 8px;
}
.mod-gym-class .slider2 .single-classes-area .classes-title2 ul li i {
  color: #e38bb2;
  padding-right: 8px;
}
.mod-gym-class .slider2 .single-classes-area:hover {
  -webkit-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
}
.mod-gym-class .slider2 .single-classes-area:hover .classes-img::after {
  opacity: 1;
}
.mod-gym-class .slider2 .single-classes-area:hover .classes-img .button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-gym-class .slider2 .owl-carousel.owl-theme {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.mod-gym-class .slider2 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider2 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -3%;
}
.mod-gym-class .slider2 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: -3%;
}
.mod-gym-class .slider3 .single-classes-area {
  margin-bottom: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider3 .single-classes-area .classes-img {
  overflow: hidden;
}
.mod-gym-class .slider3 .single-classes-area .classes-img img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 {
  text-align: center;
  padding: 23px 15px 35px;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 h3 {
  margin-bottom: 8px;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 h3 a {
  color: #111111;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 h3 a:hover {
  color: #e38bb2;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 p {
  margin: 0;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 ul li {
  padding-bottom: 8px;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 ul li i {
  color: #e38bb2;
  padding-right: 8px;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 a.button {
  border: 2px solid #e38bb2;
  border-radius: 30px;
  padding: 9px 30px;
  margin-top: 15px;
  display: inline-block;
  color: #111111;
}
.mod-gym-class .slider3 .single-classes-area .classes-title2 a.button::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .slider3 .single-classes-area:hover {
  -webkit-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
}
.mod-gym-class .slider3 .single-classes-area:hover .classes-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mod-gym-class .slider3 .single-classes-area:hover a.button {
  background: #e38bb2;
  color: #ffffff;
}
.mod-gym-class .slider3 .single-classes-area:hover a.button::after {
  opacity: 1;
  padding-left: 8px;
}
.mod-gym-class .slider3 .owl-carousel.owl-theme .owl-nav {
  right: 15px;
}
.mod-gym-class .layout1 .single-classes-area {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout1 .single-classes-area .classes-img {
  overflow: hidden;
}
.mod-gym-class .layout1 .single-classes-area .classes-img img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 {
  text-align: center;
  padding: 23px 15px 30px;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 h3 {
  margin-bottom: 8px;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 h3 a {
  color: #111111;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 h3 a:hover {
  color: #e38bb2;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 p {
  margin: 0;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 ul li {
  padding-bottom: 8px;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 ul li i {
  color: #e38bb2;
  padding-right: 8px;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 a.button {
  border: 2px solid #e38bb2;
  border-radius: 30px;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  color: #111111;
}
.mod-gym-class .layout1 .single-classes-area .classes-title2 a.button::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout1 .single-classes-area:hover {
  -webkit-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
}
.mod-gym-class .layout1 .single-classes-area:hover .classes-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mod-gym-class .layout1 .single-classes-area:hover a.button {
  background: #e38bb2;
  color: #ffffff;
}
.mod-gym-class .layout1 .single-classes-area:hover a.button::after {
  opacity: 1;
  padding-left: 8px;
}
.mod-gym-class .layout2 .single-classes-area {
  margin-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout2 .single-classes-area .classes-img {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.mod-gym-class .layout2 .single-classes-area .classes-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(76, 181, 60, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout2 .single-classes-area .classes-img .button {
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout2 .single-classes-area .classes-img .button a {
  border: 2px solid #dedede;
  border-radius: 30px;
  padding: 8px 20px;
  color: #ffffff;
}
.mod-gym-class .layout2 .single-classes-area .classes-img .button a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mod-gym-class .layout2 .single-classes-area .classes-img .button a:hover::after {
  opacity: 1;
  padding-left: 8px;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 {
  padding: 25px 25px 20px;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 h3 {
  margin-bottom: 12px;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 h3 a {
  color: #111111;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 h3 a:hover {
  color: #e38bb2;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 p {
  margin: 0;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 ul li {
  padding-bottom: 8px;
}
.mod-gym-class .layout2 .single-classes-area .classes-title2 ul li i {
  color: #e38bb2;
  padding-right: 8px;
}
.mod-gym-class .layout2 .single-classes-area:hover {
  -webkit-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 12px 16px 0px rgba(222, 222, 222, 0.75);
}
.mod-gym-class .layout2 .single-classes-area:hover .classes-img::after {
  opacity: 1;
}
.mod-gym-class .layout2 .single-classes-area:hover .classes-img .button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-classes .single-classes-area .classes-title h3 a {
  color: #e38bb2;
}
.category-classes .single-classes-area:hover .classes-title {
  background: #e38bb2;
}
.category-classes .single-classes-area:hover .classes-title h3 a {
  color: #ffffff;
}
.detail-class img.img-responsive {
  width: 100%;
}
.detail-class > h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 15px 0;
  position: relative;
  padding-bottom: 12px;
}
.detail-class > h3::after {
  position: absolute;
  content: "";
  background: #e38bb2;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.detail-class .choose-list {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.detail-class .choose-list li {
  color: #111111;
  font-weight: 500;
  margin: 4px 0;
  width: 50%;
  float: left;
}
.detail-class .choose-list li::before {
  font-family: 'FontAwesome';
  content: "\f058";
  color: #e38bb2;
  margin-right: 15px;
  font-size: 18px;
}
.detail-class .schedule-date li {
  border: 1px solid #dedede;
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  width: 33%;
}
.detail-class .schedule-date li.day::before {
  font-family: 'FontAwesome';
  content: "\f017";
  margin-right: 0;
  color: #e38bb2;
  margin-right: 8px;
  font-size: 16px;
}
.detail-class .schedule-date li:last-child::before {
  font-family: 'FontAwesome';
  content: "\f007";
  margin-right: 0;
  color: #e38bb2;
  margin-right: 8px;
  font-size: 16px;
}
.detail-class .ghost-btn {
  border: 2px solid #e38bb2;
  color: #e38bb2;
  margin-top: 30px;
  padding: 10px 30px;
}
.detail-class .ghost-btn:hover {
  background: #e38bb2;
  color: #ffffff;
}
.detail-class .related-class > h3.related-title {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 30px 0;
  position: relative;
  padding-bottom: 12px;
}
.detail-class .related-class > h3.related-title::after {
  position: absolute;
  content: "";
  background: #e38bb2;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.detail-class .related-class .related-item h3 {
  margin: 20px 0 0;
}
.detail-class .related-class .related-item h3 a {
  color: #111111;
}
.detail-class .related-class .related-item h3 a:hover {
  color: #e38bb2;
}
/*=====  End of Gymclass css  ======*/
/*====================================
=            Schedule css            =
====================================*/
.class-schedule .class-schedule-wrap {
  background: transparent;
  padding: 0;
}
.class-schedule .class-schedule-wrap .nav-tabs li {
  border: 1px solid #dedede;
  margin: 0 -2px 5px;
}
.class-schedule .class-schedule-wrap .nav-tabs li a {
  background: transparent;
  border-radius: 0;
  color: #111111;
  margin: 0;
}
.class-schedule .class-schedule-wrap .nav-tabs li.active a {
  background: #e38bb2;
  border: none;
  color: #ffffff;
}
.class-schedule .class-schedule-wrap .nav-tabs li.active a:hover {
  border: none;
}
.class-schedule .class-schedule-wrap .nav-tabs li:hover a {
  background: #e38bb2;
  border: none;
  color: #ffffff;
}
.class-schedule .class-schedule-wrap .nav-tabs li:hover a:hover {
  border: none;
}
.class-schedule .class-schedule-wrap .nav-tabs li:first-child {
  border-radius: 30px 0 0 30px;
}
.class-schedule .class-schedule-wrap .nav-tabs li:first-child a {
  border-radius: 30px 0 0 30px;
}
.class-schedule .class-schedule-wrap .nav-tabs li:last-child {
  border-radius: 0 30px 30px 0;
}
.class-schedule .class-schedule-wrap .nav-tabs li:last-child a {
  border-radius: 0 30px 30px 0;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd {
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(2n+1) {
  background: #f6f6f6;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li {
  color: #111111;
  line-height: 90px;
  border-right: 1px solid #d4d4d4;
  width: 25%;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li img {
  display: inline-block;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li:last-child {
  border-right: 0;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) {
  text-align: center;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) a {
  background: #ffffff;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  font-size: 15px;
  color: #111111;
  margin: 0 20px;
  padding: 16px 20px;
  display: block;
  line-height: 1;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.class-schedule .class-schedule-wrap .tab-content ul.odd li i {
  color: #e38bb2;
  padding-right: 8px;
}
.day-schedule .class-schedule-wrap {
  background: transparent;
  padding: 0;
}
.day-schedule .class-schedule-wrap .nav-tabs li {
  border: 1px solid #dedede;
  margin: 0 -2px 5px;
}
.day-schedule .class-schedule-wrap .nav-tabs li a {
  background: transparent;
  border-radius: 0;
  color: #111111;
  margin: 0;
}
.day-schedule .class-schedule-wrap .nav-tabs li.active a {
  background: #e38bb2;
  border: none;
  color: #ffffff;
}
.day-schedule .class-schedule-wrap .nav-tabs li.active a:hover {
  border: none;
}
.day-schedule .class-schedule-wrap .nav-tabs li:hover a {
  background: #e38bb2;
  border: none;
  color: #ffffff;
}
.day-schedule .class-schedule-wrap .nav-tabs li:hover a:hover {
  border: none;
}
.day-schedule .class-schedule-wrap .nav-tabs li:first-child {
  border-radius: 30px 0 0 30px;
}
.day-schedule .class-schedule-wrap .nav-tabs li:first-child a {
  border-radius: 30px 0 0 30px;
}
.day-schedule .class-schedule-wrap .nav-tabs li:last-child {
  border-radius: 0 30px 30px 0;
}
.day-schedule .class-schedule-wrap .nav-tabs li:last-child a {
  border-radius: 0 30px 30px 0;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd {
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li {
  color: #111111;
  line-height: 90px;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 33% !important;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li img {
  display: inline-block;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li:last-child {
  border-right: 1px solid #dedede;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) {
  text-align: center;
  display: none !important;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) a {
  background: #ffffff;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  font-size: 15px;
  color: #111111;
  padding: 12px 50px;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd li i {
  color: #e38bb2;
  padding-right: 8px;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(odd) li:nth-child(odd) {
  background: #f6f6f6;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(odd) li:nth-child(event) {
  background: #ffffff;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(even) li:nth-child(odd) {
  background: #ffffff;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(even) li:nth-child(even) {
  background: #f6f6f6;
}
.day-schedule .class-schedule-wrap .tab-content ul.odd:last-child li {
  border-bottom: 1px solid #dedede;
}
/*=====  End of Schedule css  ======*/
/*================================
=            Team css            =
================================*/
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link a i {
  color: #ffffff;
  margin-top: 0;
  padding: 8px 10px;
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link:hover a i {
  color: #e38bb2;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  background: #ffffff;
  border: none;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  width: 44px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  color: #111111;
  display: inline;
  padding: 0;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover {
  opacity: 1;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover i {
  background: transparent;
  color: #e38bb2;
}
.tlp-team .layout1 .single-team-area .overlay-element .detail-link a i {
  background: #ffffff;
  color: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0;
}
.tlp-team .layout1 .single-team-area .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  width: 100%;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons {
  margin-top: 12px;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons a {
  color: #111111;
}
.tlp-team .layout1 .single-team-area article {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: rgba(76, 181, 60, 0.8);
  margin: 0 25px;
  padding: 0 20px;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  padding: 10px 0 5px 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  color: #ffffff;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  color: #ffffff;
  padding: 0 0 12px 0;
}
.tlp-team .layout1 .single-team-area:hover .overlay .overlay-element {
  bottom: -70%;
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  transform: translateY(70%);
}
.tlp-team .layout1 .single-team-area:hover article {
  top: 40%;
  opacity: 1;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.tlp-team .layout1 .owl-carousel.owl-theme {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 0;
}
.tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 0;
}
.tlp-team .layout3 .single-team-area {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout3 .single-team-area figure {
  position: relative;
}
.tlp-team .layout3 .single-team-area figure .social-icons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout3 .single-team-area .tlp-content {
  padding: 20px 0px 25px;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 {
  margin-bottom: 10px;
  padding-top: 0;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a {
  color: #111111;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a:hover {
  color: #e38bb2;
}
.tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
  color: #e38bb2;
}
.tlp-team .layout3 .single-team-area .contact-info,
.tlp-team .layout3 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout3 .single-team-area:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.tlp-team .layout3 .single-team-area:hover figure .social-icons {
  opacity: 1;
}
.tlp-team .layout3 .owl-carousel.owl-theme .owl-nav {
  right: 0px;
}
.tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team-detail .tlp-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.tlp-team-detail .tlp-content .tlp-position {
  font-weight: 500;
}
.tlp-team-detail .tlp-content::after {
  background: #e38bb2;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team-detail .social-icons a {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 3px;
  color: #111111;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a i.fa {
  display: inline;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a:hover {
  background: #e38bb2;
}
.tlp-team-detail .social-icons a:hover i.fa {
  opacity: 1;
}
/*=====  End of Team css  ======*/
/*=========================================
=            Pricing table css            =
=========================================*/
.pricing-style {
  position: relative;
  overflow: hidden;
}
.pricing-style::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: url('../images/section2.png');
}
.pricing-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #3ab54a, #4eb53a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3ab54a, #4eb53a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3ab54a, #4eb53a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3ab54a, #4eb53a);
  /* Standard syntax */
}
.pricing-style .sppb-addon-text-block {
  color: #ffffff;
}
.pricing-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  line-height: 1;
}
.pricing-style .sppb-addon-text-block ul li {
  color: #ffffff;
}
.pricing-style .sppb-addon-text-block ul li::before {
  color: #ffffff;
}
.pricing-style .sppb-addon-text-block a.ghost-btn {
  border: 2px solid #ffffff;
  background: transparent;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  background: #ffffff;
  border: none;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #111111;
  letter-spacing: 2px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  color: #e38bb2;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-symbol {
  font-size: 30px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-duration {
  color: #a4a4a4;
  font-size: 16px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 30px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
  padding: 2px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-default {
  border: 2px solid #e38bb2;
  border-radius: 30px;
  background: transparent;
  color: #111111;
  font-weight: 500;
  padding: 12px 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-default::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-default:hover {
  background: #e38bb2;
  color: #ffffff;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-default:hover::after {
  padding-left: 12px;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/*=====  End of Pricing table css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .button-group {
  margin-bottom: 50px;
  margin-left: 0;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  color: #444444;
  margin: 0px 0 5px;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .button-group button.selected {
  background: #e38bb2;
  border: 1px solid #e38bb2;
  color: #ffffff;
}
.tlp-portfolio .button-group button:hover {
  background: #e38bb2;
  border: 1px solid #e38bb2;
  color: #ffffff;
}
.tlp-portfolio .button-group button:first-child {
  border-radius: 30px 0 0 30px;
}
.tlp-portfolio .button-group button:last-child {
  border-radius: 0 30px 30px 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(76, 181, 60, 0.8);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
  width: 44px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  background: #f6f6f6;
  padding: 20px 25px 25px 25px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
  margin-top: 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  color: #111111;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a:hover {
  color: #e38bb2;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content:hover .tlp-content-holder {
  -webkit-box-shadow: 0px 10px 16px 0px #dedede;
  -moz-box-shadow: 0px 10px 16px 0px #dedede;
  box-shadow: 0px 10px 16px 0px #dedede;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item > * {
  min-height: 0;
  box-sizing: unset;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum img {
  width: 100%;
  transition: inherit;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(76, 181, 60, 0.8);
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon {
  position: absolute;
  right: 20%;
  bottom: 0;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  color: #111111;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum:hover .link-icon {
  opacity: 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  padding: 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
  padding: 0;
  text-align: center;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  font-size: 28px;
  color: #ffffff;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-content {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-portfolio-thum .link-icon {
  opacity: 1;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-portfolio-thum .link-icon {
  right: 0;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
body .tlp-popup-wrap .tlp-popup-navigation-wrap {
  background: #e38bb2;
}
body .tlp-popup-wrap .tlp-portfolio-detail {
  padding-bottom: 40px;
}
/*=====  End of Portfolio css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.testimonial-style {
  position: relative;
  overflow: hidden;
}
.testimonial-style::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: url('../images/section3.png');
}
.testimonial-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #111111, #111111);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #111111, #111111);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #111111, #111111);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #111111, #111111);
  /* Standard syntax */
}
.tss-wrapper .tss-layout1 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout1 .single-item-wrapper {
  color: #111111;
}
.tss-wrapper .tss-layout1 .single-item-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .tss-meta-info .author-name {
  color: #ffffff;
  margin-bottom: 8px;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .tss-meta-info .author-bio {
  color: #e38bb2;
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper {
  position: relative;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info {
  text-align: center;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  display: inline-block;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
  background: transparent;
  border-radius: 6px;
  color: #d4d4d4;
  padding: 30px 0 0;
  width: 80%;
  margin: 0 auto;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .author-name {
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .author-bio {
  color: #e38bb2;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout6 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper {
  background: transparent;
  color: #d4d4d4;
  padding: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info .author-name {
  color: #ffffff;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info .author-bio {
  color: #e38bb2;
  margin-bottom: 0;
}
/*=====  End of Testimonial css  ======*/
/*==========================================
=            Fitness summer css            =
==========================================*/
.fitness-summer .sppb-addon-title {
  color: #ffffff;
}
.fitness-summer .sppb-addon-content {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.fitness-summer .sppb-addon-content span {
  color: #e38bb2;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}
.fitness-summer .sppb-addon-content a.ghost-btn {
  margin-top: 20px;
}
/*=====  End of Fitness summer css  ======*/
/*================================
=            News css            =
================================*/
.sppb-addon-articles {
  margin-bottom: 0;
}
.sppb-addon-articles .sppb-addon-article {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.sppb-addon-articles .sppb-addon-article .entry-gallery,
.sppb-addon-articles .sppb-addon-article .entry-video,
.sppb-addon-articles .sppb-addon-article .entry-audio,
.sppb-addon-articles .sppb-addon-article .entry-link {
  margin-bottom: 0;
  padding-bottom: 52.25%;
}
.sppb-addon-articles .sppb-addon-article .addon-image {
  position: relative;
  overflow: hidden;
}
.sppb-addon-articles .sppb-addon-article .addon-image img {
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.sppb-addon-articles .sppb-addon-article .addon-image .sppb-article-meta {
  background: rgba(17, 17, 17, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 20px;
}
.sppb-addon-articles .sppb-addon-article .addon-image .sppb-article-meta span {
  color: #ffffff;
  font-size: 18px;
}
.sppb-addon-articles .sppb-addon-article .addon-image .sppb-article-meta .sppb-meta-date {
  position: relative;
  padding-bottom: 10px;
}
.sppb-addon-articles .sppb-addon-article .addon-image .sppb-article-meta .sppb-meta-date::after {
  position: absolute;
  content: "";
  background: #e38bb2;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.sppb-addon-articles .sppb-addon-article h3 {
  padding: 20px 25px 0;
  font-family: Trebuchet MS !important;
}
.sppb-addon-articles .sppb-addon-article h3 a {
  color: #111111;
}
.sppb-addon-articles .sppb-addon-article h3 a:hover {
  color: #e38bb2;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-introtext {
  padding: 0 25px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info {
  position: relative;
  background: #ffffff;
  padding: 0 25px 25px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-meta-category {
  padding-left: 25px;
}
.sppb-addon-articles .sppb-addon-article:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.sppb-addon-articles .sppb-addon-article:hover .addon-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*=====  End of News css  ======*/
/*===================================
=            Clients css            =
===================================*/
.rt-logo-showcase .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.rt-logo-showcase .slick-track {
  padding: 0;
}
.rt-logo-showcase .slick-dots {
  position: inherit;
  bottom: 0;
}
.rt-logo-showcase .slick-dots li button::before {
  content: "";
}
/*=====  End of Clients css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
  font-family: Trebuchet MS !important;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  background: #e38bb2;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #d4d4d4;
}
#sp-bottom .sp-module .sp-module-content img {
  margin-bottom: 25px;
}
#sp-bottom ul li {
  border-bottom: none;
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Trebuchet MS !important;
}
#sp-bottom ul li a {
  color: #d4d4d4;
  line-height: 24px;
  padding: 0;
  font-family: Trebuchet MS !important;
}
#sp-bottom ul li a:hover {
  color: #e38bb2;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li.lastItem {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-address ul li {
  padding-bottom: 10px;
  font-family: Trebuchet MS !important;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #e38bb2;
}
.opening-hours-module ul li label {
  min-width: 100px;
  font-family: Trebuchet MS !important;
}
#sp-footer .sp-copyright a {
  color: #ffffff;
}
#sp-footer .sp-copyright a:hover {
  color: #e38bb2;
}
/*=====  End of Bottom css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  padding: 100px 0;
  position: relative;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li {
  color: #d4d4d4;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #d4d4d4;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #d4d4d4;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #e38bb2;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #e38bb2;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#sp-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner css  ======*/
/*=========================================
=            News category css            =
==========================================*/
.blog article.item {
  background: #f6f6f6;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog article.item .entry-image,
.blog article.item .entry-gallery,
.blog article.item .entry-video,
.blog article.item .entry-audio,
.blog article.item .entry-link {
  margin-bottom: 0;
  overflow: hidden;
}
.blog article.item .entry-image img,
.blog article.item .entry-gallery img,
.blog article.item .entry-video img,
.blog article.item .entry-audio img,
.blog article.item .entry-link img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blog article.item .entry-header {
  margin-bottom: 0;
  position: relative;
  bottom: 60px;
  margin-bottom: -60px;
  padding: 20px 15px;
  background: rgba(17, 17, 17, 0.5);
}
.blog article.item .entry-header .article-info {
  font-size: 14px;
  margin: 0;
}
.blog article.item .entry-header .article-info > dd {
  color: #ffffff;
  text-transform: capitalize;
}
.blog article.item .entry-header .article-info > dd a {
  color: #ffffff;
}
.blog article.item .entry-header .article-info > dd i {
  color: #e38bb2;
}
.blog article.item > h2 {
  margin-top: 24px;
  padding: 0 30px;
  font-size: 22px;
}
.blog article.item > h2 a {
  color: #111111;
}
.blog article.item > p {
  margin-bottom: 30px;
  padding: 0 30px;
}
.blog article.item .readmore {
  margin-bottom: 30px;
  padding: 0 30px;
}
.blog article.item .readmore a {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  padding: 12px 30px;
}
.blog article.item .readmore a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog article.item .readmore a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.blog article.item .readmore a:hover::after {
  padding-left: 12px;
}
.blog article.item:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.blog article.item:hover h2 a {
  color: #e38bb2;
}
.blog article.item:hover .entry-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item-page .entry-header .article-info {
  margin-bottom: 12px;
}
.item-page .entry-header .article-info > dd {
  font-size: 14px;
  color: #111111;
  text-transform: capitalize;
}
.item-page .entry-header .article-info > dd a {
  color: #111111;
}
.item-page .entry-header .article-info > dd i {
  color: #e38bb2;
}
.item-page .entry-header > h2 {
  font-size: 28px;
}
/*=====  End of News category css  ======*/
/*======================================
=            Pagination css            =
======================================*/
.itemListView .k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
.itemListView .k2Pagination .pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #f6f6f6;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #e38bb2;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #f6f6f6;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #e38bb2;
}
div.pagination {
  text-align: center;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #f6f6f6;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
div.pagination ul.pagination li a:hover {
  background: #e38bb2;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #e38bb2;
}
/*=====  End of Pagination css  ======*/
/*===================================
=            Sidebar css            =
===================================*/
.custom-class .sp-module .sp-module-title,
.class2 .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #e38bb2;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.custom-class .sp-module ul li,
.class2 .sp-module ul li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 0;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  line-height: inherit;
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  color: #e38bb2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom-class .sp-module ul li:last-child,
.class2 .sp-module ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .service-menu ul li,
.class2 .service-menu ul li {
  border: none;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  background: #f6f6f6;
  padding: 8px 15px;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #e38bb2;
  color: #ffffff;
  padding-left: 20px;
}
.custom-class .service-menu ul li a:hover::before,
.class2 .service-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .service-menu ul li.active a,
.class2 .service-menu ul li.active a {
  background: #e38bb2;
  color: #ffffff;
}
.custom-class .service-menu ul li.active a::before,
.class2 .service-menu ul li.active a::before {
  color: #ffffff;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 46px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #e38bb2;
}
.custom-class .shape-body,
.class2 .shape-body {
  position: relative;
}
.custom-class .shape-body .shape-content,
.class2 .shape-body .shape-content {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}
.custom-class .shape-body .shape-content .shape-life,
.class2 .shape-body .shape-content .shape-life {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.custom-class .shape-body .shape-content .shape-life .body,
.class2 .shape-body .shape-content .shape-life .body {
  font-weight: 500;
}
.custom-class .shape-body .shape-content .ghost-btn,
.class2 .shape-body .shape-content .ghost-btn {
  background: #ffffff;
  color: #111111;
  padding: 12px 25px;
}
.custom-class .shape-body .shape-content .ghost-btn:hover,
.class2 .shape-body .shape-content .ghost-btn:hover {
  background: #e38bb2;
  color: #ffffff;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #e38bb2;
  font-size: 14px;
  font-weight: 500;
}
.custom-class .search-product .inputboxsearch-product,
.class2 .search-product .inputboxsearch-product {
  border: 1px solid #dedede;
  border-radius: 0px;
  box-shadow: none;
  height: 46px;
  width: 100%;
}
.custom-class .shop-category,
.class2 .shop-category {
  position: relative;
}
.custom-class .shop-category ul li,
.class2 .shop-category ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.custom-class .shop-category ul li a,
.class2 .shop-category ul li a {
  color: #444444;
  font-size: 16px;
}
.custom-class .shop-category ul li a::before,
.class2 .shop-category ul li a::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.custom-class .shop-category ul li a:hover,
.class2 .shop-category ul li a:hover {
  color: #e38bb2;
}
.custom-class .rated-products .product-container,
.class2 .rated-products .product-container {
  border-bottom: 1px solid #dedede;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.custom-class .rated-products .product-container:last-child,
.class2 .rated-products .product-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .rated-products .product-container .image-part,
.class2 .rated-products .product-container .image-part {
  background: #f6f6f6;
  float: left;
  width: 35%;
  margin-right: 12px;
  overflow: hidden;
}
.custom-class .rated-products .product-container .image-part img,
.class2 .rated-products .product-container .image-part img {
  padding: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-class .rated-products .product-container .image-part:hover img,
.class2 .rated-products .product-container .image-part:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-class .rated-products .product-container .productdetails,
.class2 .rated-products .product-container .productdetails {
  display: table-cell;
  text-align: left;
}
.custom-class .rated-products .product-container .productdetails a,
.class2 .rated-products .product-container .productdetails a {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  letter-spacing: 1px;
}
.custom-class .rated-products .product-container .productdetails a:hover,
.class2 .rated-products .product-container .productdetails a:hover {
  color: #e38bb2;
}
.custom-class .rated-products .product-container .productdetails .product-price,
.class2 .rated-products .product-container .productdetails .product-price {
  color: #e38bb2;
  float: none;
  text-align: left;
  font-weight: 500;
  margin: 15px 0 0 0;
}
.addon-sidebar .search {
  position: relative;
  overflow: hidden;
}
.addon-sidebar .search form input {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 46px;
  width: 100%;
}
.addon-sidebar .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
}
.addon-sidebar .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #e38bb2;
}
.addon-sidebar .customshape-body {
  position: relative;
}
.addon-sidebar .customshape-body .shape-content {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}
.addon-sidebar .customshape-body .shape-content .shape-life {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.addon-sidebar .customshape-body .shape-content .shape-life .body {
  font-weight: 500;
}
.addon-sidebar .customshape-body .shape-content .ghost-btn {
  background: #ffffff;
  color: #111111;
  padding: 12px 25px;
}
.addon-sidebar .customshape-body .shape-content .ghost-btn:hover {
  background: #e38bb2;
  color: #ffffff;
}
.addon-sidebar .sppb-addon-content {
  position: relative;
}
.addon-sidebar .sppb-addon-content ul li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.addon-sidebar .sppb-addon-content ul li a {
  color: #444444;
  font-size: 16px;
}
.addon-sidebar .sppb-addon-content ul li a::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.addon-sidebar .sppb-addon-content ul li a:hover {
  color: #e38bb2;
}
.addon-sidebar .sppb-addon-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/*=====  End of Sidebar css  ======*/
/*===================================
=            Contact css            =
===================================*/
.contact-information {
  position: relative;
}
.contact-information::after {
  background: #e38bb2;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.contact-information .sppb-addon-raw-html {
  color: #ffffff;
  padding-left: 50px;
}
.contact-information .sppb-addon-raw-html .sppb-addon-title {
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
}
.contact-information .sppb-addon-raw-html .sppb-addon-title::after {
  position: absolute;
  content: "";
  background: #ffffff;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.contact-information .sppb-addon-raw-html ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sppb-addon-ajax-contact {
  padding-right: 50px;
}
.sppb-addon-ajax-contact .sppb-addon-title {
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
}
.sppb-addon-ajax-contact .sppb-addon-title::after {
  position: absolute;
  content: "";
  background: #e38bb2;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
  border: 1px solid #dedede;
  /*border-radius: 30px;*/
  box-shadow: none;
  height: 40px !important;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
  border: 1px solid #dedede;
  /*border-radius: 30px;*/
  box-shadow: none;
  padding: 12px 18px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
  background: #e38bb2;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  padding: 16px 25px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button i {
  padding-left: 8px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover {
  background: #329623;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover i {
  padding-left: 12px;
}
/*=====  End of Contact css  ======*/
/*=====================================
=            Accordion css            =
=====================================*/
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  border: none;
  margin-bottom: 3px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #e38bb2;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading {
  border: 1px solid transparent;
  background: #e38bb2;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading .sppb-panel-title {
  color: #ffffff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
  top: 25%;
  -webkit-transform: translateY(0%) rotate(0deg);
  -moz-transform: translateY(0%) rotate(0deg);
  -ms-transform: translateY(0%) rotate(0deg);
  -o-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg);
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-body {
  border: none;
}
/*=====  End of Accordion css  ======*/
/*==============================================
=            Feature product slider            =
==============================================*/
.product-slider1 .single-item {
  margin: 0 15px;
}
.product-slider1 .single-item .image-part {
  text-align: center;
  position: relative;
  background: #f6f6f6;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
}
.product-slider1 .single-item .image-part img {
  display: inline-block;
}
.product-slider1 .single-item .image-part::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider1 .single-item .image-part .addtocart-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  z-index: 11;
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
  transform: translateY(-250%);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.product-slider1 .single-item .image-part .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
.product-slider1 .single-item .image-part .addtocart-area .addtocart-bar .quantity-box,
.product-slider1 .single-item .image-part .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.product-slider1 .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider1 .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #e38bb2;
}
.product-slider1 .single-item .productdetails .item-title {
  display: block;
  color: #111111;
  font-size: 22px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.product-slider1 .single-item .productdetails .item-title:hover {
  color: #e38bb2;
}
.product-slider1 .single-item .productdetails .product-price {
  float: inherit;
  text-align: center;
  color: #e38bb2;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
.product-slider1 .single-item:hover .image-part::after {
  opacity: 1;
}
.product-slider1 .single-item:hover .image-part .addtocart-area {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider1 .single-item:hover .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  opacity: 1;
}
.product-slider1 .owl-carousel.owl-theme {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.product-slider1 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-slider1 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -3%;
}
.product-slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: -3%;
}
.product-slider2 .single-item {
  margin: 0 15px;
}
.product-slider2 .single-item .image-part {
  text-align: center;
  position: relative;
  background: #f6f6f6;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
  -moz-box-shadow: 0px 1px 0px 0px #dedede;
  box-shadow: 0px 1px 0px 0px #dedede;
}
.product-slider2 .single-item .image-part img {
  display: inline-block;
}
.product-slider2 .single-item .image-part::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider2 .single-item .image-part .addtocart-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  z-index: 11;
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
  transform: translateY(-250%);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.product-slider2 .single-item .image-part .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
.product-slider2 .single-item .image-part .addtocart-area .addtocart-bar .quantity-box,
.product-slider2 .single-item .image-part .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.product-slider2 .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider2 .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #e38bb2;
}
.product-slider2 .single-item .productdetails .item-title {
  display: block;
  color: #111111;
  font-size: 22px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.product-slider2 .single-item .productdetails .item-title:hover {
  color: #e38bb2;
}
.product-slider2 .single-item .productdetails .product-price {
  float: inherit;
  text-align: center;
  color: #e38bb2;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
.product-slider2 .single-item:hover .image-part::after {
  opacity: 1;
}
.product-slider2 .single-item:hover .image-part .addtocart-area {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider2 .single-item:hover .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  opacity: 1;
}
.product-slider2 .owl-carousel.owl-theme .owl-nav {
  right: 15px;
}
.online-product .spacer {
  margin: 0 15px 30px;
}
.online-product .spacer .image-part {
  text-align: center;
  position: relative;
  background: #f6f6f6;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
  -moz-box-shadow: 0px 1px 0px 0px #dedede;
  box-shadow: 0px 1px 0px 0px #dedede;
}
.online-product .spacer .image-part img {
  display: inline-block;
}
.online-product .spacer .image-part::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.online-product .spacer .image-part .addtocart-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  z-index: 11;
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
  transform: translateY(-250%);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.online-product .spacer .image-part .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
.online-product .spacer .image-part .addtocart-area .addtocart-bar .quantity-box,
.online-product .spacer .image-part .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.online-product .spacer .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.online-product .spacer .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #e38bb2;
}
.online-product .spacer .productdetails .item-title {
  display: block;
  color: #111111;
  font-size: 22px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.online-product .spacer .productdetails .item-title:hover {
  color: #e38bb2;
}
.online-product .spacer .productdetails .product-price {
  float: inherit;
  text-align: center;
  color: #e38bb2;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
.online-product .spacer:hover .image-part::after {
  opacity: 1;
}
.online-product .spacer:hover .image-part .addtocart-area {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.online-product .spacer:hover .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  opacity: 1;
}
/*=====  End of Feature product slider  ======*/
/*============================================
=            Product category css            =
============================================*/
.category-view {
  margin-bottom: 0;
}
.category-view .browse-view {
  margin-bottom: 0;
}
.category-view .latest-view {
  margin-bottom: 0;
}
.category-view h1 {
  font-size: 30px;
  color: #111111;
  margin-bottom: 30px;
}
.category-view .orderby-displaynumber {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 12px 15px;
}
.category-view .orderby-displaynumber .orderlistcontainer {
  position: relative;
  display: block;
  margin-top: 3px;
}
.category-view .orderby-displaynumber .orderlistcontainer .title {
  font-size: 14px;
  float: left;
  margin-right: 12px;
}
.category-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  border-radius: 0;
  background-color: #f6f6f6;
  float: left;
}
.category-view .orderby-displaynumber .orderlistcontainer .orderlist {
  top: 29px;
  left: 59px;
}
.category-view .orderby-displaynumber .display-number {
  margin: 3px 12px 0 0;
}
.category-view .orderby-displaynumber .display-number select {
  background-color: #f6f6f6;
  border-radius: 0;
  box-shadow: none;
}
.category-view .grid-view .spacer.product-container {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
.category-view .grid-view .spacer.product-container .vm-product-media-container {
  background: #f6f6f6;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category-view .grid-view .spacer.product-container .vm-product-media-container img {
  width: 100%;
  max-height: inherit;
  display: inline-block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .grid-view .spacer.product-container .vm-product-media-container:hover img {
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
.category-view .grid-view .spacer.product-container .vm-product-media-container::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .grid-view .spacer.product-container .vm-product-media-container:hover .vm-product-media-container::after {
  opacity: 1;
}
.category-view .grid-view .spacer.product-container .vm-product-rating-container {
  margin-top: 25px;
  text-align: center;
}
.category-view .grid-view .spacer.product-container .vm-product-rating-container .ratingbox {
  margin-bottom: 15px;
}
.category-view .grid-view .spacer.product-container .addtocart-area {
  min-height: inherit;
}
.category-view .grid-view .spacer.product-container .addtocart-area .vm-customfields-wrap {
  display: none;
}
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar .quantity-box,
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  margin: auto;
  letter-spacing: 2px;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #ffffff;
  color: #e38bb2;
}
.category-view .grid-view .spacer.product-container .vm-product-descr-container-1 {
  min-height: inherit;
}
.category-view .grid-view .spacer.product-container .vm-product-descr-container-1 h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.category-view .grid-view .spacer.product-container .vm-product-descr-container-1 h2 a {
  color: #111111;
}
.category-view .grid-view .spacer.product-container .vm-product-descr-container-1 h2 a:hover {
  color: #e38bb2;
}
.category-view .grid-view .spacer.product-container .vm-price-desc {
  margin: 0;
}
.category-view .grid-view .spacer.product-container .product-price {
  margin-bottom: 0;
  text-align: center;
  float: inherit;
}
.category-view .grid-view .spacer.product-container .product-price span {
  font-size: 20px;
  font-weight: 500;
  color: #e38bb2;
  letter-spacing: 2px;
}
.category-view .grid-view .spacer.product-container .vm-details-button {
  text-align: center;
}
.category-view .grid-view .spacer.product-container .vm-details-button .product-details {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
  border-radius: 0px;
  padding: 10px 20px;
  text-align: center;
  width: inherit;
}
.category-view .grid-view .spacer.product-container .vm-details-button .product-details:hover {
  background: #111111;
  color: #ffffff;
}
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.category-view .grid-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 0;
}
.category-view .grid-view .spacer.product-container:hover .vm-product-media-container::after {
  opacity: 1;
}
.category-view .grid-view .spacer.product-container:hover .addtocart-area .addtocart-bar {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-view .grid-view .spacer.product-container:hover .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 1;
}
.category-view .horizontal-separator {
  height: 0;
  margin: 0;
}
.category-view .list-view {
  margin-bottom: 15px;
}
.category-view .list-view .spacer.product-container {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.category-view .list-view .spacer.product-container .vm-product-media-container {
  max-width: inherit;
  margin-right: 30px;
  background: #f6f6f6;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category-view .list-view .spacer.product-container .vm-product-media-container img {
  width: 100%;
  max-height: inherit;
  display: inline-block;
}
.category-view .list-view .spacer.product-container .vm-product-rating-container {
  float: inherit;
  padding: 0;
  text-align: left;
}
.category-view .list-view .spacer.product-container .vm-product-rating-container .ratingbox {
  display: inline-block;
}
.category-view .list-view .spacer.product-container .vm-product-descr-container-1 {
  display: table-cell;
  margin-top: 0;
  float: inherit;
}
.category-view .list-view .spacer.product-container .vm-product-descr-container-1 h2 {
  text-align: left;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.category-view .list-view .spacer.product-container .vm-product-descr-container-1 h2 a {
  color: #111111;
}
.category-view .list-view .spacer.product-container .vm-product-descr-container-1 h2 a:hover {
  color: #e38bb2;
}
.category-view .list-view .spacer.product-container .vm-product-descr-container-1 p.product_s_desc {
  height: inherit;
  line-height: 24px;
  margin-bottom: 30px;
}
.category-view .list-view .spacer.product-container .product-price {
  margin-bottom: 10px;
  text-align: left;
  float: inherit;
}
.category-view .list-view .spacer.product-container .product-price span {
  font-size: 20px;
  font-weight: 500;
  color: #e38bb2;
  letter-spacing: 2px;
}
.category-view .list-view .spacer.product-container .addtocart-area {
  min-height: inherit;
}
.category-view .list-view .spacer.product-container .addtocart-area .vm-customfields-wrap {
  display: none;
}
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar {
  float: left;
}
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar .quantity-box,
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button {
  margin-top: 10px;
}
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 25px;
  margin: auto;
  letter-spacing: 1px;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .list-view .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #e38bb2;
  color: #ffffff;
}
.category-view .vm-pagination-bottom {
  float: none;
}
.category-view .vm-pagination-bottom ul.pagination {
  margin: 20px 0 0 0;
}
.category-view .vm-pagination-bottom ul.pagination li a {
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  line-height: 44px;
  margin: 0 5px 5px;
  height: 44px;
  width: 44px;
  padding: 0;
  text-align: center;
}
.category-view .vm-pagination-bottom ul.pagination li a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.category-view .vm-pagination-bottom ul.pagination li.active a {
  background: #e38bb2;
  color: #ffffff;
}
/*=====  End of Product category css  ======*/
/*==========================================
=            Single product css            =
==========================================*/
.productdetails-view .icons {
  margin: 0;
}
.productdetails-view .vm-product-media-container {
  margin-bottom: 0;
  width: 50%;
}
.productdetails-view .vm-product-media-container .main-image {
  background: #f6f6f6;
  text-align: center;
  padding: 50px;
}
.productdetails-view .vm-product-media-container .main-image img {
  display: inline-block;
  max-height: inherit;
  width: 100%;
}
.productdetails-view .vm-product-media-container .additional-images > div {
  margin-right: 8px;
  width: 23.5%;
}
.productdetails-view .vm-product-media-container .additional-images > div:nth-child(4) {
  margin-right: 0;
}
.productdetails-view .vm-product-media-container .additional-images img {
  border: 1px solid #dedede;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 15px;
  width: 100%;
}
.productdetails-view .vm-product-media-container .additional-images img:hover {
  opacity: 0.7;
}
.productdetails-view .vm-product-details-container {
  width: 50%;
}
.productdetails-view .vm-product-details-container .spacer-buy-area h1 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 25px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .product-price {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  color: #e38bb2;
  float: inherit;
  text-align: left;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .product-price .vm-price-desc {
  margin: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .product-short-description {
  font-size: 14px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .vm-product-stock-container {
  font-weight: 500;
  color: #111111;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .vm-product-stock-container span {
  color: #e38bb2;
  font-weight: 400;
  text-transform: capitalize;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .vm-product-stock-container .product-sku {
  margin-bottom: 10px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area {
  min-height: inherit;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box input {
  border-radius: 0;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 44px;
  width: 42px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box input:hover {
  background: transparent;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button {
  margin-top: 0px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 30px;
  color: #e38bb2;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  margin: auto;
  letter-spacing: 1px;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  border: 1px solid transparent;
  background: #e38bb2;
  color: #ffffff;
}
.productdetails-view .details-tab {
  border: 1px solid #dedede;
  margin-top: 40px;
}
.productdetails-view .details-tab ul {
  border-bottom: none;
  margin-top: -24px;
}
.productdetails-view .details-tab ul li {
  margin-bottom: 0;
  margin-right: 7px;
}
.productdetails-view .details-tab ul li a {
  background: #ffffff;
  color: #111111;
  border: 1px solid #dedede;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 10px 20px;
}
.productdetails-view .details-tab ul li.active a {
  background: #e38bb2;
  color: #ffffff;
  border: 1px solid transparent;
}
.productdetails-view .details-tab ul li:hover a {
  background: #e38bb2;
  color: #ffffff;
  border: 1px solid transparent;
}
.productdetails-view .details-tab .tab-content {
  padding: 30px 20px 20px;
}
.productdetails-view .details-tab .tab-content .product-description span {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
.productdetails-view .details-tab .tab-content .customer-reviews {
  margin-top: 0;
}
.productdetails-view .details-tab .tab-content .customer-reviews h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15;
}
.moduletableralated-products {
  margin-top: 40px;
}
.moduletableralated-products h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.moduletableralated-products .product-container .spacer {
  margin: 0 3px;
}
.moduletableralated-products .product-container .image-part {
  background: #f6f6f6;
  margin-bottom: 25px;
  padding: 30px;
}
.moduletableralated-products .product-container .productdetails {
  text-align: center;
}
.moduletableralated-products .product-container .productdetails > a {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.moduletableralated-products .product-container .productdetails .product-price {
  float: inherit;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #e38bb2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.moduletableralated-products .product-container .addtocart-bar .quantity-box,
.moduletableralated-products .product-container .addtocart-bar .quantity-controls {
  display: none;
}
.moduletableralated-products .product-container .addtocart-bar span.addtocart-button input.addtocart-button {
  background: #ffffff;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  margin: auto;
  letter-spacing: 1px;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.moduletableralated-products .product-container .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #e38bb2;
  color: #ffffff;
}
/*=====  End of Single product css  ======*/
/*=====================================
=            Cart view css            =
=====================================*/
.vm-cart-header-container .vm-cart-header h1 {
  font-size: 36px;
  line-height: 1;
}
.vm-cart-header-container .vm-continue-shopping .continue_link {
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vm-cart-header-container .vm-continue-shopping .continue_link:hover {
  background: #e38bb2;
  color: #ffffff;
}
a.product-details,
a.details,
div.details,
input.default,
button.vm-button-correct {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.product-details:hover,
a.details:hover,
div.details:hover,
input.default:hover,
button.vm-button-correct:hover {
  background: #e38bb2;
  color: #ffffff;
}
#com-form-login {
  border: 1px solid #dedede;
  margin-top: 30px;
  padding: 15px;
}
#com-form-login input.inputbox {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
#com-form-login #com-form-login-remember input.inputbox {
  width: initial;
}
.cart-view #checkoutForm .billto-shipto {
  border: 1px solid #dedede;
  margin-top: 30px;
  padding: 15px;
}
.cart-view #checkoutForm .billto-shipto .output-shipto input[type="checkbox"] {
  margin-left: 10px;
}
.cart-view #checkoutForm .vm-fieldset-pricelist {
  margin-top: 30px;
}
.cart-view #checkoutForm table.cart-summary tr th,
.cart-view #checkoutForm table.cart-summary tr td {
  background: transparent;
  border: 1px solid #dedede;
  vertical-align: middle;
  padding: 5px;
}
.cart-view #checkoutForm table.cart-summary tr .vm-cart-item-name {
  font-weight: 500;
  padding: 10px;
}
.cart-view #checkoutForm table.cart-summary tr .vm-cart-item-name .vm-customfield-cart {
  display: none;
}
.cart-view #checkoutForm table.cart-summary tr .coupon {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button {
  float: right;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button input.details-button {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button input.details-button:hover {
  background: #e38bb2;
  color: #ffffff;
}
.cart-view #checkoutForm span.cart-images {
  margin-right: 15px;
}
.cart-view #checkoutForm span.cart-images img {
  width: 60px;
}
.cart-view .vm-fieldset-customer-note .customer-note textarea {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  width: 100% !important;
}
.cart-view .checkout-button-top {
  border-top: none;
}
.cart-view .checkout-button-top .vm-button-correct {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 28px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-view .checkout-button-top .vm-button-correct:hover {
  background: #e38bb2;
  color: #ffffff;
}
form.form-validate fieldset {
  margin-top: 30px;
}
form.form-validate fieldset h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
form.form-validate fieldset .userfields_info {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
form.form-validate .user-details input {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
form.form-validate .user-details tr td {
  padding-bottom: 8px;
}
form.form-validate .user-details .chzn-container-single {
  width: 100% !important;
}
form.form-validate .user-details .chzn-container-single .chzn-single {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  height: 34px;
  line-height: 32px;
}
form.form-validate .control-buttons {
  margin: 0 0 30px 0;
  text-align: left !important;
}
form.form-validate .control-buttons button {
  background: transparent;
  border: 2px solid #e38bb2;
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.form-validate .control-buttons button:hover {
  background: #e38bb2;
  color: #ffffff;
}
form.form-validate .control-buttons #reg_text {
  float: inherit;
  margin: 0 0 20px 0;
}
#fancybox-wrap {
  padding: 15px;
}
#fancybox-content {
  border: 10px solid #e38bb2;
}
#fancybox-content div {
  padding: 15px;
}
#fancybox-content div a.continue_link {
  background: #e38bb2;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}
#fancybox-content div a.showcart {
  background: #e38bb2;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}
#fancybox-content div h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0 0 0;
}
#fancybox-title {
  margin: 0 !important;
}
/*=====  End of Cart view css  ======*/
/*===================================
=            Content css            =
===================================*/
body .scrollup {
  background: #e38bb2;
  border: 2px solid #e38bb2;
  border-radius: 3px;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #329623;
}
body .sp-pre-loader .sp-loader-with-logo .line {
  background: #e38bb2;
}
.error-page .error-page-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.error-page .error-page-inner::after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.error-page .error-page-inner > div {
  position: relative;
  z-index: 9;
}
.error-page .error-page-inner .error-code {
  font-size: 230px;
  letter-spacing: 15px;
  color: #ffffff;
}
.error-page .error-page-inner .error-code::first-letter {
  color: #e38bb2;
}
.error-page .error-page-inner .error-message {
  font-size: 30px;
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary {
  background: #e38bb2;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 35px;
  letter-spacing: 1px;
}
.error-page .error-page-inner a.btn-primary:hover {
  color: #111111;
}
.coming-soon .sppb-addon-raw-html {
  text-align: center;
}
.coming-soon .sppb-addon-raw-html img {
  display: inline-block;
}
.coming-soon .sppb-addon-raw-html h1 {
  font-size: 72px;
  font-weight: 300;
  color: #111111;
  margin-bottom: 50px;
  margin-top: 50px;
}
.coming-soon .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-number {
  color: #e38bb2;
  font-size: 72px;
  height: 200px;
  width: 200px;
  line-height: 198px;
}
.coming-soon .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-text {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
}
.blog-featured .item .entry-header .article-info dd {
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .item .entry-header .article-info dd a {
  color: #e38bb2;
}
.blog-featured .item .entry-header .article-info dd i {
  color: #e38bb2;
}
.blog-featured .item .entry-header h2 {
  margin-top: 12px;
  letter-spacing: 1px;
}
.blog-featured .item .readmore a {
  background: #ffffff;
  border: 2px solid #e38bb2;
  color: #111111;
  border-radius: 30px;
  padding: 10px 20px;
}
.blog-featured .item .readmore a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-featured .item .readmore a:hover {
  background: #e38bb2;
  color: #ffffff;
}
.blog-featured .item .readmore a:hover::after {
  padding-left: 12px;
}
.page-header {
  border-bottom: none;
  margin: 0;
}
#display-form .accordion-inner {
  padding: 0;
}
#display-form .contact-form form {
  background: transparent;
  border: none;
  box-shadow: none;
}
#display-form .contact-form form .control-group input,
#display-form .contact-form form .control-group textarea {
  border-radius: 0;
  box-shadow: none;
}
#display-form .contact-form form .control-group button {
  border-radius: 3px;
}
.login .group-control input {
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 30px;
  height: 46px;
}
.login .btn {
  border-radius: 30px;
  padding: 10px 20px;
}
.registration .group-control input {
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 30px;
  height: 46px;
}
.registration .btn {
  border-radius: 30px;
  padding: 10px 20px;
}
.search .btn-toolbar input {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
/*=====  End of Content css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media only screen and (max-width: 1440px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 54px !important;
    line-height: 54px !important;
  }
}
@media only screen and (max-width: 1199px) {
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 6px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .slider-default-style .tp-caption.small_text {
    margin-top: 20px !important;
    width: 58%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 30px !important;
  }
  .join-us .ghost-btn {
    padding: 15px 7px;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
    width: 60%;
  }
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  .mod-gym-class .slider2 .owl-carousel.owl-theme:hover .owl-nav .owl-prev,
  .product-slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
    left: 0;
  }
  .mod-gym-class .slider2 .owl-carousel.owl-theme:hover .owl-nav .owl-next,
  .product-slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
    right: 0;
  }
  .mod-gym-class .layout2 .single-classes-area .classes-title2 {
    padding: 15px 20px 12px;
  }
  .blog article.item .article-info > dd {
    margin: 0 5px;
  }
  .blog article.item .entry-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .coming-soon .sppb-addon-raw-html h1 {
    font-size: 60px;
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .slider-default-style .tp-caption.small_text {
    margin-top: 15px !important;
    width: 80%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 40px !important;
  }
  .slider-default-style.slider-two-style .tp-caption.small_text {
    width: 70%;
  }
  #sp-top3 {
    padding-left: 0;
  }
  .join-us .ghost-btn {
    font-size: 12px;
    padding: 14px 5px;
  }
  .top-address ul li i {
    font-size: 14px;
    padding-right: 2px;
  }
  .top-address ul li {
    font-size: 14px;
    margin-right: 2px;
  }
  .top-social .rt-socials ul li a {
    font-size: 14px;
    padding: 0 5px;
  }
  .service1-style .sppb-addon-feature a .sppb-addon-title {
    font-size: 22px;
    bottom: 50px;
  }
  .service1-style .sppb-addon-feature .sppb-addon-text {
    bottom: 15px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h3,
  .category-view .grid-view .spacer.product-container .vm-product-descr-container-1 h2,
  .moduletableralated-products .product-container .productdetails > a {
    font-size: 20px;
  }
  .about1-style h1,
  .about2-style h1,
  .about3-style h1 {
    font-size: 34px;
  }
  .sppb-addon-text-block .sppb-addon-title {
    margin-bottom: 20px;
  }
  .class-schedule-tab ul li:nth-child(1) {
    padding-left: 10px;
  }
  .class-schedule .class-schedule-wrap .tab-content ul.odd li img {
    margin-right: 10px;
  }
  .pricing-style .sppb-addon-text-block {
    margin-bottom: 30px;
  }
  .pricing-style .sppb-addon-pricing-table {
    margin-top: 15px;
  }
  .tlp-portfolio .button-group button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
    width: 80%;
  }
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 40px;
  }
  .class-schedule-wrap .nav-tabs li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  form.form-validate .user-details {
    margin-top: 30px;
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
    text-align: center;
  }
  #sp-title .sp-page-title h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-gym-class .layout2 .col-md-6 {
    width: 50%;
    float: left;
  }
  .custom-class .shape-body .shape-content .shape-life,
  .class2 .shape-body .shape-content .shape-life,
  .addon-sidebar .customshape-body .shape-content .shape-life {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .detail-class .schedule-date li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .related-class .related-item {
    width: 33.33333%;
    float: left;
  }
  .blog article.item .entry-header .article-info {
    font-size: 11px;
  }
  .blog article.item .article-info > dd {
    margin: 0 2px;
  }
  .blog article.item .entry-header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog article.item > p,
  .blog article.item > h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog article.item .entry-header {
    bottom: 55px;
    margin-bottom: -55px;
  }
  .category-view .grid-view {
    width: 33%;
    min-width: inherit;
  }
  .coming-soon .sppb-addon-raw-html h1 {
    font-size: 40px;
  }
  .coming-soon .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-number {
    font-size: 40px;
    height: 150px;
    width: 150px;
    line-height: 150px;
  }
  .online-product .spacer .productdetails .item-title {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-default-style .rev_slider_wrapper,
  .slider-default-style .fullwidthbanner-container .fullwidthabanner {
    width: 100% !important;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .slider-default-style .tp-caption.small_text {
    /*display: none;*/
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 0px !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 10px 25px !important;
  }
  #header-two-layout .slider-default-style {
    margin-top: 0;
  }
  .service1-style .sppb-addon-feature {
    border-left: none;
    border-right: none;
  }
  .about1-style::after,
  .about2-style::after,
  .about3-style::after {
    display: none;
  }
  .about1-style .sppb-addon-text-block {
    /*padding-top: 90px;*/
  }
  .about2-style .sppb-addon-text-block {
    margin-bottom: 40px;
  }
  .about3-style .sppb-addon-text-block {
    padding-top: 90px;
  }
  .class-schedule .class-schedule-wrap .tab-content ul.odd {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .class-schedule .class-schedule-wrap .tab-content ul.odd li {
    width: 100%;
    border-right: none;
    line-height: 40px;
  }
  .class-schedule-wrap .nav-tabs li {
    width: 50%;
  }
  .tlp-portfolio .button-group {
    margin: 0 15px 30px;
  }
  .tlp-portfolio .button-group button {
    width: 50%;
  }
  .tlp-portfolio .button-group button:first-child,
  .tlp-portfolio .button-group button:last-child,
  .class-schedule .class-schedule-wrap .nav-tabs li:first-child a,
  .class-schedule .class-schedule-wrap .nav-tabs li:last-child a,
  .class-schedule .class-schedule-wrap .nav-tabs li:first-child,
  .class-schedule .class-schedule-wrap .nav-tabs li:last-child,
  .day-schedule .class-schedule-wrap .nav-tabs li:first-child,
  .day-schedule .class-schedule-wrap .nav-tabs li:last-child,
  .day-schedule .class-schedule-wrap .nav-tabs li:first-child a,
  .day-schedule .class-schedule-wrap .nav-tabs li:last-child a {
    border-radius: 0;
  }
  #sp-bottom2 {
    margin-top: 40px;
  }
  .top-social .rt-socials ul,
  .top-address ul {
    text-align: center;
  }
  #header-two-layout #offcanvas-toggler i {
    color: #111111;
  }
  #header-two-layout .menu-fixed #offcanvas-toggler i {
    color: #ffffff;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .detail-class > h3,
  .detail-class .related-class > h3.related-title,
  .category-view h1 {
    font-size: 26px;
  }
  #sp-page-builder .sppb-section-title {
    margin-bottom: 40px;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 100%;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
    width: 100%;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(odd) li:nth-child(odd),
  .day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(even) li:nth-child(even) {
    background: transparent;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd li,
  .day-schedule .class-schedule-wrap .tab-content ul.odd li:last-child,
  .day-schedule .class-schedule-wrap .tab-content ul.odd:last-child li {
    border: none;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd:nth-child(odd) {
    background: #f6f6f6;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd li {
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd {
    padding: 15px 15px 30px;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd li:nth-child(4) {
    padding-top: 15px;
  }
  .day-schedule .class-schedule-wrap .tab-content ul.odd li:first-child {
    font-weight: 700;
  }
  .tlp-portfolio .layout1 .tlp-equal-height {
    padding: 0;
  }
  .mod-gym-class .layout1 .single-classes-area .classes-img img,
  .mod-gym-class .layout2 .single-classes-area .classes-img img,
  .shape-body img,
  .related-class .related-item img,
  .blog article.item img,
  .addon-sidebar .sppb-addon-content img {
    width: 100%;
  }
  .custom-class {
    margin-bottom: 90px;
  }
  .class2 {
    margin-top: 90px;
  }
  .detail-class .schedule-date li {
    width: 100%;
    text-align: center;
  }
  .detail-class .choose-list li {
    width: 100%;
    float: inherit;
  }
  .related-class .related-item {
    margin-bottom: 30px;
  }
  .category-view .orderby-displaynumber .display-number,
  .category-view .orderby-displaynumber .vm-order-list {
    float: inherit;
    text-align: center !important;
  }
  .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer {
    display: inline-block;
  }
  .category-view .list-view .spacer.product-container .vm-product-media-container {
    float: inherit;
    margin-right: 0;
  }
  .category-view .list-view {
    margin-bottom: 30px;
  }
  .custom-class .rated-products .product-container,
  .class2 .rated-products .product-container,
  .productdetails-view .vm-product-media-container,
  .productdetails-view .vm-product-details-container {
    width: 100%;
  }
  .productdetails-view .addtocart-bar {
    text-align: left;
    padding-bottom: 40px;
  }
  .vm-fieldset-pricelist {
    overflow-x: scroll;
  }
  .online-product .product-container {
    width: 50%;
  }
  .online-product .spacer .productdetails .item-title {
    margin-top: 20px;
  }
  .vm-cart-header-container .vm-continue-shopping .continue_link {
    padding: 8px;
  }
  #com-form-login .width30.floatleft {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #com-form-login input.inputbox {
    width: 100%;
  }
  .billto-shipto .width50.floatleft {
    margin-bottom: 15px;
    width: 100%;
  }
  form.form-validate .control-buttons button {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
  }
  form.form-validate .user-details tr td {
    float: left;
    width: 100%;
  }
  form.form-validate .user-details tr td input,
  form.form-validate .user-details .chzn-container-single .chzn-single {
    width: 85%;
  }
  .error-page .error-page-inner .error-code {
    font-size: 160px;
  }
  .coming-soon .sppb-addon-raw-html h1 {
    font-size: 30px;
  }
  .coming-soon .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-number {
    font-size: 40px;
    height: 150px;
    width: 150px;
    line-height: 150px;
  }
  .coming-soon .sppb-addon-countdown .sppb-countdown-days {
    margin-bottom: 50px;
  }
  .contact-information::after {
    width: 100%;
  }
  .contact-information .sppb-addon-ajax-contact .sppb-addon-title {
    color: #ffffff;
  }
  .contact-information .sppb-addon-ajax-contact {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .contact-information .sppb-addon-raw-html {
    padding-left: 0;
  }
  .sppb-addon-ajax-contact {
    padding-right: 0;
  }
  .sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
    border: 2px solid #ffffff;
  }
  #sp-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  h1,
  .about1-style h1,
  .about2-style h1,
  .about3-style h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .mod-gym-class .layout2 .single-classes-area .classes-title2 {
    text-align: center;
  }
  .blog article.item .entry-header .article-info {
    font-size: 13px;
  }
  .blog article.item .article-info > dd {
    margin: 0 2px;
  }
  .blog article.item .entry-header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-form .control-group .control-label {
    float: inherit;
    text-align: left;
  }
  .contact-form .control-group .controls {
    margin-left: 0;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    width: 100%;
  }
  .contact-form .control-group .controls input[type="checkbox"] {
    width: auto;
  }
  .finder .word input,
  .search .btn-toolbar input {
    margin-bottom: 15px;
    width: 100%;
  }
  .blog-featured form {
    overflow-x: scroll;
  }
  .moduletableralated-products .product-container {
    width: 100% !important;
  }
  .moduletableralated-products .product-container .spacer {
    margin: 0 0 30px 0;
  }
  .moduletableralated-products .product-container .spacer .image-part {
    text-align: center;
  }
  .moduletableralated-products .product-container .spacer .image-part img {
    display: inline-block;
  }
  .tss-wrapper .tss-layout1 .single-item-wrapper {
    display: inherit;
  }
  .tss-wrapper .tss-layout1 .item-content-wrapper {
    margin-top: 20px;
  }
  .tss-wrapper .tss-layout1 .item-content-wrapper::after {
    display: none;
  }
  .tss-wrapper .tss-layout1 .item-content-wrapper .item-content p {
    text-align: center;
  }
  .fitness-summer .sppb-addon-content span {
    font-size: 32px;
  }
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  .carousel-style2 .owl-carousel.owl-theme .owl-nav {
    position: inherit;
    top: 0;
    right: 0 !important;
    margin-top: 35px;
  }
  .cart-view #checkoutForm table.cart-summary tr .coupon {
    width: 100%;
    margin-bottom: 8px;
  }
  .online-product .product-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 320px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    display: none;
  }
  h1,
  .about1-style h1,
  .about2-style h1,
  .about3-style h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .productdetails-view .details-tab ul li {
    float: inherit;
    margin-right: 0;
    margin-bottom: 5px;
  }
  form.form-validate .user-details tr td input,
  form.form-validate .user-details .chzn-container-single .chzn-single {
    width: 60%;
  }
  .error-page .error-page-inner .error-code {
    font-size: 120px;
  }
  .coming-soon .sppb-addon-raw-html h1 {
    font-size: 30px;
  }
  .coming-soon .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-number {
    font-size: 40px;
    height: 120px;
    width: 120px;
    line-height: 120px;
  }
  #sp-title .sp-page-title {
    padding: 40px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 26px;
  }
  #fancybox-content div a.continue_link {
    display: block;
    text-align: center;
  }
  #fancybox-content div a.showcart {
    float: inherit;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
/*=====  End of Responsive css  ======*/


.staff{font-family: Trebuchet MS !important;font-size: 12px !important;}
.sp-copyright{font-family: Trebuchet MS !important;}
.fa-adjust:before {content: "\f199" !important;}




@media (min-width: 992px){
 #sp-bottom1,#sp-bottom2, #sp-bottom3, #sp-bottom4 {width: 25% !important;}

}