/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Poppins', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.site-title {
  margin-top: 10px;
  margin-bottom: 30px; }
  .site-title h3 {
    font-family: 'Courgette', cursive;
    font-size: 24px;
    color: #8ac353; }
  .site-title h2 {
    color: #404040;
    font-size: 32px;
    font-weight: 500;
    margin-top: 1px; }

@media screen and (max-width: 1140px) {
  .site-title {
    margin-top: 20px;
    margin-bottom: 20px; }
    .site-title h2 {
      font-size: 22px; }
    .site-title h3 {
      font-size: 20px; } }

.header-top {
  line-height: 50px;
  z-index: 999;
  background: #c365a7;
  padding: 9px 0 8px;
  color: #fff;
  font-size: 14px; }
  .header-top .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto; }
    .header-top .social-links a {
      margin-right: 0;
      margin-left: 20px; }
      .header-top .social-links a i {
        margin-right: 0; }
  .header-top a {
    color: #fff;
    margin-right: 20px; }
    .header-top a i {
      margin-right: 10px; }

.header-middle.sticky {
  width: 100%;
  z-index: 9999;
  background: #fff;
  position: fixed;
  top: 0; }

.header-middle .container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-middle .mobile-menu-btn {
  display: none; }

.header-middle .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-middle .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-middle .main-menu ul li {
      margin-left: 35px;
      position: relative;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-middle .main-menu ul li:before {
        content: '';
        width: 0%;
        height: 5px;
        background: #8ac353;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .header-middle .main-menu ul li:hover:before {
        width: 100%; }
      .header-middle .main-menu ul li a {
        color: #444;
        font-weight: 700;
        font-size: 14px; }
        .header-middle .main-menu ul li a:hover {
          color: #8ac353; }
  .header-middle .main-menu a.book-btn {
    background: #8ac353;
    border: 2px solid #8ac353;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 25px;
    margin-left: 35px;
    border-radius: 30px;
    position: relative; }
    .header-middle .main-menu a.book-btn:before {
      content: '';
      display: block;
      background: url(../img/button-icon.png) no-repeat;
      width: 30px;
      height: 20px;
      top: 3px;
      right: 5px;
      position: absolute; }

@media screen and (max-width: 1140px) {
  .header-top {
    display: none; }
  .header .mobile-menu-btn {
    display: block; }
    .header .mobile-menu-btn button {
      background: #8ac353;
      color: #fff;
      width: 50px;
      height: 50px;
      font-size: 20px; }
  .header-middle .main-menu {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    top: 100px;
    width: 100%;
    left: 0;
    z-index: 9999; }
    .header-middle .main-menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header-middle .main-menu ul li {
        margin-left: 0;
        line-height: 45px;
        border-bottom: 1px solid #f5f5f5;
        padding: 0 15px; }
    .header-middle .main-menu a.book-btn {
      display: block;
      margin: 15px;
      text-align: center; } }

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.gif); }

.call {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999; }
  .call img {
    max-width: 200px; }

.main-slider {
  position: relative; }
  .main-slider .owl-nav button {
    position: absolute;
    top: 50%;
    color: #fff !important;
    font-size: 36px !important; }
    .main-slider .owl-nav button.owl-next {
      right: 30px; }
    .main-slider .owl-nav button.owl-prev {
      left: 30px; }
  .main-slider .owl-dots {
    display: none; }

.testimonial {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 30px; }
  .testimonial-box {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .testimonial-box:hover {
      cursor: pointer;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25); }
  .testimonial-name {
    font-size: 20px;
    color: #8ac353;
    font-family: 'Courgette', cursive;
    margin: 20px 0;
    font-weight: bold; }
  .testimonial-summary {
    font-size: 14px;
    color: #888; }

.about {
  padding-top: 50px;
  padding-bottom: 50px; }
  .about-text {
    text-align: right;
    font-size: 16px;
    color: #888; }
    .about-text p {
      margin-bottom: 10px; }
  .about-image {
    text-align: center; }

.services {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px; }

.service-box {
  background: #F5F5F5;
  margin-bottom: 30px;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .service-box:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25); }
    .service-box:hover .service-title a {
      color: #8ac353; }
    .service-box:hover .service-image img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.service-image {
  overflow: hidden; }
  .service-image img {
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%; }

.service-title {
  padding: 15px;
  text-align: center; }
  .service-title a {
    font-size: 18px;
    color: #444;
    font-weight: 700; }
    .service-title a:hover {
      color: #8ac353; }

.service-summary {
  color: #888;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  text-align: center; }

.site-bar {
  background: url(../img/sitebar.jpeg);
  background-size: cover;
  height: 345px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .site-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; }
  .site-bar h1 {
     font-size: 30px;
    margin-bottom: 20px; }
  .site-bar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8ac353;
    border: 2px solid #8ac353;
    color: #ffffff;
    width: 230px;
    height: 50px;
    border-radius: 30px;
    margin: 20px auto 0 auto; }

.breadcrumb {
  background: url(../img/breadcrumbbg.jpeg);
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumb h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700; }

.page {
  margin-bottom: 40px; }

.contact-form input, .contact-form textarea {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px; }

.contact-form textarea {
  padding: 20px;
  height: 100px;
  resize: none; }

.contact-form button {
  background: #8ac353;
  border: 2px solid #8ac353;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 30px;
  width: 100%; }

.contact-info-title {
  font-family: 'Courgette', cursive;
  font-size: 24px;
  color: #8ac353;
  margin-bottom: 25px; }

.contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .contact-info ul li i {
    color: #8ac353;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 20px;
    width: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .contact-info ul li a {
    font-size: 14px;
    color: #888; }
    .contact-info ul li a:hover {
      color: #8ac353; }

.inner-wrapper {
  border: 1px solid #f5f5f5;
  padding: 30px; }

@media screen and (max-width: 1140px) {
  .main-slider .owl-nav {
    display: none; }
  .services, .testimonial {
    padding: 30px 0; }
  .site-bar {
    height: auto;
    padding: 30px 0; } }

.footer {
  background: #222426;
  padding-top: 70px;
  position: relative;
  color: #fff; }
  .footer-text {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-top: 30px; }
  .footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px; }
  .footer-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px; }
    .footer-menu ul li i {
      color: #8ac353;
      margin-top: 3px;
      margin-right: 10px;
      font-size: 20px;
      width: 25px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .footer-menu ul li a {
      font-size: 14px;
      color: #888; }
      .footer-menu ul li a:hover {
        color: #8ac353; }
  .footer-bottom {
    font-size: 14px;
    background: #1c1e20;
    padding: 20px 0 20px;
    margin-top: 70px; }
    .footer-bottom a {
      color: #8ac353; }

@media screen and (max-width: 1140px) {
  .footer {
    padding-top: 30px; }
    .footer-bottom {
      text-align: center;
      margin-top: 30px; } }
