/*
  Theme Name:  School Omi - HTML Template
  Theme URL:
  Author: Media City
  Author URI: https://themeforest.net/user/media-city
  Creation Date: 05 September 2017
  Description: A default stylesheet for School Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Home
04. About
05. Gallery
06. Facts
07. Testimonials
08. Appointment

/* =============== Colors Used =====================

  Black: #3A3A3A;
  Black Light: #8A8A8A;
  Yellow: #F6CB00;
  Purple: #34226C;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Roboto", 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: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  -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: #34226C;
  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: "Roboto", sans-serif;
  line-height: 1.64;
  color: #8A8A8A;
  font-size: 15px;
  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: #3A3A3A;
}
.uk-nav-dropdown li a:hover {
  background-color: #34226C;
}
.uk-nav-dropdown li a:focus {
  background-color: #34226C;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
.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%);
}

.section-heading {
  margin-bottom: 70px;
  color: #FFF;
  font-family: "Itim", cursive;
  font-size: 70px;
  font-weight: 400;
  text-transform: capitalize;
}

.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: #F6CB00;
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: #F6CB00;
}

.uk-dotnav-contrast > * > :active {
  background: #F6CB00;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #F6CB00;
}

.uk-button {
  padding: 5px 35px;
  border: 1px solid transparent;
  border-radius: 9px;
  background-color: #F6CB00;
  color: #3A3A3A;
  font-weight: 600;
  text-transform: uppercase;
}
.uk-button:hover {
  border-color: #F6CB00;
  background-color: #FFF;
  color: #3A3A3A;
}

.btn-white {
  border: 1px solid #34226C;
  background-color: #FFF;
  color: #3A3A3A;
}
.btn-white:hover {
  border-color: #34226C;
  background-color: #34226C;
  color: #F6CB00;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 45px;
  }
}
/* ================================= */
/*===== Home =====*/
/* ================================= */
.home-main-block {
  background-image: url("../images/bg/home-bg.jpg");
  background-size: cover;
}
.home-main-block .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.7);
}

.home-dtl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.home-dtl p {
  max-width: 350px;
  margin-bottom: 40px;
  color: #FFF;
}

.home-heading-block {
  margin-bottom: 30px;
}

.home-heading {
  color: #FFF !important;
  line-height: 0.9;
  text-transform: none;
}

.video-img {
  position: relative;
  border-radius: 15px;
}

.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;
}

.home-heading {
  font-family: "Itim", cursive;
}

.social-icons {
  position: absolute;
  right: 70px;
  bottom: -100px;
}
.social-icons li {
  display: inline-block;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #F6CB00;
  text-align: center;
}
.social-icons li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social-icons li:last-child {
  margin-right: 0;
}

@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;
  }
}
@media (max-width: 992px) {
  .home-heading {
    font-size: 35px;
  }

  .home-dtl p {
    font-size: 13px;
  }

  .social-icons {
    right: 0;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .video-block {
    margin-bottom: 40px !important;
  }

  .home-dtl {
    text-align: center;
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-main-block {
  background-image: url("../images/bg/about-bg.jpg");
  background-size: cover;
}

.about-dtl p {
  max-width: 750px;
  margin: 0 auto 50px;
  color: #FFF;
}

/* ================================= */
/*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  background-image: url("../images/bg/gallery-bg.jpg");
  background-size: cover;
}
.gallery-main-block .uk-dotnav > * {
  padding: 100 7px 30px !important;
}

.gallery-nav {
  margin-bottom: 30px;
}

.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: #34226C;
}

.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: 992px) {
  .gallery-main-block .section-heading {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .gallery-nav {
    margin-bottom: 35px;
  }

  .gallery-masonry li {
    margin-bottom: 15px;
  }
}
/* ================================= */
/*===== Facts =====*/
/* ================================= */
.facts-main-block {
  background-image: url("../images/bg/facts-bg.jpg");
  background-size: cover;
}

.facts-icon i {
  font-size: 50px;
  color: #FFF;
}

.number {
  margin-bottom: 0;
  color: #FFF;
}

.facts-text {
  font-size: 17px;
  color: #FFF;
}

@media (max-width: 992px) {
  .facts-block {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  background-image: url("../images/bg/testimonials-bg.jpg");
  background-size: cover;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto 30px;
}

.testimonials-dtl p {
  max-width: 650px;
  margin: 0 auto 50px;
  color: #FFF;
  font-size: 18px;
  font-style: italic;
}

.client-name {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.client-dtl {
  color: #FFF;
}

@media (max-width: 992px) {
  .testimonials-main-block .section-heading {
    text-align: left;
  }
}
/* ================================= */
/*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  background-image: url("../images/bg/appointment-bg.jpg");
  background-size: cover;
}
.appointment-main-block .section-heading {
  font-size: 70px;
}

.appointment-form.uk-form .form-control {
  width: 100%;
  height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  background: transparent;
  color: #FFF;
  box-shadow: none;
}
.appointment-form.uk-form .form-control:active, .appointment-form.uk-form .form-control:focus {
  border-color: #F6CB00;
  outline: none;
  background: transparent;
  color: #FFF;
}
.appointment-form.uk-form .form-textarea {
  height: 120px;
}
.appointment-form.uk-form .uk-button {
  padding: 3px 70px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .appointment-main-block .section-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
