@charset "UTF-8";
/*!
Theme Name: Sanlam
Theme URI: http://oxygene.co.ke/
Author: Alfred Maina
Author URI: http://oxygene.co.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: sanlam
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.

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "AllianzNeo", sans-serif;
}

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

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

a:visited {
  color: #0074C8;
}

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

a:focus {
  outline: thin dotted;
}

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

@font-face {
  font-family: "AllianzNeo";
  src: url("/wp-content/themes/your-theme/fonts/AllianzNeoW04-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "AllianzNeo", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: 1px;
}

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

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

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

button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

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

::-moz-selection {
  background: #0074C8 !important;
  color: white;
}

::selection {
  background: #0074C8 !important;
  color: white;
}

a,
button {
  text-decoration: none !important;
  transition-duration: 300ms;
}
a:focus,
button:focus {
  outline: none !important;
}

.width-90 {
  width: 90%;
  max-width: 1650px;
  margin: auto;
}

.width-80 {
  width: 80%;
  max-width: 1550px;
  margin: auto;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: "AllianzNeo", sans-serif;
  font-weight: bold;
}

.h3, h3 {
  font-size: 1.4rem;
}

h2.title {
  position: relative;
  color: #0074C8;
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0px 30px 0px;
  padding: 20px 100px 20px 30px;
  border-left: 10px solid #0074C8;
  border-bottom: 1px solid #0074C8;
  overflow: hidden;
}
h2.title i {
  position: absolute;
  color: #fff;
  font-size: 140px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
h2.title i.outlined {
  right: -2%;
}
h2.sub-title {
  color: #003484;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
h2 .btn {
  color: #fff;
  position: absolute;
  right: 0%;
  bottom: 25%;
  transform: translate(-50%, -50%);
}

.blue-gradient {
  background: linear-gradient(90deg, #0074C8 0%, #003781 100%);
}

.btn {
  color: #fff;
  padding: 7px 40px;
  background: #0074C8;
  transition-duration: 300ms;
  font-size: 14px;
}
.btn:hover {
  background: #003484;
  color: #fff;
}

@keyframes scale {
  50% {
    transform: scale(1.4);
  }
}
.social {
  display: flex;
  margin: 0px;
  padding-left: 0px;
}
.social li {
  margin: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li:first-child {
  margin-left: 0px;
}
.social li:last-child {
  margin-right: 0px;
}
.social li a {
  font-size: 18px;
  line-height: 18px;
  padding: 5px;
  color: #fff;
  transition-duration: 300ms;
}
.social li:hover a {
  transform: scale(1.3);
}

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

.top-header {
  background: #0074C8;
  display: flex;
  align-items: flex-end;
}
.top-header .width-80 {
  display: flex;
  justify-content: flex-end;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #e7e5e2;
}
.header .logo-wrapper {
  max-width: 270px;
}
.header .newsroom {
  max-width: 125px;
}
.header .width-80 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.main-head {
  background: #0074C8;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 700;
}

.mega-sub-menu {
  padding: 10px 15px 10px 15px !important;
  border-bottom: 10px solid #003781 !important;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item {
  position: relative !important;
  border-bottom: 1px solid #fff !important;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item:last-child {
  border-bottom: none !important;
}
.mega-sub-menu #mega-menu-left a {
  color: #fff;
}

.landing-banner .landing-banner-slider .owl-nav {
  display: none;
}
.landing-banner .landing-banner-slider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.landing-banner .landing-banner-slider .owl-dots .owl-dot span {
  background: #fff;
  width: 10px;
}
.landing-banner .landing-banner-slider .owl-dots .owl-dot.active span {
  background: white;
  width: 30px;
  transition-duration: 300ms;
}
.landing-banner .landing-banner-slider .owl-dts {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  display: grid;
}
.landing-banner .landing-banner-slider .owl-dts .owl-dot span {
  width: 15px;
  background: #fff;
  height: 7px;
  width: 50px;
  border: 1px solid #333e48;
}
.landing-banner .landing-banner-slider .owl-dts .owl-dot.active span {
  background: #0074C8;
  border: 1px solid #0074C8;
  width: 60px;
}
.landing-banner .landing-banner-slider i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 50%;
  z-index: 120;
  opacity: 0.7;
  font-size: 80px;
  transition-duration: 300ms;
  opacity: 0.5;
}
.landing-banner .landing-banner-slider i:hover {
  opacity: 1;
  background: #333e48;
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item {
  position: relative;
}
.landing-banner .landing-banner-slider .slider-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(51, 62, 72, 0.7), rgba(0, 0, 0, 0.01));
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content {
  position: absolute;
  max-width: 600px;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
  font-size: 35px;
  margin: 5px 0px;
  transform: translateX(60px);
  transition-duration: 1200ms;
  opacity: 0;
  color: #fff;
  line-height: 1.3;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .excerpt {
  font-size: 16px;
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat a {
  background: #0074C8;
  color: #fff;
  position: relative;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 20px;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat a:hover {
  background: #003484;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
  position: relative;
  color: #fff;
  padding: 10px 25px;
  background: #0074C8;
  opacity: 0;
  transform: translateX(60px);
  transition-duration: 300ms;
  border-radius: 10px;
  border: 1px solid #CDE4F5;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover {
  background: white;
  border: 1px solid #003781;
  color: #003781;
}
.landing-banner .landing-banner-slider .owl-item img.main-img {
  display: block;
  width: 100%;
  height: 75vh;
  height: auto;
  max-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.landing-banner .landing-banner-slider .owl-item.active img {
  animation: scale 100s linear infinite;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content h1 {
  transform: translateY(0px);
  opacity: 1;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .arrow {
  visibility: visible;
  opacity: 1;
  left: 15px;
  width: 80px;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.landing-banner .landing-banner-slider .owl-nav {
  position: absolute;
  bottom: 2%;
  right: 5%;
}
.landing-banner .landing-banner-slider .owl-nav .owl-prev,
.landing-banner .landing-banner-slider .owl-nav .owl-next {
  background: #0074C8;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  margin: 0px 10px;
  padding: 20px 20px 15px 20px !important;
}
.landing-banner .landing-banner-slider .owl-nav .owl-prev i,
.landing-banner .landing-banner-slider .owl-nav .owl-next i {
  margin: 0px;
  padding: 0px;
}
.landing-banner .landing-navigation {
  margin-top: -70px;
  width: 50%;
  margin-left: auto;
  height: 150px;
}
.landing-banner .landing-navigation .slider-item {
  display: flex;
  align-items: flex-end;
}
.landing-banner .landing-navigation .slider-item .content {
  color: #fff;
  height: 85px;
  width: 500px;
  overflow: hidden;
  background: #003781;
  display: flex;
  align-items: center;
  transform: translateY(50px);
  transition-duration: 1500ms;
}
.landing-banner .landing-navigation .slider-item .content a {
  padding: 20px;
  color: #fff;
}
.landing-banner .landing-navigation .slider-item img {
  width: 220px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50px);
  transition-duration: 1500ms;
}
.landing-banner .landing-navigation .owl-item.active .content {
  transform: translateY(0px);
}
.landing-banner .landing-navigation .owl-item.active img {
  transform: translateY(0px);
}
.landing-banner .directional {
  margin-top: -150px;
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 97;
}
.landing-banner .directional .btn {
  border-radius: 0px;
  position: absolute;
  background: #0074c8;
  color: #fff;
  padding: 15px 20px;
  top: 0px;
  font-size: 25px;
  border: none;
  transition-duration: 300ms;
}
.landing-banner .directional .btn:hover {
  background: #003484;
}
.landing-banner .directional .NextBtn {
  left: 220px;
}
.landing-banner .directional .PreviousBtn {
  left: -56px;
}

.footer {
  background: #0076CD;
  padding: 80px 0px 80px 0px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  background-image: url(./assets/images/blue-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.footer .width-80 {
  width: 80%;
  margin: auto;
}
.footer .text-muted-white {
  color: rgba(255, 255, 255, 0.768627451);
}
.footer h3.title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.footer h3.title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fff;
  transition-duration: 500ms;
}
.footer h3.title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 40px;
  bottom: 0;
  background: #0074C8;
  transition-duration: 500ms;
}
.footer h3.title:hover:after {
  width: 120px;
}
.footer .social li a {
  font-size: 30px;
  padding: 5px;
  color: #fff;
  transition-duration: 300ms;
}
.footer .footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
}
.footer .footer-menu ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  transition-duration: 300ms;
  margin-right: 30px;
}
.footer .footer-menu ul li::before {
  content: "•";
  margin-right: 15px;
  font-size: 1.2em;
  color: #fff;
}
.footer .footer-menu ul li:first-child::before {
  display: none;
}
.footer .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.footer .footer-menu ul li:hover {
  opacity: 0.8;
  transform: translateX(5px);
}
.footer .subscribe-bx form {
  max-width: 500px;
  position: relative;
}
.footer .subscribe-bx form .form-control {
  border-radius: 16px;
  padding: 25px 20px;
}
.footer .subscribe-bx form .btn {
  position: absolute;
  background: #0074C8;
  color: #fff;
  right: 0;
  top: 0;
  padding: 15px 40px;
  border-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.card {
  border: none;
  position: relative;
}
.card .cat {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.card .cat a {
  background: #0074C8;
  color: #fff;
  position: relative;
  font-size: 15px;
  padding: 10px 20px;
  margin-right: 20px;
}
.card .cat a:hover {
  background: #003484;
}
.card.text-top {
  height: 400px;
}
.card.text-top .img-wrapper {
  height: 100%;
  width: 100%;
}
.card.text-top .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.text-top .img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(43, 64, 75), transparent);
}
.card.text-top .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
}
.card.text-top .card-body .cat {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.card.text-top .card-body .cat a {
  padding: 10px;
  color: #fff;
  margin-right: 10px;
  background: #0074C8;
}
.card.text-top .card-body .title-link {
  font-size: 16px;
  color: #fff;
}
.card .img-wrapper {
  position: relative;
  overflow: hidden;
}
.card .img-wrapper img {
  transition-duration: 400ms;
}
.card .img-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0074C8;
  z-index: 120;
  color: #fff;
  font-size: 50px;
}
.card:hover .img-wrapper img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.95;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  transition-duration: 300ms;
}
.img-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0074C8;
  z-index: 120;
  color: #fff;
  font-size: 50px;
}
.img-wrapper:hover img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.95;
}

.title-wrapper {
  position: relative;
}
.title-wrapper .directional {
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.home-latest {
  padding-top: 200px;
  padding-bottom: 40px;
}
.home-latest .card.text-top {
  height: 440px;
}
.home-latest .btn {
  background: transparent;
  color: #0074C8;
}
.home-latest h2.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-latest h2.title .icon {
  height: 100%;
  right: 0;
  padding: 10px;
  color: #0074C8;
  font-size: 40px;
}
.home-latest .home-podcast {
  position: relative;
}
.home-latest .home-podcast .card {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 20px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.home-latest .home-podcast .card .mic {
  position: relative;
  color: #fff;
  font-size: 3em;
  z-index: 20;
}
.home-latest .home-podcast .card .card-body {
  padding: 0px;
  position: relative;
  z-index: 10;
}
.home-latest .home-podcast .card .card-title {
  padding: 0px;
  font-size: 20px;
  margin-bottom: 0px;
  color: #fff;
}
.home-latest .home-podcast .card .cat {
  font-size: 12px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #fff;
}
.home-latest .home-podcast .card .cat a {
  color: #fff;
  padding: 5px;
  background: #0074C8;
}
.home-latest .home-podcast .card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 52, 132, 0.8);
}

.pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  width: 70%;
  max-width: 800px;
  opacity: 0.03;
  z-index: 20;
}

.news-cats {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background-image: url(./assets/images/white-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.news-cats .title-link, .news-cats .card-title {
  color: #0074C8;
}
.news-cats h2.title {
  border-left: 10px solid #0074C8;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.news-cats .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-cats .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cats .card-wrapper {
  position: relative;
  z-index: 99;
}
.news-cats .card-wrapper .row:nth-child(2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-cats .card {
  color: #fff;
}
.news-cats .card.card-1 {
  border: none;
  background: transparent;
}
.news-cats .card.card-1 .cat {
  font-size: 14px;
  font-weight: 700;
  color: #0074C8;
}
.news-cats .card.card-1 .cat a {
  background: #0074C8;
  color: #fff;
  position: relative;
  font-size: 15px;
  padding: 7px 15px;
  margin-right: 20px;
}
.news-cats .card.card-1 .cat a:hover {
  opacity: 0.8;
}
.news-cats .card.card-1 .title-link {
  font-size: 16px;
  color: #fff;
}
.news-cats .card.card-1 .card-title {
  font-size: 20px;
}
.news-cats .card.card-1 .card-title:hover {
  opacity: 0.8;
}
.news-cats .card.card-1 .card-text {
  color: #003781;
}
.news-cats .darker h2.title {
  border-left: 10px solid #0074C8;
}
.news-cats .darker .card .cat a {
  background: #0074C8;
}
.news-cats.alternate {
  padding-top: 50px;
  background: #CDE4F5;
}
.news-cats.alternate h2.title {
  border-left: 10px solid #0074C8;
}
.news-cats.alternate .card .cat a {
  background: #0074C8;
}
.news-cats.alternate .darker h2.title {
  border-left: 10px solid #0074C8;
}
.news-cats.alternate .darker .cat a {
  background: #0074C8;
}

.home-alternating {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(./assets/images/white-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.home-alternating .card {
  width: 80%;
  margin: auto;
  background: transparent;
}
.home-alternating .card .cat {
  color: #0074C8;
}
.home-alternating .card-title:hover {
  opacity: 0.8;
}
.home-alternating .order-md-first {
  color: #fff;
}
.home-alternating .order-md-first .cat {
  color: #fff;
}
.home-alternating .order-md-first .cat a {
  color: #fff;
}
.home-alternating .order-md-first a {
  color: #fff;
}
.home-alternating .cat a {
  border: 1px solid rgba(225, 242, 250, 0.231372549);
}
.home-alternating .normal-bx .title-link {
  color: #0074C8;
}

.home-property {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-property h2.title {
  margin-bottom: 40px;
  border-left: 10px solid white;
  color: white;
  border-bottom: 1px solid white;
}

.subscribe {
  padding: 30px 20px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
  background: #003484;
}
.subscribe .title {
  color: #fff;
}
.subscribe input {
  margin-bottom: 20px;
}
.subscribe .btn {
  width: 100%;
}
.subscribe .btn:hover {
  background: #000;
}

.single-content .video-wrapper iframe {
  border-radius: 15px;
}
.single-content .banner-wrapper {
  position: relative;
  margin-bottom: 10px;
  max-height: 50vh;
  overflow: hidden;
  width: 100%;
}
.single-content .banner-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.single-content .banner-wrapper p {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  padding: 5px 20px;
  font-style: italic;
  left: 3%;
  width: 80%;
  line-height: 1.2;
  background: #fff;
  border-radius: 10px;
}
.single-content .title-wrapper {
  padding: 0px 0px 0px 0px;
}
.single-content .title-wrapper .page-title {
  font-size: 2em;
  color: #003484;
  font-weight: bold;
  font-style: italic;
}
.single-content .get-date {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}
.single-content .get-date .the-date {
  position: relative;
  z-index: 20;
  border: 1px solid #003484;
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 1em;
  color: #0074C8;
  background: #fff;
}
.single-content .get-date:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #003484;
}
.single-content .excerpt {
  font-size: 90%;
  padding: 20px 0px;
  border-left: 5px solid #0074C8;
  padding-left: 30px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-content .content-wrapper {
  width: 95%;
  padding-top: 3%;
}
.single-content .post-meta {
  padding: 10px 0px 10px 0px;
  margin-bottom: 0px;
  color: #333e48;
  font-size: 16px;
  font-weight: 600;
}
.single-content .post-meta a {
  opacity: 0.7;
  color: #333e48;
}
.single-content .post-meta a:hover {
  color: #003484;
  opacity: 1;
}
.single-content .post-meta span {
  padding-left: 10px;
  opacity: 0.6;
}
.single-content .the-content {
  padding-bottom: 50px;
}
.single-content .the-content::first-letter {
  font-size: 200%;
  color: #0074C8;
}
.single-content .the-content ol,
.single-content .the-content ul {
  margin-left: 0px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.single-content .the-content h3 {
  color: #0074C8;
}
.single-content .the-content blockquote {
  position: relative;
  margin: 40px 30px 50px 50px;
  font-style: italic;
  font-weight: 600;
  font-size: 110%;
  color: #0074C8;
  padding-left: 3em;
  width: 90%;
}
.single-content .the-content blockquote:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -50px;
  top: -20px;
  content: "\f10d";
  font-size: 3.5em;
  color: #0074C8;
}
.single-content .the-content figcaption {
  font-style: italic;
  font-size: 12px;
}
.single-content .the-content figure {
  max-width: 100%;
  height: auto;
}
.single-content .the-content figure.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.single-content .the-content figure.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.single-content .the-content img {
  max-width: 100%;
  height: auto;
}
.single-content .the-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.single-content .the-content img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.single-content .the-content a {
  border-bottom: 1px solid #333e48;
}
.single-content .side-bar {
  padding: 4% 20px;
  position: sticky;
  top: 20px;
}
.single-content .side-bar h2.title {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0px 30px 0px;
  padding: 10px 20px 10px 20px;
  background: transparent;
  border-left: 10px solid #0074C8;
  border-bottom: 1px solid rgba(0, 116, 200, 0.5);
  overflow: hidden;
}
.single-content .side-bar h4.title {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.single-content .side-bar h4.title:after {
  width: 100px;
  background: rgba(255, 255, 255, 0.7);
}
.single-content .side-bar .tags ul {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin-left: 0px;
}
.single-content .side-bar .tags ul li {
  padding: 10px;
}
.single-content .side-bar .tags ul .btn {
  padding: 10px 20px;
  margin: 5px 7px 7px 0px;
  font-size: 15px;
  border-radius: 20px;
  border: 1px solid #0074C8;
}
.single-content .side-bar .tags ul .btn:nth-child(even) {
  background: transparent;
  border: 1px solid #0074C8;
  color: #0074C8;
}
.single-content .side-bar .tags ul .btn:nth-child(even):hover {
  background: #003484;
  color: #fff;
}
.single-content .side-bar .rpwe-title {
  padding-top: 10px;
}
.single-content .side-bar .rpwe-title a {
  color: #003484;
  font-size: 16px;
}
.single-content .side-bar .subscribe {
  padding: 30px 20px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
  background: #003484;
}
.single-content .side-bar .subscribe h4.title {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.single-content .side-bar .subscribe h4.title:after {
  width: 100px;
  background: rgba(255, 255, 255, 0.7);
}
.single-content .side-bar .subscribe input {
  margin-bottom: 10px;
  font-size: 12px;
}
.single-content .side-bar .subscribe .btn {
  width: 100%;
}
.single-content .side-bar .subscribe .btn:hover {
  background: #000;
}

.related-cat {
  position: relative;
  padding: 100px 0px;
  background: rgba(0, 116, 200, 0.2);
}
.related-cat .card {
  background: transparent;
  height: 100%;
  padding-bottom: 10px;
}
.related-cat .card .img-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
}
.related-cat .card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-cat .card .the-date {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  background: #0074C8;
  color: #fff;
  right: 0;
  padding: 3px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.related-cat .card .card-body {
  padding: 15px 0px 20px 0px;
}
.related-cat .card .card-body .title-link .card-title {
  color: #003484;
  font-weight: 700;
}
.related-cat .card .card-body .card-text {
  padding-bottom: 20px;
}
.related-cat .card .card-body .btn {
  color: #fff;
  background: #003484;
  position: absolute;
  bottom: 0;
}
.related-cat .card .card-body .btn:hover {
  background: #0074C8;
}

.author-posts .card {
  padding: 15px 15px;
  border-radius: 15px;
  border: none;
  height: 100%;
}
.author-posts .card .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.author-posts .card .img-wrapper .cat {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  background: #0074C8;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.author-posts .card .card-body {
  padding: 10px 10px 5px 10px;
}
.author-posts .card .card-body .date {
  padding: 15px 0px 10px 0px;
  margin-bottom: 0px;
}
.author-posts .card .title {
  line-height: 1;
}
.author-posts .card .title a {
  color: #0074C8;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.7;
}
.author-posts .card .title a:hover {
  color: #003484;
}
.author-posts .card .btn {
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 25px;
}

.pgntn-page-pagination-intro {
  background-color: white !important;
  color: #000 !important;
  border: 1px solid #0074C8 !important;
}

.all-articles {
  padding: 0px 0px 20px 0px;
}
.all-articles .latest-story {
  width: 100%;
}
.all-articles .latest-story .content {
  padding: 100px 0px;
  position: relative;
  width: 100%;
  min-height: 60vh;
  height: 100%;
  color: #fff;
}
.all-articles .latest-story .content .title {
  color: #fff;
}
.all-articles .latest-story .content a {
  color: #fff;
  transition-duration: 300ms;
}
.all-articles .latest-story .content a h2 {
  font-size: 1.8em;
}
.all-articles .latest-story .content a:hover {
  opacity: 0.5;
}
.all-articles .latest-story .content .cat {
  font-size: 80%;
}
.all-articles .latest-story .content .cat span {
  background: #333e48;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.all-articles .latest-story .content .btn {
  border: 1px solid #fff;
}
.all-articles .latest-story .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 116, 200, 0.9);
}
.all-articles .latest-story .content .width-80 {
  position: relative;
  z-index: 20;
}
.all-articles .latest-story .bg-background {
  background-size: cover !important;
  background-position: center !important;
}
.all-articles .none-found {
  position: relative;
  min-height: calc(100vh - 500px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e5e2;
}
.all-articles .none-found h3 {
  color: #0074C8;
}
.all-articles .more-articles {
  padding: 50px 0px 20px 0px;
}
.all-articles .more-articles .card {
  padding: 0px 0px 0px 0px;
  box-shadow: 5px 5px 17px 7px rgba(0, 116, 200, 0.1);
  height: 100%;
}
.all-articles .more-articles .card .img-wrapper {
  height: 35vh;
}
.all-articles .more-articles .card .img-wrapper img {
  transition-duration: 400ms;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.all-articles .more-articles .card .img-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 120;
  font-size: 2.2em;
}
.all-articles .more-articles .card .img-wrapper .the-date {
  position: absolute;
  z-index: 10;
  padding: 5px 10px 5px 20px;
  border-top-left-radius: 20px;
  font-size: 12px;
  color: #fff;
  background: #0074C8;
  right: 0;
  bottom: 0px;
  margin-bottom: 0px;
}
.all-articles .more-articles .card .card-body {
  padding: 20px 20px 20px 20px;
}
.all-articles .more-articles .card .card-body .card-title {
  font-size: 1.2em;
  font-weight: 600;
  color: #003484;
  transition-duration: 300ms;
}
.all-articles .more-articles .card .card-body .card-title:hover {
  color: #0074C8;
}
.all-articles .more-articles .card .card-body .card-text {
  font-size: 18px;
}

.pgntn-page-pagination .pgntn-page-pagination-block .pgntn-page-pagination-intro {
  padding: 5px 10px;
  font-size: 18px;
  margin-top: 10px;
}
.pgntn-page-pagination .pgntn-page-pagination-block .page-numbers {
  padding: 5px 10px;
  font-size: 18px;
  margin: 0px 0px;
}
.pgntn-page-pagination .pgntn-page-pagination-block .page-numbers.current {
  background-color: #0074C8 !important;
  color: #fff !important;
}

/******** *****   Responsiveness *****  ***********/
@media only screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .width-80 {
    width: 88%;
  }
  p {
    font-size: 16px;
  }
  .cat a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  h2.title {
    font-size: 20px;
  }
  .social li a {
    font-size: 16px;
    line-height: 16px;
    padding: 3px;
  }
  .btn {
    padding: 5px 35px;
    font-size: 12px;
  }
  .header {
    padding: 10px 0px;
  }
  .header .logo-wrapper {
    max-width: 191px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 10px 10px 10px 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot span {
    height: 4px;
    width: 30px;
    margin: 4px;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot.active span {
    width: 50px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
    max-width: calc(50vw - 170px);
    left: 6%;
  }
  .landing-banner .landing-banner-slider i {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot span {
    height: 5px;
    width: 40px;
  }
  .news-cats .py-5 {
    padding: 20px 10px 20px 10px !important;
  }
  .news-cats .card-wrapper.pr-5 {
    padding-right: 20px !important;
  }
  .news-cats .card-wrapper.pl-5 {
    padding-left: 20px !important;
  }
  .mobile-header .top-header .logo-wrapper {
    max-width: 191px;
  }
  .mobile-header .top-header .newsroom img {
    max-width: 80px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 10px 10px 0px 10px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
    font-size: 25px;
    line-height: 1.2;
  }
  .card .card-body .card-title {
    font-size: 18px;
  }
  .card .card-body .cat {
    font-size: 80%;
  }
  .card .card-body .card-text {
    font-size: 14px;
  }
  .home-latest .card.text-top {
    height: 350px;
  }
  .home-latest .home-podcast .card {
    padding: 10px;
    height: 110px;
  }
  .home-latest .home-podcast .card .card-body .card-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .news-cats .card.card-1 .card-title {
    font-size: 16px;
  }
  .single-content .excerpt {
    padding: 10px 0px;
    padding-left: 20px;
  }
  .single-content .side-bar .tags ul .btn {
    padding: 7px 10px;
    margin: 5px 5px 5px 0px;
    font-size: 12px;
    border-radius: 15px;
  }
  .related-cat .card .img-wrapper {
    height: 200px;
  }
  .footer {
    padding: 80px 0px 20px 0px;
  }
  .footer p {
    font-size: 16px;
  }
  .footer .footer-menu ul li a {
    font-size: 16px;
  }
  .footer h3.title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
  }
  .footer .subscribe-bx form .form-control {
    border-radius: 12px;
    padding: 20px 15px;
  }
  .footer .subscribe-bx form .btn {
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .footer .social li {
    margin: 10px 5px;
  }
  .footer .social li a {
    font-size: 25px;
    padding: 3px;
  }
  .latest .card.small-card {
    padding: 10px;
  }
  .latest .card.small-card .card-body .card-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .card.small-card .card-body .card-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .all-articles .card.news .card-body .card-title {
    font-size: 20px;
  }
  .all-articles .card.news.big-card .card-body .card-title {
    font-size: 25px;
  }
  .single-content .title-wrapper .page-title {
    font-size: 30px;
    font-weight: 700;
  }
  .single-content .excerpt {
    font-size: 18px;
  }
  .banner .banner-content .banner-card h2.page-title {
    font-size: 30px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 10px 5px 0px 5px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    padding: 5px;
  }
  .site-footer .menu-socials .social li {
    margin: 10px 5px 0px 5px;
  }
  .site-footer .menu-socials .social li:first-child {
    margin-left: 0px;
  }
  .single-banner .banner-content .banner-card h2.page-title {
    font-size: 18px;
  }
  .single-content .meta-data ul li {
    font-size: 12px;
  }
  .single-content .meta-data ul li:first-child {
    font-size: 12px;
  }
  .card.small-card .img-wrapper {
    height: 120px;
  }
  .home-videos .card.big-card .img-wrapper i {
    font-size: 50px;
  }
  .card .img-wrapper i {
    font-size: 30px;
  }
  .card .img-wrapper i.bigger {
    font-size: 50px;
  }
  .home-videos .card.line-card .card-body .card-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .cat-sustainable .card.big-card .card-body .card-title {
    font-size: 25px;
    line-height: 1.2;
  }
  .cat-sustainable .item .card .card-body .card-title {
    color: #fff;
    font-size: 18px;
  }
  .home-alternating .card .card-title {
    font-size: 22px;
  }
  .video-wrapper iframe {
    height: 480px;
  }
  .podcast iframe {
    height: 120px;
  }
  .all-articles .more-articles .card .card-body .card-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .home-videos .width-80 {
    width: 90%;
  }
  .home-videos .card {
    margin-bottom: 40px;
  }
  .home-videos .card.big-card .img-wrapper img {
    min-height: 250px;
  }
  .home-videos .card.big-card .card-body .card-text {
    font-size: 13px;
  }
  .home-videos .card.big-card .card-body .card-title {
    font-size: 18px;
  }
  .cat-lifestyle {
    padding: 60px 0px 10px 0px;
  }
  .cat-lifestyle .card .img-wrapper {
    height: auto;
  }
  .cat-sustainable .width-80 {
    width: 95%;
    margin: auto !important;
  }
  .cat-sustainable .card {
    margin-bottom: 40px;
  }
  .cat-sustainable .card.big-card .img-wrapper img {
    min-height: 250px;
  }
  .cat-sustainable .card.big-card .card-body .card-text {
    font-size: 13px;
  }
  .cat-sustainable .card.big-card .card-body .card-title {
    font-size: 18px;
  }
  .cat-sustainable .owl-dots {
    display: none;
  }
  .home-bigmoney .card.line-card .card-body {
    padding: 10px 5px 10px 0px !important;
  }
  .main-header.is-home {
    position: relative;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot {
    display: none;
  }
  .mobile-header .top-header {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .mobile-header .top-header .logo-wrapper {
    max-width: 191px;
  }
  .mobile-header .top-header .menu-socials .social {
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 5px 2px 5px 2px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    font-size: 10px;
    padding: 3px;
    color: #0074C8;
  }
  .mobile-header .menu-wrapper {
    background: #0074C8;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
    font-weight: 600;
  }
  .page-title.text-center {
    font-size: 25px;
  }
  .all-articles .card.news.big-card .card-body .card-title {
    font-size: 18px;
  }
  .all-articles .card.news.big-card {
    padding: 0px;
    height: 300px;
  }
  .all-articles .card.news.big-card .card-body .card-text {
    font-size: 12px;
  }
  .single-content .title-wrapper .page-title {
    font-size: 25px;
  }
  .single-content .content blockquote {
    margin: 30px 10px 30px 50px;
  }
  p {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  .card {
    height: auto;
  }
  h2.title {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
    padding: 10px 20px 10px 20px;
    background: #DCDCE3;
    border-left: 5px solid #0074C8;
    overflow: hidden;
  }
  .cat-personal .card .img-wrapper {
    height: auto;
  }
  .container {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 11px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 10px;
  }
  .landing-banner .landing-banner-slider .slider-item:before {
    background: linear-gradient(to top, rgba(51, 62, 72, 0.7) 40%, rgba(0, 0, 0, 0.01));
  }
  .landing-banner .landing-banner-slider i {
    display: none;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
    left: 5%;
    max-width: 80%;
    top: auto;
    bottom: 7%;
    transform: translateY(0%);
    z-index: 10;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
    font-size: 18px;
    line-height: 1.1;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat {
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat a {
    font-size: 8px;
    padding-right: 10px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 5px;
    margin: 3px 3px;
  }
  .landing-banner .landing-banner-slider .owl-dots {
    bottom: -4%;
    transform: translate(-50%, -50%);
  }
  .landing-banner .landing-banner-slider .owl-item img.main-img {
    height: 45vh;
  }
  .card .card-body .card-title {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .card .card-body .card-text {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .card .card-body .cat {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .card.small-card .img-wrapper {
    height: auto;
  }
  .card.small-card .card-body .card-title {
    font-weight: 500;
  }
  .card.small-card .card-body .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .latest {
    padding: 15px 0px;
  }
  .latest .card.small-card .img-wrapper {
    height: auto;
  }
  .latest .card.small-card .card-body .cat {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .latest .card.small-card .card-body .card-title {
    font-weight: 500;
  }
  .latest .card.small-card .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .cat-personal {
    padding: 30px 0px 20px 0px;
  }
  h2 .btn {
    right: 0%;
    transform: translate(-25%, -50%);
  }
  .home-videos {
    padding: 20px 0px;
  }
  .home-videos .card.line-card {
    margin-bottom: 30px;
  }
  .home-videos .card.line-card .card-body .cat {
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .home-videos .card.line-card .card-body .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .cat-sustainable {
    background: rgba(220, 220, 227, 0.4);
    padding: 30px 0px 20px 0px;
  }
  .small-videos.pl-3 {
    padding: 0px 0px !important;
  }
  h4.title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .single-content .excerpt {
    margin: 10px 10px 10px 0px;
    padding: 10px 10px 10px 15px;
    border-left: #0074C8 solid 5px;
    font-weight: 500;
    font-size: 12px;
  }
  .subscribe {
    padding: 20px 20px;
  }
  .subscribe input {
    font-size: 10px;
    padding: 5px;
  }
  .subscribe .title {
    margin-bottom: 10px;
  }
  .subscribe .btn {
    font-size: 10px;
    padding: 6px;
  }
  .site-footer {
    padding: 10px 0px 20px 0px;
  }
  .site-footer .card.small-card .card-body .cat {
    padding-top: 10px;
  }
  .site-footer .title {
    padding: 30px 0px 10px 0px;
  }
  .copyright {
    font-size: 10px;
  }
  .banner {
    width: 100%;
    margin: auto;
    min-height: 200px;
  }
  .banner .banner-content .banner-card {
    max-width: 90%;
  }
  .banner .banner-content .banner-card h2.page-title {
    font-size: 16px;
  }
  .all-articles {
    padding: 5px 0px 20px 0px;
  }
  .video-content {
    padding: 10px 0px;
  }
  .single-banner {
    width: 100%;
    margin: 2px auto 0px auto;
  }
  .single-banner .banner-content .banner-card h2.page-title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .single-content .meta-data ul li {
    font-size: 8px;
    padding: 0px 10px;
  }
  .single-content .meta-data ul li:first-child {
    font-size: 8px;
  }
  .single-content .meta-data ul li .post-views.entry-meta > span.post-views-icon.dashicons {
    font-size: 14px;
    display: none;
  }
  .single-content .meta-data ul li .small {
    font-size: 7px;
  }
  .single-content .meta-data ul li:after {
    width: 3px;
    height: 3px;
    bottom: 30%;
  }
  iframe {
    max-height: 300px;
  }
  .single-content .side-bar {
    padding: 0px 0px;
  }
  .single-content .side-bar .tags ul .btn {
    padding: 5px 30px;
    font-size: 10px;
    line-height: 14px;
  }
  .single-content .side-bar .title {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .single-content .side-bar .rpwe-title a {
    font-size: 12px;
  }
  .landing-banner .landing-navigation {
    display: none;
  }
  .landing-banner .directional {
    display: none;
  }
  .home-latest {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-wrapper .directional {
    display: none;
  }
  .home-latest .col-md-5.pl-5 {
    padding-left: 15px !important;
  }
  .home-latest h2.title .icon {
    font-size: 20px;
  }
  .home-latest .home-podcast .card .cat {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .home-latest .home-podcast .card .cat a {
    padding: 3px 10px !important;
    margin-right: 10px !important;
  }
  .home-latest .home-podcast .card .card-body .card-title {
    font-size: 14px;
  }
  .news-cats {
    padding: 40px 0px;
  }
  .news-cats:after {
    width: 0%;
  }
  .news-cats.alternate:after {
    width: 0%;
  }
  .news-cats .card {
    padding: 0px 10px;
  }
  .news-cats .card-wrapper.pl-5 {
    padding-left: 0px !important;
  }
  .news-cats .card-wrapper .row:nth-child(2) {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .news-cats .darker h2.title {
    border-left: 10px solid #003484;
    margin-top: 40px;
  }
  .news-cats .card.card-1 .card-title {
    font-size: 16px;
    margin: 10px 0px;
  }
  .news-cats.alternate .darker h2.title {
    border-left: 10px solid #0074C8;
  }
  .footer {
    padding: 40px 0px 20px 0px;
  }
  .footer h3.title {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 0px !important;
    font-size: 18px;
  }
  .footer .offset-1 {
    margin-left: 0%;
  }
  .footer p {
    font-size: 14px;
  }
  .footer .subscribe-bx form .form-control {
    border-radius: 10spx;
    padding: 10px 15px;
    font-size: 14px;
  }
  .footer .width-80 {
    width: 85%;
  }
  .all-articles .latest-story .content {
    padding: 50px 0px;
    min-height: 50vh;
  }
  .all-articles .latest-story .content .width-80 {
    width: 85% !important;
  }
  .all-articles .latest-story .content .title {
    font-size: 20px;
  }
  .all-articles .latest-story .content a h2 {
    font-size: 1.2em;
    padding: 0px 0px 0px 0px;
  }
  .all-articles .latest-story .content p {
    padding-bottom: 15px;
  }
  .all-articles .more-articles {
    padding: 30px 0px 20px 0px;
  }
  .all-articles .more-articles .card .card-body .card-text {
    font-size: 14px;
  }
  .single-content {
    padding-top: 10px;
  }
  .single-content .title-wrapper {
    padding: 20px 0px 10px 0px;
  }
  .single-content .title-wrapper .page-title {
    font-size: 20px;
  }
  .single-content .get-date .the-date {
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.8em;
  }
  .side-bar .tags {
    padding-bottom: 0px !important;
  }
  .side-bar .tags h5 {
    font-size: 1em;
  }
  .related-cat {
    padding: 50px 0px;
  }
  .home-alternating {
    padding: 40px 0px;
  }
  .home-alternating .card {
    width: 95%;
    margin: auto;
  }
  .home-alternating .card .card-text {
    font-size: 14px;
  }
  .home-alternating .card .card-title {
    font-size: 18px;
    padding: 10px 0px 0px 0px;
  }
  .home-alternating .col-md-6.py-5 {
    padding: 20px 10px 30px 10px !important;
  }
  .home-property {
    background: #0074C8;
    padding: 50px 0px;
  }
  .pgntn-page-pagination .pgntn-page-pagination-block .pgntn-page-pagination-intro {
    display: none;
  }
  .pgntn-page-pagination .pgntn-page-pagination-block .page-numbers {
    padding: 3px 10px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1145px) {
  .mobile-header {
    display: none;
  }
}
@media only screen and (max-width: 1145px) {
  .desktop-header {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */