/*
  Theme Name:  Wax Omi - HTML Template
  Theme URL:
  Author: Media City
  Author URI: https://themeforest.net/user/media-city
  Creation Date: 20 December 2017
  Description: A default stylesheet for Wax Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Home Slider
05. About
06. Services
07. Appointment
08. Testimonials
09. Gallery
10. Footer

/* =============== Colors Used =====================

  Black: #3A3A3A;
  Black Light: #8A8A8A;
  Pink: #D02552;
  Blue: #191970;
  Grey: #F8F8F8;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.64;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #3A3A3A;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a {
  color: #D02552;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #8A8A8A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Lato", sans-serif;
  line-height: 1.64;
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 300;
}

blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #3A3A3A !important;
}

::-moz-placeholder {
  color: #3A3A3A !important;
}

::-ms-input-placeholder {
  color: #3A3A3A !important;
}

::-o-input-placeholder {
  color: #3A3A3A !important;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.uk-nav-dropdown li a {
  color: #3A3A3A;
}
.uk-nav-dropdown li a:hover {
  background-color: #D02552;
}
.uk-nav-dropdown li a:focus {
  background-color: #D02552;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #D02552;
  height: 100px;
}

.uk-cover {
  overflow: hidden;
}

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uk-cover-object {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-slider {
  position: relative;
  z-index: 0;
  touch-action: pan-y;
}

.uk-slider:not(.uk-grid) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-slider > * {
  position: absolute;
  top: 0;
  left: 0;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.uk-slider img {
  pointer-events: none;
}

.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}

.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-dotnav > * {
  padding: 0 7px 20px;
}

.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-dotnav:after {
  clear: both;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}

.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-contrast > .uk-active > * {
  background: rgba(208, 37, 82, 0.7);
}

.uk-button {
  padding: 4px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #D02552;
  color: #FFF;
  font-weight: 600;
}
.uk-button:hover {
  border-color: #D02552;
  background-color: #FFF;
  color: #D02552;
}

.btn-white {
  border: 1px solid #D02552;
  background-color: #FFF;
  color: #3A3A3A;
}
.btn-white:hover {
  border-color: #D02552;
  background-color: #D02552;
  color: #3A3A3A;
}

.section {
  position: relative;
  padding-bottom: 10px;
}
.section:after {
  position: absolute;
  width: 70px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #D02552;
  content: '';
}

.section-heading {
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 32px;
  }
}
/* ================================= */
/*===== Navbar =====*/
/* ================================= */
.uk-navbar {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#1A1A1A)";
  -moz-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  -webkit-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#1A1A1A);
}
.uk-navbar .uk-container {
  padding: 12px 0;
}
.uk-navbar .uk-navbar-nav {
  float: right;
}
.uk-navbar .uk-navbar-nav li {
  margin-top: 10px;
  margin-right: 7px;
}
.uk-navbar .uk-navbar-nav li:last-child {
  margin-right: 0;
}
.uk-navbar .uk-navbar-nav li a {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.uk-navbar .uk-navbar-nav li a:hover {
  border-bottom: 2px solid #D02552;
  color: #D02552;
}
.uk-navbar .uk-navbar-nav .uk-active a {
  border-bottom: 2px solid #D02552;
  color: #D02552;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}

.uk-sticky-placeholder .uk-navbar.uk-active {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mobile Navigation */
.nav-off-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FFF;
}
.nav-off-toggle:hover {
  color: #FFF;
}

.uk-nav-offcanvas {
  margin: 50px 0;
}

.uk-offcanvas-bar {
  background-color: #D02552;
}

.uk-nav-offcanvas li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.uk-nav-offcanvas > li:nth-child(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .logo {
    margin-left: 15px;
  }
}
/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-slider {
  position: relative;
}
.home-slider .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}
.home-slider .uk-dotnav.uk-position-bottom {
  bottom: 50%;
  transform: translateY(50%);
  left: 25px;
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1;
}

.slider-dtl {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.slider-heading-block {
  margin-bottom: 50px;
}

.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

@media (max-width: 992px) {
  .slider-heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slider-dtl {
    left: 10%;
  }

  .slider-heading {
    font-size: 30px;
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-main-block {
  padding: 100px 0 84px;
  background-color: #F8F8F8;
}

.about-features {
  margin-bottom: 30px;
}
.about-features:hover .features-icon i {
  color: #D02552;
}

.features-icon {
  text-align: center;
}
.features-icon i {
  font-size: 50px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .about-main-block .section {
    margin-bottom: 50px;
    text-align: center;
  }
  .about-main-block .section:after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .features-icon {
    text-align: left;
  }
}
/* ================================= */
/*===== Services =====*/
/* ================================= */
.services-main-block {
  padding: 80px 0 65px;
}
.services-main-block .uk-container,
.services-main-block .uk-slider-container {
  position: relative;
}
.services-main-block .section {
  margin-bottom: 70px;
}
.services-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.services-img img {
  width: 100%;
}

.services-block {
  margin-bottom: 30px !important;
}
.services-block:hover .services-icon i {
  color: #D02552;
}

.services-icon {
  margin-bottom: 5px;
}
.services-icon i {
  font-size: 35px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-heading {
  font-weight: 400;
  padding-bottom: 5px;
}

@media (max-width: 992px) {
  .services-img {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  padding: 85px 0 95px;
  background-color: #F8F8F8;
}
.appointment-main-block .section {
  margin-bottom: 70px;
}
.appointment-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.map-banner {
  width: 100%;
  height: 400px;
}

.appointment-form .form-control {
  width: 100%;
  height: 45px !important;
  margin-bottom: 20px;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.appointment-form .form-control:focus, .appointment-form .form-control:active {
  background: #FFF !important;
  border-color: rgba(208, 37, 82, 0.8) !important;
}
.appointment-form .form-textarea {
  height: 80px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
}
.appointment-form .form-textarea::-webkit-input-placeholder {
  padding-left: 3px;
}
.appointment-form .form-textarea::-moz-placeholder {
  padding-left: 3px;
}
.appointment-form .form-textarea::-ms-input-placeholder {
  padding-left: 3px;
}
.appointment-form .form-textarea::-o-input-placeholder {
  padding-left: 3px;
}

@media (max-width: 992px) {
  .contact-map {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  position: relative;
  padding: 90px 0 100px;
}
.testimonials-main-block .section {
  padding-top: 35px;
}
.testimonials-main-block .uk-slider-container {
  padding-top: 50px;
}

.testimonials-block {
  padding: 30px;
  border: 1px solid rgba(208, 37, 82, 0.5);
  border-radius: 10px;
}
.testimonials-block p {
  padding-bottom: 20px;
  font-family: "Tangerine", cursive;
  font-size: 30px;
}
.testimonials-block p i {
  font-size: 14px;
}

.client-img {
  position: absolute;
  z-index: 111;
  width: 80px;
  height: 80px;
  top: -45px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.client-img img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.client-name {
  font-size: 18px;
}

@media (max-width: 767px) {
  .testimonials-main-block .section {
    margin-bottom: 50px;
    text-align: center;
  }
  .testimonials-main-block .section:after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
/* ================================= */
/*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  padding-top: 80px;
  background-color: #F8F8F8;
}
.gallery-main-block .section {
  margin-bottom: 30px;
}
.gallery-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.gallery-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.gallery-img .uk-overlay-panel {
  opacity: 0;
  background: rgba(208, 37, 82, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-img .uk-overlay-panel i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 20px;
}

.gallery-img:hover .uk-overlay-panel {
  opacity: 1;
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding: 95px 0;
  background-color: #191970;
}

.footer-heading {
  color: #FFF;
  letter-spacing: 2.5px;
}

.footer-sub-heading {
  padding-bottom: 35px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-transform: none;
}

.footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-social li i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social li:last-child {
  margin-right: 0;
}
.footer-social li:hover i {
  transform: rotate(360deg);
}

.footer-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer-block {
    margin-bottom: 25px !important;
  }
}

/*# sourceMappingURL=style.css.map */
