/*
  Theme Name:  Interior 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 Interior Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Sidebar
04. Mobile Navigation
05. Home Slider
06. About
07. Gallery
08. Services
09. Video
10. Testimonials
11. Appointment
12. Footer

/* =============== Colors Used =====================

  Black: #000;
  Black Light: #7A7A7A;
  Red: #FF4C3B;
  Yellow: #E8B61C;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  line-height: 1.64;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background-color: #1A1A1A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #FFF;
  margin-top: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

a {
  color: #FF4C3B;
  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: #7A7A7A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.5);
  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: #FFF !important;
}

::-moz-placeholder {
  color: #FFF !important;
}

::-ms-input-placeholder {
  color: #FFF !important;
}

::-o-input-placeholder {
  color: #FFF !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: #000;
}
.uk-nav-dropdown li a:hover {
  background-color: #FF4C3B;
}
.uk-nav-dropdown li a:focus {
  background-color: #FF4C3B;
}

/* ================================= */
/*===== 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: #E8B61C;
  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 30px;
}

.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: #E8B61C;
}

.uk-dotnav-contrast > * > :active {
  background: #E8B61C;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #E8B61C;
}

.uk-button {
  padding: 4px 22px;
  border-radius: 2px;
  background-color: #FFF;
  font-weight: 600;
}
.uk-button:hover {
  background-color: #FF4C3B;
  color: #FFF;
}

.btn-red {
  border: 1px solid transparent;
  background-color: #FF4C3B;
  color: #FFF;
}
.btn-red:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #000;
}

.section {
  padding-bottom: 50px;
}

.section-heading {
  text-transform: none;
  line-height: 1.3;
  font-size: 35px;
}
.section-heading span {
  color: #E8B61C;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 25px;
  }
}
/* ================================= */
/*===== Sidebar =====*/
/* ================================= */
.uk-width-3-10 {
  width: 25% !important;
}

.uk-width-large-7-10 {
  width: 75%;
}

.sidebar-main-block {
  position: fixed;
  z-index: 1111;
  width: 25%;
  height: 100%;
  background-color: #1A1A1A;
  overflow: auto;
}
.sidebar-main-block::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.sidebar-main-block::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.sidebar-main-block::-webkit-scrollbar-thumb {
  background-color: transparent;
  height: 50px;
}

.sidebar-block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  padding-bottom: 20px;
}

.sidebar-bg {
  position: absolute;
  z-index: -1;
}
.sidebar-bg img {
  width: 100%;
  height: 170px;
}

.sidebar-heading-block {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-heading-block .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.8);
}

.profile-img {
  width: 70px;
  height: 70px;
  padding-top: 20px;
  margin: 0 auto 20px;
}
.profile-img img {
  border-radius: 100%;
}

.sidebar-heading {
  margin-bottom: 5px;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sidebar-loc {
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.sidebar-loc i {
  margin-right: 5px;
}

.sidebar-facts {
  padding-bottom: 10px;
}

.facts-text {
  color: #FFF;
  font-weight: 400;
}

.number {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
}

.sidebar-nav {
  padding-bottom: 16px;
}
.sidebar-nav li {
  position: relative;
  padding: 13px 0;
}
.sidebar-nav li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.sidebar-nav .uk-active {
  background-color: #292A2E;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000);
}
.sidebar-nav .uk-active:after {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E8B61C;
  content: '';
}

.sidebar-social {
  padding-bottom: 10px;
}
.sidebar-social li {
  display: inline-block;
  border-radius: 100%;
  margin: 0 7px;
  text-align: center;
  -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;
}
.sidebar-social li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.sidebar-social li a i {
  color: #FFF;
  font-size: 18px;
}
.sidebar-social li:hover {
  animation: bounce 1s;
}

.fb-icon {
  background-color: #4B70AB;
}

.twitter-icon {
  background-color: #32B9E7;
}

.youtube-icon {
  background-color: #E62117;
}

.gplus-icon {
  background-color: #FA5432;
}

.behance-icon {
  background-color: #33ABDB;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}
@media (max-width: 992px) {
  .uk-width-large-7-10 {
    width: 100%;
  }
}
/* ================================= */
/*===== Mobile Navigation =====*/
/* ================================= */
.mobile-nav {
  position: relative;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.uk-sticky-placeholder .uk-navbar.uk-active {
  background-color: rgba(0, 0, 0, 0.9);
}

.mobile-nav-block {
  z-index: 111;
}

.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: #292A2E;
}

.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);
}

/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-slider {
  position: relative;
}
.home-slider .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}

.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%;
  transform: translateY(-50%);
}

.logo {
  margin-bottom: 50px;
}

.slider-heading-block {
  margin-bottom: 50px;
}

.slider-heading {
  padding-bottom: 35px;
  text-transform: uppercase;
}

.slider-sub-heading {
  text-transform: uppercase;
}

.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: 37px;
  }
}
@media (max-width: 767px) {
  .slider-heading {
    line-height: 1.2;
  }

  .slider-sub-heading {
    font-size: 20px;
    line-height: 1.2;
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-main-block {
  padding-top: 97px;
}
.about-main-block p span {
  padding-bottom: 30px;
  font-style: italic;
}
.about-main-block .section {
  padding-bottom: 70px;
}

.about-heading {
  padding-bottom: 10px;
}

.read-more-link:hover {
  color: #FFF;
}

@media (max-width: 992px) {
  .about-img {
    margin-bottom: 40px !important;
  }
}
/* ================================= */
/*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  padding: 100px 0 104px;
  background-color: #292A2E;
}

.gallery-block {
  margin-bottom: 80px;
}

.gallery-nav {
  margin-bottom: 50px;
}

.gallery-masonry li {
  display: inline-block;
}
.gallery-masonry li .uk-button {
  padding: 3px 25px;
  border-radius: 3px;
  background-color: transparent;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.gallery-masonry .uk-active .uk-button {
  background-color: #FF4C3B;
}

.gallery-img {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
.gallery-img .uk-overlay-panel::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.gallery-img:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.gallery-img:hover .gallery-heading {
  opacity: 1;
}
.gallery-img:hover .uk-overlay-panel::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.gallery-img .uk-overlay-panel::after,
.gallery-img img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.gallery-heading {
  position: absolute;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transition: transform 0.35s;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -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) {
  .gallery-nav {
    margin-bottom: 35px;
  }

  .gallery-masonry li {
    margin-bottom: 15px;
  }
}
/* ================================= */
/*===== Services =====*/
/* ================================= */
.services-main-block {
  padding: 100px 0 54px;
}

.services-block {
  margin-bottom: 50px !important;
}
.services-block:hover .services-icon i {
  color: #E8B61C;
}

.services-icon {
  text-align: center;
}
.services-icon i {
  color: #FFF;
  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 a {
  color: #FFF;
}
.services-heading a:hover {
  color: #E8B61C;
}

/* ================================= */
/*===== Video =====*/
/* ================================= */
.videos-main-block {
  position: relative;
  padding: 100px 0 104px;
  background-color: #292A2E;
}
.videos-main-block .uk-slidenav-position {
  margin-bottom: 70px;
}

.video-img {
  position: relative;
}

.video-play-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -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;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #BA1F24;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #FA183D;
  border-radius: 100%;
  transition: all 200ms;
}

.video-play-btn:hover:after {
  background-color: #da0528;
}

.video-play-btn i {
  position: relative;
  z-index: 3;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}
/* ================================= */
/*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  position: relative;
  padding: 100px 0 104px;
}

.client-img {
  width: 70px;
  height: 70px;
  border: 2px solid #FF4C3B;
  border-radius: 100%;
  margin: 0 auto 20px;
}

.client-name {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.client-dtl {
  padding-bottom: 30px;
  color: #FFF;
}

.testimonials-dtl p {
  max-width: 700px;
  margin: 0 auto;
  color: #FFF;
}

@media (max-width: 992px) {
  .testimonials-main-block {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .testimonials-main-block {
    padding: 100px 25px;
  }
  .testimonials-main-block .uk-overlay-panel {
    padding: 0;
  }
}
/* ================================= */
/*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  padding: 100px 0 104px;
  background-color: #292A2E;
}

.appointment-form .form-control {
  width: 100%;
  height: 45px !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 20px;
  background: transparent !important;
  color: #FFF !important;
  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: transparent !important;
  border-color: #FF4C3B !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;
}
.appointment-form .uk-form-file {
  margin-bottom: 20px;
}

#file-upload {
  position: absolute;
  left: -9999px;
}

label[for="file-upload"] {
  padding: 5px;
  display: inline-block;
  background-color: #FF4C3B;
  cursor: pointer;
  color: #FFF;
}

#filename {
  padding: 5px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  color: #FFF;
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding-top: 58px;
}

.footer-block {
  padding-bottom: 40px;
}

.widget-heading {
  padding-bottom: 20px;
}

.related-links li a {
  color: rgba(255, 255, 255, 0.5);
}
.related-links li a:hover {
  color: #FF4C3B;
}

.copyright-block {
  padding: 15px 0 5px;
  background-color: #000;
}
.copyright-block p {
  padding-top: 10px;
}

.back-to-top .uk-button {
  padding: 3px 14px;
}

@media (max-width: 767px) {
  .footer-block {
    padding-bottom: 10px;
  }

  .footer-widget {
    margin-bottom: 50px !important;
  }

  .copyright-block {
    text-align: center;
  }

  .copyright-text {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
