/*
	Delex by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Pre-loader
	4) Parallax
	5) Navigation
	6) Home
	7) Services
	8) Twitter-tweets
	9) Contact
	10) Footer
	11) Responsive
	12) Back-to-top
*/

:root { 
    --primary: #8d6628; 
    --secondary: #e7cc70;
    --bg-blue: #bcdcf4;
    --bg-dark: #1A1D25;
    --text-black: #000;
}


/* 1 Reset
----------------------------------------------------------------------------- */

html,body {
  overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--text-black);
  padding: 0 !important;
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width:100%;
}
a {
  color: var(--text-color);
}
a:hover, a:focus, a:active {
  text-decoration: none;
    color: var(--primary); !important;
}
p {
  color: var(--text-color);
}
img {
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
  font-family: 'Signika Negative', sans-serif;
}
textarea {
  max-width: 100%;
}

.phone {
	font-size: 18px; 
}

.btn {
  font-size: 14px;
  font-family: 'Signika Negative', sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:focus,.btn:active:focus {
  outline: none;
  color: #ffffff;
}
.btn-custom,.btn-custom-sm{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus,.btn-custom-sm:hover,.btn-custom-sm:focus{
  color: #fff;
  background-color: #6C6767;
  border-color: #6C6767;
}
.btn-custom-sm {
	padding: 0.5em 1em;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #bbb;
}
.progress-bar {
	height: 6px;
	box-shadow: none;
	margin: 1px;
	border-radius: 3px;
}
section {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

.padding-right {
	padding-right: 128px;
}

.pa-r {
	padding-right: 40px;
}

.column-left{
	width: 147px;
}

.column-left1{
	width: 106px;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.justify-content-center {
	justify-content: center !important;
}

/* 2 Help-classes
----------------------------------------------------------------------------- */
.no-padding {
	padding: 0px;
}
.color-l-orange {
	color: #ff8b8b;
}
.color-l-blue {
	color: #77afea;
}
.color-l-yellow {
	color: #f4d382;
}
.color-l-purple {
	color: #ad8ede;
}
.color-l-pink {
	color: #ff3e75;
}
.color-l-green {
	color: #77dfa2;
}
.bg-light-orange {
	background-color: #ff8b8b;
	color: #ffffff;
}
.bg-light-blue {
	background-color: #77afea;
	color: #ffffff;
}
.bg-light-yellow {
	background-color: #f4d382;
	color: #ffffff;
}
.bg-light-purple {
	background-color: #ad8ede;
	color: #ffffff;
}
.bg-light-pink {
	background-color: #ff3e75;
	color: #ffffff;
}
.bg-light-green {
	background-color: #77dfa2;
	color: #ffffff;
}

.titleHR {
	background: none repeat scroll 0 0 var(--bg-dark);
	height: 3px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 50px;
	margin-bottom: 20px;
}
.titleHR span {
	border-left: 5px solid var(--bg-dark);
	border-right: 5px solid var(--bg-dark);
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50px;
}


/*========== POPUP ================ */
#popup-ads.modal {
    display: block;
    opacity: 1;
}
#popup-ads.modal.show {
    display: flex !important;
}
/*
.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: 700px;
  margin: auto;
  transition: all .5s ease;
}
.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;
}


/* 3 Pre-loader
----------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../images/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}


/* 4 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
	background: var(--primary);
	background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	position: sticky;
  top: 0;
}

.navbar-custom .row {
	align-items: center;
}
.navbar-header {
	position: relative;
	width: 20%;
		padding: 10px 0;
}
.navbar-custom .navbar-brand:before {
	content: "";
	background: #fff;
	width: calc(100% + 90px);
	height: 100%;
	position: absolute;
	left: -25px;
	top: 0;
	-webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.navbar-custom .navbar-brand {
	color: #ffffff;
	padding: 10px 0;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Ephesis', cursive;
	height: 100%;
	width: 15%;
	margin-left: 0 !important;
	position: relative;
}
.small .navbar-brand,.small .navbar-brand:hover {
	color: #333;
}
.navbar-custom .navbar-brand img {
	position: relative;
}
.navbar-custom .nav {
	padding: 25px 0px;
	margin-top: 2px;
	margin-right: 0 !important;
	transition: all .4s ease-in-out;
}
.navbar-custom .navbar-nav>li>a {
    color: var(--text-black);
    text-shadow: 1px 1px 1px var(--primary-light);
    font-size: 17px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
.small .navbar-nav>li>a {
	color: var(--primary-light);
}
nav.small {
   background: var(--primary);
   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
   box-shadow: 0 3px 5px rgba(0,0,0,.1);
   transition: all .4s ease-in-out;
}
nav.small .navbar-brand,
nav.small .navbar-brand img {
	height: 80px;
	transition: all .4s ease-in-out;
}
nav.small .nav {
    padding: 15px 0px;
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-toggle {
    border-color: var(--bg-dark);
    background-color: var(--bg-dark);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: var(--bg-dark);
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.scrolled {
	width: 100%;
	position: fixed;
  top: 0;
}
.scrolled .navbar-brand:before {
	width: calc(100% + 0px);
}

/* 6 Home
----------------------------------------------------------------------------- */
.main-home {
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: transparent;
}
.bg-banner-01 {
    background-image: url(../images/banner-01.jpg), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 80vh;
    display: flex;
}
.bg-banner-02 {
    background-image: url(../images/banner-02.jpg), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 80vh;
    display: flex;
}
.bg-banner-03 {
    background-image: url(../images/banner-03.jpg), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 80vh;
    display: flex;
}
.bg-banner-04 {
    background-image: url(../images/banner-04.jpg), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 80vh;
    display: flex;
}
.banner-text {
	margin: auto;
}
#main-home-carousel .owl-buttons {
	width: 100%;
	position: absolute;
	bottom: 50%;
}
#main-home-carousel .owl-next {
	font-size: 50px;
	position: absolute;
	right: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 0.5;
	transition: all .5s ease;
}
#main-home-carousel .owl-prev {
	font-size: 50px;
	position: absolute;
	left: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 0.5;
	transition: all .5s ease;
}
#main-home-carousel .owl-next:hover,
#main-home-carousel .owl-prev:hover {
	opacity: 1;
}

.home__header-content h1{
	font-family: 'Ephesis', cursive;
}
.home__header-content p{
	font-weight: 300;
	font-size: 16px;
	margin-top: 20px;
}
.home__header-content a.btn-default {
	margin-top: 15px;
}
/*--- Carousel --*/

#main-home-carousel h1 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 70px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 3px;
}
#main-home-carousel .intro-title {
	font-family: "Cinzel Decorative", serif;
	text-transform: none;
	font-size: 70px;
	font-weight: 500;
	color: var(--secondary);
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #fff;
}
#main-home-carousel .intro-text {
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 25px;
}


#specialties {
	position: relative;
}
#specialties .testi-carousel {
	color: var(--secondary);
	font-family: "Cinzel Decorative", serif;
	text-transform: none;
	font-weight: 700;
	padding: 0 15px;
	margin-top: 0;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}
#specialties .owl-controls .owl-buttons .owl-next {
	 background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: -45px;
    top: 45%;
}
#specialties .owl-controls .owl-buttons .owl-prev {
	 background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: -45px;
    top: 45%;
}

#about {
	background: url(../images/bg-about.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding-bottom: 150px;
}
#about .wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#about .about-img {
	width: 25%;
	margin: 0 auto 30px auto;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.wave img {
	position: relative;
	width: 100%;
}
/*
#about:before {
	content: "";
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
*/
#about h1 {
	font-family: "Cinzel Decorative", serif;
	color: var(--secondary);
	text-transform: none;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px #000;
}
#about p {
	color: var(--text-black);
}


/* 7 Services
----------------------------------------------------------------------------- */
#services {
	background: #fffaee;
	position: relative;
	padding-top: 100px;
}
#services .testi-carousel {
    color: var(--secondary);
    font-family: "Cinzel Decorative", serif;
    text-transform: none;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}
#services .wave {
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
#services .wave.bottom {
	bottom: 0;
}
.services-item{
	padding: 10px;
	cursor: pointer;
}
.services-item i{
	font-size: 48px;
	margin-bottom: 20px;
}
.services-item h5{
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
}


/* 11 Twitter-tweets
----------------------------------------------------------------------------- */
#twitter_tweet {
	background: url(../images/background.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 50%);
  position: relative;
  padding-bottom: 150px;
}
#twitter_tweet .testi-carousel {
    color: var(--secondary);
    font-family: "Cinzel Decorative", serif;
    text-transform: none;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}
#twitter_tweet .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*
#twitter_tweet:before {
	content: "";
	background: rgb(0 0 0 / 20%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
*/
.twitter_tweet h5 {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    line-height: 25px;
}
#twitter_tweet p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}


/* 13 Contact
----------------------------------------------------------------------------- */
#contact {
	position: relative;
}
#contact .testi-carousel {
    color: var(--secondary);
    font-family: "Cinzel Decorative", serif;
    text-transform: none;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}

/* 14 Footer
----------------------------------------------------------------------------- */
footer p {
	margin-bottom: 10px;
	font-size: 18px !important;
	color: var(--text-black);
}
.footer-bottom a,
.footer-bottom a:hover {
	color: var(--secondary);
}

.footer-bottom p {
	color: #333;
}
#footer {
	background: var(--secondary);
  border-top: 1px solid #e4e4e4;
}
#footer h3 {
	color: var(--text-black);
}

.footer-content {
	text-align: center;
}
.footer-content .date {
	width: 80px;
	display: inline-block;
	padding-bottom: 7px;
}
.footer-content .hour {
	width: 170px;
	display: inline-block;
	padding-bottom: 7px;
}
.footer-content a {
	color: var(--text-black);
}
.footer-content a:hover,
.footer-content a:active,
.footer-content a:focus {
	color: #fff;
}
.footer-bottom {
  background: var(--bg-dark); 
	color: #8d8c8a;
	padding: 20px 15px 20px;
}
.footer-bottom p {
	margin: 0;
	color: #fff;
}
.footer-socials {
	position: relative;
	margin: 20px 0px 20px;
	text-align: center;
}
.footer-socials a {
	
	display: inline-block;
}
.footer-socials a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: transparent;
	border: solid 1px var(--text-black);
	margin: 0px auto;
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: var(--text-black);
	transition: all .2s ease;
}
.footer-socials a:hover {
	color: var(--secondary);
	background: var(--bg-dark);
}


.action-book {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: auto;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 44px;
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    text-align: left;
    text-transform: capitalize;
    background: #3B322B;
    color: #fff;
    display: block;
    border: none;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: width .3s ease-in-out;
}
.action-book .booking-now-border i {
  line-height: 40px;
}
.action-book .booking-now-border span {
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
}
.action-book .booking-now-border:hover {
  width: 120px;
  background: var(--primary);
}
.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.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;
}

/* 16 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 5px;
    color: #fff;
    background: var(--primary);
    border: solid 2px #fff;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 35px;
}


/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 16px;
    margin: 8px 3px 12px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    position: absolute;
    margin-top: 9px;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

ul.pattern .color1 {
  background-color: #EE82EE;
}
ul.pattern .color2 {
  background-color: #d13a7a;
}
ul.pattern .color3 {
  background-color: #e24348;
}
ul.pattern .color4 {
  background-color: #1aace7;
}
ul.pattern .color5 {
  background-color: #6a5a8c;
}
ul.pattern .color6 {
  background-color: #F94c00;
}
ul.pattern .color7 {
  background-color: #1f7f5c;
}
ul.pattern .color8 {
  background-color: #336699;
}
ul.pattern .color9 {
  background-color: #Fbce43;
}
ul.pattern .color10 {
  background-color: #a06081;
}
ul.pattern .color11 {
  background-color: #737f97;
}
ul.pattern .color12 {
  background-color: #9932cc;
}

@media only screen and (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}

/*H edit*/

footer .testi-carousel {
	color: var(--secondary);
	font-family: "Cinzel Decorative", serif;
	text-transform: none;
	font-weight: 700;
	padding: 0 15px;
	margin-top: 10px;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}
section .title-short {
	text-align: center;
	font-size: 24px;
	margin: 0;
}
.intro-text{
	color: var(--text-color);
	font-size: 16px;
	line-height: 26px;
}
.mr-3{
	margin-right: 1rem !important;
}
.mr-2{
	margin-right: 0.7rem !important;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

/*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: #626262;
	margin-top: 10px;
	margin-bottom: 14px;
}

.div-title {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.title-big {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 15px;
	text-transform: uppercase;
}
.title-small, .title-small-list {
	color: #333 ;
}
.title-small-list{
	margin-bottom: 16px;
}
.text-price{
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
}
.color-price {
	font-weight: 600;
	color: var(--primary);
}
.text-desc {
	text-align: justify;
	color: #777;
  margin: 5px 0 5px;
  font-size: 14px;
}
#services .title-sub {
	color: #000000;
    margin-bottom: 5px;
    background: #f2da8e;
    padding: 5px 10px;
}
#services .title-small {
	color: var(--text-color);
}
.border-right-img{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.line-dash{
	border: 1px solid rgba(255,255,255,0.05);
	height: 0.5px;
	width: 100%;
	margin: 40px 0;
}
.color-bold{
	color: #a5792b;
}
#services .owl-item:hover h4{
	color: #ffde97;
}

.ml-3, .mx-3 {
	margin-left: 1rem!important;
}
.title-small, .title-small-list, .title-sub {
	font-size: 18px;
	color: var(--primary-light);
	line-height: 1.5;
}
.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}
.pl-0, .px-0 {
	padding-left: 0!important;
}
.pr-0, .px-0 {
	padding-right: 0!important;
}
.text-right {
	text-align: right!important;
}
.pl-0, .px-0 {
	padding-left: 0!important;
}
.pr-0, .px-0 {
	padding-right: 0!important;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.border-right-img img {
	max-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

img {
	vertical-align: middle;
	border-style: none;
}
.mt-3{
	margin-top: 1rem !important;
}
.navbar-brand img {
	margin: 0 !important;
  transition: all .5s ease;
}
.scrolled .navbar-brand img {
	height: 80px;
}
.scrolled .navbar-header {
	padding: 0;
}

.name-customer {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	font-style: italic;
	color: var(--text-color) !important;
}
.title.title-white{
/*	color: #ffffff;*/
	text-align: center;
    margin-bottom: 0;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span{
	color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: var(--primary-light);
	width: 85%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff !important;
	 background-color: transparent;
}
.bg-grey{
	background: #fff9e8;
}

.border-bottom {
	border-bottom: dashed 1px #ddd;
}



@media(min-width: 768px) {
	.nav>li>a {
	    padding: 10px 8px !important;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0!important;
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem!important;
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem!important;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem!important;
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem!important;
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0!important;
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem!important;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.border-right-col {
		border-right: 1px solid #dee2e6 !important;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0!important;
	}

}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1024px){
	.testi-carousel, .title {
		font-size: 45px;
	}
	.mt-lg{
		margin-top: 20px !important;
	}
	.navbar-brand img{
	}
	.intro-text{
		margin: 0 auto;
	}
	.container {
		padding: 0 15px;
	}
}



/* 15 Responsive
----------------------------------------------------------------------------- */
@media (max-width: 1024px) {

	.column-left1 {
		width: 78px;
	}

}

@media (max-width: 992px) {
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-custom .navbar-brand {
		width: 20%;
	}
	.scrolled .navbar-brand {
		width: 15%;
	}
	.navbar-custom .navbar-brand:before {
		width: calc(100% + 42px);
		left: 0;
	}
	.scrolled .navbar-brand:before {
    width: calc(100% + 30px);
    left: 0;
	}
	.scrolled .navbar-toggle {
		top: 38px;
	}
	.bg-banner-01,
	.bg-banner-02,
	.bg-banner-03,
	.bg-banner-04 {
		height: 60vh;
	}
	#about .why-choose {
		width: 100%;
	}
	#about h1 {
		margin-top: 0;
	}
	#about .about-img {
		width: 50%;
	}
	#main-home-carousel .intro-title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-position: center;
	}
	.work-list li {
		width: 100%;
		display: auto;
	}
	
}

@media (max-width: 768px) {

	.navbar-custom .navbar-brand {
    width: 25%;
  }
  .scrolled .navbar-brand {
    width: 15%;
  }
	.bg-banner-01,
	.bg-banner-02,
	.bg-banner-03,
	.bg-banner-04 {
		height: 50vh;
	}
	.column-left1 {
		width: 78px;
	}
	.modal-dialog {
      max-width: 90%;
   }
	.waxing-9 {
		width: 100%;
	}
	.col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.px-md-0 {
		padding-right: 0;
		padding-left: 0;
	}
	#about .about-img {
    width: 70%;
  }
	#specialties .owl-controls .owl-buttons .owl-next {
  	right: 0;
  }
  #specialties .owl-controls .owl-buttons .owl-prev {
  	left: 0;
  }
}

@media (max-width: 567px) {
	.navbar-custom .navbar-brand {
    width: 30%;
  }
  .scrolled .navbar-brand {
    width: 15%;
  }
  .scrolled .navbar-toggle {
    top: 24px;
  }
  #about .about-img {
    width: 90%;
  }
  #main-home-carousel .intro-title {
  	font-size: 35px;
  	line-height: 45px;
  }
	.back-to-top {
     right: 15px;
  }
  
}

@media (max-width: 480px) {

	.navbar-custom .navbar-brand {
    width: 35%;
  }
  .scrolled .navbar-brand {
    width: 20%;
  }
  .bg-banner-01,
	.bg-banner-02,
	.bg-banner-03,
	.bg-banner-04 {
			height: 45vh;
	}
	#main-home-carousel .owl-next,
	#main-home-carousel .owl-prev {
		display: none;
	}
	.px-sm-0 {
		padding: 0;
	}
	#about .about-img {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
	.column-left1 {
		width: 112px !important;
	}
}

@media only screen and (max-width: 375px) {

	.column-left1 {
		width: 96px !important;
	}
	.bg-banner-01,
	.bg-banner-02,
	.bg-banner-03,
	.bg-banner-04 {
			height: 35vh;
	}
	#main-home-carousel .intro-text {
	    color: #fff;
	    font-weight: 300;
	    margin-bottom: 20px !important;
	    font-size: 20px;
	}
	#main-home-carousel .owl-buttons {
		display: none;
	}
	.padding-right {
    	padding-right: 105px;
	}
	#twitter_tweet .wave {
		bottom: -2px;
	}
}

