/*!
Theme Name: vitone
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: http://alfie.me.ke
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vitone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vitone is based on Underscores https://underscores.me.subscribe/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.15;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.width-90 {
  width: 90%;
  margin: auto;
}

.width-80 {
  width: 80%;
  margin: auto;
}

@font-face {
  font-family: barlowbold;
  src: url("css/fonts/barlow/Barlow-Bold.otf");
}

@font-face {
  font-family: barlowmedium;
  src: url("css/fonts/barlow/BarlowCondensed-Medium.otf");
}

@font-face {
  font-family: Better Signature;
  src: url("css/fonts/better/Better Signature Font.otf");
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #7aa0a0;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ced4da;
  box-shadow: inset 0 0 6px #ced4da;
}

body::-webkit-scrollbar-thumb {
  background-color: #161616;
}

button:focus {
  outline: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-moz-selection {
  background: #0f5454 !important;
  color: white;
}

::selection {
  background: #0f5454 !important;
  color: white;
}

h2.sec-title {
  color: #0f5454;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h2.sec-title span {
  color: #7aa0a0;
}

h2.title {
  font-size: 24px;
  text-transform: capitalize;
  color: #0f5454;
  font-weight: 700;
}

p {
  font-size: 15px;
  line-height: 1.5;
}

.sub-title {
  color: #7aa0a0;
  font-size: 15px;
}

.sub-title span {
  position: relative;
}

.sub-title span:after {
  content: "";
  position: absolute;
  top: 10px;
  padding-left: 20px;
  height: 2px;
  background: #7aa0a0;
  border-radius: 5px;
  width: 30px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

h3.sec-title {
  color: #0f5454;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pre-loader {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  pointer-events: none;
  z-index: 999;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.pre-loader .circle {
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: #0f5454;
  opacity: 0;
  -webkit-animation: move-to-center 2.5s ease-in-out infinite;
          animation: move-to-center 2.5s ease-in-out infinite;
}

.pre-loader .circle:nth-child(1) {
  -webkit-transform: rotate(12deg) translateX(4em);
          transform: rotate(12deg) translateX(4em);
  -webkit-animation-delay: 0.04167s;
          animation-delay: 0.04167s;
}

.pre-loader .circle:nth-child(2) {
  -webkit-transform: rotate(24deg) translateX(4em);
          transform: rotate(24deg) translateX(4em);
  -webkit-animation-delay: 0.08333s;
          animation-delay: 0.08333s;
}

.pre-loader .circle:nth-child(3) {
  -webkit-transform: rotate(36deg) translateX(4em);
          transform: rotate(36deg) translateX(4em);
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}

.pre-loader .circle:nth-child(4) {
  -webkit-transform: rotate(48deg) translateX(4em);
          transform: rotate(48deg) translateX(4em);
  -webkit-animation-delay: 0.16667s;
          animation-delay: 0.16667s;
}

.pre-loader .circle:nth-child(5) {
  -webkit-transform: rotate(60deg) translateX(4em);
          transform: rotate(60deg) translateX(4em);
  -webkit-animation-delay: 0.20833s;
          animation-delay: 0.20833s;
}

.pre-loader .circle:nth-child(6) {
  -webkit-transform: rotate(72deg) translateX(4em);
          transform: rotate(72deg) translateX(4em);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.pre-loader .circle:nth-child(7) {
  -webkit-transform: rotate(84deg) translateX(4em);
          transform: rotate(84deg) translateX(4em);
  -webkit-animation-delay: 0.29167s;
          animation-delay: 0.29167s;
}

.pre-loader .circle:nth-child(8) {
  -webkit-transform: rotate(96deg) translateX(4em);
          transform: rotate(96deg) translateX(4em);
  -webkit-animation-delay: 0.33333s;
          animation-delay: 0.33333s;
}

.pre-loader .circle:nth-child(9) {
  -webkit-transform: rotate(108deg) translateX(4em);
          transform: rotate(108deg) translateX(4em);
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}

.pre-loader .circle:nth-child(10) {
  -webkit-transform: rotate(120deg) translateX(4em);
          transform: rotate(120deg) translateX(4em);
  -webkit-animation-delay: 0.41667s;
          animation-delay: 0.41667s;
}

.pre-loader .circle:nth-child(11) {
  -webkit-transform: rotate(132deg) translateX(4em);
          transform: rotate(132deg) translateX(4em);
  -webkit-animation-delay: 0.45833s;
          animation-delay: 0.45833s;
}

.pre-loader .circle:nth-child(12) {
  -webkit-transform: rotate(144deg) translateX(4em);
          transform: rotate(144deg) translateX(4em);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.pre-loader .circle:nth-child(13) {
  -webkit-transform: rotate(156deg) translateX(4em);
          transform: rotate(156deg) translateX(4em);
  -webkit-animation-delay: 0.54167s;
          animation-delay: 0.54167s;
}

.pre-loader .circle:nth-child(14) {
  -webkit-transform: rotate(168deg) translateX(4em);
          transform: rotate(168deg) translateX(4em);
  -webkit-animation-delay: 0.58333s;
          animation-delay: 0.58333s;
}

.pre-loader .circle:nth-child(15) {
  -webkit-transform: rotate(180deg) translateX(4em);
          transform: rotate(180deg) translateX(4em);
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}

.pre-loader .circle:nth-child(16) {
  -webkit-transform: rotate(192deg) translateX(4em);
          transform: rotate(192deg) translateX(4em);
  -webkit-animation-delay: 0.66667s;
          animation-delay: 0.66667s;
}

.pre-loader .circle:nth-child(17) {
  -webkit-transform: rotate(204deg) translateX(4em);
          transform: rotate(204deg) translateX(4em);
  -webkit-animation-delay: 0.70833s;
          animation-delay: 0.70833s;
}

.pre-loader .circle:nth-child(18) {
  -webkit-transform: rotate(216deg) translateX(4em);
          transform: rotate(216deg) translateX(4em);
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.pre-loader .circle:nth-child(19) {
  -webkit-transform: rotate(228deg) translateX(4em);
          transform: rotate(228deg) translateX(4em);
  -webkit-animation-delay: 0.79167s;
          animation-delay: 0.79167s;
}

.pre-loader .circle:nth-child(20) {
  -webkit-transform: rotate(240deg) translateX(4em);
          transform: rotate(240deg) translateX(4em);
  -webkit-animation-delay: 0.83333s;
          animation-delay: 0.83333s;
}

.pre-loader .circle:nth-child(21) {
  -webkit-transform: rotate(252deg) translateX(4em);
          transform: rotate(252deg) translateX(4em);
  -webkit-animation-delay: 0.875s;
          animation-delay: 0.875s;
}

.pre-loader .circle:nth-child(22) {
  -webkit-transform: rotate(264deg) translateX(4em);
          transform: rotate(264deg) translateX(4em);
  -webkit-animation-delay: 0.91667s;
          animation-delay: 0.91667s;
}

.pre-loader .circle:nth-child(23) {
  -webkit-transform: rotate(276deg) translateX(4em);
          transform: rotate(276deg) translateX(4em);
  -webkit-animation-delay: 0.95833s;
          animation-delay: 0.95833s;
}

.pre-loader .circle:nth-child(24) {
  -webkit-transform: rotate(288deg) translateX(4em);
          transform: rotate(288deg) translateX(4em);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pre-loader .circle:nth-child(25) {
  -webkit-transform: rotate(300deg) translateX(4em);
          transform: rotate(300deg) translateX(4em);
  -webkit-animation-delay: 1.04167s;
          animation-delay: 1.04167s;
}

.pre-loader .circle:nth-child(26) {
  -webkit-transform: rotate(312deg) translateX(4em);
          transform: rotate(312deg) translateX(4em);
  -webkit-animation-delay: 1.08333s;
          animation-delay: 1.08333s;
}

.pre-loader .circle:nth-child(27) {
  -webkit-transform: rotate(324deg) translateX(4em);
          transform: rotate(324deg) translateX(4em);
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}

.pre-loader .circle:nth-child(28) {
  -webkit-transform: rotate(336deg) translateX(4em);
          transform: rotate(336deg) translateX(4em);
  -webkit-animation-delay: 1.16667s;
          animation-delay: 1.16667s;
}

.pre-loader .circle:nth-child(29) {
  -webkit-transform: rotate(348deg) translateX(4em);
          transform: rotate(348deg) translateX(4em);
  -webkit-animation-delay: 1.20833s;
          animation-delay: 1.20833s;
}

.pre-loader .circle:nth-child(30) {
  -webkit-transform: rotate(360deg) translateX(4em);
          transform: rotate(360deg) translateX(4em);
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.pre-loader .circle:nth-child(31) {
  -webkit-transform: rotate(372deg) translateX(4em);
          transform: rotate(372deg) translateX(4em);
  -webkit-animation-delay: 1.29167s;
          animation-delay: 1.29167s;
}

.pre-loader .circle:nth-child(32) {
  -webkit-transform: rotate(384deg) translateX(4em);
          transform: rotate(384deg) translateX(4em);
  -webkit-animation-delay: 1.33333s;
          animation-delay: 1.33333s;
}

.pre-loader .circle:nth-child(33) {
  -webkit-transform: rotate(396deg) translateX(4em);
          transform: rotate(396deg) translateX(4em);
  -webkit-animation-delay: 1.375s;
          animation-delay: 1.375s;
}

.pre-loader .circle:nth-child(34) {
  -webkit-transform: rotate(408deg) translateX(4em);
          transform: rotate(408deg) translateX(4em);
  -webkit-animation-delay: 1.41667s;
          animation-delay: 1.41667s;
}

.pre-loader .circle:nth-child(35) {
  -webkit-transform: rotate(420deg) translateX(4em);
          transform: rotate(420deg) translateX(4em);
  -webkit-animation-delay: 1.45833s;
          animation-delay: 1.45833s;
}

.pre-loader .circle:nth-child(36) {
  -webkit-transform: rotate(432deg) translateX(4em);
          transform: rotate(432deg) translateX(4em);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.pre-loader .circle:nth-child(37) {
  -webkit-transform: rotate(444deg) translateX(4em);
          transform: rotate(444deg) translateX(4em);
  -webkit-animation-delay: 1.54167s;
          animation-delay: 1.54167s;
}

.pre-loader .circle:nth-child(38) {
  -webkit-transform: rotate(456deg) translateX(4em);
          transform: rotate(456deg) translateX(4em);
  -webkit-animation-delay: 1.58333s;
          animation-delay: 1.58333s;
}

.pre-loader .circle:nth-child(39) {
  -webkit-transform: rotate(468deg) translateX(4em);
          transform: rotate(468deg) translateX(4em);
  -webkit-animation-delay: 1.625s;
          animation-delay: 1.625s;
}

.pre-loader .circle:nth-child(40) {
  -webkit-transform: rotate(480deg) translateX(4em);
          transform: rotate(480deg) translateX(4em);
  -webkit-animation-delay: 1.66667s;
          animation-delay: 1.66667s;
}

.pre-loader .circle:nth-child(41) {
  -webkit-transform: rotate(492deg) translateX(4em);
          transform: rotate(492deg) translateX(4em);
  -webkit-animation-delay: 1.70833s;
          animation-delay: 1.70833s;
}

.pre-loader .circle:nth-child(42) {
  -webkit-transform: rotate(504deg) translateX(4em);
          transform: rotate(504deg) translateX(4em);
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.pre-loader .circle:nth-child(43) {
  -webkit-transform: rotate(516deg) translateX(4em);
          transform: rotate(516deg) translateX(4em);
  -webkit-animation-delay: 1.79167s;
          animation-delay: 1.79167s;
}

.pre-loader .circle:nth-child(44) {
  -webkit-transform: rotate(528deg) translateX(4em);
          transform: rotate(528deg) translateX(4em);
  -webkit-animation-delay: 1.83333s;
          animation-delay: 1.83333s;
}

.pre-loader .circle:nth-child(45) {
  -webkit-transform: rotate(540deg) translateX(4em);
          transform: rotate(540deg) translateX(4em);
  -webkit-animation-delay: 1.875s;
          animation-delay: 1.875s;
}

.pre-loader .circle:nth-child(46) {
  -webkit-transform: rotate(552deg) translateX(4em);
          transform: rotate(552deg) translateX(4em);
  -webkit-animation-delay: 1.91667s;
          animation-delay: 1.91667s;
}

.pre-loader .circle:nth-child(47) {
  -webkit-transform: rotate(564deg) translateX(4em);
          transform: rotate(564deg) translateX(4em);
  -webkit-animation-delay: 1.95833s;
          animation-delay: 1.95833s;
}

.pre-loader .circle:nth-child(48) {
  -webkit-transform: rotate(576deg) translateX(4em);
          transform: rotate(576deg) translateX(4em);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.pre-loader .circle:nth-child(49) {
  -webkit-transform: rotate(588deg) translateX(4em);
          transform: rotate(588deg) translateX(4em);
  -webkit-animation-delay: 2.04167s;
          animation-delay: 2.04167s;
}

.pre-loader .circle:nth-child(50) {
  -webkit-transform: rotate(600deg) translateX(4em);
          transform: rotate(600deg) translateX(4em);
  -webkit-animation-delay: 2.08333s;
          animation-delay: 2.08333s;
}

.pre-loader .circle:nth-child(51) {
  -webkit-transform: rotate(612deg) translateX(4em);
          transform: rotate(612deg) translateX(4em);
  -webkit-animation-delay: 2.125s;
          animation-delay: 2.125s;
}

.pre-loader .circle:nth-child(52) {
  -webkit-transform: rotate(624deg) translateX(4em);
          transform: rotate(624deg) translateX(4em);
  -webkit-animation-delay: 2.16667s;
          animation-delay: 2.16667s;
}

.pre-loader .circle:nth-child(53) {
  -webkit-transform: rotate(636deg) translateX(4em);
          transform: rotate(636deg) translateX(4em);
  -webkit-animation-delay: 2.20833s;
          animation-delay: 2.20833s;
}

.pre-loader .circle:nth-child(54) {
  -webkit-transform: rotate(648deg) translateX(4em);
          transform: rotate(648deg) translateX(4em);
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.pre-loader .circle:nth-child(55) {
  -webkit-transform: rotate(660deg) translateX(4em);
          transform: rotate(660deg) translateX(4em);
  -webkit-animation-delay: 2.29167s;
          animation-delay: 2.29167s;
}

.pre-loader .circle:nth-child(56) {
  -webkit-transform: rotate(672deg) translateX(4em);
          transform: rotate(672deg) translateX(4em);
  -webkit-animation-delay: 2.33333s;
          animation-delay: 2.33333s;
}

.pre-loader .circle:nth-child(57) {
  -webkit-transform: rotate(684deg) translateX(4em);
          transform: rotate(684deg) translateX(4em);
  -webkit-animation-delay: 2.375s;
          animation-delay: 2.375s;
}

.pre-loader .circle:nth-child(58) {
  -webkit-transform: rotate(696deg) translateX(4em);
          transform: rotate(696deg) translateX(4em);
  -webkit-animation-delay: 2.41667s;
          animation-delay: 2.41667s;
}

.pre-loader .circle:nth-child(59) {
  -webkit-transform: rotate(708deg) translateX(4em);
          transform: rotate(708deg) translateX(4em);
  -webkit-animation-delay: 2.45833s;
          animation-delay: 2.45833s;
}

.pre-loader .circle:nth-child(60) {
  -webkit-transform: rotate(720deg) translateX(4em);
          transform: rotate(720deg) translateX(4em);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes move-to-center {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-to-center {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.is-loaded {
  opacity: 0;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  height: auto !important;
}

.header {
  width: 100%;
  position: relative;
  width: 100%;
  left: 0;
  z-index: 99;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(68, 46, 46, 0.05);
          box-shadow: 5px 5px 7px 7px rgba(68, 46, 46, 0.05);
}

.header .navbar {
  padding: 5px 0px;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.header .navbar .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar.fixed {
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d2d9e1));
  background: linear-gradient(to bottom, white 0%, #d2d9e1 100%);
  -webkit-animation: sticky 2s;
          animation: sticky 2s;
  left: 0;
  padding: 10px 0px;
}

.header .navbar.fixed .menu-item .nav-link {
  font-size: 12px;
}

.header .navbar.fixed .logo-wrapper {
  padding: 5px 50px;
}

.header .navbar.fixed .logo-wrapper .custom-logo {
  max-width: 100px;
}

.header .menu-item {
  position: relative;
  padding: 0px;
}

.header .menu-item:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 15%;
  width: 70%;
}

.header .menu-item.active {
  color: #0f5454;
  font-weight: 600;
}

.header .menu-item.active .nav-link {
  color: #0f5454;
}

.header .menu-item.active:after {
  border-bottom: 3px solid #7aa0a0;
}

.header .menu-item.active:before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 48%;
  display: block;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #7aa0a0;
}

.header .menu-item .nav-link {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
  padding: 10px 20px;
}

.header .menu-item .nav-link.dropdown .menu-item:after {
  border-bottom: 0px solid #4dadc6 !important;
}

.header .menu-item .nav-link.dropdown .menu-item:before {
  display: none !important;
}

.header .menu-item .nav-link.dropdown .dropdown-menu {
  padding: 0px;
}

.header .menu-item .nav-link.dropdown .dropdown-menu .menu-item {
  padding: 0px;
}

.header .menu-item .nav-link.dropdown .dropdown-menu .menu-item:after {
  display: none;
}

.header .menu-item .nav-link.dropdown .dropdown-menu .menu-item:before {
  display: none;
}

.header .menu-item .nav-link.dropdown .active .dropdown-item {
  background: #7aa0a0;
  color: #fff;
}

.header .menu-item .dropdown-menu {
  padding: 0px;
}

.header .menu-item .dropdown-menu .menu-item {
  padding: 0px;
}

.header .menu-item .dropdown-menu .menu-item:after {
  display: none;
}

.header .menu-item .dropdown-menu .menu-item:before {
  display: none;
}

.header .menu-item .dropdown-menu .menu-item.active {
  background: #0f5454;
}

.header .menu-item .dropdown-menu .menu-item.active a {
  color: #fff;
}

.header .menu-item .dropdown-menu .menu-item.active:hover {
  background-color: none;
}

.header .menu-item.menu-item-27 {
  background: #7aa0a0;
  border-radius: 30px;
  padding: 0px 30px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.header .menu-item.menu-item-27 .nav-link {
  color: #fff;
}

.header .menu-item.menu-item-27:hover {
  background: #0f5454;
}

.header .navbar-toggler {
  margin-right: 5%;
}

.header .logo-wrapper {
  padding: 5px 30px;
  background: transparent;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.header .logo-wrapper:hover .custom-logo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header .logo-wrapper .custom-logo {
  max-width: 200px;
  height: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.header .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header .animated-icon3 span {
  background: #0f5454;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.header .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #0f5454;
  color: white;
  font-weight: 400;
  font-size: 14px;
}

footer .footer-logo {
  max-width: 200px;
  padding-bottom: 30px;
}

footer .line-wrap {
  position: relative;
  padding-left: 20px;
}

footer .line-wrap:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  z-index: 20;
  top: 0;
}

footer .line-wrap:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: -30px;
  z-index: 20;
  top: 0;
}

footer h2 {
  padding: 0px 20px 10px 0;
  margin: 4px 0 10px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-weight: 700;
}

footer a {
  color: #fff;
}

footer p {
  color: white;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  padding-left: 0px;
  margin-left: 0px;
}

footer ul.links {
  -webkit-column-count: 2;
          column-count: 2;
}

footer ul li {
  padding: 7px 0px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

footer ul li a {
  font-size: 14px;
  color: #fff !important;
}

footer ul li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

footer ul li:hover a {
  color: #0f5454;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

footer .social li {
  padding-right: 20px;
}

footer .social li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

footer .social a {
  font-size: 20px;
}

.copyright {
  background: #000;
  padding: 10px;
}

.copyright a {
  color: #fff;
  text-decoration: underline !important;
}

@-webkit-keyframes shine {
  0%,
  10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}

.banner {
  min-height: 50vh;
  max-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.banner .landing-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.banner .banner-content {
  position: absolute;
  z-index: 20;
}

.banner .banner-content .banner-card {
  position: relative;
  line-height: 1;
  padding: 20px;
}

.banner .banner-content .banner-card h2.title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffffba;
}

.banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(65%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 65%);
  z-index: 5;
}

.about-banner {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner .about-intro {
  padding: 60px 0px;
  position: relative;
  z-index: 25;
  max-width: 90%;
  margin: auto;
}

.about-banner .about-intro h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.about-banner .about-intro h3 span {
  color: #90c84ecc;
}

.about-banner .card {
  height: 100%;
  position: relative;
  border: none;
}

.about-banner .card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  z-index: 20;
}

.flipped-bl {
  padding: 15px 80px;
  background: #0f5454;
  color: #fff;
  position: absolute;
  z-index: 100;
  border: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
            transform: scale3d(0.2, 0.2, 0.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
            transform: scale3d(0.2, 0.2, 0.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.play {
  position: absolute;
  z-index: 30;
  color: #fff;
  font-size: 2.6em;
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: rgba(144, 200, 78, 0.8);
  text-align: center;
  line-height: 2;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.play:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid white;
  left: 0%;
  top: -0%;
  border-radius: 50%;
  -webkit-animation: zoomOut 3s linear infinite 0s;
          animation: zoomOut 3s linear infinite 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.play:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid white;
  left: -20px;
  top: -20px;
  border-radius: 50%;
  -webkit-animation: zoomOut 3s linear infinite 0s;
          animation: zoomOut 3s linear infinite 0s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.modal .modal-lg,
.modal .modal-xl {
  min-width: 80%;
}

.modal iframe {
  height: 500px;
}

.close {
  cursor: pointer;
}

.shine {
  background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
  color: #ffffffba;
}

.landing-banner-slider {
  position: relative;
}

.landing-banner-slider .slider-item {
  position: relative;
}

.landing-banner-slider .slider-item:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(70%, transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 20%, transparent 70%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.landing-banner-slider .slider-item img {
  width: 100%;
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-banner-slider .slider-item .landing-banner-content {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-banner-slider .slider-item .landing-banner-content .slider-card {
  max-width: 600px;
  position: relative;
  width: 80%;
  left: 5%;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  font-size: 35px;
  font-style: italic;
  line-height: 1;
  padding: 20px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.landing-banner-slider .slider-item .landing-banner-content .slider-card span {
  color: #0f5454;
}

.landing-banner-slider .owl-item.active .slider-item .landing-banner-content .slider-card {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.landing-banner-slider .owl-dots {
  position: absolute;
  bottom: 45%;
  right: 1%;
  z-index: 50;
}

.landing-banner-slider .owl-dots .owl-dot {
  display: block;
}

.landing-banner-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.landing-banner-slider .owl-dots .owl-dot.active span {
  background: #fff;
  width: 30px;
  height: 3px;
}

.home-links {
  margin-top: -80px;
  position: relative;
  z-index: 20;
  background: transparent;
  padding-bottom: 30px;
}

.home-links .links-wrapper {
  background: #0f5454;
  border-radius: 20px;
}

.home-links .links-wrapper .card {
  background: transparent;
  border: none;
  color: #fff;
  padding: 40px 40px;
}

.home-links .links-wrapper .card h3 {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
}

.home-links .links-wrapper .card h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
  background: #fff;
}

.home-links .links-wrapper .card p {
  font-size: 14px;
}

.home-links .links-wrapper .card .btn {
  background: #fff;
  color: #055886;
  padding: 5px 30px;
  font-size: 15px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  max-width: 300px;
}

.home-links .links-wrapper .card .btn i {
  font-size: 16px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.home-links .links-wrapper .card .btn:hover {
  background: #90c84e;
  color: #fff;
}

.home-links .links-wrapper .card .btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.home-links .links-wrapper .row .col-md-6:nth-child(even) .card {
  background: #90c84e;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.home-links .links-wrapper .row .col-md-6:nth-child(even) .card .btn:hover {
  background: #055886;
}

.blog-home {
  padding: 60px 0px;
}

.blog-home .title {
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-home .card {
  border-radius: 0px;
  border: none;
  background: transparent;
  margin-bottom: 30px;
  height: 100%;
  padding-bottom: 30px;
}

.blog-home .card .img-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-home .card .img-wrapper img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-home .card .news-title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.blog-home .card .card-body {
  padding: 20px 0px;
}

.blog-home .card .card-body .card-text {
  font-size: 14px;
  line-height: 1.5;
}

.blog-home .card .card-body .btn {
  padding: 5px 40px;
  background: #055886;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.blog-home .card .card-body .btn:hover {
  background: #90c84e;
}

.blog-home .card:hover .img-wrapper img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.awards {
  background: rgba(233, 233, 233, 0.5);
  padding: 70px 0px;
  position: relative;
}

.awards .img-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.awards .img-wrapper img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.awards .img-wrapper:hover {
  background: #fff;
}

.awards .img-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.awards .title {
  color: #fff;
  font-size: 35px;
  padding-bottom: 20px;
}

.awards p {
  color: #fff;
}

.awards .container {
  position: relative;
  z-index: 20;
}

.awards:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background: #90c84e;
}

h3.playful {
  position: relative;
  padding-bottom: 30px;
}

h3.playful:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0px;
  height: 1px;
  width: 200px;
  background: #0f5454;
}

h3.playful:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 10px;
  width: 30px;
  background: #90c84e;
  z-index: 10;
  border-radius: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

h3.playful:hover:before {
  left: 200px;
}

.home-welcome {
  padding: 60px 0px;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}

.home-welcome .content {
  width: 95%;
  font-size: 14px;
}

.home-welcome .content h3 {
  position: relative;
  padding-bottom: 30px;
}

.home-welcome .content h3:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0px;
  height: 1px;
  width: 200px;
  background: #0f5454;
}

.home-welcome .content h3:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 10px;
  width: 30px;
  background: #90c84e;
  z-index: 10;
  border-radius: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.home-welcome .content h3:hover:before {
  left: 200px;
}

.home-welcome .content .btn {
  background: #0f5454;
  border: 1px solid #0f5454;
  color: #fff;
  padding: 10px 40px;
  margin-top: 20px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.home-welcome .content .btn:hover {
  border: 1px solid #0f5454;
  background: transparent;
  color: #0f5454;
}

.home-welcome .banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-welcome.welcome-2 {
  background: #e9e9e9;
}

.contacts {
  padding: 50px 0px;
}

.contacts .sub-title {
  color: #000;
}

.contacts .title {
  color: #0f5454;
  font-size: 30px;
  margin-bottom: 30px;
}

.contacts .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin-bottom: 20px;
}

.contacts .form-wrapper {
  background: #fff;
  padding: 50px;
  margin-top: -130px;
  -webkit-box-shadow: 10px 10px 20px 12px rgba(68, 46, 46, 0.05);
          box-shadow: 10px 10px 20px 12px rgba(68, 46, 46, 0.05);
  position: relative;
  z-index: 40;
}

.contacts .form-wrapper .form-control {
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.contacts .form-wrapper .btn {
  background: #0f5454;
  padding: 15px 80px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  margin-top: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.contacts .form-wrapper .btn:hover {
  background: #7aa0a0;
}

.phone {
  background: rgba(233, 233, 233, 0.7);
  padding: 70px 0px;
}

.phone .card {
  background: transparent;
  border: none;
}

.phone .card i {
  font-size: 3em;
  padding-bottom: 20px;
  color: #0f5454;
}

.phone .card ul {
  list-style: none;
  padding-left: 0px;
}

.phone .card ul li {
  font-size: 18px;
  color: #000;
}

.phone .card ul li a {
  font-size: 20px;
  color: #000;
}

.phone .card ul li a:hover {
  color: #055886;
}

.team {
  padding: 80px 0px;
  background: rgba(233, 233, 233, 0.1);
}

.team .card {
  background: transparent;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team .card .img-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}

.team .card .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.team .card .img-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.2));
}

.team .card .card-body {
  position: absolute;
  opacity: 0;
  bottom: -10px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  z-index: 30;
}

.team .card:hover .img-wrapper img {
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}

.team .card:hover .img-wrapper:after {
  opacity: 1;
}

.team .card:hover .card-body {
  opacity: 1;
  color: #fff;
  bottom: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.team .card:hover .card-body .title {
  color: #fff;
}

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  background: #e7e5e5;
  padding: 40px 0px 20px 0px;
}

.timeline .title {
  text-align: center;
  color: #0f5454;
  margin-bottom: 50px;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 50px;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 200px;
  height: 3px;
  background: #fff;
}

.timeline ol li:first-child {
  width: 160px;
}

.timeline ol li:nth-child(2) {
  width: 150px;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 320px;
  padding: 15px;
  font-size: 14px;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(even) div {
  top: -16px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.timeline ol li:nth-child(even) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(odd) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(odd) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline time span {
  font-size: 14px;
}

.timeline .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow {
  background: #0f5454;
  padding: 10px 30px;
  color: #fff;
  border: none;
}

.timeline .arrows .arrow.disabled {
  opacity: .5;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .start-point {
  height: 150px !important;
  width: 150px !important;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translate(-157px, -95px) !important;
          transform: translate(-157px, -95px) !important;
  background: #0f5454;
  color: #fff;
}

.timeline .start-point time {
  margin-bottom: 0px;
}

.timeline .start-point h3 {
  margin-bottom: 0px;
}

.timeline .start-point:before {
  display: none;
}

.don-subscribe {
  padding: 80px 10px;
  position: relative;
  background-position: center !important;
  background-attachment: fixed !important;
}

.don-subscribe:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.don-subscribe:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 12px;
  left: 5%;
  bottom: 0px;
  background: #90c84e;
  z-index: 30;
}

.don-subscribe .width-90 {
  position: relative;
  z-index: 20;
}

.don-subscribe .content {
  width: 90%;
  margin-left: auto;
}

.don-subscribe .title {
  font-size: 4.5em;
  margin-bottom: 40px;
  color: #0f5454;
}

.don-subscribe p {
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  font-size: 14px;
}

.don-subscribe ul {
  margin: 0px;
}

.don-subscribe ul li {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f5454;
}

.don-subscribe ul li.head {
  margin-right: 10px;
  color: #7aa0a0;
  font-weight: 700;
}

.don-subscribe ul li a {
  color: #0f5454;
}

.don-subscribe .btn {
  color: #fff;
  background: #90c84e;
  padding: 8px 60px;
  border-radius: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.don-subscribe .btn:hover {
  background: #055886;
}

.don-subscribe h2 {
  color: #fff;
}

.owl-footer-gallery .img-thm {
  position: relative;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}

.owl-footer-gallery .img-thm img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-footer-gallery .img-thm:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.owl-footer-gallery .img-thm:hover img {
  -webkit-transform: scale(1.2) rotate(3deg);
          transform: scale(1.2) rotate(3deg);
}

.owl-footer-gallery .img-thm:hover:after {
  opacity: 1;
}

.product {
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.product .sec-title {
  color: #000;
  border-bottom: 1px solid rgba(15, 84, 84, 0.7);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product .table {
  width: 100%;
  font-size: 14px;
}

.why {
  padding: 50px 0px;
  background: #0f5454;
  color: #fff;
}

.why .title {
  position: relative;
  padding-bottom: 20px;
}

.why .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: #fff;
  width: 100px;
}

.why .title:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 1px;
  background: #fff;
  width: 200px;
}

.why .point {
  padding: 20px 10px;
  position: relative;
}

.why .point:before {
  content: "\f164";
  position: absolute;
  left: -20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

.branch {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 200px;
}

.branch-right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: auto;
  opacity: .3;
}

.branch-right2 {
  position: absolute;
  height: auto;
  top: 15%;
  opacity: .07;
  right: -10%;
}

.branch-center {
  position: absolute;
  bottom: 0px;
  height: auto;
  opacity: .07;
  right: -12%;
}

.leaves {
  opacity: .2;
  position: fixed;
  top: 20%;
  width: 80%;
  left: 10%;
  z-index: -1;
}

.mega-sub-menu {
  padding: 15px 20px 10px 20px !important;
}

.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item {
  position: relative !important;
  border-bottom: 1px solid #fff !important;
}

.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item:last-child {
  border-bottom: none !important;
}

#mega-menu-wrap-menu-1 a {
  color: #fff;
}

#mega-menu-wrap-menu-1 .mega-sub-menu {
  border-bottom: 5px solid #0f5454 !important;
}

.donate-banner {
  min-height: 50vh;
  max-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.donate-banner .landing-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.donate-banner .banner-content {
  position: absolute;
  z-index: 20;
}

.donate-banner .banner-content .banner-card {
  position: relative;
  line-height: 1;
  padding: 20px;
  text-align: center;
}

.donate-banner .banner-content .banner-card h2.title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffffba;
}

.donate-banner .banner-content .banner-card h2.sub-title {
  color: #ffffffba;
}

.donate-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(65%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 65%);
  z-index: 5;
}

.services {
  padding: 60px 0px;
  position: relative;
}

.services .col-md-6 {
  padding-bottom: 20px;
}

.services .col-md-6:nth-child(2) .card {
  background: rgba(233, 233, 233, 0.5);
}

.services .col-md-6:nth-child(3) .card {
  background: rgba(233, 233, 233, 0.5);
}

.services .card {
  padding: 20px 20px;
  height: 100%;
}

.services .card p {
  margin-bottom: 0px;
}

.services h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.services h3 span {
  color: #99cc33;
}

.services p.list {
  position: relative;
  font-weight: 600;
}

.services p.list span {
  color: #90c84e;
  padding: 20px 0px;
}

.subscribe {
  padding: 100px 0px;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.subscribe:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.subscribe .width-90 {
  position: relative;
  z-index: 20;
}

.subscribe h2 {
  color: #fff;
  font-size: 50px;
}

.subscribe .btn {
  padding: 10px 60px;
  color: #fff;
  background: #90c84e;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.subscribe .btn:hover {
  background: #055886;
}

/******** *****   Responsiveness *****  ***********/
@media only screen and (max-width: 1399px) {
  body {
    font-size: 14px;
  }
  .header {
    padding: 10px 10px;
    border-bottom: 8px solid #517637;
  }
  .header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }
  .header .logo-wrapper img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  h2 {
    font-size: 1.8em;
  }
  .banner {
    height: 30vh;
  }
  .banner .banner-content .banner-card .title {
    font-size: 18px;
  }
  .header .logo-wrapper {
    padding: 5px 0px;
  }
  .header .logo-wrapper img {
    max-width: 180px;
  }
  .header .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
  }
  .header .navbar .menu {
    width: 100%;
    position: absolute;
    right: 0;
    padding: 0px;
    top: 15px;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner {
    background: #0f5454;
    width: 125%;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner:before {
    background: #0f5454;
    width: 75%;
    right: 0;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner:after {
    background: #0f5454;
    width: 100%;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-item {
    padding: 0px 0px 1px 0px !important;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 .mega-menu-item a.mega-menu-link {
    background: #0f5454 !important;
    padding: 0px 10px !important;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px !important;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 #mega-menu-item-24 {
    border-radius: 0px !important;
  }
  .header .navbar .menu #mega-menu-wrap-menu-1 li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #0f5454;
  }
  .row {
    width: 100%;
    margin: auto;
  }
  .landing-banner-slider .slider-item img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-links {
    margin-top: -30px;
  }
  .subscribe {
    text-align: center;
  }
  .subscribe h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  footer h2 {
    margin-top: 30px;
  }
  footer .line-wrap {
    padding-left: 0px;
  }
  footer .line-wrap:after {
    display: none;
  }
  footer .line-wrap:before {
    display: none;
  }
  footer .footer-content {
    width: 85%;
  }
  .awards:after {
    width: 100%;
  }
  .about-banner .about-intro h3 {
    font-size: 30px;
  }
  .flipped-bl {
    font-size: 16px;
    padding: 15px 50px;
  }
  .table-wrapper {
    overflow-x: auto;
  }
  .why .point {
    padding: 10px 10px;
    position: relative;
  }
  .banner .banner-content .banner-card h2.title {
    font-size: 30px;
  }
  .contacts .width-80 {
    width: 95%;
  }
  .contacts .width-80 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contacts .width-80 .form-wrapper {
    padding: 40px 20px;
  }
  .contacts .width-80 .form-wrapper .btn {
    font-size: 16px;
    padding: 10px 40px;
  }
  .phone .width-80 {
    width: 85%;
  }
  .phone .width-80 .card ul li {
    font-size: 15px;
  }
  .phone .width-80 .card ul li a {
    font-size: 15px;
  }
}


.banner-short {
  min-height: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-short:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner-short img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.banner-short .card {
  background: transparent;
  border: none;
  position: relative;
  z-index: 10;
  color: #fff;
  width: 85%;
  max-width: 1440px;
  margin: auto;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.banner-short .card h2 {
  max-width: 700px;
  font-size: 30px;
}

.banner-short.news-banner {
  text-align: center;
}

.banner-short.news-banner .card {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.banner-short.news-banner .card h1 {
  margin: 15px;
}

.banner-short.news-banner .card P {
  font-size: 14px;
}

.banner-short.news-banner .card a {
  color: #fff;
}

.banner-short.news-banner .card a:hover {
  color: #12a0db;
}

.single-news {
  font-size: 14px;
  padding-bottom: 70px;
}

.single-news ul,
.single-news ol {
  margin-left: 0px;
}

.single-news p {
  font-size: 14px;
}

.single-news .news-title {
  font-size: 20px;
  font-weight: 700;
  color: #12a0db;
}

.single-news .newsbanner {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */