/*!
Theme Name: ais-hub
Theme URI: http://underscores.me/
Author: Alfie
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: ais-hub
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.

ais-hub is based on Underscores https://underscores.me/, (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 {
  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;
}

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

/**
 * 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 {
  box-sizing: inherit;
}

html {
  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;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/**
  Author: Alfred Maina
**/
html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

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

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

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

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

h1.title {
  font-size: 40px;
}

.sub-title {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
}

h2 {
  position: relative;
}
h2.title {
  font-size: 35px;
  margin: 30px 0px;
}

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

.width-90 {
  width: 85%;
}

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

.close {
  cursor: pointer;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #008d7b;
  z-index: 9999;
  transition: width 0.2s ease;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.main-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.01);
  padding: 10px 0px;
  background: #fff, 0.1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.main-menu .navbar .navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.main-menu .navbar .navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 20px;
  height: 1px;
  background: #00545a;
  margin: 5px 0px;
}
.main-menu .navbar .navbar-brand {
  width: 250px;
  height: auto;
  position: relative;
}
.main-menu .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
.main-menu .navbar .navbar-nav .nav-item {
  padding: 10px 10px;
  position: relative;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
}
.main-menu .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.main-menu .navbar .navbar-nav .nav-item:after {
  width: 0%;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-nav .nav-item.active .nav-link {
  color: #00545a;
}
.main-menu .navbar .ctas {
  position: relative;
  right: 0;
}
.main-menu.fixed {
  position: fixed;
  animation: sticky 2s;
  padding: 0px;
  background: rgba(0, 84, 90, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.1);
}
.main-menu.fixed .navbar-brand {
  width: 150px;
}

.landing-page {
  position: relative;
}
.landing-page .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.landing-page .owl-dots .owl-dot span {
  background: #fff;
  width: 10px;
}
.landing-page .owl-dots .owl-dot.active span {
  background: #008d7b;
  width: 40px;
}
.landing-page .img-wrapper {
  height: 90vh;
  position: relative;
}
.landing-page .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.landing-page .img-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.landing-page .landing-banner-content {
  position: absolute;
  max-width: 720px;
  width: 50%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 20;
}
.landing-page .landing-banner-content .sec-title {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
}
.landing-page .landing-banner-content .sec-title p {
  margin-bottom: 0px;
}
.landing-page .landing-banner-content .sec-sub-title {
  font-size: 25px;
  font-weight: 400;
}
.landing-page .landing-banner-content .ctas {
  padding-top: 20px;
}
.landing-page .landing-banner-content .ctas button {
  background: #008d7b;
  color: #fff;
  border-radius: 10px;
  padding: 10px 50px;
}
.landing-page .landing-banner-content .ctas button:nth-child(2) {
  background: #fff;
  color: #008d7b;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
.btn {
  background: #00545a;
  transition-duration: 300ms;
  color: #fff;
  border-radius: 10px;
  padding: 6px 50px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.1);
}
.btn:hover {
  background: #008d7b;
  color: #fff;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 400px;
  box-shadow: 5px 5px 17px 10px rgba(0, 0, 0, 0.3);
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-lg {
  max-width: 1000px;
}
.modal .modal-body {
  padding: 0px;
}
.modal .modal-body .img-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-body .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-body .card {
  border: none;
  padding: 10%;
  font-size: 12px;
  height: 550px;
  overflow: auto;
}
.modal .modal-body .card::-webkit-scrollbar {
  width: 0.6em;
}
.modal .modal-body .card::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ced4da;
}
.modal .modal-body .card::-webkit-scrollbar-thumb {
  background-color: #008d7b;
}
.modal .modal-body .card p {
  font-size: 16px;
}
.modal .modal-body .card .designation {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.modal .modal-body .card .designation:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  border-radius: 50%;
  left: 0px;
  background: rgba(0, 84, 90, 0.3);
  bottom: 0px;
}
.modal input {
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}
.modal .btn {
  padding: 10px 50px;
  background: #00545a;
  color: #fff;
  border-radius: 5px;
}
.modal .btn:hover {
  background: #008d7b;
  color: #fff;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 400px;
  box-shadow: 5px 5px 17px 10px rgba(0, 0, 0, 0.3);
}
.modal .close {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 22;
  right: -20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  transition-duration: 300ms;
}
.modal .close:hover {
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}

.sec-title {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
}
.sec-title span {
  color: #008d7b;
}

.about {
  padding: 70px 0px;
}
.about .about-content {
  width: 90%;
}
.about .about-content p {
  padding: 20px 0px;
}
.about .about-content .ctas button {
  background: #008d7b;
  color: #fff;
  border-radius: 10px;
  padding: 10px 50px;
}
.about .about-content .ctas button:nth-child(2) {
  background: #fff;
  color: #008d7b;
}
.about .about-img {
  width: 100%;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.why-solar {
  background: #eef6ff;
  padding: 70px 0px;
}
.why-solar .sec-title {
  margin-bottom: 40px;
}
.why-solar .card {
  background: #fff;
  height: 100%;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.why-solar .card h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}
.why-solar .card .icon-wrapper {
  margin: auto;
  background: #008d7b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  margin: auto;
}
.why-solar .card .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.process {
  padding: 70px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.process .width-80 {
  position: relative;
  z-index: 20;
}
.process .titles {
  max-width: 800px;
  width: 60%;
  margin: auto;
}
.process .card {
  background: transparent;
  border: none;
  text-align: center;
  height: 200px;
  width: 90%;
  margin: auto;
}
.process .card p {
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 600;
  margin-bottom: 0px;
}
.process img {
  margin: auto;
  max-width: 100px;
}
.process .row {
  padding: 0px 40px;
}
.process .row .card:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  left: 50%;
}
.process .top-level {
  transform: translateX(-100px);
}
.process .top-level .card:after {
  bottom: -33px;
}
.process .lower-level {
  transform: translateX(70px);
}
.process .lower-level .card:after {
  top: -33px;
}

.problem {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 70px 0px;
}
.problem .titles {
  text-align: center;
}
.problem .col-md-6 {
  padding-bottom: 20px;
}
.problem .card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 20px 20px 30px;
  height: 100%;
  border: none;
}
.problem .card p {
  font-size: 20px;
}
.problem .card .num {
  width: 30px;
  height: 30px;
  display: flex;
  align-self: center;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  background: #008d7b;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
}

.gallery .gallery-slider .item {
  height: 45vh;
}
.gallery .gallery-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.approach {
  padding: 50px 0px;
  background: #eef6ff;
}
.approach .titles {
  text-align: center;
  max-width: 750px;
  margin: auto;
}
.approach .approach-list {
  list-style: none;
  padding-top: 0px;
}
.approach .approach-list .list-item {
  position: relative;
  padding: 20px 20px 20px 20px;
  font-size: 20px;
  margin: 20px 0px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.approach .approach-list .list-item ul {
  padding-left: 20px;
}
.approach .approach-list .list-item h3 {
  color: #008d7b;
  font-size: 25px;
  font-weight: 600;
}
.approach .approach-list .list-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -55px;
  top: 10px;
  content: "\f058";
  font-size: 1.8em;
  color: #00545a;
  z-index: 10;
}

.approached {
  padding: 50px 0px;
  background: #eef6ff;
}
.approached .titles {
  text-align: center;
  max-width: 750px;
  margin: auto;
}
.approached .img-wrapper {
  width: 100%;
  min-height: 400px;
}
.approached .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
.approached .content {
  width: 85%;
  margin: auto;
  font-size: 18px;
}
.approached .content h3 {
  color: #008d7b;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.approached .content ul, .approached .content ol {
  padding-left: 15px;
  margin-left: 10px;
}

.products {
  padding: 70px 0px;
}
.products .card {
  text-align: center;
  padding: 0px 0px 20px 0px;
  border: none;
}
.products .card .img-wrapper {
  height: 400px;
}
.products .card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.products .card h3 {
  color: #008d7b;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0px;
  transition-duration: 300ms;
}
.products .card:hover img {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 400px;
}
.products .card:hover h3 {
  color: #2ac9cb;
}

.testimonials {
  position: relative;
  padding: 70px 0px;
  background: #000;
  color: #fff;
}
.testimonials .card {
  background: transparent;
  border: none;
  height: 100%;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.testimonials .card .title {
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}
.testimonials .card .designation {
  font-size: 20px;
  color: #2ac9cb;
}
.testimonials .card .card-text {
  font-size: 24px;
  margin-bottom: 30px;
}
.testimonials .card .icon-wrapper {
  margin: auto;
  background: #008d7b;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: auto;
  overflow: hidden;
}
.testimonials .card .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .card:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -50px;
  top: -20px;
  content: "\f10d";
  font-size: 3.5em;
  color: #00545a;
}

.copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 40px 0px 0px 5px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.copyright p {
  font-size: 16px;
  font-weight: 500;
}
.copyright ul {
  margin-bottom: 0px;
}
.copyright ul li {
  font-size: 22px;
}
.copyright ul li a {
  color: #212121;
}

/******** *****   Responsiveness *****  ***********/
/*
  * Authour: Alfred Maina 
  * Company: @Oxygene (http://alfie.me.ke)
*/
/* Extra Small Devices, .visible-xs-* */
/* Medium Devices, .visible-md-* */
/* Medium Devices, .visible-md-* */
/* Large Devices, .visible-lg-* */
@media (max-width: 767px) {
  .page-width {
    width: 90%;
  }
  .main-menu .navbar .navbar-brand {
    width: 150px;
  }
  .landing-page .landing-banner-content {
    position: absolute;
    max-width: 720px;
    width: 80%;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
  .landing-page .landing-banner-content .sec-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .landing-page .landing-banner-content .sec-sub-title {
    font-size: 15px;
    font-weight: 400;
  }
  .landing-page .landing-banner-content .ctas button {
    background: #008d7b;
    color: #fff;
    border-radius: 10px;
    padding: 5px 30px;
  }
  .landing-page .img-wrapper {
    height: 50vh;
    position: relative;
  }
  .landing-page .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 10%;
  }
  .navbar-collapse.collapse.show {
    background: #000;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .main-menu .navbar .ctas {
    padding-bottom: 20px;
  }
  .main-menu .navbar .navbar-toggler, .main-menu .navbar .navbar-toggler .navbar-toggler-icon {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .sec-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .about .about-content {
    padding-bottom: 40px;
  }
  .about .about-content .ctas button {
    background: #008d7b;
    color: #fff;
    border-radius: 10px;
    padding: 5px 30px;
  }
  .about {
    padding: 40px 0px;
  }
  .why-solar .card h3 {
    font-size: 18px;
  }
  .process .titles {
    width: 100%;
  }
  .process .top-level {
    transform: translateX(0px);
  }
  .process .col-3 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .process .card p {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .process img {
    margin: auto;
    max-width: auto;
  }
  .process .row {
    padding: 0px 0px;
  }
  .process .lower-level {
    transform: translateX(0px);
  }
  .process .row .card::after {
    width: 0px;
  }
  .process .card {
    width: 95%;
    margin-bottom: 20px;
  }
  .problem .card p {
    font-size: 16px;
  }
  .gallery .gallery-slider .item {
    height: 25vh;
  }
  .approached .img-wrapper {
    width: 100%;
    min-height: 300px;
  }
  .approached .content {
    padding: 20px 0px;
  }
  .products .card .img-wrapper {
    height: auto;
  }
  .testimonials .card .card-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .testimonials .card {
    padding: 20px 0px 20px 0px;
  }
  .testimonials .card::before {
    left: -50px;
    top: -10px;
    font-size: 1.5em;
  }
  .copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 40px 0px 0px 5px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  .copyright ul li {
    font-size: 12px;
    padding: 5px 10px;
  }
  .copyright p {
    margin-bottom: 0em;
  }
}/*# sourceMappingURL=style.css.map */