:root {
  --primary-color: #757575;
  --secondary-color:#cdcccc;
  --third-color:#000000;
  --bg-tp:#898584;
  --white-color:#fff;
  --black-color:#000;
  --border-none: 10px;
  --p-color:#acddfd;
  --box-shadow: 0px 2px 5px 0px #00000059;
  --transition: all ease 0.3s;
  --font-family:'Poppins', sans-serif;
  --font-family2:'Nanum Myeongjo', serif;
  
}

/*------------------Basic styles----------------------*/
*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family:var(--font-family);
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
    color: var(--primary-color);	
}
h1,h2,h3,h4,h5,h6, p{
	margin: 0;
	padding: 0;
}
ul li, ul, a{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a{
	color:var(--primary-color);
}
a:hover{
	text-decoration: none;
}

img{
	margin: 0;
	padding: 0;
}

button:focus, .btn:focus, .form-control:focus{
	outline: none;
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.p-80{
    padding: 80px 0;
}
.text-primary{
    color:var(--primary-color)!important;
}
/*********************Top Bar**************************/
.tob_bar {
    width: 100%;
    min-height: 30px;
    padding: 10px 0px;
}
.tob_bar i {
    margin-right: 7px;
    font-size: 20px;
    transform: translateY(2px);
}
/***********Middle-ba************/
.middle_bar {
    width: 100%;
    overflow: hidden;
    min-height: 140px;
    display: grid;
    align-items: center;
}
.logo {
    color: var(--secondary-color);
}
.logo span {
    font-weight: 400;
    color: var(--primary-color);
}
/*-------------------Nav Bar---------------------*/
.custom-nav {
    box-shadow: var(--box-shadow);
    background: var(--white);
}
.custom-nav .navbar-nav li a {
    margin: 0px 30px;
    font-size: 20px;
    padding: 10px 15px!important;
    font-family: var(--font-family2);
    font-weight: 800;
    transition: var(--transition);
    background:none;
}
button.navbar-toggler {
    border: none;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
button.navbar-toggler:focus span{
    transform: rotate(90deg); 
    transition: transform ease-in-out 0.3s; 
}
 button.navbar-toggler.collapsed span {
    transform: rotate(0deg);
    transition: transform ease-in-out 0.3s;
}
@media (min-width: 992px){
.custom-nav .navbar-nav li a {
    color: var(--primary-color)!important;
}
.custom-nav .navbar-nav li a:hover {
    background: var(--primary-color);
    color: var(--white)!important;
    transition: var(--transition);
}
.custom-nav {
    padding: 0px;
}
.custom-nav .navbar-nav .active>.nav-link {
    background: var(--primary-color);
    color: var(--white)!important;
}
}
/*-------------------home-banner---------------------*/
.home-banner {
    width: 100%;
    min-height: 70vh;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    display: grid;
    color:var(--third-color);
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-slider .owl-dots .owl-dot span {
    border-radius: 10px;
    width: 50px;
    height: 7px;
}
.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span {
    background: var(--white);
}
.btn-light {
    border-radius: var(--border-none);
    background:var(--primary-color);
    color: var(--white);
    box-shadow: var(--box-shadow);
}
.btn-light:hover {
    background: var(--secondary-color);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary {
    color: var(--primary-color);
    background-color: var(--white);
    border-color: var(--primary-color);
    border-radius: var(--border-none);
    transition: var(--transition);
}
.btn-primary:hover {
    color: var(--third-color);
    background-color: var(--primary-color);
    border-color: var(--white);
    transition: var(--transition);
}
.btn-lg{
    padding: 10px 30px;
    font-size: 24px;
}
/***********About us***************/
.heading {
    font-family: var(--font-family2);
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 30px;
}
.heading span{
    position: relative;
}
.heading span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 0px;
    border-radius: 50px;
    bottom: -10px;
}
.about_us p {
    margin-bottom: 15px;
}
/***********jumbotron*************/
.jumbotron{
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    background-color: var(--bg-tp)!important;
    background-blend-mode: multiply;
    color: var(--secondary-color);
    border-radius: 0px;
    margin: 0px;
}
.cntct-dtl h1 {
    font-family: var(--font-family2);
    font-weight: 700;
}
/***********companies************/
.companies {
    padding: 80px 0px;
    box-shadow:var(--box-shadow);
}
.companies .item {
    width: 100%;
    max-height: 200px;
    display: grid;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.companies .item img {
    width: 70%!important;
    margin-left: 15%;
    height: 60px;
}
/*********testimonial**********/

.testimonial .hedaing-tag {
    color: var(--secondary-color);
}

.testi-slider{
    position: relative;
}
.testi-slider .owl-nav {
    margin-top: 0px;
}
.testi-slider .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-170%);
}
.testi1 {
    padding: 5% 10%;
}
.testi1 p {
    color: var(--third-color);
}
.testi-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-170%);
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: var(--third-color);
}
.client-review-stars {
    margin-top: 20px;
    text-align: right;
}
.client-review-stars i {
    color: #FFD700;
}
/************form*************/
.hb-form {
    background: var(--primary-color);
    padding: 20px 40px;
    color: var(--white);
    font-family: var(--font-family2);
    font-weight: 700;
    font-size: 24px;
    height: 97%;
    display: grid;
    align-items: center;
}
.hb-form h3 {
    font-family: var(--font-family2);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}
.hb-form .form-control {
    font-family: var(--font-family);
    height: calc(2.70rem + 2px);
}
textarea.form-control {
    height: auto!important;
}
.hb-form .form-control:focus {
    border-color: var(--dark);
}
.form-gallery {
    box-shadow: var(--box-shadow);
}
/***********map*************/
.wrap{
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.lmtxt {
    color: var(--dark);
    height: 100%;
    overflow: hidden;
    padding: 60px 40px;
}
.lmtxt h3 {
    font-family: var(--font-family2);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
}
.lmtxt ul li {
    list-style: none;
    line-height: 1.8;
    width: 76%;
}
.lmtxt ul li i {
    margin-right: 10px;
    font-size: 26px;
    transform: translateY(4px);
}
.lmmap{
    height: 100%;
}
.lmimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lmimg img {
    min-height: 300px;
}
/**********footer***********/
.footer {
    width: 100%;
    padding: 70px 0px 10px 0px;
    overflow: hidden;
    background: var(--secondary-color);
    color:var(--dark);
}
.footer h3 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: var(--font-family2);
    font-weight: 700;
}
.footer p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: var(--dark);
}
.footer p i,.footer a i {
    font-size: 20px;
    margin-right: 7px;
        width: 20px;
}
.bottom-lins li{
    list-style: none;
}
.bottom-lins li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    color: var(--dark);
}
.bottom-lins li a:hover {
    color: var(--primary-color);
}
.footer-column {
    width: 100%;
    padding-bottom: 30px;
    display: grid;
    justify-content: center;
}
/***********************/
.testimonial {
    box-shadow: var(--box-shadow);
}
/************form and gallery**************/
.gallery-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    height: 170px;
}
.gallery-box:hover .gallery-img img {
    transform: scale(1.3);
    transition: all ease-in-out 600ms;
}
.gallery-box .gallery-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
    height:-webkit-fill-available;
    height: fill-available;
    height:-moz-fill-available;
}
.gallery-box:hover .hover-effect {
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.gallery-box .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--third-color);
    width: 100%;
    height: 100%;
    background: rgba(117 117 117/37%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transform: scale(0.0);
    transition: all ease-in-out 600ms;
}
/*************Contact page***********/

#Contactpagebanner {
	background-image: url("http://217.199.187.58/thebeautyconcept1.co.uk/wp-content/uploads/2020/10/Hot-stone-massage-desktop_1000x.jpg")
  	max-height: 200px;
}

.breadcrumbs {
    padding: 25px 0;
    background: var(--secondary-color);
    min-height: 40px;
    margin-bottom: 0px;
}
.breadcrumbs h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--dark);
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li {
    font-family: var(--font-family2);
    font-size: 15px;
    font-weight: 800;
}
.breadcrumbs a:hover {
    color: var(--white);
}
.breadcrumbs a {
    color: var(--dark);
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #324682;
    content: "/";
}
.contact-page .info {
    width: 100%;
    background: #fff;
}
.contact-page .info i {
    font-size: 20px;
    color: var(--white);
    float: left;
    width: 44px;
    height: 44px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}
.contact-page .info h4 {
    padding: 0 0 0 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark);
    font-family: var(--font-family2);
    font-weight: 800;
}
.contact-page .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 12px;
    color: var(--primary-color);
}
.contact-page .get_in_touch {
    background-color: var(--primary-color)!important;
}
.get_in_touch {
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    color: #fff;
    background-color: var(--primary-color)!important;
    box-sizing: border-box;
    padding: 40px 40px;
}
.contact-left {
    padding: 40px 40px 0px 40px;
}
.get_in_touch .heading span:after {
    background: var(--white);
}
.get_in_touch .heading {
    color: var(--white);
}
.gtcontact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--white);
    font-size: 20px;
    font-weight: 300;
    color: var(--white)!important;
    padding: 25px 10px;
}
.gtcontact-form ::placeholder {
    color: #fff!important;
}
.location-map.cntct .lmtxt {
    color: var(--white);
}
.location-map.cntct {
    background: var(--primary-color);
}
/**********Inner page************/
.inner-page-body {
    padding: 50px 0px;
}
.zigzag {
    display: flex;
    border-bottom: 1px solid #999;
}
.inner-page-body ul li, .inner-page-body ol li {
    margin-left: 20px;
    padding-left: 10px;
    margin-bottom: 7px;
    color: #000;
}
.inner-page-body ul li {
    list-style: disc;
}
/*----------respornsive-------*/

@media only screen and (max-width: 1199px) {
  .tob_bar{
      font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
.custom-nav .navbar-nav li a {
    margin: 0px 0px;
}
.heading span:after {
    bottom: -3px;
}
.companies .item img {
    height: 40px;
}
.testi-slider .owl-nav button.owl-prev {
    left: -20px;
}
.testi-slider .owl-nav button.owl-next {
    right: -20px;
}
.zigzag {
    display: block;
}
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 575px) {
.gallery-box .gallery-img {
    height: 240px;
}
}

@media only screen and (max-width: 425px) {
.banner-slider .owl-dots {
display: none!important;
}
}

/*******Price List********/

body{
    font-family: 'Poppins', sans-serif;
}
.heading{
        color: #757575;
        text-align: center;
        font-family: 'Nanum Myeongjo', serif;
}
.table .thead-dark th {
    color: #fff;
    background-color: #757575;
    border-color: #000;
}
.table-hover tbody tr:hover {
    background-color: rgba(102, 109, 115, 0.5);
}