@font-face {
	font-family: indubitably; /* set name */
	src: url('../fonts/indubitably/IndubitablyNF.ttf'); /* url of the font */
}
body
{
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.indu {
	font-family: indubitably;
	letter-spacing: 5px;
}
h1, h2, h3
{
	
	font-size: 40px;
}
.banner-area img{
	width: 100%;
}
.contact-left ul{
	list-style-type: none;
	text-align: left;
	padding-left: 0;
}
.contact-left ul li {
	color: white;
	margin-bottom: 1rem;
}
.contact-left ul li a{
	color:white;
}
a
{
	text-decoration: none !important;
}

.container
{
	max-width: 1280px;
}
.welcome-inner
{
	/*background-color: rgba(255,255,255,.6);*/
	background-color: rgba(0,0,0,.6);
}
.slider
{
	position: relative;
}
.top-hdr
{
	background-color: rgb(0, 0, 0);
}
.hair-color
{
	display: flex;
	background-image: url(../img/hair-clr-bg.jpg);
	background-size: cover;
	width: 60%;
	justify-content: b
}
.hair-color .box
{
	padding: 35px;
	width: 50%;
	text-align: center;
	transition: 0.4s ease all;
}
.hair-color .box:hover
{
	background-color: black;
}
.hair-color .box:first-child
{
	border-right: 1px solid rgba(255,255,255,0.5);
}
.hair-color .box h6
{
	
	margin-bottom: 0;
	font-size: 25px;
}
.hair-color .box h6 a
{
	color: white;
}
.top-hdr p, .top-hdr span
{
	margin-bottom: 0;
	font-size: 14px;
	color: white;

}
.top-hdr p a, .top-hdr p i,.top-hdr span i, .top-hdr span a
{

	color: white;
	transition: 0.4s ease all;
}
.top-hdr p a:hover
{
	color: aqua;
}
.hdr
{
	/*background: linear-gradient(to bottom, black, transparent);*/
	background-color: #2f2f2f;
}
.navbar-brand img
{

	width: 176px;
}
.menu
{
	list-style: none;
	padding: 0px 30px;
	margin-left: 20px;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));*/
	margin-bottom: 0px;
}
.menu>li
{
	float: left;
	position: relative;
}
.menu>li>a
{
	display: block;
	padding: 18px 15px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	transition: 0.4s ease all;
	font-weight: bold;
	
}
.menu>li>a:hover
{
	color: aqua;
}
.menu>li>a:hover i
{
	opacity: 0;
}
.menu li:hover .submenu
{
	display: block;
}



.submenu
{
	position: absolute;
	width: 250px;
	display: none;
	z-index: 99;
	list-style: none;
	padding: 0;
	background-color: rgba(0,0,0,0.8);
	
}

.submenu li a
{
	color: white;
	text-decoration: none;
	padding: 13px 28px;
	display: block;
	transition: 0.4s ease all;
}
.submenu a:hover
{
	background-color: black;
	color: aqua;
	padding-left: 32px;
}
.submenu1
{
	position: absolute;
	width: 250px;
	left: 100%;
	top: 0;
	display: none;
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
	
}
.submenu li
{
	position: relative;
}
.submenu li:hover .submenu1
{
	display: block;
}

.fixed
{
	position: fixed;
    background: black;
    /* background-color: white; */
    width: 100%;
    left: 0px;
    padding: 0px 50px !important;
    top: 0;
    z-index: 999;
}
.fixed .navbar-brand img
{
	background-color: rgba(255,255,255,0.5);
	width: 190px;
	padding: 5px;
	border-radius: 10px;
}


.hdng
{

	line-height: 44px;
	text-transform: capitalize;
	color: white;
	display: inline-block;
	padding-bottom: 7px;

}
.hdng:after
{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	right: 15px;
	bottom: -5px;
	background-color: aqua;
}
.hdng:before
{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	right: 0;
	top: 100%;
	background-color: aqua;
}
.tophd
{
	color: aqua !important;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.btmimage
{
	margin-top: -8px;
}
.btmimage img
{
	width: 145px;
	height: 14px;
	opacity: 0.5;
}
.welcome
{
	position: relative;
	background-image: url(../img/face.png);
	background-color: black;
	background-size: cover;
}

.sidetext
{
	color: gray;
	position: absolute;
	top: 150px;
	left: -55px;
	transform: rotate(-90deg);
}
.sidetext p
{
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
.sidetext p:after
{
	content: "";
    position: absolute;
    top: 50%;
    left: -66px;
    background-color: #bdbdbd;
    width: 55px;
    height: 1px;
}
.btn1
{
    font-size: 1rem;
    background-color: aqua;
    border-radius: 1px;
    padding: 7px 15px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: 0.4s ease all;
}
.btn1 a, .btn2 a
{
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.btn1:hover
{
	background-color: #000000;
	box-shadow: 0px 2px 8px black;
	color: white;
}
.btn1:hover a
{
	color: white;
}
.btn2
{
	font-size: 1rem;
    background-color: aqua;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: 0.4s ease all;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: black !important;
    border-radius: 0;
    font-weight: bold;

}

.btn2:hover
{
	transform: scale(1.1);
	
	
}
.btn3
{
    background-color: white;
    padding: 15px 38px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: 0.4s ease all;
}
.btn3 a
{
	color: #333333;
	text-decoration: none;
	font-weight: 700;
}
.btn3:hover
{
	background-color: #333333;
}
.btn3:hover a
{
	color: white;
}
.w-100
{
	width: 100%;
}
.col-md-4 .items img
{
	width: 100%;
}
.banner
{
	position: relative;
}
.welcome3
{
	background-image: url(../img/hairspa.jpg);
	background-size: cover;
	background-position: center;
}

.overlay
{
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.3));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.brd-text
{
	margin: 230px 50px;
}
.overlay h1
{
	color: white;
	font-size: 50px;
}
.overlay p, .overlay p a
{
	color: gray;
	font-size: 16px;
}
.overlay p a:hover
{
	color: aqua;
	transition: 0.4s ease all;
}
.welcome1 p
{
	color: gray;
	line-height: 30px;
}
.welcome1 .col-md-4 img
{
	    border-radius: 10px;
    box-shadow: 0px 6px 8px lightgrey;
}

.textinner
{
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.7);
	transform: translateY(-130px);
	transition: 0.4s ease all;
}
.textinner p
{
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
}

.textinner:hover span
{
	color: black;
}
.textinner p span
{
	color: aqua;
	font-weight: normal;
	text-transform: capitalize;
}
.service
{
	padding: 80px 0px;
	background-color: #2f2f2f;
	
}
.service .container
{
	max-width: 1250px;
}
.appointment
{
	padding: 50px 0px;
	overflow: hidden;
	background: linear-gradient(to right, rgba(206, 206, 166, 0.8), rgba(206, 206, 166, 0.3));
}
.appointment h4
{
	font-size: 30px;
	color: #333333;
}
.table thead th
{
	font-size: 23px;
	font-family: 'Acme', sans-serif;
	font-weight: normal;
}
.table td span
{
	font-size: 13px;
}
.table td
{
	font-size: 15px;
}
.h1-100
{
	height: 100%;
}
.welcome1 h4
{
	font-size: 35px;
	
}
.bg-effect
{
	background-image: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


.bg-effect .table th, .bg-effect .table td
{
	color: white;
}
.s-img
{
	width: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.s-img img
{
	width: 100%;
	position: relative;
	}
	
.dwn
{
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255, 255, 255, 0));
	transition: 0.2s ease all;
}
.s-top
{
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: black;
	text-align: center;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.s-top i
{
	color: white;
	padding: 5px 0px;
	font-size: 35px;
}
.innercontainer:hover .dwn
{
	height: 40%;
}

.innercontainer a
{
	color: black;
}
.innercontainer a:focus
{
	outline: none;
}
.innercontainer
{
	position: relative;
	height: 525px;
	background-color: #e6e4e4;
}
.innercontainer:hover h4, .innercontainer:hover p
{
	transform: translateY(-15px);
	
}
.textcont
{
	padding:35px 10px;
	background-color: #e6e4e4;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	
}
.textcont h4
{
	transition: transform 0.25s cubic-bezier(0.05, 0.45, 0.4, 1);
}
.textcont p
{
	color: black;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 0px;
	transition: transform 0.4s cubic-bezier(0.05, 0.45, 0.4, 1);

}
.hair
{
	background: linear-gradient(45deg, black, transparent);
}
.font-30
{
	font-size: 30px;
}
.black
{
	color: black;
}
.hair h3
{
	font-size: 35px;
}
.count-sec
{
	background-color: #e6f3ff;
	padding: 60px 0px;
}
.countbox
{
	
}
.countbox .innercount
{
	background-color: black;
	flex-basis: 200px;
	text-align: center;
	float: left;
	padding: 25px 15px 25px 15px;
	margin: 10px;
}
.count-sec .text
{
	padding: 20px 50px;
}
.count-sec .text p
{
	font-size: 18px;
	margin-top: 25px;
	color: gray;
}
.innercount h4
{
	font-size: 50px;
	color: white;
	
}
.innercount h5
{
	color: aqua;
	font-size: 18px;
	margin-bottom: 0;
}
.before-after-slids .slick-slide
{
	margin: 10px;
}
.before-after-slids .item img
{
	width: 100%;
}
.fadeInUp
{
	animation-duration: 0.8s;
}
.count-sec .text p b
{
	color: black;
}
.testimonials
{
	background-image: url(../img/salon1.jpg);
	background-size: cover;
	padding: 60px 0px 30px 0px;
}

.testimonial
{
	margin-top: 30px;
	max-width: 800px;
	background-color: transparent;
}
.testimonial p
{
	color: white;

}
.testimonial h5
{
	color: aqua;
}
.testi-img
{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	padding: 5px;
	
	background: rgba(0,0,0,.3);
}
.testi-img img
{
	width: 100%;
	border-radius: 50%;
}
.slick-slide
{
	margin: 10px;
}
.slick-dots li button:before
{
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: gray;
  opacity:0.4;

}
.slick-dots li.slick-active button:before
{
 color: transparent !important;
 background-color: white;
 border: 3px solid black;
}
.slick-dots li button:before
{
	color: transparent !important;
}
.testimonials .slick-dots
{
	bottom: 0;
}

.slick-dots
{
	bottom: -52px;
}
.form-sec
{
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.form-sec img
{
	width: 90%;

}
.h-100
{
	height: 320px;
}
.form-control
{
	border-radius: 0px;
	
}

input.form-control
{
	padding: 25px 14px !important;
}
.carousel-item img
{
	width: 100%;
}

.formcont .btn1
{
	border-radius: 20px;
    font-size: 1rem;
    background-color: black;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    border: none;
    float: left;
    cursor: pointer;
    transition: 0.4s ease all;
    

}
.formcont .btn1:hover
{
	background-color: aqua;
	box-shadow: 0px 5px 1px black;
}
.contct
{
	background-color: rgba(0,0,0,1);
}
.formm, .contct
{
	padding:20px 30px 0px 30px;
}
.innercontact p
{
	color: white;
	font-family: 'Fjalla One', sans-serif;
}
.innercontact i
{
	font-size: 40px;
	color: white;
	margin-top: 20px;
}
.innercontact h5
{
	color: aqua;
	font-size: 25px;
	line-height: 40px;
}

.innercontact h5 a
{
	color: white;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Fjalla One', sans-serif;

	
}
.s_icons a i
{
	margin-left: 15px;
    transition: 0.4s ease all;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background: red;
    font-size: 20px;
    padding-top: 7px;
    color: white;

}
.s_icons a i:hover
{
	transform: scale(1.1); 
	transition: 0.5s ease all;
}

.top-ftr
{
	background-color: black;
}
.waxing
{
	background-image: url(../img/wax2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-imgs
{
	background-image: url(../img/woman_haircut.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.top-ftr h4
{
	color: aqua;
	font-size: 30px;
	margin-top: 20px;
	font-weight: normal;
}
.top-ftr img
{

}
.top-ftr ul
{
	list-style: none;
	padding-left: 10px;
}
.top-ftr p
{
	color: white;
	text-align: justify;
	padding: 10px;
}
.top-ftr ul li
{
	line-height: 45px;
	font-size: 17px;
	color: white;
}
.top-ftr ul li I
{
	font-size: 20px;
	color: white;
}

.top-ftr ul li a
{
	font-size: 17px;
	color: white;
	transition: 0.4s ease all;
}
.top-ftr ul li a:hover
{
	color: aqua;
}
.top-ftr p a
{
	color: aqua;
	font-family: 'Patua One', cursive;
}
.down-ftr
{
	background-color: #333333;
	padding: 15px;
}
.down-ftr p
{
	color: #eaeaea;
}
.down-ftr p span a
{
	color: aqua;
}
.col-md-4.eff img
{
	border-radius: 0px;
	box-shadow: none;
}
.modal-header
{
  border-bottom: none;
}
form p .btn1 a, .modal-body p .btn1 a i
{
	color: black;
	font-size: 17px;
	font-weight: bold;
}
form p .btn1:hover a, form p .btn1:hover a i
{
	color: white;
}

.contact-info p i, .contact-info p a, .contact-info p
{
	color: black;
	margin-right: 6px;
	transition: 0.4s ease all;
	font-size: 17px;
}
.w-btn
{
	background-color: #4c8c07;
}
form p .w-btn a, form p .w-btn a i
{
	color: white !important;
	font-weight: normal;
}
.contact-info h4
{
	color: aqua;
	margin-bottom: 25px;
}
.contact-info p a
{
	font-weight: bold;
}
.contact-info p i
{
	font-size: 20px;
}
.contact-info p a:hover
{
	color: aqua;
}
@media(max-width: 780px)
{
	.top-hdr .col-md-4
	{
		margin-top: 10px;
	}
	
	.rev_slider
	{
		height: 150px !important;
	}
	.top-hdr
	{
		position: relative;
	}
	.hdr
	{
		position: relative;
		background-color: black;
		width: 100%;
		left: 0px;
		top: 0px;
	}
	.hdr .btn1
	{
		margin: 15px auto;
	
	}
	.hdr i
	{
		color: white;
	}
	.menu
	{
		padding: 0;
		margin: 0;
	}
	.menu>li
	{
		float: none;
	}
	.menu>li>a
	{
		text-align: center;
		border-bottom: 1px solid gray;
	}
	.submenu
	{
		position: relative;
		width: 100%;
	}
	.submenu li a
	{
		text-align: center;
		background-color: rgb(170 174 172 / 30%)
	}
	.testimonial
	{
		width: 100%;
	}
	.formm, .contct
	{
		padding: 20px 10px 0px 10px;
	}
	.countbox .innercount
	{
		float: none;
		margin: 15px auto;
	}
	h1, h2, h3
	{
		font-size: 35px;
	}
	.s_icons
	{
		margin-bottom: 20px;
	}
}
