/* Global Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

/* Start Navbar */
.social-media-box {
  margin-left: 100px;
  display: flex;
  align-items: center;
}

nav.navbar.navbar-expand-lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100px;
  background: #161616;
  border-bottom: 1px solid #81672b;
}

a.navbar-brand img {
  width: 180px;
  height: auto;
  object-fit: cover;
}

.site-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
}

main {
  margin-top: 102px;
}

li.nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  position: relative;
  margin: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fff;
}

.navbar-nav .nav-link:hover:after {
  background-color: #81672b;
  width: 100%;
  opacity: 1;
}
.navbar-nav .nav-link.active:after {
  background-color: #81672b;
  width: 100%;
  opacity: 1;
}

.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s linear;
}

.navbar-nav .nav-link.active {
  color: #81672b;
}
.navbar-nav .nav-link:hover {
  color: #81672b;
}
.social-media-box ul {
  display: flex;
  align-items: center;
}

.social-media-box ul li {
  margin-left: 40px;
}

.social-media-box ul li a {
  font-size: 18px;
  color: #fff;
}

.offer-box-button a.phone-btn i {
  background: #171819;
  color: #fff;
}
/* End Navbar */

/* Start Header Section */
.site-banner {
  height: 625px;
  background-size: 100%;
  position: relative;
}
/* End Header Section */

/* Start Services Section */
.black-section {
    background: #171819;
}

.services-section .offer-img img {
    border-radius: 15px;
}

.services-section .offer-box {
    margin-bottom: 60px;
}

section.black-section .section-title h2 {
    color: #fff;
}

section.black-section .section-title h2:after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(103%) contrast(103%);
}

.services-section .offer-box-content p {
    color: #ccc;
}

.services-section h1.offer-box-title a {
    color: #fff;
}
.therapists-section:after {
    content: "";
    background-image: url(../img/flowers-t.png);
    bottom: 0;
    left: 0;
    height: 793px;
    width: 653px;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(180deg);
}
/* End Services Section */

/* Start Offers Section */
section.section {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 110px;
}
.section-title h2 {
  font-size: 48px;
  color: #171819;
  text-transform: capitalize;
  position: relative;
  font-weight: bolder;
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 30%;
  height: 33px;
  background-image: url("../img/title-af.png");
  margin: 0 auto;
  text-align: center;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.offer-img img {
  width: 100%;
}

section.section.offers-section {
  /* background: linear-gradient(45deg, black, #131313, #121212); */
  position: relative;
  overflow: hidden;
}
.tree-bg:after {
    bottom: -100%;
    height: 100%;
    width: 100%;
    background-color: #C69E71;
    content: '';
    position: absolute;
}
.offers-section:before {
    content: '';
    position:absolute;
    top: 0;
    right: 0;
    background-image: url('../img/flowers-s.png');
    height: 2641px;
    width: 1920px;
    display: block;
}
.offers-section .section-title {
    text-align: right;
}

.offers-section .section-title h2:after {
    left: auto;
    right: 0;
    transform: translateX(85px);
}
.tree-bg {
    background: url(http://trabajando.unpocodetodo.info/images/branch.gif)
      no-repeat,
    -o-radial-gradient(0px 0px, circle farthest-side, rgba(251, 251, 251, 0), rgba(255, 255, 255, 0));
    background: url(http://trabajando.unpocodetodo.info/images/branch.gif)
      no-repeat,
    -webkit-radial-gradient(0px 0px, circle farthest-side, rgba(251, 251, 251, 0), rgba(255, 255, 255, 0));
    background: url(http://trabajando.unpocodetodo.info/images/branch.gif)
      no-repeat,
    radial-gradient(
      farthest-side circle at 0px 0px,
      rgba(251, 251, 251, 0),
      rgba(255, 255, 255, 0)
    );
    background: url(http://trabajando.unpocodetodo.info/images/branch.gif)
      no-repeat,
    -ms-radial-gradient(0px 0px, circle farthest-side, rgba(251, 251, 251, 0), rgba(255, 255, 255, 0));
    background-size: 75%;
    position: relative;
    background: url(http://trabajando.unpocodetodo.info/images/branch.gif)
    no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    filter: invert(39%) sepia(33%) saturate(791%) hue-rotate(4deg) brightness(95%) contrast(87%);
    height: 500px;
}

.offer-box {
  text-align: center;
}

.offer-box-content {
  margin-top: 20px;
}

h1.offer-box-title a {
  color: #171819;
  text-decoration: none;
  font-size: 24px;
  text-transform: capitalize;
}

.offer-box-content p {
  color: #777;
  margin: 0;
}

.offer-box-button a {
  font-weight: bold;
  background: #fff;
  padding: 10px 25px;
  margin: 0 5px;
  border-radius: 20px 0 20px 0;
  text-decoration: none;
  color: #333;
}

.offer-box-button .whats-app-btn {
  background: #e0c08e;
}

.offer-box-button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.offers-section .container,
.offers-section .section-title {
  z-index: 999;
  position: relative;
}

canvas#c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-box-button a i {
  font-size: 16px;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50px;
}
/* End Offers Section */

/* Start therapists Section */
.therapists-section {
    position: relative;
}
.therapists-section:before {
    content: "";
    background-image: url('../img/flowers-t.png');
    top: 0;
    right: 0;
    height: 793px;
    width: 653px;
    display: block;
    position: absolute;
    z-index: -1;
}
.therapists-section {
    background: rgb(198 158 113 / 30%);
}

.therapist-box {
    margin-bottom: 30px;
}
.therapist-box img {
    width: 100%;
}
/* End therapists Section */

footer {
    background: #171819;
    margin-top: 30px;
    padding: 60px 0;
}

header {
    margin-bottom: 30px;
    display: block;
}

.mobile-header {
    display: none;
}
.services-section {
    margin-bottom: 30px;
}

.shop-location iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.footer-info-box p {
    color: #888;
    margin-bottom: 30px;
}

.footer-info-box .logo-box {
    margin-bottom: 20px;
}

footer .social-media-list {
    display: flex;
    align-items: center;
}

footer .social-media-list li {
    margin-right: 40px;
}

footer .social-media-list li a {
    color: #171819;
    font-size: 21px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50px;
}

.footer-box-title {
    margin-bottom: 30px;
}

.fcb-item {
    margin-bottom: 20px;
}

.fcb-item a {
    text-decoration: none;
    color: #e1e1e1;
    font-size: 16px;
}

.fcb-item i {
    margin-right: 15px;
}

.footer-box-title h4 {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 40px;
    position: relative;
}

.footer-box-title h4:after {content: '';position: absolute;bottom: -10px;left: 0;width: 140%;height: 2px;background: #fff;}

.services-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/flowers-s.png);
    height: 2641px;
    width: 1920px;
    display: block;
    transform: rotate(365deg);
    z-index: 1;
}

.section .container {
    position: relative;
    z-index: 5;
}

.services-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/flowers-s.png);
    height: 2641px;
    width: 1920px;
    display: block;
    transform: rotate(
365deg);
    z-index: 1;
}



.price-list-content {
    padding: 50px;
    position: relative;
}

.price-list-content:before {content: '';position: absolute;top: 50px;left: 50px;width: calc(100% - 100px);height: calc(100% - 100px);background: #81672b;opacity: 0.8;}

.price-list-box {
    background-size: 100%;
    background-repeat: no-repeat;
}

.p-item-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc40;
    padding-bottom: 12px;
}

.price-list-titel {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pitem-val {
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.pitem-title {
    padding-left: 30px;
}

.pitem-title h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.pitem-val > * {
    min-width: 110px;
}

.pitem-val > * span {
    color: #ccc;
    text-align: center;
    display: block;
    font-size: 18px;
}

.p-item-box:last-of-type {
    margin: 0;
}

.price-list-titel h1 {
    position: relative;
    color: #fff;
    font-size: 28px;
}
.price-list-titel:after {content: '';position: absolute;bottom: -30px;left: 50%;width: 210px;height: 30px;background-image: url(../img/line.png);transform: translateX(-50%);background-size: cover;}

.shop-location {
    position: relative;
}

.shop-location > button {
    background: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 2px solid #ddd;
    padding: 4px 12px;
    min-width: 120px;
    border-radius: 4px;
    font-weight: bold;
    transition: all .3s linear;
}

.shop-location > button:hover, .shop-location > button.active {
    background: #81672b;
    border-color: #6e5928;
    color: #fff;
}
.navbar-toggler i {
    color: #fff;
    font-size: 26px;
}
.fcb-item a span {
    display: block;
    margin-bottom: 10px;
}

.single-img img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.single-img {
    background: #f9f9f9;
    padding: 20px 0;
}

.border-color.widget.widget_categories {
    border: 2px solid #cbcbcb;
    padding: 15px;
    background: rgb(198 158 113 / 30%);
}

.widget_title.side.side-color h4 {
    font-size: 20px;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 20px;
    font-weight: bold;
}

ul.arrows_list.list_style.recent-side.recent-side-offer li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

ul.arrows_list.list_style.recent-side.recent-side-offer li a {
    color: #171819;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s linear;
}

.single-box-content {
    margin-top: 30px;
}

.single-box-content .single-box-title a {
    font-size: 28px;
    color: #171819;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.single-box-content p {
    color: #777;
}

.single-box-button a {
    background: #171819;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

.single-box-button a {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 15px;
    min-width: 120px;
    border-radius: 8px;
    transition: all .3s linear;
    border: 2px solid #171819;
}

.single-box-button a:hover {
    background: transparent;
    color: #171819;
}

ul.arrows_list.list_style.recent-side.recent-side-offer li:before {content: '';position: absolute;top: 50%;left: 0;width: 8px;height: 2px;background: #171819;transition: all .3s linear;}

ul.arrows_list.list_style.recent-side.recent-side-offer li:hover a {
    color: #81672b;
}

ul.arrows_list.list_style.recent-side.recent-side-offer li:hover:before {
    background: #81672b;
}