body {
  background: url('../images/body_background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Courgette", cursive;
  font-weight: bold;
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;/* change if the mask should be a color other than white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally on the screen */
  top:50%; /* centers the loading animation vertically on the screen */
  background-image:url('../images/preloader.gif'); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgb(144, 137, 181);
  font-size: 12px;
  padding: 1em;
  display: none;
  outline: 0;
}

.go-top:hover {
  background-color: #fff;
  color: #333;
  border-bottom: 3px solid #rgb(144, 137, 181);
}
.go-top a:hover {
  color: #fff;
  text-decoration: none !important;
}
.skin_header {
  padding-bottom: ;
  background: #000000;
}
/* offcanvas menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 19 !important;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.dropdown-menu a:hover{
  background: #9089b5 !important;
  color: #fff;
}
/* offcanvas menu*/



.main_wrapper {
  margin-top: -90px;
  padding-bottom: 100px;
  background: #000000;
}
.carousel .carousel-item {
  height: 110vh;
}
.carousel-indicators {
  bottom: 100px;
}
.carousel .carousel-item > *:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}
.carousel-caption {
	right: -22%;
	left: -20%;
	margin-bottom: 280px;
}
.carousel-caption h3 {
  animation: 0.6s ease-in-out 0s normal both 1 toLeftAnim1;
  font-size: 43px;
  font-weight: normal;
  font-family: 'Courgette', cursive;
}
.carousel-indicators{
	z-index: 9;
}
.menu {
  background: #fff;
  margin-bottom: -67px;
  z-index: 10;
  border-radius: 3px;
}
.top_menu {
  padding: 0px 1rem 10px;
  color: #ffffff;
}
.nav-link {
  color: #9A9A9A !important;
}
.navbar-nav li:hover {
  color: #fff !important;
}
.navbar-nav li a {
  padding: 60px 15px !important;
  -webkit-transition: all 2s;
  /* Safari */
  transition: all 2s;
}
.navbar-nav li:hover {
  background: #9089b5;
}
.navbar-nav li:hover a {
  padding: 80px 15px 20px!important;
  color: #fff !important;
}
.logo {
  padding: 0px 0;
}
.dropbtn {
  border: none;
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #9089b5;
  min-width: 1156px;
  max-width: 72.25rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: -648px;
  margin-top: 2px;
  padding: 20px;
  border-radius: 3px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: inline;
  font-weight: bold;
  -webkit-transition: all 2s;
  /* Safari */
  transition: all 2s;
}
.drop_menu {
  padding: 0;
  width: 20%;
  float: left;
}
.drop_menu img{
  width: 35%;
}
.drop_menu:first-child:before {
  display: none;
}
.drop_menu:before {
  content: '';
  position: absolute;
  background: url('../images/strip.png') no-repeat;
  width: 5px;
  height: 100%;
  padding: 0 10px 0 0;
  margin-top: 10px;
}
.dropdown-content a:hover {
  /*background-color: #f1f1f1;*/
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  /* background-color: #3e8e41;*/
}
.front_service {
  margin-top: -60px;
}
.card_container {
  display: table;
  width: 100%;
}
.home_card {
  width: 18.5%;
  float: left;
  margin-right: 1.5%;
  min-height: 272px;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}
.home_card:hover {
  margin-top: -25px;
}
.card {
  font-family: "Courgette", cursive;
  color: #333;
  border: none;
  border-radius: 0;
  background: #fff;
  display: table-cell;
}
.card h4 {
  padding: 5px;
  font-size: 30px;
}
.card-img-top {
  border-radius: 0;
}
.card:hover {
  background-color: #9089b5 !important;
}
.card a {
  color: #000000;
}
.card a:hover {
  text-decoration: none;
  color: ;
}
.welcome_section {
  background: #ffffff;
  margin-top: -70px;
  padding: 20px 20px 40px;
  min-height: 250px;
}
.welcome_section_inner {
  background: url('../images/welcome_bg.jpg') no-repeat scroll right top #dddce9;
  background-size: 81% 100%;
  padding: 15px;
}
.para_inner {
  width: 60%;
}
.para_inner > p,
.para_inner > ul li {
  font-size: 14px;
}
.page_seperator {
  background: #dadadf;
  width: 100%;
  clear: both;
  padding: 25px;
}
.footer {
  background: #000000;
  color: #ffffff;
  padding-bottom: 20px;
  border-top: 5px solid #9089b5;
}
.footer_social a {
  padding: 6px 10px;
  background: #9089b5;
  margin-right: 7px;
  color: #ffffff;
}
.footer_social a:hover {
  color: #9089b5;
  background: #ffffff;
  text-decoration: none;
}
.footer_nav {
  display: inline-flex;
  margin-top: 38px;
}
.footer_nav li {
  color: #9089b5;
}
.footer_nav .nav-link {
  color: #9089b5 !important;
}
.footer_nav li a:after {
  content: '';
  height: 30px;
  border-left: 1px solid #9089b5;
  position: absulate;
  margin: 0 12px ;
}
.footer_nav li:last-child a:after {
  display: none;
}
.footer_right {
  font-size: 13px;
  margin-top: 15px;
}
.skincare_bg {
  background: url('../images/skin_care_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.cosmetics_bg {
  background: url('../images/cosmetics_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.hair_care_bg {
  background: url('../images/hair_care_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.fragrances_bg {
  background: url('../images/fra_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.salon_bg {
  background: url('../images/salon_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.service_bg {
  background: url('../images/services_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.product_bg {
  background: url('../images/product_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.about_bg {
  background: url('../images/about_bg.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.contact_bg {
  background: url('../images/contact_us.jpg') #dadadf;
  height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 560px;
}
.space {
  padding: 50px 0;
  width: 100%;
}
.page_title {
  color: #9089b5;
}
.title_seperator {
  width: 100%;
  height: 2px;
  background: #9089b5;
  margin-bottom: 20px;
}

.title_seperator:before {
  content: '';
  height: 5px;
  background: #9089b5;
  position: absolute;
  width: 35px;
  margin-top: -2px;
  margin-left: 20px;
  display: inline-block;
}
.service_card>.title_seperator {
  width: 93%;
  height: 2px;
  background: #9089b5;
  margin: 20px;
}
.service_card>.title_seperator:before {
  content: '';
  height: 5px;
  background: #9089b5;
  position: absolute;
  width: 35px;
  margin-top: -2px;
  margin-left: -7%;
  display: inline-block;
}
.shadow_box_lg {
  background: #ffffff;
  padding: 20px;
  border: 2px solid #dadadf;
  box-shadow: 0px 10px 37px -20px #777777;
  margin-bottom: 100px;
  background: url(../images/block-shadow-bg.jpg) bottom center repeat-x #ffffff;
  color: #000000;
  width: 100%;
  font-size: 14px;
}
.product_inner_content {
  font-size: 14px;
  color: #929292;
}
.product_inner_content ul{
  margin-left: -35px;
  list-style-image: url(../images/arrow-products.png);
  line-height: 28px;
}
.my_custom_list{
  margin-left: -10px;
  list-style-image: url(../images/arrow-products.png);
  line-height: 28px;
  text-align: left;
}
.shadow_box_header {
  color: #000000;
  width: 100%;
  padding: 10px 10px 108px;
}
.product_skincare_header {
  background: url('../images/skin-care-header-bg.jpg') #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}
.product_cosmetics_header {
  background: url('../images/cosmetics.jpg') #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}
.product_hair_care_header {
  background: url('../images/hair-care.jpg') #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}
.product_fra_header {
  background: url('../images/fragrances.jpg') #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}
.product_salon_spa_header {
  background: url('../images/salon_spa.jpg') #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}
.product_details {
  padding: 20px 0;
}
.product_details img {
  padding: 10px 10px 0px 0px;
}
/* sidebar */
.product_card {
  background: url('../images/strip.png') #ffffff;
  border: 2px solid #dadadf;
  border: solid 2px #C9C8CA;
  background: url(../images/block-shadow-bg.jpg) bottom center repeat-x #ffffff;
  padding: 5px;
  box-shadow: 0px 30px 33px -26px #777777;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.product_card a {
  color: #9089b5;
}
.product_card a:hover {
  color: #000000;
  text-decoration: none;
}
.product_card img {
  display: inline-block;
  width: 30%;
  max-width: 100%;
}
.service_card {
  background: url('../images/strip.png') #ffffff;
  border: 2px solid #dadadf;
  border: solid 2px #C9C8CA;
  background: url(../images/block-shadow-bg.jpg) bottom center repeat-x #ffffff;
  padding: 5px;
  box-shadow: 0px 30px 33px -26px #777777;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.service_card img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.white_box{
  width: 100%;
  background: #fff;
  border: 2px solid #C9C8CA;
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #929292;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary {
    border-top: 1px solid #2b2743;
    background: #2b2743;
    background: -webkit-gradient(linear, left top, left bottom, from(#60598c), to(#2b2743));
    background: -webkit-linear-gradient(top, #60598c, #2b2743);
    background: -moz-linear-gradient(top, #60598c, #2b2743);
    background: -ms-linear-gradient(top, #60598c, #2b2743);
    background: -o-linear-gradient(top, #60598c, #2b2743);
    padding: 7.5px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 8px 10px -5px #000;
    -webkit-box-shadow: 0px 8px 10px -5px #000;
    -moz-box-shadow: 0px 8px 10px -5px #000;
    margin: 0 0 20px 10px;
    color: white;
    font-family: "Courgette",cursive;
    text-decoration: none;
    vertical-align: middle;
}