/*
Theme Name: Detoxs 
Theme URI: https://wp.sthemeit.com/detoxs/
Description: Detoxs - Digital Agency WordPress Theme
Author: sThemeIT
Author URI: https://www.templatemonster.com/authors/sthemeit/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: detoxs
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
-------------------------------------------------------------------------------------
CSS index
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
  Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
/* Bootstrap Icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* Bootstrap Icon */


html,
body {
  overflow-x: hidden;
}
img {
	max-width: 100%;
}
/* box layout */
.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	        box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */
.fix {
	overflow: hidden;
}
.owl-carousel .owl-item img {
  display: inline-block !important;
}
.clear_both {
	clear: both;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

:root{
  --st-theme-color: #eb002a;
  --st-theme-primary:#10171e;
  --st-theme-text:#777777;
  --theme-color-dark: #111;
  --theme-color2: #111;
  --title-font: "Poppins", sans-serif;
}

/*----------------------------------------*/
/*  PRELOADER CSS START
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__bar {
  width: 270px;
  height: 4px;
  background-color: #E2E2E8;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.preloader__bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--st-theme-color);
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.preloader__logo {
  margin-bottom: 40px;
}
.preloader__logo img {
  max-width: 45%;
}
.preloader__logo img.logo-blink {
  animation: si-blink 0.7s ease-in-out 0.1s infinite;
}
@-webkit-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.preloader__title {
  font-size: 170px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  color: var(--st-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .preloader__title {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .preloader__title {
    font-size: 70px;
  }
}
.preloader__title-2 {
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--st-theme-color);
}
.preloader__title-2::before {
  position: absolute;
  content: attr(data-text-preloader);
  top: 22px;
  left: 0;
  color: var(--st-theme-primary);
  opacity: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-animation: letters-loading 3s infinite;
  animation: letters-loading 3s infinite;
}
.preloader__title-2:nth-child(2)::before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader__title-2:nth-child(3)::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader__title-2:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.preloader__title-2:nth-child(5)::before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.preloader__title-2:nth-child(6)::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.preloader__loading {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.9em;
  text-transform: uppercase;
  color: var(--st-theme-primary);
}
.preloader__with-text {
  display: none;
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-moz-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-ms-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*===================== detoxs HEADING TOP AREA CSS =========================*/
.si__topbar__one {
  position: relative;
  background-color: #030305;
  z-index: 1;
}
.si__topbar__one .container-fluid {
  padding-left: 50px;
  padding-right: 60px;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 60px;
}
.si__topbar__one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}
.si__topbar__one__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 197px);
  padding-right: 40px;
}
.si__topbar__one__info-item + .si__topbar__one__info-item {
  margin-left: 34px;
}
.si__topbar__one__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.si__topbar__one__info-item {
  display: flex;
  align-items: center;
}
.si__topbar__one__info-icon {
  font-size: 12px;
  color: var(--st-theme-color);
  position: relative;
  top: 0;
  margin-right: 3px;
}
.si__topbar__one__info-text {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: #928496;
  font-weight: 500;
  margin-bottom: 0;
}
.si__topbar__one__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 197px;
}
.si__topbar__one__right {
  margin-top: 0;
  margin-left: auto;
}
.si__topbar__one__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 3.5px 0;
  padding-left: 30px;
  margin-left: 30px;
  line-height: 1em;
}
.si__topbar__one__social-link {
  font-size: 14px;
  color: #fff;
  transition: all 500ms ease;
}
.si__topbar__one__info-item i {
  color: var(--st-theme-color);
}
.si__topbar__one__info-item i {
  color: var(--st-theme-color);
  margin-right: 10px;
}
li.si__topbar__one__social-item {
  margin-left: 20px;
}
.si__topbar__one__social-item a {
  color: #fff;
  font-size: 14px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.si__topbar__one__social-item a:hover{
  color: var(--st-theme-color);
}
/*======================= detoxs HEADING NAV AREA CSS ========================*/
.custom-header .container-fluid {
  padding-left: 50px;
  padding-right: 60px;
}
.si__main__logo img {
  max-width: 150px;
}
.si__ts_logo a img {
  width: 130px;
}
.detoxs_menu ul {
	list-style: none;
	text-align: left;
	display: inline-block;
}
.detoxs_menu ul li {
	display: inline-block;
	position: relative;
}
.detoxs_menu ul li a {
  margin: 32px 33px 30px 0;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
  text-transform: capitalize;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.current_page_item a {
  color: var(--st-theme-color) !important;
}
.detoxs_menu ul li a:hover{
  color: var(--st-theme-color);
}
.detoxs_menu {
  display: inline-block;
}
.si__header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right-content {
  display: flex;
  align-items: center;
}
.header-src-btn {
  display: inline-block;
  cursor: pointer;
  margin-right: 11px;
  margin-top: -4px;
  margin-left: 35px;
}
.header-right {
    text-align: right;
}
.st-header-btn {
  display: inline-block;
}
/* Header Style One */
.si__header__section.menu-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.si__header__section.menu-style-one .sthemeit-btn {
  color: #fff;
  display: inline-block;
}
.si__header__section.menu-style-one .detoxs_menu ul li a {
  color: #fff;
}
/* Header Memu Style Two */
.si__header__section.menu-style-two {
  background: #0e1625;
}
.si__header__section.menu-style-two {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.si__header__section.menu-style-two .detoxs_menu ul li a {
    color: #fff;
}
.si__header__section.menu-style-two .navSidebar-button span {
    display: block;
    border-top: 2px solid #fff;
    margin: 6px 3px;
    width: 30px;
}
.si__header__section.menu-style-two .header-logo-top{
	position: relative;
	z-index: 1;
}
.si__header__section.menu-style-two .header-logo-top:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 300px;
	width: 500%;
	background: #fff;
	z-index: -1;
	transform: skewX(15deg);
}
.si__header__section.menu-style-two .header-logo-top:before{
	position: absolute;
	right: -10px;
	bottom: 15px;
	content: "";
	height: 300px;
	width: 100%;
	background: var(--st-theme-color);
	z-index: -1;
	transform: skewX(15deg);
}
.si__header__section.menu-style-two .logo {
    position: relative;
    top: -36px;
    left: -40px;
}
.si__header__section.menu-style-two .is-sticky .logo {
    position: relative;
    top: 0;
    left: 0;
}
/* Header Style Three */
.si__header__section.menu-style-three {
  background: #0e1625;
}
.si__header__section.menu-style-three .detoxs_menu ul li a {
  color: #fff;
}
.si__header__section.menu-style-three .retina-logo {
  display: none;
}
.si__header__section.menu-style-three .is-sticky .retina-logo{
  display: block;
}
.si__header__section.menu-style-three .is-sticky .standard-logo{
  display: none;
}
/* Header Style Four */
.ts_logo a img {
  max-height: 50px;
}
.si__header__section.menu-style-four {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 10px 0 12px;
}
.si__header__section.menu-style-four .detoxs_menu ul li a {
  color: #fff;
}
.si__header__section.menu-style-four .retina-logo {
  display: none;
}
.si__header__section.menu-style-four .is-sticky .retina-logo{
  display: block;
}
.si__header__section.menu-style-four .is-sticky .standard-logo{
  display: none;
}
.menu-style-four .menu-full-wrap {
  padding: 0 40px;
}
.menu-style-four .sidebar {
  left: 0;
  top: 0;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 42px;
}
.menu-style-four .header-src-btn {
  position: relative;
  padding: 0 20px;
}
.menu-style-four .header-src-btn:before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .header-src-btn:after {
  content: "";
  position: absolute;
  bottom: -31px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .detoxs-hmini {
  position: relative;
  padding: 0 25px 0 17px;
  margin-right: 0 !important;
}
.menu-style-four .detoxs-hmini:after {
  content: "";
  position: absolute;
  bottom: -31px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .header-src-btn {
  margin-right: 5px;
}
.menu-style-four .count {
  top: -10px;
  right: 22px;
}
.menu-style-four .sidebar:after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-wrap-right-one {
  display: inline-block;
}
.menu-wrap-right-two {
  display: inline-block;
}
.header-number {
  padding-left: 30px;
}
.header-number .phone-icon i {
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
  color: #fff;
  align-items: center;
  background-color: var(--st-theme-color);
  border-radius: 50%;
  -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 20px;
}
.header-number .media .media-body a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: none;
}
.header-number .media .media-body .item-label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--st-theme-color);
    box-shadow: 0 0 0 0 var(--st-theme-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
}
.menu-style-four .is-sticky .header-src-btn:before {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .header-src-btn:after {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .detoxs-hmini:after {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .sidebar:after {
  background-color:1px solid rgba(255,255,255,.2);
  bottom: -26px;
}
.menu-style-four .is-sticky .nav-btn.navSidebar-button svg {
  fill: #0f0d1d;
}
.menu-style-four .is-sticky .header-number .media .media-body .item-label {
  color: #0f0d1d;
}
.menu-style-four .is-sticky .header-number .media .media-body a {
  color: #0f0d1d;
}
/* Menu Style Five */
.all-content {
  background-repeat: no-repeat;
  position: relative;
  padding: 7px 110px 7px;
}
.menu-style-five .header-number .media .media-body .item-label {
  color: #0a0a0a;
}
.menu-style-five .header-number .media .media-body a {
  color: #0a0a0a;
}
.header-btn {
  display: inline-block;
  margin: 0 0 0 15px;
}
.menu-style-five .sthemeit-btn {
  background: var(--st-theme-color);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.menu-style-five .sthemeit-btn:hover{
  color: #fff;
}
.menu-style-five .sthemeit-btn::after {
  background-color: #0f0d1d;
}
.menu-style-five .menu-wrap-right {
  align-items: center;
  display: flex;
}
.menu-style-five .menu-wrap-right-one {
  align-items: center;
  display: flex;
}
/* sticky */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 9;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #10171EE0;
  padding: 0 0 2px;
}
.sthemeit__mobile__section .is-sticky {
  background-color: transparent;
}
.si__header__section.menu-style-two .is-sticky  .navSidebar-button span {
  display: block;
  border-top: 2px solid #0a0a0a;
  margin: 6px 3px;
  width: 30px;
}
.si__header__section.menu-style-two .is-sticky .header-logo-top:before{
  display: none;
}
.si__header__section.menu-style-two .is-sticky .header-logo-top:after{
  display: none;
}
.si__header__section {
  z-index: 10;
  position: relative;
}
/* Sub Menu */
.menu-style-five .header-sticky.is-sticky .detoxs_menu ul li .sub-menu {
  top: 87px;
}
.header-sticky.is-sticky .detoxs_menu ul li .sub-menu {
  top: 80px;
}
.detoxs_menu ul li .sub-menu {
  position: absolute;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #0e1625;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  padding: 18px 25px;
  left: 0;
  top: 78px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--st-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}
.detoxs_menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.detoxs_menu ul li .sub-menu li{
  display: block;
}
.detoxs_menu ul li .sub-menu li a {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 15px;
}
.detoxs_menu ul li .sub-menu li a:hover {
  color: var(--st-theme-color);
  padding-left: 18px;
}
.detoxs_menu ul li .sub-menu li a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--st-theme-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.detoxs_menu ul li .sub-menu li a:hover::before {
  width: 12px;
}
.VIpgJd-ZVi9od-ORHb {
  display: none !important;
}
.skiptranslate {
  display: none !important;
}

/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-box-btn i {
    background: var(--st-theme-color);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--st-theme-primary);
    border-radius: 50%;
}
.search-popup{
	width: 100%;
}
.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--st-theme-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
	position: relative;
	font-size: 30px;
	color: #ffffff;
}
.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
	border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}
.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: rotate(45deg);
}
.search-popup .close-search.style-two i {
	font-size: 20px;
	color: #ffffff;
}
/* Side bar */
.sidebar {
  display: inline-block;
  position: relative;
  left: 3px;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 53px;
  border-radius: 50%;
  text-align: right;
}
.nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  direction: rtl;
}
.sticky-nav .nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  top: 6px;
}
span.icon.flaticon-menu-2 i {
  font-size: 20px;
  color: #000000;
}
.sidebar-title h2 {
	font-size: 20px;
	margin-top: 15px;
}
.sidebar-contact-info h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
  color: #181818;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: var(--st-theme-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover{
    background:var(--st-theme-color);
    color: #fff;
}
.navSidebar-button span {
  display: block;
  border-top: 2px solid #fff;
  margin: 6px 3px;
  width: 30px;
}
.line2 {
  width: 25px !important;
  transition: .5s;
}
.navSidebar-button span.line3 {
    width: 20px;
    transition: .5s;
}
.sidebar:hover .navSidebar-button span.line3,
.sidebar:hover .navSidebar-button span.line2{
    width:30px !important;
}
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.xs-sidebar-group .widget-top {
	position: absolute;
	top: 20px;
	right: 25px;
    color: #181818;
	opacity: 1;
	font-size: 20px;
	background: var(--st-theme-color);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
  display: inline-block;
  transition: .5s;
  color: #0a0a0a;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: var(--st-theme-color);
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
/*---------------------- * FORM CSS -----------------------*/
.form-area.home-form.form-style2 {
  box-shadow: none;
}
.form-area.home-form.form-style2 .submit-button {
  float: inherit;
  position: relative;
  right: 0;
  text-align: center;
}
.form-area.home-form {
  background: transparent;
  padding: 50px 50px 0;
  border-radius: 7px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}
.form-control {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 6px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #868e96;
}
.form-control::placeholder{
  font-size: 16px;
  color: #868e96;
}
.ctn-button {
  display: inline-block;
  border: none;
  background: var(--st-theme-color);
  color: #fff;
  padding: 12px 38px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ctn-button:hover{
  background: #000;
  color: #fff;
}
.comment_forms textarea.form-control {
	margin-top: 30px;
}
.dark-contact .quote_form .form-control {
    background-color: #fff;
    border-color: #e6e6e6;
}
h1.form-title {
    font-size: 32px;
    margin: 0 0 25px;
}
.comment_forms {
	margin-bottom: 25px;
}
.form-group {
	position: relative;
	margin: 0;
	line-height: 1;
}
.form-group p {
	margin: 0;
}
span.box-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--st-theme-color);
    font-size: 14px;
}
.form-control:focus {
	color: #fff;
	outline: 0;
	box-shadow: none;
  border: 1px solid var(--st-theme-color);
}
.submit-button {
  float: right;
  position: relative;
  right: -72px;
}
.st-form-control {
  position: relative;
}
.st-form-control select {
  width: 100%;
  height: 54px;
  border: 1px solid #e1e1e1;
  padding: 0 18px;
}
.submit-button p input {
  background: #181818;
  padding: 20px 36px;
  border-radius: 0;
  box-shadow: 0 0 0 0 #181818 inset;
  transition: .5s;
  border: none;
  margin-top: 20px;
}
.st-multi-datepicker {
  border: none;
}
.submit-button p input:hover{
    box-shadow: 0 0 0 4em var(--st-theme-color) inset, 0 5px 15px rgba(0, 0, 0, 0.1);
}
.buttons {
    text-align: left;
}
.button {
	background: var(--st-theme-color);
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	padding: 12px 32px;
	border-radius: 7px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
}
.button:hover {
    background: var(--st-theme-color);
    color: #fff;
}
.button i {
    margin-left: 5px;
}
.quote_form .button {
	background: var(--st-theme-color);
	color: #fff;
	border-radius: 0;
	text-transform: capitalize;
	margin-top: 0;
	padding: 18px 30px;
	border-radius: 5px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}
.quote_form .button:hover {
    background:var(--st-theme-color);
    color: #fff;
}
.buttons-form input {
	background: #0a0a0a !important;
	color: #fff !important;
}
.quote-form-two .buttons {
    text-align: left;
}
.odoo-consult-form {
    z-index: 1;
    position: relative;
}
/* Comment Area */
.comments-area .form-control {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #d1d0c8;
  padding: 6px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 0;
}
.form-group #email {
	height: 54px;
	background-color: #fff;
	border-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #d1d0c8;
	padding: 6px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
}
.comments-area textarea.form-control {
	height: 140px !important;
	padding-top: 20px;
}
.comment-button {
  border: none;
  background: var(--st-theme-color);
  padding: 12px 28px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  transition: .5s;
}
.comment-button:hover {
  background: #0f0d1d;
}
.comment-button i {
	margin-left: 10px;
}
/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #ff4242;
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}
/*======================== detoxs BLOG DETAILS AREA CSS =========================*/
.single-blog-details {
  padding: 100px 0 100px;
}
.em-theme-main-page .detoxs-single-blog-details {
  padding: 30px;
}
.detoxs-single-blog-details-inner {
    padding: 25px 0px 45px;
}
.em-theme-main-page .detoxs-single-blog-title h2 {
  padding-bottom: 15px;
}
.detoxs-single-blog--thumb {
  position: relative;
}
.detoxs-single-blog--thumb img {
width: 100%;
height: 100%;
}
.single-blog-title {
  font-size: 24px;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 20px;
  text-transform: unset;
  color: #232323;
}
.detoxs-single-blog-content p {
margin-bottom: 20px;
}
.detoxs-single-blog-details h2 {
  line-height: 1.3;
  font-size: 30px;
  margin-top: 10px;
}
.detoxs-blog-social {
  padding-top: 26px;
  text-align: left;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
.detoxs-single-icon-inner {
  text-align: left;
}
.detoxs-single-icon-inner span {
  font-size: 17px;
  margin-right: 6px;
}
.detoxs-single-icon-inner a {
  border: 1px solid var(--st-theme-color);
  color: var(--st-theme-color);
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 34px;
  border-radius: 50%;
}
.detoxs-blog-meta-left a {
  margin-right: 15px;
  text-transform: capitalize;
}
.detoxs-blog-meta-left span {
  margin-right: 15px;
}
.detoxs-blog-meta-left span i {
  margin-right: 5px;
}
.detoxs-blog-meta-left a i {
  margin-right: 5px;
}
.detoxs-single-icon-inner a:hover {
  background: var(--st-theme-color);
  border-color: var(--st-theme-color);
  color: #fff;
}
blockquote p {
font-size: 16px;
margin-bottom: 12px !important;
}
.single-blog-content ul {
  padding-bottom: 10px;
}
.blog-title {
    margin-bottom: 25px;
}
.blogs-special-desc {
    padding: 30px 0 44px;
}
.blogs-icon {
    float: left;
    padding-right: 25px;
}
.special-desc p {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
    color: #1b3434;
    font-weight: 400;
    font-family: "Manrope";
}
.special-desc p span {
    color: var(--st-theme-color);
    font-family: lobster;
    padding: 0 0 0 38px;
    position: relative;
}
.special-desc span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 28px;
    height: 2px;
    background: #FD7E4B;
}
blockquote {
  padding: 37px 60px 20px;
  border-left: 2px solid var(--st-theme-color);
  font-style: normal;
  color: #232;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  background: #fafafa;
  z-index: 1;
}
blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 120px;
  position: absolute;
  bottom: -15px;
  color: #f0f0f0;
  border-radius: 50%;
  left: 25px;
  text-align: center;
  z-index: -1;
}

h3.wp-block-heading {
  padding: 15px 0 20px;
  line-height: 1.5;
}
blockquote p {
  font-size: 18px;
  font-weight: 600;
}
blockquote i {
  margin-right: 10px;
}
.post-text blockquote::before {
  content: "\f10d";
  left: 42px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 41px;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.detoxs-blog-social {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
}
.detoxs-single-blog-details .inner-content h4 {
  padding-bottom: 20px;
  font-size: 24px;
}
.detoxs-blog-meta.txp-meta {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(27,43,43,0.10196078431372549);
    margin-bottom: 20px;
}
.single-blog-content p span {
    color: var(--st-theme-color);
}
.blogs-thumb {
    display: flex;
    justify-content: space-between;
}
.blogs-thumb img {
  width: 48%;
}
.single-blog-content h2 {
padding-top: 10px;
padding-bottom: 10px;
}
.blog-tags h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1b3434;
  padding-right: 10px;
  display: inline-block;
}
.detoxs-single-icon {
    display: flex;
    justify-content: space-between;
}
.blog-tags {
    display: inline-block;
}
.detoxs-single-icon-inner {
    display: inline-block;
    margin-left: 8px;
}
.detoxs-single-icon span {
    font-size: 18px;
    font-weight: 500;
    color: #1b3434;
    padding-right: 6px;
}
.meta-tag {
    display: inline-block;
}
span.tag-links a {
  padding: 2px 8px;
  background: #f2f2f2;
  display: inline-block;
  margin-right: 8px;
  color: #232;
  transition: .5s;
  font-size: 14px;
}
span.tag-links a:hover{
  background: var(--st-theme-color);
  color: #fff;
}
.cat-links {
  display:none;
}
.cat-links span a{
  padding: 5px 21px;
  background: var(--st-theme-color);
  color: #fff;
  border-radius: 0 17px 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.detoxs-blog-thumb_adn span {
padding: 2px 21px;
color: #181818;
border-radius: 0 19px 0 0;
display: inline-block;
font-size: 14px;
font-weight: 400;
}
/*======================== detoxs COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
.comments {
  padding-bottom: 50px;
  padding-top: 14px;
}
.post_comment {
  border-bottom: 1px solid #EAEAEA;
  margin: 20px 0;
  padding: 0 15px;
}
.commment_title h3 {
  font-size: 24px;
  margin-bottom: 75px;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.commment_title h3::before {
  content: "";
  height: 4px;
  width: 15px;
  background-color: var(--st-theme-color);
  position: absolute;
  bottom: -15px;
  left: 0;
  border-radius: 10px;
  border: none;
}
.commment_title h3::after {
  content: "";
  height: 4px;
  width: 34px;
  background-color:var(--st-theme-color);
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-radius: 10px;
  border: none;
}
.post_replay_inner {
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.mgl-30 {
  margin-left: 30px;
}
.post_reply_thumb img {
  border-radius: 50%;
}
.post_replay {
  margin-top: 36px;
}
.post_reply {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.post_reply div.st {
  font-size: 18px;
  font-weight: 400;
}
.post_reply div.st a {
  color: #232323;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 700;
}
.reply_date {
  overflow: hidden;
  margin-bottom: 5px;
}
.reply_date span.span_left {
  display: block;
}
.reply_date span.span_right {
  float: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--st-theme-color);
  padding: 3px 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 4px;
}
.reply_date span.span_right:hover{
  background:var(--st-theme-color);
}
.comments-area .children {
  margin-left: 90px;
}
.post_comment .post_comment {
  margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
  margin-top: 0px;
}
.em-theme-main-page .empgc {
  margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
  margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
  margin-bottom: 35px;
}
.logged-in-as {
  margin-bottom: 10px;
  margin-top: 30px;
}
.logged-in-as a {
  color: #333;
}
a.comment-edit-link {
  margin-bottom: 12px;
  display: inline-block;
}
.em-theme-main-page .comments-area {
  margin-top: 40px;
  clear: both;
}
.comment-respond {
  padding-top: 14px;
}
/* Footer Area */
.footer-area {
    background: #000;
    color: #fff;
    padding: 15px 0 0;
}
/* Error Section */
.not-found-area {
  padding: 80px 0 80px;
}
.not-found {
  text-align: center;
}
.not-found-inner {
  font-size: 20px;
}
.nf {
  margin-top: 15px;
}
/* Subscribe Form */
.detoxs-subscribe-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(174, 168, 185, 0.4);
  padding: 0px 50px 15px 0px;
  font-size: 14px;
  color: #aea8b9;
}
.detoxs-subscribe-form input::placeholder{
  font-size: 16px;
}
.detoxs-subscribe-form button {
  background: transparent;
  border: none;
}
.detoxs-subscribe-form button i {
  font-size: 16px;
  color: #fff;
  margin-left: -36px;
}
.mc4wp-form-fields p {
  margin-bottom: 10px;
}
/* ST BA Book CSS */
.babe_slider {
  width: 100% !important;
  margin: 0 10px 50px 0;
  float: inherit !important;
}
.post-rating-stars .star, .post-total-rating-stars .star {
  margin-right: 5px !important;
}
.item_info_price .item_info_price_from {
  margin-left: 14px !important;
}
.item_info_price {
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(167,164,164,0.2) !important;
}
.babe_post_content_title {
  margin-bottom: 25px;
}
.cal-week-name {
  background-color: #faf5ee !important;
}
.cal-month-bar {
  background-color: var(--st-theme-color) !important;
}
.cal-cell.cal-cell-disabled {
  background-color: #fff !important;
}
.cal-cell.cal-cell-active, .cal-cell.cal-cell-disabled-first, .cal-cell.cal-cell-disabled-last {
  cursor: pointer;
  background: var(--st-theme-color) !important;
  text-align: center !important;
}
.cal-cell .cal-cell-date {
  color: #fff !important;
}
.cal-cell.cal-cell-active .cal-cell-pricefrom {
  color: #fff !important;
}
.cal-cell-active .cal-cell-date {
  color:  #fff !important;
}
.cal-cell .cal-cell-date {
  color: #2D2330 !important;
  text-align: center;
}
/* ST Book Details */
.st-book-details-area {
  padding: 50px 0 100px;
}
.item_code {
  display: none !important;
}
.booking-form-block input[type="text"].booking_date {
  border: 1px solid #eceae0 !important;
}
.booking-form-block .booking_form_input_label {
  width: 100% !important;
  margin-top: 0 !important;
}
.booking-form-block {
  border-bottom: none !important;
}
.booking-form-block .booking-date > * {
  display: inline-block !important;
  color: var(--st-theme-color) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #fff !important;
  background: var(--st-theme-color) !important;
  color: #fff !important;
  text-align: center !important;
}
button.btn.button.booking_form_submit {
  width: 100% !important;
}
.st-booking-form .input_select_field .input_select_input {
  width: 100% !important;
  padding: 15px !important;
  margin-bottom: 10px !important;
}
.st-booking-form .babe_all_items_item .item_description {
  display: none !important;
}
.st-booking-form .babe_all_items_item .item_img{
  overflow: hidden !important;
}
.st-booking-form .babe_all_items_item .item_img:before {
  position: absolute !important;
  content: "" !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(45, 35, 48) !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-booking-form .babe_all_items_item:hover .item_img:before{
  opacity: 0.5 !important;
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
}
.st-booking-form .babe_all_items_item .item_text {
  display: block !important;
}
.st-booking-form .item_title.related_item_title a {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.st-booking-form .babe_all_items_item .item_text {
  display: block !important;
  background: #fff;
  padding: 32px 40px 39px;
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(167,164,164,0.2);
  margin-top: 0;
}
.st-booking-form .babe_all_items_item .item_info_price {
  border: none !important;
}
.service-section-two {
  position: relative;
}
/* Service Two Dots */
.st__service__list .owl-dot.active span {
  width: 35px;
}
.st__service__list .owl-dot span {
  width: 15px;
  height: 5px;
  background: var(--st-theme-color);
  line-height: 20px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 8px;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}
.st__service__list .owl-dot {
  display: inline;
}
.st__service__list .owl-dots {
  text-align: center;
}
.st__service__list .owl-dots {
  text-align: center;
  margin-top: 30px;
}
/* MailChimp Form */
.mailchimp-form input[type="email"] {
  padding: 16px 15px 16px 15px;
  margin: 0px 0px 0px 0px;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1E2A37;
  background-color: #131C25;
  width: 100%;
}
.mailchimp-form input[type="email"]::placeholder{
  font-size: 16px;
}
.mailchimp-form button {
  background-color: var(--st-theme-color);
  margin: 0px 0px 0px 0px;
  padding: 18px 35px 18px 35px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px 10px 10px 10px;
  border: none;
  transition: .5s;
  color: #fff;
  margin-top: 20px;
}
.mailchimp-form button:hover{
  background: #fff;
  color: inherit;
}



