/*!
Theme Name: Lillian Ngala Foundation
Theme URI: http://underscores.me/
Author: Alfred
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: lilian
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.

Lillian Ngala Foundation 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;
}

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

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

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

::selection {
  background: #0076bc !important;
  color: white;
}

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

h2.sec-title span {
  color: #362d2d;
}

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

a.dash {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  left: 40px;
  margin-bottom: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-style: italic;
  font-size: 16px;
}

a.dash:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  background: rgba(0, 0, 0, 0.8);
}

a.dash:hover {
  left: 50px;
  color: #0076bc;
}

a.dash:hover:before {
  left: -50px;
  width: 40px;
}

.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: #0076bc;
  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(#0076BC), color-stop(25%, #0076BC));
  background: linear-gradient(to right, #0076BC 0%, #0076BC 25%);
  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: #fff;
  font-weight: 400;
  margin-right: 15px;
}

.header-top .social-icon-two li a {
  color: #ffff;
  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: #fff;
  font-weight: 500;
  padding: 10px 0;
  margin-right: 5px;
  padding-right: 5px;
}

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

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

.header {
  width: 100%;
  position: relative;
  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%;
}

.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 .menu-item {
  position: relative;
}

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

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

.header .menu-item.active {
  color: #0076bc;
  font-weight: 600;
}

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

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

.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: #362d2d;
  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: #0076bc;
}

.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-149 a {
  background: #0076bc;
  border-radius: 10px;
  color: #fff;
}

.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: 300px;
  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: #0076bc;
  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: 50vh;
  max-height: 600px;
  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(0, 118, 188, 0.6)), color-stop(65%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 118, 188, 0.6) 0%, rgba(0, 0, 0, 0.5) 65%);
  z-index: 5;
}

.banner.podcast {
  height: 50vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner.podcast .title {
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.banner.podcast .title .title-bg {
  color: #ebebeb1a;
}

.banner.podcast .card {
  left: 0;
  right: 0;
  margin: auto;
}

.banner.podcast .card audio {
  margin: auto;
}

.banner.podcast:after {
  background: rgba(0, 0, 0, 0.6);
}

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

.site-footer p {
  width: 90%;
  margin: auto;
  color: #362d2d;
  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%, rgba(0, 118, 188, 0.6)), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
  background: linear-gradient(to right, rgba(0, 118, 188, 0.6) 10%, rgba(0, 0, 0, 0.6) 40%, transparent 70%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.landing-banner .slider-item .landing-banner-content {
  position: absolute;
  top: 45%;
  left: 50px;
  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: #362d2d;
  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: 50%;
  left: 0;
  right: 0;
  left: auto;
  right: 1%;
}

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

.landing-banner .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  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 .owl-dots .owl-dot.active span {
  background: #0076bc;
  width: 40px;
  height: 5px;
}

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

.blog-home {
  padding: 50px 10px;
  background: #e9e9e9;
}

.blog-home a {
  color: #0076bc;
}

.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;
  height: 100%;
}

.blog-home .card iframe {
  height: 250px !important;
  width: 100%;
}

.blog-home .card img {
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.blog-home .card .card-body {
  padding: 10px 12px;
  text-align: center;
}

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

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

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

.blog-home.main {
  background: transparent;
}

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

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

footer {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat !important;
  background-position: 40% -20% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #fff;
  font-size: 14px;
}

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

footer h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 50%;
  z-index: 10;
  border-top: 3px solid #0076bc;
}

footer h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer a {
  color: #fff;
}

footer p {
  color: #ffff;
}

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

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

footer ul li a {
  font-size: 14px;
}

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

footer ul li:hover a {
  color: #0076bc;
}

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

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

footer .footer-content {
  position: relative;
  z-index: 10;
}

.home-welcome {
  padding: 80px 0px 50px 0px;
}

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

.home-welcome .content .btn {
  background: #0076bc;
  color: #fff;
  padding: 10px 40px;
  margin-top: 20px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.home-welcome .content .btn:hover {
  background: #362d2d;
}

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

.home-about {
  padding: 80px 10px;
  overflow: hidden;
  text-align: center;
}

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

.home-about .landing-text {
  position: relative;
  z-index: 10;
  color: #fff;
}

.home-about .landing-text h1,
.home-about .landing-text h2,
.home-about .landing-text h3 {
  font-weight: 700;
  font-size: 30px;
  color: #0076bc;
}

.home-about .landing-text p {
  color: #fff;
}

.home-about:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 118 188 / 90%);
  z-index: 1;
}

.contact .details {
  padding: 50px 0px 50px 0px;
}

.contact .details .title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 10px;
}

.contact .details .address {
  padding-left: 50px;
}

.contact .details .address .title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.contact .details .address h4 {
  color: black;
  font-size: 18px;
  font-weight: 700;
}

.contact .details .address p {
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  line-height: 25px;
}

.contact .details .address a {
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.contact .details .address a:hover, .contact .details .address a:focus, .contact .details .address a:active {
  color: #0076bc;
}

.contact .details .address ul li {
  margin: 20px 30px 30px 0px;
}

.contact .details .address ul li .icon {
  font-size: 1.3em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.contact .details .address ul li:hover .icon {
  color: #0076bc;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact .details .address ul li:first-child .icon {
  color: #0076bc;
}

.contact .details .address ul li:last-child {
  margin-right: 0px;
}

.contact form .form-row {
  padding: 10px;
}

.contact form small {
  color: #0076bc;
}

.contact form .form-control {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 1em;
  padding: 22px 30px;
  color: #000;
}

.contact form .btn {
  width: 50%;
  padding: 10px 20px;
  background: #0076bc;
  color: #fff;
}

.contact form .btn:focus-visible {
  background: #0e3f4a !important;
}

.get-in-touch {
  background: #e9e9e9;
  padding: 60px;
}

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

.get-in-touch .btn:hover {
  background: #000;
}

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

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

.blog-home {
  padding: 50px 10px;
  background: #e9e9e9;
}

.blog-home a {
  color: #0076bc;
}

.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-weight: 600;
  margin-top: 20px;
}

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

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

.blog-home.main {
  background: transparent;
}

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

.programs {
  padding: 80px 10px;
}

.programs .service-card {
  padding: 20px 0px;
}

.programs .service-card h3 a {
  color: #0076c0;
  font-size: 16px;
  font-weight: 800;
}

.programs .service-card .icon {
  text-align: right;
  font-size: 86px;
}

.programs .service-card.odd {
  text-align: right;
}

.programs .service-card.odd .icon {
  text-align: left;
}

.programs .service-card .btn {
  background: #0076c0;
  color: #fff;
  padding: 5px 50px;
  margin-top: 20px;
  display: block;
}

.programs .service-card .btn:hover {
  background: #0076bc;
}

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

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

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

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

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

.team .card .card-text {
  color: #362d2d;
  font-size: 12px;
  margin-bottom: 5px;
}

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

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

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

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

.team .modal .modal-body .profile {
  text-align: center;
  background: #362d2d;
  color: #fff;
}

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

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

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

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

.single-program .content h3,
.single-program .content h2,
.single-program .content h1 {
  color: #0076bc;
}

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

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

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

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

.single-program .get-in-touch {
  background: #362d2d;
  padding: 60px;
}

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

.single-program .get-in-touch .btn:hover {
  background: #000;
}

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

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

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

.single-program .other-services .arrow .card {
  text-align: center;
  height: 100%;
  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;
  width: 100%;
  font-size: 16px;
  padding: 0px;
  position: relative;
  background: #e9e9e9;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.single-program .other-services .arrow .card a {
  padding: 30px 10px;
}

.single-program .other-services .arrow .card:hover {
  background: #0076bc;
}

.single-program .other-services .arrow .card:hover a {
  color: #fff;
}

.main-programs {
  padding: 60px 10px;
}

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

.main-programs .card {
  background: #0076c0;
  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 #0076bc;
  border-radius: 0px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-programs .card .title {
  color: #fff;
  font-size: 18px;
  margin: 25px 0px 20px;
  font-weight: 600;
}

.main-programs .card .icon {
  width: 80px;
}

.main-programs .card:hover {
  background: rgba(0, 118, 188, 0.9);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

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

.news {
  padding: 30px 0px;
  width: 95%;
  margin: auto;
}

.news .news-item .card {
  position: relative;
  border: none;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.news .news-item .card iframe {
  height: 300px !important;
  width: 100%;
}

.news .news-item .card img {
  max-width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.news .news-item .card .metadata {
  margin-bottom: 10px;
  font-size: 11px;
}

.news .news-item .card .metadata a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 11px;
}

.news .news-item .card .entry-title {
  font-size: 16px;
}

.news .news-item .card .entry-title a {
  color: rgba(0, 0, 0, 0.8);
  font-family: dinbold;
  text-transform: capitalize;
}

.news .news-item .card .link {
  font-size: 16px;
  color: #362d2d;
  font-family: dinbold;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.news .news-item .card .link:hover {
  padding-left: 7px;
}

.news .news-item .card:hover {
  background: rgba(233, 233, 233, 0.4);
}

.news .news-item .card:hover img {
  opacity: .8;
}

.news .list-category {
  margin-bottom: 40px;
}

.news .list-category li {
  margin-right: 20px;
  position: relative;
  padding: 0px;
}

.news .list-category li:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 30%;
  height: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.8);
}

.news .list-category li:last-child:after {
  width: 0px;
}

.news .list-category li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  padding: 0px;
}

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

.blog-single .title h1 {
  font-weight: 700;
  font-size: 1.5em;
  width: 75%;
  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;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

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

.blog-single iframe {
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.comments input,
.comments textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #362d2d;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 18px;
}

.comments input::-webkit-input-placeholder,
.comments textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.comments input:-ms-input-placeholder,
.comments textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.comments input::-ms-input-placeholder,
.comments textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.comments input::placeholder,
.comments textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.comments .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments .comment-form-cookies-consent input {
  width: 20px;
}

.comments .form-submit input {
  max-width: 280px;
  color: #fff;
  background: #362d2d;
  border-radius: 0px;
  padding: 15px 20px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  text-transform: uppercase;
  border: none;
  font-size: 1rem;
}

.comments .form-submit input:hover {
  background: #0076bc;
  color: #fff;
}

.comments .comment-respond {
  padding-top: 30px;
}

.comments .comments-title {
  position: relative;
  padding: 40px 0px 25px 0px;
  margin-bottom: 40px;
}

.comments .comments-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #0076bc;
}

.comments .comments-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #0076bc;
}

.comments .comment-list {
  padding-left: 15px;
}

.comments .comment-list footer {
  width: 100%;
}

.comments .comment-list footer:after {
  bottom: 0;
  top: auto;
  background: rgba(7, 76, 128, 0.1);
}

.comments .comment-list .comment-metadata time {
  color: #0076bc;
  font-size: 12px;
}

.donate .form-wrapper {
  max-width: 700px;
  margin: auto;
}

.donate form.shadow {
  -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);
  padding: 40px;
  background: rgba(233, 233, 233, 0.12);
}

.donate form .form-row {
  padding: 10px;
}

.donate form small {
  color: #0076bc;
}

.donate form .form-control {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 1em;
  padding: 22px 30px;
  color: #000;
}

.donate form .btn {
  width: 50%;
  padding: 10px 20px;
  background: #0076bc;
  border-radius: 10px;
  color: #fff;
}

.donate form .btn:focus-visible {
  background: #0e3f4a !important;
}

.donate form .btn i {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.donate form .btn:hover {
  background: #362d2d;
}

.donate form .btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
/*# sourceMappingURL=style.css.map */