/*

TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root {

  --neon: #39ff14;
  --bg-neon: #1a2c28;
  --green: #a9c14d;
  --text-white: #ffffff;
  --text-green: #84c040;
  --text-grey: #8c9494;
  --text-black: #45474B;

  --bg-body: #fafff3;
}


.column-left{
	width: 72px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.border-bottom-light {
    border-bottom: 2px solid var(--text-green);
}
.border-top-light {
  border-top: 2px solid var(--text-green);
}


html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  background-color: #6a6f6f;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #7b8448;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #7b8448;
}

::-moz-selection {
  background: #7b8448;
  color: #2a2a2a;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 18px;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  border-radius: 3px;
  transition: all .3s;
  background: var(--text-green);
}
.color-gold a {
  font-size: 18px;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 600;
  transition: all .3s;
  background: var(--text-green);
}
.color-gold a:hover{
  background: #feffe2 !important;
}
.text-dark-gold{
    color: #7b8448 !important;
}

.main-border-button.color-gold a:hover {
  background-color: var(--neon) !important;
  color: #272626;
}

.main-border-button a:hover {
  background-color: var(--neon);
  color: var(--bg-neon);
}

.main-white-button a {
  font-size: 13px;
  color: #feffe2;
  background-color: #d9dd7a;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #feffe2;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--text-green);
    letter-spacing: 4px;
    
}

.section-heading span {
  font-size: 14px;
  color: var(--text-grey);
  font-style: italic;
  font-weight: 400;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #7b8448;
  height: 100px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  /*padding: 15px 0;*/
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  background: var(--bg-body);
  box-shadow: none;
  position: relative;
  padding: 10px 0;
  top: 40px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow:rgb(0 0 0 / 19%) 0px 0px 10px 0px;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-area .main-nav .logo {
  width: 8%;
  color: #7b8448;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 90px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: var(--text-black);
   font-weight: 600;
   border-bottom: 2px solid #fff;
   transition: all .3s ease-in-out;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--text-green) !important;
    opacity: 1;
    border-bottom: 2px solid var(--text-green);
    font-weight: bold;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  	color: var(--text-green) !important;
    opacity: 1;
    border-bottom: 2px solid var(--text-green);
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #7b8448;
  color: #beaf90 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
    display: block;
    position: absolute;
    width: 45px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 0;
    display: none;
    background: transparent;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-green);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 5px;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--neon);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-green);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--neon);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 19px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 90%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--text-green);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--text-green);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  position: fixed;
}
.header-area.header-sticky .main-nav .logo {
    width: 5%;
}
.header-area.header-sticky .nav li a.active {
  color: #606060;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-area .main-nav .logo {
    width: 10%;
    color: #1e1e1e;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--text-green) !important;
    opacity: 1;
    background: var(--bg-body);
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: var(--bg-body);
    padding: 0 15px;
    box-shadow: none;
    text-align: center;
    box-shadow: rgb(0 0 0 / 19%) 0px 0px 10px 0px;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #7b8448;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: var(--bg-body);
    color: var(--text-green) !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }


}

@media (min-width: 767px) {

  .background-header .nav {
    margin-top: 30px !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.main-banner {
  margin-top: 40px;
}
.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
  height: 640px;
  object-fit: cover;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: var(--neon);
  margin-top: -10px;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-banner .left-content .inner-content p {
  color: #FFEB00;
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 2px 2px #333;
}

.main-banner .left-content .inner-content span {
  font-size: 30px;
  color: #7b8448;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: var(--neon);
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

a.btn-social {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    transform: scale(1);
    transition: all .3s ease-in-out;
    line-height: 38px;
    padding: 0 15px;
    margin: 10px auto;
}
a.btn-social:hover {
  transform: scale(1.1);
  color: #fff;
}
a.btn-social i {
  margin-right: 10px;
}
a.btn-social.insta {
  background: url(../images/bg-insta.jpg) no-repeat center;
  background-size: 100%;
}
a.btn-social.face {
  background: #1B76F2;
}

a.btn-social.google {
  background: #EA4335;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background: rgb(26 44 40 / 60%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.main-banner .right-content .right-first-image .thumb:hover .inner-content {
  opacity: 0;
  visibility: hidden;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content .inner-content{
  display: none !important;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
   color: #fff !important;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  padding: 0px 20px;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 18px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#menu-specialties .section-heading,
#menu-services .section-heading,
#menu-gallery .section-heading {
  margin-bottom: 30px;
}

#menu-specialties,
#menu-services,
#menu-gallery,
#menu-about,
#subs,
#salon-policies,
.contact {
  padding: 50px 0;
  position: relative;
}

#menu-about {
  padding-bottom: 40px;
}

#menu-specialties {
  background: url(../images/background_2.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
#menu-specialties:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 42%);
  position: absolute;
  left: 0;
  bottom: 0;
}

#menu-specialties .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #7b8448;
}

#menu-specialties .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#menu-specialties .item .down-content span {
  font-size: 18px;
  color: #7b8448;
  font-weight: 500;
  display: block;
}

#menu-specialties .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#menu-specialties .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#menu-specialties .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#menu-specialties .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-specialties .item .thumb {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7px;
}
#menu-specialties .item .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(26 44 40 / 30%);
    color: #f1f1f1;
    width: 90%;
    height: 93%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
}
#menu-specialties .item .thumb:hover .overlay {
  opacity: 1;
}
#menu-specialties .item .meta {
  margin: auto;
}
#menu-specialties .item .meta a {
    display: inline-block;
    margin: 3px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: var(--text-green);
    transition: all .2s ease;
}
#menu-specialties .item .meta a:hover {
  background-color: var(--text-green);
  color: #fff;
}

#menu-specialties .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-specialties .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #7b8448;
}


#menu-specialties .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(10px);
}

#menu-specialties .owl-dots {
  display: none;
}
    
#menu-specialties .owl-nav .owl-prev{
  position: absolute;
  left: -0px;
  outline: none;
}

#menu-specialties .owl-nav .owl-prev span,
#menu-specialties .owl-nav .owl-next span {
  opacity: 0;
}

#menu-specialties .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 35px;
  height: 50px;
	background-color: var(--text-green);
  line-height: 48px;
  /* border :1px solid #d9dd7a; */
  border-radius: 0 50px 50px 0;
}
#menu-specialties .owl-nav .owl-prev:hover:before {
  	opacity: 1;
}
#menu-specialties .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu-specialties .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu-specialties .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -5px;
}

#menu-specialties .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 35px;
  height: 50px;
  background-color: var(--text-green);
  line-height: 48px;
 /*  border :1px solid #d9dd7a; */
  border-radius: 5px;
  border-radius: 50px 0 0 50px;
}

#menu-specialties .owl-nav .owl-next:hover:before {
  	opacity: 1;
}



/*
---------------------------------------------
Women
---------------------------------------------
*/


#menu-services .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  /*background-color: #7b8448;*/
}

#menu-services .item .down-content h4 {
  font-size: 18px;
  color: #f5f3ed;
  font-weight: 300;
  margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#menu-services .item .down-content span {
  font-size: 18px;
  color: #7b8448;
  font-weight: 500;
  display: block;
}

#menu-services .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#menu-services .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#menu-services .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#menu-services .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-services .item .thumb {
  position: relative;
}

#menu-services .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-services .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #7b8448;
}


#menu-services .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#menu-services .owl-dots {
  display: none;
}
    
#menu-services .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#menu-services .owl-nav .owl-prev span,
#menu-services .owl-nav .owl-next span {
  opacity: 0;
}

#menu-services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: #beaf90;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#menu-services .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu-services .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu-services .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu-services .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu-services .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#menu-services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: #beaf90;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#menu-gallery {
  background: url(../images/background_2.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
#menu-gallery:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 42%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#menu-gallery .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #7b8448;
}

#menu-gallery .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#menu-gallery .item .down-content span {
  font-size: 18px;
  color: #7b8448;
  font-weight: 500;
  display: block;
}

#menu-gallery .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#menu-gallery .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#menu-gallery .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#menu-gallery .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-gallery .item .thumb {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7px;
}
#menu-gallery .item .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(26 44 40 / 30%);
    color: #f1f1f1;
    width: 90%;
    height: 93%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
}
#menu-gallery .item .thumb:hover .overlay {
  opacity: 1;
}
#menu-gallery .item .meta {
  margin: auto;
}
#menu-gallery .item .meta a {
    display: inline-block;
    margin: 3px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: var(--text-green);
    transition: all .2s ease;
}
#menu-gallery .item .meta a:hover {
  background-color: var(--text-green);
  color: #fff;
}


#menu-gallery .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-gallery .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #7b8448;
}


#menu-gallery .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(10px);
}

#menu-gallery .owl-dots {
  display: none;
}
    
#menu-gallery .owl-nav .owl-prev{
  position: absolute;
  left: 0px;
  outline: none;
}

#menu-gallery .owl-nav .owl-prev span,
#menu-gallery .owl-nav .owl-next span {
  opacity: 0;
}

#menu-gallery .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 35px;
  height: 50px;
   background-color: var(--text-green);
    line-height: 48px;
    border: 1px solid var(--text-green);
    border-radius: 0 50px 50px 0;
}
#menu-specialties .owl-nav .owl-prev:hover:before {
  	opacity: 1;
}

#menu-gallery .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu-gallery .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu-gallery .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu-gallery .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu-gallery .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -5px;
}

#menu-gallery .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 35px;
  height: 50px;
  background-color: var(--text-green);
    line-height: 48px;
    border-radius: 50px 0 0 50px;
    border: 1px solid var(--text-green);
}
#menu-specialties .owl-nav .owl-next:hover:before {
  	opacity: 1;
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

.section_about .left-content {
    margin-right: 20px;
    text-align: justify;
}

.section_about h2,
#salon-policies h2 {
  font-size: 30px;
  font-weight: 300;
  /* color: #aa1818; */
    letter-spacing: 4px;
    text-transform: uppercase;
  color: var(--text-green   );
	text-fill-color: transparent;
}

.section_about h4 {
  color: var(--text-black);
  font-weight: 600;
  font-size: 17px;
  margin-top: 20px;
}

.section_about span {
  font-size: 16px;
  color: var(--text-black);
  font-weight: 500;
  display: block;
  margin-top: 15px;
  line-height: 28px;
}

.section_about .quote {
  margin-top: 25px;
}

.section_about .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.section_about .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.section_about p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.section_about .main-border-button a {
  color: #fff;
  border: none;
  border-color: var(--text-green);
  margin-top: 35px;
}

.section_about .main-border-button a:hover {
  background-color: var(--neon);
  color: var(--bg-neon);
}

.section_about img {
  width: 100%;
  overflow: hidden;
}

.section_about .leather {
  margin-bottom: 30px;
}

.section_about .first-image {
  margin-bottom: 30px;
}

.section_about .leather,
.section_about .types {
  /*background-color: #f8f8f8;*/
  text-align: center;
  width: 100%;
}

.section_about .leather h4,
.section_about .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

.section_about .leather span,
.section_about .types span {
  font-size: 14px;
  font-style: italic;
  color: #606060;
  font-weight: 500;
}


#salon-policies h2 {
  text-align: center;
  width: 100%;
}
#salon-policies p {
  width: 100%;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  border-top: dotted 1px #a7a7a7;
  padding-top: 15px;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #d9dd7a;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #7b8448;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #7b8448;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #7b8448;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #7b8448;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

#subs .subs-social {
  padding: 3px 6px;
  border: 1px solid;
  border-radius: 5px;
  width: calc(100% / 3);
  margin-right: 5px;
  text-align: center;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-green);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-black);
    letter-spacing: 0;
    text-transform: none;
    display: block;

}

.subscribe ul li span a:hover {
  color: var(--text-green);
}

.contact {
  margin-top: 40px;
}
.contact .contact-form {
  padding-left: 40px;
  border-left: 1px solid var(--text-grey);
}
.contact .title-big {
  font-size: 22px;
}
.contact .form-input,
.contact .form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact .form-textarea {
  height: 9.5rem;
}
.contact textarea:focus-visible {
  border: none;
}
.contact .checkbox {
  line-height: 25px;
}
.contact input[type="checkbox"] {
  margin-right: 7px;
}
.contact p a {
  color: blue;
}
.contact .form-submit {
    width: 100%;
    margin-top: 1.2rem;
    background-color: var(--text-green);
    color: #fff;
    padding: 13px 5px;
    border-radius: 0.375rem;
    border: none;
    transition: all .2s ease;
}
.contact .form-submit:hover {
  background: var(--neon);
  color: var(--text-black);
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    text-align: center;
    z-index: 10000;
    border-radius: 5px;
    cursor: pointer;
    visibility: hidden;
    background: var(--text-green);
}
.back-to-top i {
    font-size: 22px;
    display: block;
    line-height: 40px;
    color: #fff;
}

footer {
  padding: 40px 0px 40px;
  background-color: #1b1b1b;
  border-top: 1px solid #7b8448;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: bottom;
}

footer .logo {
  margin-bottom: 20px;
}

footer ul {
  margin: 0;
  flex-wrap: wrap;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer li a {
  font-size: 18px;
  color: #fff !important;
  transition: all .3s;
}

footer li a:hover {
  color: var(--neon) !important;
  transition: all .3s;
}

footer li i {
    padding-right: 10px;
}

footer ul li a:hover, footer ul li a:active {
  color: #d9dd7a;
}
footer li a.phone{
	font-family: sans-serif;
	font-size: 20px;
	color: #d9dd7a !important; 
}
footer h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  color: var(--neon);
  font-weight: 700;
  margin-bottom: 20px;
}

footer .row {
    padding: 0;
    margin: 0;
}
footer .footer-social ul {
  margin: 0 -5px;
}
footer .footer-social li {
  width: calc(100% / 3 - 10px);
  margin: 0 5px;
}
footer .footer-social li a {
  display: block;
  width: 100%;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #feffe2;
    border-radius: 5px;
}
footer .footer-social li i {
  margin: 0;
  padding: 0;
}
footer .footer-social li a:hover {
    background: var(--neon);
}
footer .footer-social li a:hover .fa {
    color: #272626;
}

footer .under-footer {
  margin-top: 25px;
  padding: 20px 0 0;
  text-align: center;
  border-top: 1px solid #fff;
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #feffe2;
  font-size: 16px;
  font-weight: 400;
}

footer .under-footer a {
  color: #d9dd7a;
}

footer .under-footer a,
footer .under-footer a:hover,
footer .under-footer a:hover i {
  color: var(--neon);
}
footer .under-footer a i {
  color: #d9dd7a;
}


/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/products-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #7b8448;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #7b8448;
  font-style: italic;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #7b8448;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #6a6f6f;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #6a6f6f;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #6a6f6f;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #606060!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #6a6f6f;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #6a6f6f;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }

.marquee,
.marquee_bot {
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: #FFEB00;
  z-index: 999;
}
.marquee_bot {
  top: calc(100% - 40px);
}

.marquee div,
.marquee_bot div {
  display: block;
  width: 200%;
  line-height: 40px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.marquee_bot div {
  animation: marquee_bot 20s linear infinite;
}

.marquee span,
.marquee_bot span {
  float: left;
  width: 50%;
  color: #000;
  font-size: 16px;
  animation: color-change 1s infinite;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes marquee_bot {
  0% { right: 0; }
  100% { right: -100%; }
}

@keyframes color-change {
  0% { color: red; }
  50% { color: blue; }
  100% { color: red; }
}
/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #6a6f6f;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #6a6f6f;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #6a6f6f;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 1px solid #d9dd7a;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}


/*========== POPUP ================ */
#popup-ads.modal {
    display: block;
    opacity: 1;
}
/*
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
*/
.modal-dialog {
  max-width: 800px;
  margin: 5% auto;
}
.modal button.close {
  top: -15px;
  position: absolute;
  right: -15px;
  font-size: 26px;
  z-index: 10;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  opacity: 1 !important;
  transition: all .2s ease;
}
.modal button.close:hover {
  background: #333;
  color: #fff;
}

/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 1px solid #d9dd7a;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #6a6f6f;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #6a6f6f;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #6a6f6f;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #6a6f6f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.color-white a{
  color: white !important;
}

@media (min-width: 1024px) {}

@media (width: 1024px){
  #menu-services .item .down-content h4{
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .modal-dialog {
    margin: 13% auto;
  }
}
@media(max-width: 580px){
  #menu-about .right-content .types {
    margin-top: 30px;
  }
}
@media (min-width: 1024px){
  #menu-about .leather {
     margin-bottom: 0;
  }
  #map .w-100{
    width: 600px !important;
  }
}

/*H edit for Boujee Nails Spa*/
html{
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
body{
    background: transparent;
}


@media (max-width: 1024px) {}

@media (max-width: 1024px){
  .stars{
    display: none;
  }
}

.booking-now-border {
  border: 2px solid var(--text-green);
  color: var(--text-green);
  background: transparent;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 25px;
  display: inline-block;
  
  /* background: linear-gradient(360deg, #7b8448 0%, #d9dd7a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
}
.booking-now-border:hover {
  border: 2px solid var(--neon);
    color: var(--neon);
}


.action-book {
  position: fixed;
  left: 20px;
  bottom: 50px;
  width: auto;
  z-index: 99;
}
.action-book .booking-now-border {
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    background: rgb(57,255,20);
    background: linear-gradient(0deg, rgba(57,255,20,1) 0%, rgba(255,235,0,1) 100%);
    color: #000;
    display: block;
    border: none;
    cursor: pointer;
    overflow-x: hidden;
    transition: all .2s ease-in-out;
}
.action-book .booking-now-border i {
  line-height: 40px;
}
.action-book .booking-now-border span {
  line-height: 40px;
}
.action-book .booking-now-border:hover {
  background: rgb(57,255,20);
    background: linear-gradient(45deg, rgba(57,255,20,1) 0%, rgba(255,235,0,1) 100%);
}
.action-book .promo,
.action-book .promo:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 40px;
  animation: color-change 1s infinite;
  font-weight: 600;
}


/*css for SERVICE MENU*/
.background-service{
  background-image: url("../images/service/boujee-nails-spa-service-background.jpg");
  min-height: 150px;
}
.title-service{
  padding: 50px 0;
  color: white;

}
.title-service{
  font-size: 30px;
  color: white;
}
.description p{
  font-size: 14px;
  color: #6a6f6f;
  margin-top: 10px;
  margin-bottom: 14px;
}
.description b {
  display: contents;
}


.border-bottom {
    border-bottom: 1px dotted #a7a7a7 !important;
}
.title-big {
   font-size: 30px;
   font-weight: 300;
   padding: 0;
   letter-spacing: 4px;
   color: var(--text-green);
}
.title-small, .title-small-list {
  font-size: 17px;
  color: #d9dd7a ;
}
.title-small-list{
  margin-bottom: 16px;
}
.service-name {
  font-weight: 600;
  color: var(--text-black);
}

/* HTML: <div class="ribbon">Your text content</div> */
.stickky {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  animation: color-change 1s infinite;
  margin-left: 5px;
}
.stickky {
  display: inline-block;
  --r: .8em; /* control the cutout */
  border-block: .5em solid #0000;
  padding-inline: calc(var(--r) + .25em) .5em;
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%,var(--r) calc(100% - .25em),0 50%,var(--r) .25em);
  background:
   radial-gradient(.2em 50% at right,#000a,#0000) border-box,
   #ffeb00 padding-box; /* the color  */
  width: fit-content;
}
.stickky-sm {
  font-size: 13px;
  left: 74%;
  top: 12px;
}


@keyframes color-change {
  0% { color: red; }
  50% { color: blue; }
  100% { color: red; }
}


.text-price {
  font-size: 16px;
  font-weight: bold;
  padding-left: 14px;
}
.color-price {
  color: var(--text-green);
	font-family: sans-serif;
}
.border-right-img{
  border-right: 1px solid var(--text-grey);
}
.line-dash {
  text-align: center;
  width: 100%;
  margin: 40px 0;
  position: relative;
}
.line-dash:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--text-green);
  position: absolute;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
}
.line-dash:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--text-green);
  position: absolute;
  right: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
}

.color-bold {
  color: #a5792b;
}

#menu-services .owl-item:hover h4{
  color: #d9dd7a;
}


#diamond2 {
  width:20px;
  height:auto;
}

#text path {
  fill:#000000;
}


#poly1 {
-webkit-animation: mycolor1 3s  infinite; /* Safari 4.0 - 8.0 */
animation: mycolor1 3s  infinite;

}
#poly2 {
-webkit-animation: mycolor2 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor2 3s  infinite;
}
#poly3 {
-webkit-animation: mycolor3 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor3 3s  infinite;
}
#poly4 {
-webkit-animation: mycolor4 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor4 3s  infinite;
}
#poly5 {
-webkit-animation: mycolor5 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor5 3s  infinite;
}
#poly6 {
-webkit-animation: mycolor6 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor6 3s  infinite;
}

/* Standard syntax */
@keyframes mycolor1 {
    33%   {fill:#e8f6f9; }
    63%  {fill:#e8f6f9;}
    93%  {fill:#c2ecfa;}
}
@keyframes mycolor2 {
    33%   {fill:#c2ecfa;}
    63%  {fill:#54cdfa;}
    93%  {fill:#00adef;}
}
@keyframes mycolor3 {
    33%   {fill:#c2ecfa;}
    63%  {fill:#e8f6f9;}
    93%  {fill:#e8f6f9;}
}
@keyframes mycolor4 {
    33%   {fill:#00adef;}
    63%  {fill:#c2ecfa;}
    93%  {fill:#54cdfa;}
}
@keyframes mycolor5 {
    33%   {fill:#e8f6f9;}
    63%  {fill:#c2ecfa;}
    93%  {fill:#e8f6f9;}
}
@keyframes mycolor6 {
    33%   {fill:#54cdfa;}
    63%  {fill:#00adef;}
    93%  {fill:#c2ecfa;}
}

@media(min-width: 768px){
  .title-big{
    font-size: 28px;
    /* border-bottom: 2px solid #dee2e6!important; */
  }
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #menu-about .left-content {
    margin-bottom: 30px;
  }

  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .stickky {
    font-size: 14px;
    position: absolute;
    left: auto;
    top: -20px;
    right: 0;
    transform: rotate(-20deg);
  }
  .price-sticky {
    padding-top: 2px !important;
  }
  .contact .contact-form {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {

  .header-area .main-nav .logo {
    width: 12%;
  }
  .header-area.header-sticky .main-nav .logo {
    width: 8%;
  }
    #menu-services .pb-5 {
        padding-bottom: 1.5em !important;
    }
    #menu-about .mb-4 {
        margin-bottom: 0 !important;
    }
    #subs {
        padding: 0;
    }
    footer .col-md-6 {
        width: 50%;
    }
    .action-book {
      left: 10px;
    }  
    .border-right-img {
      border: none;
    }
    .marquee div {
      width: auto;
      margin-left: 30%;
      animation: marquee 10s linear infinite;
    }
    .marquee span {
      width: 100%;
    }
    .modal-dialog {
      max-width: 90%;
      margin: 15% auto;
    }
}


@media (max-width: 567px) {

  .header-area .main-nav .logo {
    width: 15%;
  }
  .header-area.header-sticky .main-nav .logo {
    width: 10%;
  }
  .section-heading h2,
  #menu-about .left-content h2 {
    font-size: 24px !important;
  }
  .title-big {
    letter-spacing: 1px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .action-book {
    left: 0;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .action-book .booking-now-border {
    width: calc(100% / 3 - 10px);
    margin: 5px;
  }
  .action-book .booking-now-border i {
    display: block;
  }
  .line-dash:before {
    content: "";
    width: 50px;
    left: calc(70% - 200px);
  }
  .line-dash:after {
    content: "";
    width: 50px;
    right: calc(70% - 200px);
  }
  .marquee div {
      width: auto;
      margin-left: 50%;
      animation: marquee 15s linear infinite;
  }
  .modal-dialog {
    margin: 30% auto;
  }
  .back-to-top {
    bottom: 100px;
    right: 20px;
  }
  #subs ul {
    margin-left: 0;
  }
  footer {
    padding-bottom: 80px;
  }
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -300%; }
  }

}

@media (max-width: 480px) {

  .header-area .main-nav .logo {
    width: 17%;
  }
  .header-area.header-sticky .main-nav .logo {
    width: 12%;
  }
  .main-banner .left-content .inner-content h4 {
    margin-top: 0;
    font-size: 30px;
  }
  .main-banner .left-content .inner-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .color-gold a {
    font-size: 17px;
    padding: 8px 25px;
  }
  #servicesOfCate .ml-3 {
    margin-left: 0 !important;
  }
  #servicesOfCate .service_item {
    padding: 0 !important;
  }
  .stickky {
    right: 0;
    position: relative;
    top: 0;
    transform: rotate(0deg);
    margin-left: 0;
    padding: 0 5px;
    background: #ffeb00 padding-box;
    clip-path: none;
  }

}

@media (max-width: 375px) {

  .header-area .main-nav .logo {
    width: 20%;
  }
  .main-banner .left-content .inner-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .main-banner .left-content .inner-content p {
    margin-top: 10px;
  }

}