@charset "utf-8";
/* CSS Document */


*{
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	color:black;
	letter-spacing: 0.8px;
	}
body{
	margin:0 auto;
	border:0;
	width:100%;
	overflow-x:hidden;
}
a {
	text-decoration:none;}
.clear{
	clear:both;}
.hover-a:hover{
	opacity:0.8;
	cursor:pointer;
	transition:.15s ease-in-out;
}
.white-text{
	color:white;}
.blue-text{
	color:#2b2b88;
		}
.blue-bg{
	background-color:#2b2b88;
}
.white-bg{
	background-color:white;}
.light-grey {
    color: #888888;}
.width100{
	width:100%;}
.overflow{
	overflow:hidden;}
.float-left{
	float:left;}
.float-right{
	float:right;}		
.text-center{
	text-align:center;}	
.div-center{
	margin-left:auto;
	margin-right:auto;}
.margin-auto{
	margin-left:auto;
	margin-right:auto;}
.clean:focus{	
	outline: none !important;
	outline-offset: 0  !important;
}
.clean:selected{
	outline: none !important;
	outline-offset: 0  !important;
}
.clean:active{
	outline: none !important;
	outline-offset: 0  !important;
}
.clean::selection {	
	outline: none !important;
	outline-offset: 0  !important;
}
.clean2{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;		
}
.clean2:selected{
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;	
}
.clean2:focus{
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;	
}
.clean2:active{
	outline: none !important;
	outline-offset: 0  !important;	
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.clean2::selection {	
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.pointer:hover{
	cursor:pointer;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fafeff inset !important;
}
.text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.height100{
	height:100%;}
.transparent-button{
	background-color:transparent;
	border:0;}
/*Dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 5px;
  right: 0;
  position: absolute;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 16px;
  z-index: 1;
  color:black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-a{
	color:black;
	margin-left:5px;}
.dropdown-img{
	margin-right:10px;
	width: 10px;}
/*End of Dropdown*/
.dropdown-img2{
	vertical-align: bottom;
	margin-right:10px;
	margin-left:0;
}
.dropdown-p:hover{
	color:#7ecbc8;
	transition:.15s ease-in-out;
	cursor:pointer;}
.dropdown-a:hover{
	color:white;
	transition:.15s ease-in-out;
	cursor:pointer;}
.dl-menuwrapper{
	display:none;}
		
/* The Modal (background) */
.modal-css {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-css {
  background-color: white;
  margin: auto;
  padding: 20px;
  margin-top:10vh;	
  width: 80%;
  border-radius: 10px;
}

/* The Close Button */
.close-css {
  color: #eaa2ae;
  float: right;
  font-size: 42px;
  font-weight: bold;
  margin-top: -10px;
}

.close-css:hover,
.close-css:focus {
  color: #dc788e;
  text-decoration: none;
  cursor: pointer;
}	
.same-padding{
	padding-left:7.5%;
	padding-right:7.5%;}
.footer-p {
    font-size: 12px;
	margin: 0;
}
.footer-div {
    padding-top: 2px;
    padding-bottom: 2px;
}
.header {
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}	
/*Start */
.logo-img {
    width: 150px;
}
.menu-margin-right {
    margin-right: 25px;
}
.menu-item {
    font-size: 18px;
}
.opacity-hover{
	opacity:0.85;}
.opacity-hover:hover{
	opacity:1;
	transition:0.15s ease-in-out;
	cursor:pointer;}
.right-menu-div {
    margin-top: 2px;
}
.div1{
	width:100%;
	background-image:url(../img/banner1.jpg);
	background-size:cover;
	background-position: center;}
.div1-h1 {
    margin-top: 370px;
    text-align: center;
    font-weight: 400;
	font-size:48px;}
.div1-p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 100px;
	font-weight:500;
}
.common-p {
    font-size: 18px;
}
.line-header {
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid black; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.line-header-span {
	background:white;
    padding:0 50px; 
	color: black;
	font-weight:800;
	font-size:48px;
}
.div2{
	padding-top:75px;}
.black-text{
	color:black;}
.h3-size {
    font-weight: 800;
    font-size: 32px;
}
.div2 .h3-size{
	text-align:center;
	margin-bottom:0;
	margin-top: 50px;}
.div2 .common-p{
	text-align:justify;
	text-align-last:center;}
.div3{
	padding-top:30px;}
.salon-bg{
	min-height:450px;
	background-image:url(../img/salon.jpg);
	background-position:center;
	background-size:cover;}
.div-3col {
    float: left;
    width: 30%;
}
.div-3col-center {
    margin-left: 5%;
    margin-right: 5%;
}
.h4-size {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0;
}
.col3-ul {
    font-size: 18px;
    font-weight: 600;
}
.col3-ul li {
    margin-bottom: 10px;
}
.div-3col-first{
	clear:both;}
.div4{
	padding-top:75px;}
.div4 .h3-size {
    margin-bottom: 0;
    margin-top: 50px;}
.four-div {
    float: left;
    width: 22%;
}
.four-div-img{
	width:100%;}
.four-div2{
	margin-left:4%;
	margin-right:4%;}
.four-div3{
	margin-right:4%;}
.div4 .smaller-p{
    margin-bottom: 50px;
}
.designer-name {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 24px;
}
.designer-postion {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
}
.div5 {
    padding-top: 50px;
}
.div5 h1{
	margin-bottom:70px !important;}
.gallery-row1, .gallery-row3 {
    width: 34%;
}
.gallery-div{
	float: left;}
.gallery-row2{
	width:calc(32% - 20px);
	margin-left:10px;
	margin-right:10px;}
.gallery-div img{
	margin-bottom:10px;}
.f-button {
    color: #ffffff !important;
    background: #00000000 !important;
}
.div6 {
    padding-top: 50px;
    padding-bottom: 75px;
}
.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  background: #e4e4e4;
  border-radius: 15px;
  padding: 24px;
  text-align: center;
  color: #000;
  min-height: 200px;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #e4e4e4;
  border-right: 12px solid transparent;
  border-top: 12px solid #e4e4e4;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
.three-div {
    float: left;
    width: 30%;
	margin-top: 30px;
}
.center-three-div{
	margin-left:5%;
	margin-right:5%;}
.div7{
	padding-top:50px;}
.left50, .right50{
	margin-top:35px;
	width:45%;
	float:left;}
.right50{
	margin-left:10%;}
.social-img {
    width: 40px;
}
.social-a2 {
    margin-left: 20px;
}
.whatsapp-big-div {
    clear: both;
    padding-top: 30px;
}
.whatsapp-div {
    background-color: black;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
	overflow: hidden;
	padding: 10px;
    border-radius: 50px;
}
.whatsapp-icon {
    display: inline-block;
    width: 50px;
}
.whatsapp-p {
    color: white;
    font-weight: 900;
    font-size: 36px;
    margin: 0;
	display: inline-block;
	margin-left: 30px;
    vertical-align: top;
}
.gmap {
    width: 100%;
    height: 350px;
}
.map-div{
	margin-top:30px;}
.footer-div{
	background-color:black;}
@media all and (max-width: 1400px){	
.div1-h1 {
    margin-top: 250px;}
}
@media all and (max-width: 1200px){	
.salon-bg{
	min-height:350px;}
}
@media all and (max-width: 1100px){	
.common-p {
    font-size: 17px;
}
.designer-name {
    font-size: 21px;
}
.designer-postion {
    font-size: 17px;
}
.bubble{
	min-height:250px;}
}
@media all and (max-width: 1000px){	
.menu-margin-right {
    margin-right: 15px;
}
.menu-item {
    font-size: 16px;
}
.right-menu-div {
    margin-top: 5px;
}
.div1-h1 {
	margin-top: 190px;
}
.div1-p {
    width: 80%;}
.h4-size {
    font-size: 21px;}
.col3-ul {
    font-size: 17px;}
}
@media all and (max-width: 900px){	
.div1-h1 {
    font-size: 36px;
}
.common-p {
    font-size: 16px;
}
.salon-bg{
	min-height:270px;}
.gallery-div img {
    margin-bottom: 5px;
}
}
@media all and (max-width: 850px){	
.bubble {
        min-height: 300px;
    }
}
@media all and (max-width: 800px){	
.menu-item {
	display:none;
}
.dl-menuwrapper {
    display: block;
}
.right-menu-div {
	margin-top: 3px;
}
.dl-menuwrapper .dl-menu.dl-menuopen{
	background-color:black;
	min-height:100vh;}
.line-header-span{
	font-size:42px;}
.h3-size {
    font-size: 27px;
}
.div-3col {
    width: 46%;
    margin: 0;
}
.div-3col1{
	margin-left:7%;
	clear: none;
    float: none;
    display: inline-block;}
.designer-name {
	font-size: 18px;
}
.designer-postion {
	font-size: 15px;
}
.whatsapp-div {
    width: 70%;}
}
@media all and (max-width: 700px){	
.div1-h1 {
	font-size: 32px;
}
.div1-p {
        width: 100%;
    }
.four-div {
    width: 47%;
	margin-left:0;
	margin-right:0;
}
.four-div2{
	margin-left:6%;}
.four-div3{
	margin-right:6%;
	clear:both;}
.three-div {
    width: 45%;}
.center-three-div {
    margin-left: 10%;
    margin-right: 0;
}
.bubble {
	min-height: 250px;
}
.three-div {
    margin-bottom: 40px;
}
}
@media all and (max-width: 600px){
.common-p {
    font-size: 15px;
}
.div1-h1 {
	margin-top: 150px;
}
.div1-p {
	padding-bottom:50px;}
.div1-h1 {
        font-size: 27px;
    }	
.line-header-span {
	font-size: 36px;
}
.line-header-span {
    padding: 0 20px;}
.h3-size {
	font-size: 24px;
	font-weight: 700;
}
.salon-bg{
	min-height:200px;}	
.h4-size {
	font-size: 19px;
}
.col3-ul {
        font-size: 15px;
    }
.div-3col {
        width: 100%;
        margin: 0;
    }	
.common-p {
    font-size: 14px;
}
.whatsapp-div {
    width: 100%;}
.whatsapp-p {
    font-size: 27px;}
.whatsapp-icon {
    width: 40px;
}
}
@media all and (max-width: 500px){

.div1-h1 {
	font-size: 24px;
}
.three-div {
    width: 100%;
	margin-left:0;
	margin-right:0;}
.bubble {
	min-height: 0;
}
.left50, .right50 {
    margin-left:0;
    width: 100%;
    float: none;
}
.contact-header {
    line-height: normal;
}
}
@media all and (max-width: 400px){
.line-header-span {
	font-size: 32px;
}
.h3-size {
	font-size: 21px;}
.salon-bg{
	min-height:170px;}
.four-div {
	float:none;
    width: 100%;
	margin-left:0;
	margin-right:0;
	margin-bottom: 50px;
}
.four-div .smaller-p{
	margin-bottom:0;}
.whatsapp-p {
    font-size: 24px;}
.whatsapp-icon {
    width: 30px;
}
}