/*!
Theme Name: stratostaff
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: stratostaff
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.

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

.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;
}

.main-body {
  background: #e9e9e9;
}

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: #003255 !important;
  color: white;
}

::selection {
  background: #003255 !important;
  color: white;
}

h2.sec-title {
  color: #003255;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3.sec-title {
  color: #003255;
  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;
}

.is-loaded {
  opacity: 0;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #003255;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-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;
  }
}

.header-top {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#011424), color-stop(75%, #003255));
  background: linear-gradient(to right, #011424 0%, #003255 75%);
  text-transform: uppercase;
}

.header-top .auto-container {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top .top-left {
  position: relative;
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header-top .social-icon-two li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #7eb848;
  font-weight: 400;
  margin-right: 15px;
}

.header-top .social-icon-two li a {
  color: #7eb848;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
}

.header-top .info-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
}

.header-top .info-list li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #7eb848;
  font-weight: 500;
  padding: 10px 0;
  margin-right: 5px;
  padding-right: 5px;
}

.header-top .info-list li a {
  color: #7eb848;
}

.header-top ul {
  margin: 0px;
}

.header {
  width: 100%;
  position: relative;
  z-index: 99;
}

.header .navbar {
  padding: 12px 0px;
  width: 100%;
}

.header .navbar .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .navbar .menu .nav-link {
  color: #000;
  font-size: 14px;
}

.header .navbar.fixed {
  position: fixed;
  width: 100%;
  -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 .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: 280px;
  height: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.header .menu-item {
  position: relative;
}

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

.header .menu-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
}

.header .menu-item.active .nav-link {
  color: #003255;
  font-weight: 600;
}

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

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

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

.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: #003255;
  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;
}

.banner {
  height: 45vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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: center;
     object-position: center;
}

.banner .card {
  background: transparent;
  border: none;
  max-width: 600px;
  left: 5%;
  z-index: 10;
}

.banner .card h1 {
  font-size: 40px;
  color: #fff;
}

.banner .card .card-text {
  font-size: 35px;
  color: #fff;
}

.banner .card .breadcrumbs {
  color: #fff;
  font-size: 13px;
  opacity: .6;
  font-weight: 400;
}

.banner .card .breadcrumbs a {
  color: #fff;
}

.banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 20, 36, 0.5)), color-stop(75%, rgba(0, 50, 85, 0.5)));
  background: linear-gradient(to right, rgba(1, 20, 36, 0.5) 0%, rgba(0, 50, 85, 0.5) 75%);
  z-index: 5;
}

.site-footer {
  width: 100%;
  padding: 20px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#011424), color-stop(75%, #003255));
  background: linear-gradient(to right, #011424 0%, #003255 75%);
}

.site-footer p {
  width: 90%;
  margin: auto;
  color: #7eb848;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

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

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

.landing-banner .slider-item .landing-banner-content {
  position: absolute;
  top: 55%;
  left: 25px;
  width: calc(100% - 70px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.landing-banner .slider-item .slider-card {
  padding: 20px 10px 20px 35px;
}

.landing-banner .slider-item .slider-card h1 {
  font-size: 30px;
  font-weight: 600;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  text-transform: capitalize;
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  opacity: 0;
}

.landing-banner .slider-item .slider-card h2 {
  font-size: 20px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms;
  margin: 0px 0px 42px;
  opacity: 0;
}

.landing-banner .slider-item .slider-card:before {
  content: "";
  position: absolute;
  border-left: 1px solid #ffffff59;
  height: 0%;
  width: 1%;
  left: 0;
  top: 0%;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 0;
  visibility: hidden;
}

.landing-banner .slider-item .slider-card .btn-cta {
  background: #7eb848;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  z-index: 9;
  width: 70%;
  color: #fff;
  border-radius: 20px;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
  visibility: hidden;
  opacity: 0;
}

.landing-banner .slider-item .slider-card .btn-cta:hover {
  opacity: .8;
}

.landing-banner .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}

.landing-banner .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  background: #fff;
}

.landing-banner .owl-dots .owl-dot.active span {
  background: #7eb848;
}

.landing-banner .social-media {
  width: 15%;
  z-index: 99;
  position: absolute;
  top: 55%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.landing-banner .social-media ul li {
  margin: 0px 0px 16px;
}

.landing-banner .social-media ul li span {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.landing-banner .social-media ul li i {
  width: 15%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.landing-banner .social-media ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.landing-banner .social-media ul li a:hover {
  color: white;
}

.landing-banner .social-media ul li a:hover i {
  width: 20%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.landing-banner .social-media ul li a:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.landing-banner .owl-item img {
  display: block;
  width: 100%;
  height: calc(100vh - 97px);
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-banner .owl-item.active img {
  -webkit-animation: scale 80s linear infinite;
          animation: scale 80s linear infinite;
}

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

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

.landing-banner .owl-item.active .btn-cta {
  visibility: visible;
  opacity: 1;
}

.landing-banner .owl-item.active .slider-card:before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

ul {
  list-style: none;
}

ul.arrow li {
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

ul.arrow li:before {
  content: "\f158";
  position: absolute;
  left: -30px;
  font-family: "Flaticon";
  color: #7eb848;
}

.home-about {
  padding: 80px 0px 30px 0px;
}

.home-about .content {
  width: 85%;
}

.home-about .content ul li {
  padding: 8px 0px;
}

.home-about .content ul li a {
  font-size: 18px;
  color: #003255;
  font-weight: 600;
}

.home-about .content ul li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.home-about .content ul li:hover a {
  color: #7eb848;
}

.home-about img {
  margin-top: 50px;
}

.home-contact .green-bg {
  background: #7eb848;
}

.home-contact .content {
  width: 80%;
  margin: auto;
  color: #003255;
  padding: 50px 0px;
}

.home-contact .content .btn {
  width: 90%;
  margin: auto;
  background: #003255;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 600;
}

.home-contact .content .btn:hover {
  background: #011424;
}

.home-contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clients {
  padding: 50px 10px;
  text-align: center;
  width: 85%;
  margin: auto;
}

.clients h3.sec-title {
  margin-bottom: 40px;
}

.clients .card {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients .card img {
  max-width: 75%;
}

.clients .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients .owl-dots {
  padding-top: 20px;
}

.clients .owl-nav {
  bottom: 50%;
  width: 100%;
  position: absolute;
}

.clients .owl-nav button {
  padding: 0px;
}

.clients .owl-nav button i:before {
  margin: 0px;
  font-size: 30px;
}

.clients .owl-nav .owl-prev {
  float: left;
  position: relative;
  left: -50px;
}

.clients .owl-nav .owl-next {
  float: right;
  position: relative;
  right: -50px;
}

.blog-home {
  padding: 80px 10px;
}

.blog-home a {
  color: #003255;
}

.blog-home .card {
  -webkit-box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-home .card .news-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.blog-home .card .card-text {
  font-size: 13px;
  line-height: 2;
}

.blog-home .card .dash {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 30px;
}

.blog-home .card:hover {
  background: rgba(233, 233, 233, 0.05);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-home .card:hover .dash {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.about .about-strato {
  padding: 80px 0px 50px 0px;
}

.about .about-strato .content {
  width: 85%;
  font-size: 14px;
}

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

.about .about-strato img.right {
  margin-top: 50px;
}

.about .team {
  background: #fff;
  margin: auto;
  padding: 70px 0px 50px 0px;
}

.about .team .card {
  text-align: center;
  border: none;
  margin-bottom: 30px;
  background: transparent;
  cursor: pointer;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.about .team .card .img-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 10px 10px 0px 10px;
}

.about .team .card .img-wrapper img {
  width: auto;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.about .team .card .card-title {
  margin: 10px 0px 5px 0px;
  font-size: 20px;
  font-weight: 500;
  color: #003255;
}

.about .team .card .card-text {
  color: #7eb848;
  font-size: 12px;
  margin-bottom: 5px;
}

.about .team .card .btn {
  background: transparent;
  font-size: 12px;
  padding: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003255;
  float: right;
  margin: auto;
}

.about .team .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about .team .modal .close {
  position: absolute;
  right: -60px;
  z-index: 1;
  width: 26px;
  cursor: pointer;
}

.about .team .modal .modal-body {
  background: #fff;
}

.about .team .modal .modal-body .profile {
  text-align: center;
  background: #7eb848;
  color: #fff;
}

.about .team .modal .modal-body .profile .card-title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

.about .team .modal .modal-body .profile .card-text {
  font-size: 12px;
}

.about .partners {
  padding: 50px 0px;
}

.about .partners .card {
  border-radius: 0px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin: 10px 0px;
  height: 100%;
}

.about .partners .card img {
  max-width: 200px;
}

.about .mission {
  background: #003255;
  color: #fff;
  padding: 70px 20px;
  font-size: 16px;
}

.about .mission h2.title {
  color: #7eb848;
}

.about .mission h3.title {
  color: #7eb848;
  font-size: 18px;
  font-weight: 800;
}

.about .values {
  padding: 50px 20px 70px 20px;
}

.about .values h2.title {
  margin-bottom: 40px;
}

.about .values .card {
  font-size: 13px;
  padding: 50px 50px 20px 50px;
  -webkit-box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}

.about .values .card img {
  max-width: 50px;
}

.about .values .card h3.title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about .about-us-last {
  background: #fff;
}

.about .about-us-last .content {
  width: 70%;
  font-size: 14px;
  padding: 40px 0px;
}

.about .about-us-last .content ul {
  list-style: none;
}

.about .about-us-last .content ul li {
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  color: #003255;
}

.about .about-us-last .content ul li:before {
  content: "\f158";
  position: absolute;
  left: -30px;
  font-family: "Flaticon";
  color: #7eb848;
}

.about .about-us-last img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services {
  padding: 60px 10px;
}

.services .sec-title {
  margin-bottom: 50px;
  font-size: 35px;
}

.services .card {
  background: #003255;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  height: 100%;
  border-bottom: 5px solid #7eb848;
  border-radius: 0px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services .card .title {
  color: #7eb848;
  font-size: 18px;
  margin: 25px 0px 20px;
  font-weight: 600;
}

.services .card .dash {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 30px;
  margin: 10px 0px;
}

.services .card:hover {
  background: rgba(0, 50, 85, 0.9);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services .card:hover .dash {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.contact {
  padding: 60px 0px;
  font-size: 14px;
}

.contact .form-check {
  padding: 5px 10px 0px 30px;
  color: #495057;
}

.contact .form-check input {
  margin-top: 7px;
}

.contact form {
  margin-top: 30px;
}

.contact form label {
  font-size: 15px;
}

.contact form label small {
  color: red;
  font-size: 16px;
}

.contact form .col-9 {
  margin-bottom: 10px;
}

.contact form .form-control {
  height: auto;
  background: transparent;
  border-radius: 0px;
}

.contact form .select,
.contact form .wpcf7-radio {
  border: none;
}

.contact form .select .wpcf7-list-item,
.contact form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
}

.contact form .select .wpcf7-list-item label,
.contact form .wpcf7-radio .wpcf7-list-item label {
  font-size: 14px;
}

.contact form .submit {
  width: 100%;
  margin-top: 20px;
}

.contact form .submit .btn {
  float: right;
  width: 200px;
  background: #016eb6;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.contact form .submit .btn:hover {
  background: #7eb848;
}

.contact .card {
  background: transparent;
  border: none;
  margin-bottom: 40px;
}

.contact .card h3.sec-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact .card h3.title {
  font-size: 18px;
  margin: 10px 0px 0px 0px;
  font-weight: 700;
}

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

.contact .card a {
  color: #016eb6;
}

.blog-single .title {
  background: transparent;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 50px 10px 70px 10px;
}

.blog-single .title h1 {
  font-weight: 700;
  font-size: 2.8em;
  width: 90%;
  margin: auto;
}

.blog-single .title .title-bg {
  font-size: 110px;
  left: 0;
  letter-spacing: 10px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 40%;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(235, 235, 235, 0.37);
}

.blog-single .meta-data span {
  padding: 10px 10px;
}

.blog-single .meta-data span i {
  padding: 0px 5px;
}

.single-services {
  padding: 60px 0px;
}

.single-services .content {
  width: 80%;
}

.single-services .content h3,
.single-services .content h2,
.single-services .content h1 {
  color: #003255;
}

.single-services .content ul {
  list-style: none;
}

.single-services .content ul li {
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.single-services .content ul li:before {
  content: "\f158";
  position: absolute;
  left: -30px;
  font-family: "Flaticon";
  color: #7eb848;
}

.single-services .service-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-services .get-in-touch {
  background: #7eb848;
  padding: 60px;
}

.single-services .get-in-touch .btn {
  width: 80%;
  margin: auto;
  background: #003255;
  color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  font-weight: 600;
}

.single-services .get-in-touch .btn:hover {
  background: #011424;
}

.single-services .get-in-touch .sec-title {
  font-size: 30px;
}

.single-services .get-in-touch p {
  font-size: 20px;
  color: #003255;
  max-width: 500px;
  margin-bottom: 0px;
}

.single-services .other-services {
  width: 90%;
  margin: auto;
  padding: 80px 20px 0px 20px;
}

.single-services .other-services ul.arrow {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.single-services .other-services ul.arrow li {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}

.single-services .other-services ul.arrow li a {
  color: #003255;
}

@media (min-width: 1450px) {
  .landing-banner .owl-item img {
    height: calc(75vh - 97px);
  }
  .about .team .card .img-wrapper {
    height: 250px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  h2.sec-title {
    font-size: 28px;
  }
  h3.sec-title {
    font-size: 17px;
  }
  .header-top .auto-container {
    display: block;
	width: 95%;
  }
  .header-top .auto-container .info-list li {
    font-size: 10px;
  }
  .header-top .auto-container .social-icon-two {
    padding-left: 0;
    padding-bottom: 5px;
  }
  .header .navbar-toggler {
    margin-right: 0%;
  }
  .header .logo-wrapper {
    padding: 5px 10px;
  }
  .header .logo-wrapper .custom-logo {
    max-width: 150px;
  }
  .landing-banner .slider-item .landing-banner-content {
    position: absolute;
    top: 45%;
    left: 2px;
  }
  .landing-banner .slider-item .slider-card {
    padding: 0px;
  }
  .landing-banner .slider-item .slider-card h1 {
    font-size: 16px;
  }
  .landing-banner .slider-item .slider-card h2 {
    font-size: 12px;
    margin: 0px 0px 20px;
  }
  .landing-banner .slider-item .slider-card .btn-cta {
    padding: 5px 10px;
    font-size: 12px;
  }
  .landing-banner .owl-item img {
    height: calc(65vh - 97px);
  }
  .landing-banner .owl-item.active .slider-card:before {
    display: none;
  }
  .landing-banner .owl-dots {
    bottom: 0px;
  }
  .landing-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .home-about {
    padding: 40px 0px 20px 0px;
  }
  .home-about .content {
    width: 100%;
  }
  .home-about img {
    margin-top: 30px;
  }
  .home-about .content ul li {
    padding: 5px 0px;
  }
  .home-about .content ul li a {
    font-size: 14px;
    color: #003255;
    font-weight: 600;
  }
  .home-contact {
    text-align: center;
  }
  .home-contact .content .btn {
    margin: 0px;
    font-size: 14px;
  }
  .blog-home .card {
    margin-bottom: 20px;
  }
  .blog-home .card .news-title {
    font-size: 15px;
  }
  .site-footer {
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
  .site-footer p {
    font-size: 12px;
  }
  .about .about-strato {
    padding: 40px 0px 40px 0px;
  }
  .about .about-strato .w-100 {
    margin: auto;
  }
  .about .about-strato .content {
    width: 100%;
    font-size: 13px;
  }
  .about .team .card .card-title {
    font-size: 15px;
    font-weight: 600;
  }
  .about .partners h3.sec-title {
    text-align: center;
  }
  .about .partners .card img {
    max-width: 200px;
    margin: 10px auto;
  }
  .about .values .card {
    font-size: 13px;
    padding: 30px 30px 7px 30px;
  }
  .about .mission {
    padding: 50px 0px;
    font-size: 15px;
    text-align: center;
  }
  .about .mission h2.title {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .about .mission h3.title {
    margin: 20px 0px 10px 0px;
  }
  .services .row.w-100 {
    margin: auto;
  }
  .services .row.w-100 .card {
    padding: 15px;
  }
  .contact form {
    margin-bottom: 50px;
  }
  .single-services {
    padding: 40px 0px;
  }
  .single-services h2,
  .single-services h3 {
    font-size: 20px;
  }
  .single-services .get-in-touch {
    padding: 60px 20px;
    text-align: center;
  }
  .single-services .get-in-touch p {
    font-size: 17px;
  }
  .single-services .get-in-touch .btn {
    margin-top: 30px;
  }
  .single-services .other-services {
    width: 100%;
    margin: auto;
    padding: 40px 10px 0px 10px;
  }
  .single-services .other-services ul.arrow {
    padding-left: 20px;
  }
  .single-services .other-services ul.arrow li {
    font-weight: 600;
    font-size: 14px;
  }
  .blog-single .meta-data span {
    padding: 10px 6px;
    font-size: 10px;
  }
  .blog-single .title {
    padding: 50px 10px 35px 10px;
  }
  .blog-single .title h1 {
    font-size: 20px;
  }
  .blog-single .title .title-bg {
    font-size: 35px;
  }
}
/*# sourceMappingURL=style.css.map */