/*!
Theme Name: Mangochi Diocese
Theme URI: http://underscores.me/
Author: Kumsoft
Author URI: http://kumsoftsystems.com
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: Mangochidiocese
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.

Mangochi Diocese 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%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.857;
  color: #011b58;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  font-family: "Lato", sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

a:hover {
  text-decoration: none;
}

.text-primary {
  color: #262262 !important;
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.navigaion .c {
  padding: 0;
}

.top {
  position: relative;
  z-index: 12;
}

.nav-top {
  background: #e67727;
  padding: 14px 20px;
  color: white;
  text-align: right;
}

.nav-top span {
  padding-left: 15px;
  font-size: 12px;
}

.custom-brand {
  position: absolute;
  background-image: url("assets/images/logo-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 190px;
  width: 100%;
  left: 0;
  height: 190px;
  background-color: #fff;
  z-index: 100;
}

@media (max-width: 1024px) {
  .custom-brand {
    width: 160px;
    height: 170px;
  }
}

@media (max-width: 980px) {
  .custom-brand {
    width: 120px;
    height: 130px;
  }
}

@media (max-width: 560px) {
  .custom-brand {
    width: 120px;
    height: 130px;
    margin-left: 15px !important;
    top: 42px;
  }
}

.custom-brand img {
  display: block;
  width: 155px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.active {
  /*border-bottom: 3px solid black;*/
}

.bg-light {
  background-color: white !important;
}

.navbar-nav {
  /*flex-direction: row;*/
}

@media (max-width: 980px) {
  .navbar-nav {
    padding-top: 2.2rem;
  }
}

.nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0px;
}

.shadow-mx {
  box-shadow: 5px 5px 5px -5px #333, 5px 5px 5px -5px #333 !important;
}

.nav-link {
  /*letter-spacing: 1px;*/
  color: #262262 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 20px !important;
}

.dropdown > .dropdown-menu {
  top: 200%;
  transition: 5s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 90%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.857;
  color: #011b58;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a:hover {
  text-decoration: none;
}

.text-primary {
  color: #262262 !important;
}

.navigaion .c {
  padding: 0;
}

.top {
  position: relative;
  z-index: 12;
}

.nav-top {
  background: #e67727;
  padding: 14px 20px;
  color: white;
  text-align: right;
}

.nav-top span {
  padding-left: 15px;
  font-size: 12px;
}

.active {
  /*border-bottom: 3px solid black;*/
}

.bg-light {
  background-color: white !important;
}

.navbar-nav {
  /*flex-direction: row;*/
}

.nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0px;
}

.shadow-mx {
  box-shadow: 0 5px 5px 0 #333, 0 5px 5px 0s #333 !important;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.nav-link {
  /*letter-spacing: 1px;*/
  color: #262262 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 20px !important;
}

.dropdown > .dropdown-menu {
  top: 200%;
  transition: 5s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 90%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

header {
  position: relative;
}

.carousel-item {
  height: 85vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-default {
  color: #fcb817;
}

.slider .cornav {
  transition: 0.7s;
  position: relative;
}

.slider .lc {
  left: 20px;
}

.slider .rc {
  right: 20px;
}

header:hover .rc {
  right: 0;
}

header:hover .lc {
  left: 0;
}

section {
  position: relative;
  width: 100%;
  float: left;
}

.wrapper {
  padding-bottom: 10px;
}

.divider {
  position: relative;
  margin-top: 2px;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  /*right: 5%;*/
  width: 50%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(48, 49, 51),
    transparent
  );
}

.cus-card {
  transition: 0.3s;
  border: 3px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /*border-left: 1px solid #e67727;*/
}

.cus-card .card-title {
  /*color: #eee;*/
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.cus-card p {
  transition: none;
  color: grey;
}

.cus-card:hover {
  transition: 0.3s;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none !important;
  border: 3px solid #f7f7f7;
}

.bg-grey {
  background: #fafafa;
}

.card {
  transition: 0.3s;
}

.card:hover .card-img-top {
  opacity: 0.8;
}

.card:hover .category {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}

.thumb .date {
  line-height: 15px !important;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
  background: #262262;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thumb {
  position: relative;
}

.thumb .date .month {
  font-size: 12px;
  text-transform: uppercase;
}

.thumb .date .day {
  font-size: 18px;
}

.thumb .category {
  transition: 0.5s;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  background: #262262;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /*visibility: hidden;*/
}

.content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
}

.content-box .date-box .inner {
  width: 65px;
  text-align: center;
}

.content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}

.content-box .date-box .inner .date {
  background: #e67727;
  padding: 15px 0;
  padding: 10px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

user agent stylesheet div {
  display: block;
}

.content-box .date-box .inner {
  width: 65px;
  text-align: center;
}

.content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  border-top: 0px;
}

.date-box,
.content-box .content {
  display: table-cell;
  vertical-align: top;
}

.date-box {
  padding-right: 25px;
}

.content a:hover {
  text-decoration: none;
}

.cause-img img {
  width: 30px;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

/*a {
	text-decoration: none;
	outline: 0; }
  
  a:active,
  a:focus,
  a:hover,
  a:visited {
	text-decoration: none;
	outline: 0; }
  */
img {
  border: none;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

.xs-heading .xs-title {
  color: #041d57;
  font-size: 3.28571em;
  font-weight: 700;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}

.xs-heading .xs-title:before {
  position: absolute;
  content: attr(data-title);
  top: -90px;
  left: -44px;
  font-size: 3.846em;
  color: #f9f9f9;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}

.xs-heading .xs-title.big {
  font-size: 3.71429em;
  margin-bottom: 0;
}

.xs-heading .xs-title.small {
  font-size: 2.57143em;
}

.xs-heading span {
  color: #e67727;
}

.xs-heading .color-green {
  color: #3ac798;
}

.xs-heading .color-white {
  color: #ffffff;
}

.xs-heading .xs-separetor {
  width: 35px;
  margin-bottom: 19px;
}

.xs-heading p {
  margin-bottom: 0;
  font-size: 1.14286em;
}

.xs-heading p.small {
  font-size: 1em;
}

.xs-heading .xs-btn-wraper {
  text-align: right;
  padding-top: 15px;
}

.xs-heading .mx-auto .xs-separetor {
  margin: 0 auto;
}

.xs-heading .mx-auto p {
  margin-bottom: 20px;
}

.xs-line-title {
  margin-bottom: 0px;
  color: #e67727;
  font-weight: 400;
  font-size: 1.57143em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.xs-line-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #e67727;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
}

.xs-separetor {
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  position: relative;
}

.xs-separetor.v2 {
  height: 2px;
  width: 70px;
  background-color: #2cc391;
}

.xs-separetor.v3 {
  width: 104px;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #041d57 0%,
    #041d57 40%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    #041d57 60%,
    #041d57 100%
  );
}

.xs-separetor.v3::before,
.xs-separetor.v3::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #041d57;
}

.xs-separetor.v3::before {
  left: calc(50% - 7px);
}

.xs-separetor.v3:after {
  left: calc(50% + 1px);
}

.xs-separetor.dashed {
  background-image: repeating-linear-gradient(
    to right,
    #041d57 0%,
    #041d57 16%,
    rgba(255, 255, 255, 0) 16%,
    rgba(255, 255, 255, 0) 32%,
    #041d57 32%,
    #041d57 48%,
    rgba(255, 255, 255, 0) 48%,
    rgba(255, 255, 255, 0) 64%,
    #041d57 64%,
    #041d57 80%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 96%,
    rgba(4, 29, 87, 0) 96%,
    rgba(4, 29, 87, 0) 100%
  );
}

.xs-round-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  background-color: #369ff4;
  color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.14286em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-round-btn:hover {
  color: #041d57;
}

.btn {
  font-size: 0.85714em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 39px;
  line-height: 1;
  border: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn.bg-orange {
  background-color: #fe813a;
}

.btn:before,
.btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn:before {
  left: 50%;
}

.btn:after {
  right: 50%;
}

.btn:hover:before,
.btn:hover:after {
  width: 50%;
}

.btn .badge {
  padding: 0;
  font-size: 1.167em;
  padding-right: 7px;
  top: 1px;
}

.btn:hover {
  color: #000000;
  background-color: #ffffff;
}

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

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #fcb817 !important;
}

.btn-primary:hover:before,
.btn-primary:hover:after {
  background-color: #041d57;
}

.btn-primary:hover {
  background-color: #fcb817;
  color: #ffffff;
}

.btn-outline-primary {
  border: 2px solid #f2f2f2;
  padding: 14px 34px;
  background-color: transparent;
}

.btn-outline-primary:hover {
  border-color: #ffffff;
}

.btn-secondary {
  background-color: #041d57;
}

.btn-secondary:hover:before,
.btn-secondary:hover:after {
  background-color: #fcb817;
}

.btn-secondary:hover {
  background-color: #041d57;
  color: #ffffff;
}

.btn-warning {
  background-color: #fa575d;
}

.btn-warning:hover:before,
.btn-warning:hover:after {
  background-color: #fcb817;
}

.btn-warning:hover {
  background-color: #fa575d;
  color: #ffffff;
}

.btn-success {
  background-color: #2cc391;
}

.btn-success:hover:before,
.btn-success:hover:after {
  background-color: #fcb817;
}

.btn-success:hover {
  background-color: #2cc391;
  color: #ffffff;
}

.btn-color-alt:hover {
  color: #000000;
}

.btn-color-alt:hover:before,
.btn-color-alt:hover:after {
  background-color: #ffffff;
}

.xs-btn-wraper a {
  margin-right: 20px;
}

.xs-btn-wraper a:last-child {
  margin-right: 0;
}

.xs-simple-tag li {
  line-height: 1;
}

.xs-simple-tag li a {
  font-size: 0.85714em;
  color: #e67727;
  text-transform: capitalize;
}

.xs-simple-tag li a.color-light-red {
  color: #fa575d;
}

.xs-simple-tag li a.color-purple {
  color: #9064bf;
}

.xs-simple-tag li a.color-blue {
  color: #369ff4;
}

.xs-simple-tag li a.color-burntOrange {
  color: #fe813a;
}

.xs-simple-tag li a.color-riptide {
  color: #8ed4cc;
}

.xs-simple-tag li a.color-orange {
  color: #f7a900;
}

.xs-post-title {
  font-size: 1.28571em;
  font-weight: 600;
  color: #041d57;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.5;
}

a.xs-post-title:hover {
  color: #e67727;
}

.xs-round-avatar {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
}

.xs-avatar-title {
  -ms-flex-item-align: center;
  align-self: center;
}

.xs-avatar-title a {
  color: #041d57;
  margin: 0;
  line-height: 1;
  font-size: 0.85714em;
  text-transform: capitalize;
}

.xs-avatar-title span {
  color: #b6b6b6;
  margin: 0 5px 0 0;
}

.xs-sub-title,
.xs-text-content h2,
.xs-feature-content h2,
.xs-feature-content-v2 h2,
.xs-feature-box-content h3 {
  font-weight: 700;
  font-size: 2.57143em;
  letter-spacing: -0.2px;
}

.xs-big-sub-title,
.xs-volunteer-form-wraper h2 {
  font-weight: 700;
  font-size: 3.28571em;
  letter-spacing: -0.2px;
}

.xs-social-list li,
.xs-social-list-v2 li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.xs-social-list li:last-child,
.xs-social-list-v2 li:last-child {
  margin: 0;
}

.xs-social-list li a,
.xs-social-list-v2 li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1.07143em;
  color: #ffffff;
}

.xs-social-list li a:hover,
.xs-social-list-v2 li a:hover {
  border-color: transparent;
  background-color: #041d57;
}

.xs-social-list li a.color-facebook:hover,
.xs-social-list-v2 li a.color-facebook:hover {
  background-color: #3b5998;
}

.xs-social-list li a.color-twitter:hover,
.xs-social-list-v2 li a.color-twitter:hover {
  background-color: #1da1f2;
}

.xs-social-list li a.color-dribbble:hover,
.xs-social-list-v2 li a.color-dribbble:hover {
  background-color: #ea4c89;
}

.xs-social-list li a.color-pinterest:hover,
.xs-social-list-v2 li a.color-pinterest:hover {
  background-color: #bd081c;
}

.xs-social-list li a.color-instagram:hover,
.xs-social-list-v2 li a.color-instagram:hover {
  background-color: #e1306c;
}

.xs-social-list li a.color-linkedin:hover,
.xs-social-list-v2 li a.color-linkedin:hover {
  background-color: #dd5143;
}

.xs-social-list.square li a,
.square.xs-social-list-v2 li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0%;
  border: 1px solid #f4f4f4;
  background-color: transparent;
  color: #041d57;
}

.xs-social-list.square li a:hover,
.square.xs-social-list-v2 li a:hover {
  color: #ffffff;
}

.xs-social-list.simple li,
.simple.xs-social-list-v2 li {
  margin-right: 15px;
}

.xs-social-list.simple li a,
.simple.xs-social-list-v2 li a {
  color: #041d57;
  border: 0;
  width: auto;
  height: auto;
  line-height: 0;
  background-color: transparent;
}

.xs-social-list.simple li a:hover,
.simple.xs-social-list-v2 li a:hover {
  background-color: transparent;
  border: 0;
}

.xs-social-list.simple li a.color-facebook:hover,
.simple.xs-social-list-v2 li a.color-facebook:hover {
  color: #3b5998;
}

.xs-social-list.simple li a.color-twitter:hover,
.simple.xs-social-list-v2 li a.color-twitter:hover {
  color: #1da1f2;
}

.xs-social-list.simple li a.color-dribbble:hover,
.simple.xs-social-list-v2 li a.color-dribbble:hover {
  color: #ea4c89;
}

.xs-social-list.simple li a.color-pinterest:hover,
.simple.xs-social-list-v2 li a.color-pinterest:hover {
  color: #bd081c;
}

.xs-social-list.simple li a.color-instagram:hover,
.simple.xs-social-list-v2 li a.color-instagram:hover {
  color: #e1306c;
}

.xs-social-list.simple li a.color-linkedin:hover,
.simple.xs-social-list-v2 li a.color-linkedin:hover {
  color: #dd5143;
}

.xs-social-list.simple li:last-child,
.simple.xs-social-list-v2 li:last-child {
  margin-right: 0;
}

.xs-social-list.boxed li,
.boxed.xs-social-list-v2 li {
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.xs-social-list.boxed li a,
.boxed.xs-social-list-v2 li a {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  color: #485e92;
  font-size: 0.85714em;
  height: auto;
  width: 100%;
  padding: 14px 0px;
  font-weight: 700;
  border-radius: 0%;
  line-height: normal;
}

.xs-social-list.boxed li a:hover,
.boxed.xs-social-list-v2 li a:hover {
  color: #ffffff;
}

.xs-social-list.boxed li i,
.boxed.xs-social-list-v2 li i {
  padding-right: 15px;
}

.xs-social-list-v2 li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #55acee;
  background-color: transparent;
  font-size: 1em;
}

.xs-round-nav {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 100%;
  background-color: #3ac798;
  color: #ffffff;
  font-size: 1.42857em;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-round-nav:hover {
  background-color: #041d57;
}

.xs-square-nav {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 75px;
  background-color: #2cc391;
  text-align: center;
  color: #ffffff;
  font-size: 2.14286em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-square-nav:hover {
  background-color: #fe8743;
}

blockquote {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  border-left: 1px solid #dadada;
  color: #677eb4;
  margin-left: 70px;
}

blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  left: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e67727;
  font-size: 2.14286em;
}

blockquote span {
  color: #e67727;
}

.xs-countdown-timer {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.xs-countdown-timer .timer-count {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #041d57;
  font-size: 1.14286em;
  line-height: 1;
}

.xs-countdown-timer .timer-count .timer-title {
  display: block;
  font-weight: 400;
  color: #626c84;
  font-size: 0.875em;
  margin-top: 10px;
}

.xs-countdown-timer.timer-style-2 {
  background-color: #041d57;
  padding: 20px 40px;
  text-align: center;
}

.xs-countdown-timer.timer-style-2 .timer-count,
.xs-countdown-timer.timer-style-2 .timer-title {
  color: #ffffff;
}

.xs-info-list i {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #e67727;
  text-align: center;
  color: #ffffff;
  font-size: 1.14286em;
  margin-right: 20px;
}

.xs-info-list i.bg-red {
  background-color: #fa575d;
}

.xs-info-list i.bg-green {
  background-color: #2cc391;
}

.xs-info-list i.bg-blue {
  background-color: #369ff4;
}

.xs-info-list li,
.xs-info-list a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.49;
  margin-bottom: 17px;
  display: inline-block;
}

.xs-info-list a {
  margin-top: 8px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-info-list a:hover {
  color: #ffffff;
}

.xs-info-list li:last-child {
  margin-bottom: 0;
}

.xs-info-list li:after {
  display: table;
  content: "";
  clear: both;
}

.xs-back-to-top-wraper {
  position: absolute;
  right: 36px;
  bottom: 20px;
  z-index: 9999;
}

.xs-back-to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e67727;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 1.78571em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-back-to-top:hover {
  color: #ffffff;
}

.xs-unorder-list li {
  margin-bottom: 10px;
  position: relative;
}

.xs-unorder-list li:last-child {
  margin-bottom: 0;
}

.xs-unorder-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #e67727;
}

.xs-unorder-list.arrow li {
  padding-left: 18px;
}

.xs-unorder-list.arrow li:before {
  content: "\f178";
}

.xs-unorder-list.play li {
  padding-left: 18px;
}

.xs-unorder-list.play li:before {
  content: "\f04b";
}

.xs-unorder-list li i {
  padding-right: 17px;
}

.xs-unorder-list.check li {
  padding-left: 40px;
}

.xs-unorder-list.check li::before {
  content: "\f00c";
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #2cc391;
  text-align: center;
  top: -3px;
}

.xs-unorder-list.circle li {
  padding-left: 16px;
}

.xs-unorder-list.circle li::before {
  content: "\f111";
  color: #369ff4;
}

.xs-unorder-list.green-icon li:before {
  color: #3ac798;
}

.lead {
  font-size: 1.14286em;
}

/* Pagination */
.xs-pagination li {
  margin-right: 10px;
}

.xs-pagination li:last-child {
  margin-right: 0;
}

.xs-pagination li a {
  border: 2px solid #daefe7;
  width: 36px;
  height: 36px;
  color: #041d57;
  font-size: 1.14286em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  line-height: 33px;
}

.xs-pagination li a:hover,
.xs-pagination li a.active {
  background-color: #2cc391;
  border-color: #2cc391;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.xs-pagination .page-item:first-child .page-link,
.xs-pagination .page-item:last-child .page-link {
  border-radius: 0;
}

/* watermark icon */
.icon-watermark {
  position: absolute;
  right: -38px;
  top: -26px;
  font-size: 21.42857em;
  opacity: 0.2;
}

/* preloader */
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background-color: #e67727;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.xs-header .nav-brand {
  background-image: none;
  -webkit-filter: drop-shadow(none);
  filter: drop-shadow(none);
  min-height: 100px;
  max-height: 100px;
  line-height: 100px;
}

.xs-header .nav-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px 15px;
  height: auto;
  color: #000000;
}

.header-transparent .nav-brand,
.xs-box .nav-brand {
  display: block;
  position: relative;
  z-index: 1;
  background-image: url("../images/logo-bg.html");
  -webkit-filter: drop-shadow(8px 0px 16px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(8px 0px 16px rgba(0, 0, 0, 0.2));
  min-height: 140px;
  max-height: 140px;
  line-height: 110px;
  text-align: center;
}

.xs-nav-logo {
  display: none;
}

.header-transparent .nav-menu,
.xs-box .nav-menu {
  text-align: center;
}

.header-transparent .nav-menu li,
.xs-box .nav-menu li {
  float: none;
}

.header-transparent .nav-menu li a,
.xs-box .nav-menu li a {
  padding: 60px 15px;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-transparent .xs-top-bar {
  margin-left: -15px;
  margin-right: -15px;
}

.header-transparent .nav-menu li a {
  color: #ffffff;
}

.header-transparent .nav-menu li a .submenu-indicator-chevron {
  border-color: transparent #ffffff #ffffff transparent;
}

/* nav bar v2 */
.xs-box .xs-top-bar {
  margin-left: 0px;
  margin-right: 0px;
}

.xs-top-bar {
  /* background-color: #011b58; */
  background-color: #fcb817;
  padding: 14px 20px;
}

.xs-top-bar .xs-top-bar-mail {
  float: right;
  margin-right: 40px;
  line-height: 1;
}

.xs-top-bar .xs-top-bar-mail i,
.xs-top-bar .xs-top-bar-mail svg {
  margin-right: 3px;
}

.xs-top-bar .xs-top-bar-mail > span {
  padding-right: 8px;
}

.xs-top-bar .xs-top-social {
  float: right;
  line-height: 1;
}

.xs-top-bar .xs-top-social li {
  display: inline-block;
  margin-right: 18px;
}

.xs-top-bar .xs-top-social li:last-child {
  margin-right: 0;
}

.xs-top-bar .xs-top-social li a,
.xs-top-bar .xs-top-bar-mail {
  color: #ffffff;
  font-size: 0.85714em;
}

.xs-top-bar.top-bar-second {
  background-color: #079bbb;
  position: relative;
  overflow: hidden;
}

.xs-top-bar.top-bar-second .xs-top-bar-mail {
  float: left;
  margin-right: 0;
}

.xs-top-bar.top-bar-second:before,
.xs-top-bar.top-bar-second:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(50% - 570px + 1em);
  height: 30px;
  background-color: #ffffff;
  border-top: 18px solid #079bbb;
  border-bottom: 28px solid #ffffff;
}

.xs-top-bar.top-bar-second::before {
  left: -10px;
  border-right: 18px solid #079bbb;
}

.xs-top-bar.top-bar-second:after {
  right: -10px;
  border-left: 18px solid #079bbb;
}

.xs-header.xs-box .nav-menus-wrapper {
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xs-header.xs-box .nav-menu {
  text-align: right;
}

.xs-header.xs-box .nav-menu li a {
  color: #011b58;
  padding: 25px 15px;
}

.xs-header.xs-box .nav-menu li a .submenu-indicator-chevron {
  border-color: transparent #011b58 #011b58 transparent;
}

.xs-header.xs-box .xs-menus {
  position: relative;
}

.xs-header.xs-box [class*="col-"]:not(.xs-logo-wraper) {
  background-color: #ffffff;
}

.xs-header.xs-box .xs-navs-button {
  text-align: right;
  height: 100%;
  padding: 13px 20px 12px 0;
}

.xs-header.xs-box .xs-top-bar ~ .nav-menus-wrapper .xs-logo-wraper {
  margin-top: -42px;
}

.xs-header.xs-fullWidth {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.xs-header.xs-fullWidth .nav-brand {
  padding: 13px 0;
  display: block;
  min-height: auto;
  max-height: 90px;
  line-height: 0;
}

.xs-header.xs-fullWidth .nav-menu {
  text-align: right;
}

.xs-header.xs-fullWidth .nav-menu li {
  float: none;
}

.xs-header.xs-fullWidth .nav-menu li a {
  padding: 34px 22px;
  color: #222222;
}

.xs-header.xs-fullWidth .nav-menu li a .submenu-indicator-chevron {
  border-color: transparent #222222 #222222 transparent;
}

.xs-header.xs-fullWidth .nav-menu li:last-child a {
  padding-right: 0;
}

.xs-menus.xs_nav-landscape .nav-submenu {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.xs-menus.xs_nav-landscape .nav-submenu li a {
  padding: 12px 20px;
  border-bottom: 1px solid #f1f1f1;
  color: #050c24;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-menus.xs_nav-landscape .nav-submenu li a:hover {
  color: #e67727;
}

.xs-menus.xs_nav-landscape .nav-submenu li:last-child a {
  border-bottom: 0px solid #000;
}

.xs-menus .nav-menu li .nav-submenu {
  border-top: 0px;
}

.xs_nav-landscape .nav-logo {
  display: none;
}

.xs-welcome-content {
  min-height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.xs-welcome-wraper {
  position: relative;
  z-index: 1;
}

.xs-welcome-wraper h2 {
  font-size: 4.64286em;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.xs-welcome-wraper p {
  font-size: 1.28571em;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}

.xs-welcome-wraper .xs-btn-wraper a {
  font-size: 1em;
}

.xs-welcome-wraper .xs-btn-wraper .badge {
  font-size: 1em;
}

.xs-welcome-wraper.banner-verion-2 p {
  font-size: 1.57143em;
  margin-bottom: 0px;
}

.xs-welcome-wraper.banner-verion-2 h2 {
  font-size: 5.14286em;
}

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

.xs-banner-slider .owl-nav .owl-prev,
.xs-banner-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-banner-slider .owl-nav .owl-prev > *,
.xs-banner-slider .owl-nav .owl-next > * {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-banner-slider .owl-nav .owl-prev {
  left: 0;
}

.xs-banner-slider .owl-nav .owl-next {
  right: 0;
}

.xs-banner-slider:hover .owl-prev {
  left: 30px;
}

.xs-banner-slider:hover .owl-prev > * {
  opacity: 1;
}

.xs-banner-slider:hover .owl-next {
  right: 30px;
}

.xs-banner-slider:hover .owl-next > * {
  opacity: 1;
}

.xs-banner-slider .active .xs-welcome-wraper h2,
.xs-banner-slider .active .xs-welcome-wraper p,
.xs-banner-slider .active .xs-welcome-wraper .xs-btn-wraper a {
  -webkit-animation: animLeft 1s ease 100ms both;
  animation: animLeft 1s ease 100ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-banner-slider .active .xs-welcome-wraper p {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.xs-banner-slider .active .xs-welcome-wraper .xs-btn-wraper a:first-child {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.xs-banner-slider .active .xs-welcome-wraper .xs-btn-wraper a:last-child {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes animLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* welcome version 2 */
.xs-banner-slider.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.xs-feature-coulmn {
  margin-top: -100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.btn-ouline-primary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.bg-primary {
  background: #262262 !important;
}

.card-img-top {
  height: 210px !important;
}

.img-top-project {
  position: relative;
}

.card:hover .img-top-project img {
  opacity: 1;
}

.card:hover .img-top-project:after {
  transform: scale(1, 1);
}

.card:hover i {
  visibility: visible;
}

.img-top-project:after {
  transition: 0.5s;
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;

  transform: scale(0, 0);
}

.img-top-project i {
  transition: 0.5s;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.project-c-body {
  /*border-right: 2px solid #011b58;*/
  /*border-bottom: .5px solid #011b58;*/
}

.cust-btn {
  /*border-radius: 50% !important;*/
  color: #ffffff !important;
}

.cover {
  position: relative;
  top: -113px;
  background: url("../img/team.html") rgba(0, 0, 0, 0.82);
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-attachment: fixed;
  text-align: center;
  padding-top: 150px;
  /*width: 200px;*/
  background-blend-mode: multiply;
}

.single-content {
  position: relative;
  top: -113px;
}

.menu-item-has-children a:first-child::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.sub-menu a::after {
  display: none !important;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

.sub-menu {
  transition: 0.5s;
  position: absolute;
  background: #fff;
  transform: scale(0, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sub-menu li {
  border-bottom: 1px solid #ced4da !important;
}

.sub-menu li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu-item-has-children:hover .sub-menu {
  transform: scale(1, 1);
}

.sec-padding {
  padding: 70px 0 75px;
}

.sec-title {
  /*margin-bottom: 63px;*/
}

.sec-title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #202a30;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.sec-title p {
  font-size: 16px;
  color: #747474;
  margin: 0;
  margin-bottom: 20px;
}

.sec-title span.decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec-title span.inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}

.sec-title span.decor:before,
.sec-title span.decor:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}

.sec-title span.decor:before {
  left: 14px;
}

.sec-title span.decor:after {
  right: 14px;
}

.sec-title.text-left span.decor {
  margin-left: 50px;
}

.sec-title.style-two span.decor {
  border-color: #0ebfe5;
}

.sec-title.style-two span.decor .inner {
  background: #0ebfe5;
}

.sec-title.style-two span.decor:after {
  right: -94px;
}

.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
  background: #dcdcdc;
}

.sec-title.colored span.decor {
  border-color: #011b58;
}

.sec-title.colored span.decor span.inner {
  background: #011b58;
}

.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
  background: #011b58;
}

.sec-color {
  color: #202a30;
  font-weight: 700;
}

.double-line {
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}

.double-line::before,
.double-line::after {
  border: 1px solid #011b58;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  margin: 1px auto auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.double-line::before {
  bottom: -10px;
}

.double-line.line-left::before,
.double-line.line-left::after {
  left: 0;
  right: auto;
}

.line-bottom {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.line-bottom::before,
.line-bottom::after {
  background-color: #011b58;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  margin: 1px auto auto;
  position: absolute;
  right: 0;
  width: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.line-bottom::before {
  background-color: #eee;
}

.line-bottom.line-left::before,
.line-bottom.line-left::after {
  left: 0;
  right: auto;
}

.cause {
  /*    background: url('../img/dots.png');
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-attachment: fixed;
	  text-align: center;
	  padding-top: 150px;*/
  /*width: 200px;*/
  /*background-blend-mode: multiply;*/
}

/** = Footer
  ----------------------------------------------------------------------------------------------------*/
.main-footer {
  position: relative;
  z-index: 90;
  background: #1e2129;
}

footer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #181723;
  opacity: 0.7;
  z-index: -1;
}

.footer-content {
  position: relative;
  padding: 85px 0 80px;
}

.footer-content:before {
  position: absolute;
  content: "";
  background: url("../img/footer-pattern.html") no-repeat;
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0;
  background-size: cover;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-name: footer-slide;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -moz-animation-name: footer-slide;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: alternate;
  -ms-animation-name: footer-slide;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -ms-animations-direction: alternate;
  -o-animation-name: footer-slide;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -o-animation-direction: alternate;
}

@keyframes footer-slide {
  0% {
    right: 0;
    /* transform: translate3d(0,0,0); */
  }

  100% {
    right: 744px;
    /* transform: translate3d(-1692px, 0, 0); */
  }
}

.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 60px;
}

.main-footer .footer-column {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 34px;
}

figure {
  margin: 0 0 1rem;
}

.main-footer .footer-logo img {
  display: block;
  width: 200px;
  height: auto;
  max-width: 100%;
}

.main-footer .about-widget .text {
  font-size: 16px;
  color: #d4dae3;
  margin-bottom: 30px;
}

.main-footer .about-widget .loc ul li {
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 58px;
  position: relative;
  color: #848484;
}

.main-footer .about-widget .loc .text-holder p {
  margin-bottom: 25px;
}

.main-footer .about-widget .loc ul li .iocn-holder {
  position: absolute;
  left: 0;
  top: -5px;
  width: 44px;
  height: 38px;
  background: #e67727;
  border-radius: 0;
  text-align: center;
  line-height: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-footer .about-widget .loc ul li .iocn-holder .contact,
.main-footer .about-widget .loc ul li .iocn-holder .placeholder {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}

.main-footer .services-widget {
  position: relative;
  padding-left: 25px;
}

.main-footer .services-widget .list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.main-footer .services-widget .list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding-left: 18px;
  color: #d4dae3;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .services-widget .list li a:before {
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 15px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 12px 25px;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: #848484;
  font-size: 14px;
  margin-bottom: 12px;
  border: none;
  outline: none;
  padding: 0 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 12px 25px;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 12px 25px;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 12px;
  border: none;
  outline: none;
  padding: 0 20px;
}

.footer-widget.contact-widget textarea {
  height: 120px;
  padding-top: 15px;
  margin-bottom: 15px;
}

/*.footer-widget.contact-widget button {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    font-size: 13px;*/
/*    border: none;*/
/*    outline: none;*/
/*    padding: 0;*/
/*    line-height: 50px;*/
/*    font-weight: bold;*/
/*    transition: all .3s ease;*/
/*}*/

.btn-style-one {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #da1926;
  font-family: "Montserrat", sans-serif;
}

.footer-bar {
  background: #111120;
  padding: 30px 0;
}

.footer-bar,
.newsletter-signup,
footer {
  float: left;
  width: 100%;
}

.footer-bar-title,
.newsletter-signup form {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 980px) {
  .newsletter-signup {
    margin-bottom: 15px;
  }
}

.footer-bar-title {
  max-width: 35%;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .footer-bar-title {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .footer-bar-title {
    float: left;
    max-width: none;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-bar-title {
    margin-bottom: 10px;
    text-align: center;
  }
}

.newsletter-signup form {
  width: 64%;
}

@media (max-width: 640px) {
  .newsletter-signup form {
    width: 100%;
  }
}

.newsletter-signup form input {
  height: 40px;
  display: table-cell;
  width: 66%;
  margin-right: 2%;
  font-size: 13px;
  color: #666;
  padding: 10px 20px;
  border: 0;
}

@media (max-width: 1200px) {
  .newsletter-signup form input {
    width: 60%;
  }
}

@media (max-width: 640px) {
  .newsletter-signup form input {
    margin: 10px 0;
    width: 100%;
  }
}

.newsletter-signup form button {
  display: table-cell;
  width: 30%;
  height: 40px;
  padding: 10px;
}

@media (max-width: 1200px) {
  .newsletter-signup form button {
    width: 36%;
  }
}

@media (max-width: 640px) {
  .newsletter-signup form button {
    width: 100%;
  }
}

.footer-social-btns {
  float: right;
  text-align: right;
  width: 100%;
  height: 46px;
}

.footer-social-btns .socials {
  line-height: 1;
  padding-top: 2px;
}

.footer-social-btns .socials .fa.fa-facebook {
  padding: 0 3px 0 3px;
}

@media (max-width: 980px) {
  .footer-social-btns {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .footer-social-btns {
    text-align: center;
    float: left;
  }
}

.social {
  display: inline-block;
  vertical-align: middle;
}

.social a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.newsletter-signup form button:hover,
.social a {
  color: #fff;
}

.social a {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 11px;
  line-height: 44px;
  background: #25253c;
}

@media (max-width: 480px) {
  .social a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
    width: 34px;
  }
}

.social a i {
  float: left;
  line-height: 42px;
  width: 100%;
}

@media (max-width: 480px) {
  .social a i {
    line-height: 34px;
    font-size: 12px;
  }
}

.bottom-bar {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.bottom-bar p {
  color: #afafaf;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .bottom-bar p {
    padding-left: 15px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .bottom-bar p {
    text-align: center;
  }
}

.socials {
  display: inline-block;
}

.socials a {
  padding: 10px;
  background: #eee;
  border-radius: 50px;
  display: inline-block;
  width: 34px;
}

.f-ico {
  padding: 10px;
  background: #eee;
  border-radius: 50px;
  display: inline-block;
  width: 34px;
}

/*slick*/

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

iframe {
  position: relative;
  bottom: -6px;
}

.slide .card {
  height: 200px;
}

.slide .card .card-body img {
  height: auto;
}

.slide .card-body {
  transition: 0.3s;
  border: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide .card {
  border: none;
}

.slide .card :hover {
  border: 2px solid #f7f7f7;
}

.slide .card-body :hover {
  border: none;
}

.slide .card {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  /* border-left: 1px solid #e67727; */
}

.slide .card-body {
  box-shadow: 0 0 rgba(0, 0, 0, 0.15) !important;
  /* border-left: 1px solid #e67727; */
}

.slide:hover .card {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.slide:hover .card-body {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.owl-carousel .owl-item img {
  display: initial !important;
  width: inherit !important;
}

.xs-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.carousel-title {
  /* font-size: 4.6em; */
  font-size: 82px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
  padding: 0 40px;
}

.carousel-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  /* font-weight: 600; */
  margin-bottom: 40px;
  line-height: 1.5;
  padding: 10px 200px 0;
}

@media (max-width: 980px) {
  .carousel-title {
    /* font-size: 4.6em; */
    font-size: 62px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}

@media (max-width: 680px) {
  .carousel-title {
    /* font-size: 4.6em; */
    font-size: 52px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .carousel-title {
    /* font-size: 4.6em; */
    font-size: 52px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.card-body .cause-img {
  padding-bottom: 40px;
}

.card-body .card-text {
  padding-bottom: 10px;
}

/** =Sidebar 
  -------------------------------------------------------------------------------------------------------------------- */

.sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  margin-bottom: 30px;
  background: #0000000d;
  padding: 35px 20px 20px;
}

.sidebar .search-widget .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
  position: relative;
  line-height: 26px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #fff;
  background: #fff;
  font-style: italic;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-widget .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  background: #e67727;
  font-weight: normal;
  cursor: pointer;
  border: none;
}

.sidebar .sidebar-widget ul li .img-box,
.sidebar .sidebar-widget ul li .content-box {
  display: table-cell;
  vertical-align: middle;
}

.sidebar .sidebar-widget ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.sidebar .sidebar-widget ul li {
  list-style: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar .sidebar-widget ul li .img-box,
.sidebar .sidebar-widget ul li .content-box {
  display: table-cell;
  vertical-align: middle;
}

.sidebar .sidebar-widget ul li .img-box .inner-box {
  width: 70px;
  margin-right: 25px;
}

.sidebar .sidebar-widget ul li .img-box img {
  width: 70px;
}

.sidebar .sidebar-widget ul li .img-box,
.sidebar .sidebar-widget ul li .content-box {
  display: table-cell;
  vertical-align: middle;
}

.sidebar .sidebar-widget ul li .content-box h4 {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s ease;
}

.sidebar .sidebar-widget ul li .content-box span {
  color: #25bada;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
}

.cause {
  /*background-image: url('../img/multi.jpg');*/
  background-attachment: fixed;
  background-size: cover;
}

.carousel-caption {
  top: 35%;
}

@media (max-width: 980px) {
  .carousel-caption {
    top: 20%;
  }
}

@media (max-width: 480px) {
  .carousel-caption {
    top: 15%;
  }
}

.d-border {
  border: 2px solid #fcb817;
}

.btn-primary:hover {
  border-color: #0062cc !important;
}

.navbar-brand {
  margin: 0;
}

.input {
  border: 1px solid #ced4da !important;
}

.btn-primary {
  background-color: #fcb817 !important;
}

.card-title {
  height: 70px !important;
}

.card-text {
  height: 100px;
  overflow: hidden;
}

.card-text:last-child {
  height: 50px;
  overflow: hidden;
}

text-default {
  font-family: "ostrich_sansblack";
}

/** *Search Form and Overlay */
.Mangochidiocese-searching {
  position: relative;
  margin: 48px 0 12px;
}

.Mangochidiocese-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

body.Mangochidiocese-search-active .Mangochidiocese-searching {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.Mangochidiocese-searching .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url("../images/index.html"), auto;
}

.Mangochidiocese-searching form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.Mangochidiocese-searching form {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
}

.Mangochidiocese-searching form {
  max-width: 100%;
  width: 600px;
}

.Mangochidiocese-searching .form-control,
.Mangochidiocese-searching output {
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block;
}

.Mangochidiocese-searching .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Mangochidiocese-searching input[type="text"] {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
  font-style: italic;
}

.Mangochidiocese-searching button {
  width: 50px;
  line-height: 50px;
  border-radius: 0;
  float: left;
  font-size: 16px;
  padding: 0;
  border: 0;
  background-color: rgb(17, 17, 17);
  color: #fff;
  cursor: pointer;
}

.Mangochidiocese-searching button {
  background-color: #fcb817;
}

.block {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 640px) {
  .block {
    padding: 50px 0;
  }
}

.block.remove-gap {
  padding-top: 0;
}

.block.no-padding {
  padding: 0;
}

.title7 {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 640px) {
  .title7 {
    margin-bottom: 30px;
  }
}
.title7 h2 {
  display: table;
  font-family: "poppins", serif;
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 105px;
  position: relative;
}
@media (max-width: 1024px) {
  .title7 h2 {
    font-size: 45px;
  }
}
@media (max-width: 980px) {
  .title7 h2 {
    font-size: 40px;
  }
}

@media (max-width: 980px) {
  .title7 h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .title7 h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .title7 h2 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .title7 h2 {
    padding: 0 50px;
  }
}

@media (max-width: 480px) {
  .title7 h2 {
    font-size: 22px;
  }
}

@media (max-width: 414px) {
  .title7 h2 {
    font-size: 25px;
  }
}

.title7 h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  content: "";
  display: block;
  height: 2px;
  width: 80px;
}

.title7 h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  content: "";
  display: block;
  height: 2px;
  width: 80px;
}

.title7 h2::before,
.title7 h2::after,
.image > a {
  background-color: #fcb817;
}

@media (max-width: 480px) {
  .title7 h2::before,
  .title7 h2::after {
    width: 40px;
  }
}

.title7 i {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-style: normal;
  color: #afaeae;
  font-weight: normal;
}

.remove-ext {
  float: left;
  margin-bottom: -30px;
  width: 100%;
}
.story {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.story.story-new {
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}

.story.story-new:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
}

.image {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.story .image {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.image:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.74);
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.image:hover:before {
  opacity: 1;
}
.image > img {
  width: 100%;
  height: auto;
}
.image > a {
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  text-align: center;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(-270deg) scale(1.4);
  -moz-transform: rotate(-270deg) scale(1.4);
  -ms-transform: rotate(-270deg) scale(1.4);
  -o-transform: rotate(-270deg) scale(1.4);
  transform: rotate(-270deg) scale(1.4);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.image:hover > a {
  opacity: 0.8;
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

@media (max-width: 1024px) {
  .story.story-new .story-detail {
    padding: 40px 15px 30px;
  }
}

@media (max-width: 480px) {
  .story.story-new .story-detail {
    padding: 35px 15px 20px;
  }
}

.story-detail {
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 -10px 5px #fafafa inset;
  -moz-box-shadow: 0 -10px 5px #fafafa inset;
  -ms-box-shadow: 0 -10px 5px #fafafa inset;
  -o-box-shadow: 0 -10px 5px #fafafa inset;
  box-shadow: 0 -10px 5px #fafafa inset;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.story.story-new .story-detail {
  border-bottom: 1px solid rgb(224 224 224);
  border-left: 1px solid rgb(224 224 224);
  border-right: 1px solid rgb(224 224 224);
  box-shadow: none;
  padding: 40px 20px 30px;
  box-shadow: 0 0 16px inset #fcfcfc;
}

.stories-new-meta {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding: 14px 22px;
  min-width: 300px;
}

@media (max-width: 1024px) {
  .stories-new-meta {
    min-width: 255px;
  }
}

@media (max-width: 1024px) {
  .stories-new-meta {
    padding: 12px 12px;
  }
}

.stories-new-meta span {
  font-family: "Poppins", sans-serif;
  color: #888;
  font-size: 13px;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.stories-new-meta span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.stories-new-meta span .icon {
  color: #fcb817;
}

.stories-new-meta span .icon {
  font-size: 16px;
  padding-right: 2px;
}

.stories-new-meta span .icon {
  margin-right: 4px;
}

.stories-new-meta span a {
  color: #2a2a2a;
}

.story-detail > h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .story-detail > h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 640px) {
  .story-detail > h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .story-detail > h3 {
    font-size: 17px;
  }
}

@media (max-width: 414px) {
  .story-detail > h3 {
    font-size: 17px;
  }
}

.story-detail > h3 a {
  color: rgb(34 34 34);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-t60 {
  padding-top: 100px;
}

@media (max-width: 980px) {
  .p-t60 {
    padding-top: 60px;
  }
}

.vc_custom_1600 {
  padding-top: 50px !important;
  padding-bottom: 60px;
}
.parallax {
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.gray {
  background-color: #f5f5f5;
}

.simple-service {
  float: left;
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  .new_style_srvc.simple-service {
    margin-top: 30px;
  }
}
.simple-icon {
  float: left;
  width: 100%;
}

.simple-icon > span {
  width: 115px;
  height: 115px;
  display: inline-block;
  margin: 0 auto 30px;
  line-height: 100px;
  font-size: 44px;
  color: #999999;
  background: #f1f1f1;
  border: 5px solid #f6f6f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #cdcdcd inset;
  -moz-box-shadow: 0 0 15px #cdcdcd inset;
  -ms-box-shadow: 0 0 15px #cdcdcd inset;
  -o-box-shadow: 0 0 15px #cdcdcd inset;
  box-shadow: 0 0 15px #cdcdcd inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.simple-icon > span img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.new_style_srvc.simple-service .simple-icon > span {
  height: 125px;
  width: 125px;
  background-color: #fff;
  box-shadow: none;
  border: 8px solid #f1f1f1;
  line-height: 110px;
}

@media (max-width: 640px) {
  .new_style_srvc.simple-service .simple-icon > span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  .new_style_srvc.simple-service .simple-icon > span {
    height: 85px;
    width: 85px;
    line-height: 70px;
  }
}

.new_style_srvc.simple-service .simple-icon > span,
.widget .contact li span {
  color: #fcb817;
}

.new_style_srvc.simple-service:hover .simple-icon > span {
  color: #fff;
}

.simple-service:hover .simple-icon > span,
.new_style_srvc.simple-service .read-more:hover {
  border-color: #fcb817;
}

.simple-service:hover .simple-icon > span,
.simple-service .read-more:hover {
  background-color: #fcb817;
}

.new_style_srvc.simple-service .simple-icon > span .icon,
.new_style_srvc.simple-service .simple-icon > span svg {
  font-size: 48px;
}

@media (max-width: 480px) {
  .new_style_srvc.simple-service .simple-icon > span i,
  .new_style_srvc.simple-service .simple-icon > span svg {
    font-size: 30px;
  }
}

.simple-service > a > h3 {
  font-size: 16px;
  font-weight: 400;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new_style_srvc.simple-service > a > h3 {
  font-size: 26px;
  font-weight: 700;
  color: #011b58;
}

.simple-service:hover > a > h3 {
  color: #fcb817;
}

@media (max-width: 980px) {
  .new_style_srvc.simple-service > a > h3 {
    font-size: 22px;
  }
}

.simple-service > p {
  float: left;
  width: 100%;
  margin-top: -9px;
}

@media (max-width: 1024px) {
  .new_style_srvc.simple-service p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .new_style_srvc.simple-service p {
    font-size: 16px;
    padding: 0px 140px;
  }
}

@media (max-width: 480px) {
  .new_style_srvc.simple-service p {
    font-size: 16px;
    padding: 0px 100px;
  }
}

@media (max-width: 414px) {
  .new_style_srvc.simple-service p {
    font-size: 16px;
    padding: 0px;
  }
}

.simple-service .read-more {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  padding: 10px 30px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #2a2a2a;
}
.new_style_srvc.simple-service .read-more {
  padding: 16px 45px;
  border-radius: 30px;
  background-color: rgb(238 238 238);
  color: rgb(51 51 51);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  display: inline-block;
  margin-top: 30px;
  border: none;
}

.simple-service .read-more:hover {
  color: #fff;
}
.simple-service .read-more:hover {
  background-color: #fcb817;
}

.commissions-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #fcb817;
}

.carousel-item p {
  color: #fff;
}

footer {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blackish:before,
.coloured:before,
.whitish:before {
  background: none repeat scroll 0 0 #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

footer .block.blackish:before {
  opacity: 0.9;
  background: #011b58;
}

.widget {
  float: left;
  width: 100%;
}
.widget {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .widget {
    margin-bottom: 40px;
  }
}

footer .widget {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  footer .widget {
    margin-bottom: 40px;
  }
}

.about {
  float: left;
  width: 100%;
}

.widget .about img {
  padding-bottom: 20px;
  width: 100px;
  margin: 0 auto;
  display: block;
}

.about > span {
  float: left;
  width: 100%;
  color: #fff;
  color: #f1f1f1;
  margin-bottom: 10px;
}

.about > span {
  color: #999;
}

.about p {
  margin-bottom: 0px !important;
  font-size: 18px;
}

.widget p {
  color: #cac9c9;
}

footer .widget p {
  /* color: #777777; */
  color: #ffffff;
}

.contact {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.about ul {
  float: left;
  margin-top: 0px;
  width: 100%;
}

.contact li {
  color: #999999;
  line-height: 23px;
  margin-top: 3px;
}

footer .tagclouds > a,
footer .widget li {
  border: 1px solid #606060;
}

.about ul > li {
  color: #777;
  font-family: noto sans;
  font-size: 13px;
  line-height: 33px;
}

.widget .contact li {
  border: 0 none;
  color: #777777;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

footer .widget .contact li {
  color: #ffffff;
}

.widget .contact li span {
  float: left;
  min-width: 110px;
  font-size: 15px;
  padding-right: 10px;
}

.widget .contact li span {
  font-family: poppins;
  font-weight: 500;
}

.contact li i,
.contact li svg {
  margin-right: 10px;
  font-size: 13px;
}

.social-media {
  float: left;
  margin: 0 -5px;
  width: 100%;
}

.widget .about .social-media {
  margin-top: 15px;
}

footer .widget .about .social-media {
  margin-top: 20px;
}

.social-media li {
  float: left;
  margin: 0 5px;
  text-align: center;
}

.about ul > li {
  color: #777;
  font-family: noto sans;
  font-size: 13px;
  line-height: 33px;
}
.widget .about .social-media li {
  width: auto;
}

footer .widget .about .social-media li {
  border: 0;
}

.social-media li a {
  border: 1px solid #e0e0e0;
  color: #2a2a2a;
  height: 36px;
  line-height: 36px;
  width: 36px;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.widget .about .social-media li a {
  background: none;
  border: 0;
  padding: 0;
}

.widget .about .social-media li a {
  border: 1px solid rgb(84 84 84);
  color: rgb(42 42 42);
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

footer .widget .about .social-media li a {
  color: #777777;
}
.about ul li i,
.about ul li svg {
  color: #666666;
  margin-right: 10px;
}
.about .social-media li i,
.about .social-media li svg {
  border-color: rgb(102 102 102);
  color: rgb(255 255 255);
}

.widget .about .social-media li a i,
.widget .about .social-media li a svg {
  margin-right: 0;
  color: inherit;
}
.widget .about .social-media li a:hover {
  color: #fff;
}
.widget .about .social-media li a:hover {
  border: 0;
}
.widget .about .social-media li a:hover,
.social-media li a:hover {
  background-color: #fcb817;
}
.widget-title {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.widget-title > h4 {
  background: none repeat scroll 0 0 #333333;
  color: #777;
  float: left;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

footer .widget-title > h4 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 10px;
  letter-spacing: 1px;
  color: #ffffff;
}
.quick-message,
.quick-message .wpcf7 {
  float: left;
  width: 100%;
}

#fotter_msg {
  float: left;
  width: 100%;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  display: none;
}

#fotter_msg {
  background-color: #fcb817;
}

.widget form {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.quick-message form {
  margin: 0;
}

.widget form input[type="email"],
.widget form input[type="text"] {
  border: 0 none;
  float: left;
  font-size: 15px;
  height: 51px;
  margin-bottom: 15px;
  padding: 0 20px;
  width: 100%;
  /* background: none repeat scroll 0 0 #242424; */
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.widget .quick-message form input,
.widget .quick-message form textarea {
  /* background: none repeat scroll 0 0 rgb(8 8 8); */
  border: 1px solid #fcb817;
  color: #777777;
  float: left;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
}

.widget .quick-message form textarea {
  min-height: 100px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.widget form input[type="submit"] {
  float: left;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 30px;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.widget form input[type="submit"] {
  background-color: #fcb817;
}

.widget .quick-message input[type="submit"] {
  float: left;
  width: auto;
  margin-top: 15px;
  border-radius: 30px;
  border: 0;
  padding: 5px 30px;
  line-height: 23px;
  height: auto;
  font-size: 12px;
  color: #e9e9e9;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget .quick-message input[type="submit"]:hover {
  padding: 5px 40px;
}
.widget-blog {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget-blog-img {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .widget-blog-img {
    margin-right: 17px;
  }
}

.widget-blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-blog-img:before {
  background-color: #fcb817;
}

.widget-blog .widget-blog-img:hover:before {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-blog-img img {
  width: 120px !important;
  height: 120px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 1024px) {
  .widget-blog-img img {
    margin-top: 15px;
  }
}

.widget-blog h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 500;
  padding-top: 2px;
}

.widget-blog h6 a {
  color: #777777;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .widget-blog h6 a {
  color: #ffffff;
}

.widget-blog span {
  color: rgb(147 147 147);
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
}
.widget-blog span,
.bottom-footer p a {
  color: #fcb817;
}

.widget-blog .post-header {
  overflow: hidden;
}

.widget-blog span i,
.widget-blog span svg {
  font-size: 12px;
  margin-right: 10px;
}
.bottom-footer {
  /* background: none repeat scroll 0 0 #3d3d3d; */
  background: none repeat scroll 0 0 #011b58;
  float: left;
  padding: 25px 0;
  width: 100%;
}
.bottom-footer p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 100%;
}

.bottom-footer p a {
  font-weight: 600;
}

/**
* Single Page
*/

.page-top {
  float: left;
  padding-bottom: 80px;
  padding-top: 100px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.page-top:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-top h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1024px) {
  .page-top h1 {
    font-size: 47px;
  }
}

@media (max-width: 980px) {
  .page-top h1 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .page-top h1 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .page-top h1 {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .page-top h1 {
    font-size: 28px;
  }
}

@media (max-width: 414px) {
  .page-top h1 {
    font-size: 40px;
  }
}

@media (max-width: 414px) {
  .page-top h1 {
    font-size: 28px;
  }
}

.page-top h1 span {
  color: #fcb817;
}

.page-top .container > span {
  color: #edecec;
  z-index: 9;
  position: relative;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin: 12px 0;
}

.page-top ul {
  display: table;
  float: none;
  margin: 20px auto 0;
  position: relative;
  width: auto;
  z-index: 999999;
}

.page-top ul li {
  float: left;
  padding: 0 5px 0 0;
}
.page-top ul li {
  color: #edecec;
  font-size: 16px;
}

@media (max-width: 640px) {
  .page-top ul li {
    float: left;
    padding: 0 14px 0 0;
  }
}

@media (max-width: 640px) {
  .page-top ul li {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 640px) {
  .page-top ul li {
    font-size: 14px;
  }
}

.page-top ul li a {
  color: #edecec;
  float: left;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}

@media (max-width: 640px) {
  .page-top ul li a {
    padding: 0 17px 0 0;
  }
}

@media (max-width: 640px) {
  .page-top ul li a {
    font-size: 14px;
  }
}

.page-top ul li a:after {
  content: "/";
  position: absolute;
  right: 0;
}

.single-page {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.single-page img {
  height: auto;
  width: 100%;
}
.single-page h2 {
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 25px;
  color: #011b58;
}

.meta {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 16px inset #fcfcfc;
  margin-top: 20px;
  float: left;
  position: relative;
  padding: 10px 120px 10px 20px;
  width: 100%;
}

.meta > ul,
.comments > ul {
  list-style: none outside none;
}

.meta > ul {
  padding-left: 0;
}

.meta li {
  color: #999999;
  float: left;
  margin-right: 30px;
  width: auto;
}

@media (max-width: 640px) {
  .single-page .meta {
    padding: 10px 20px 10px 20px;
  }

  .meta li {
    margin-right: 15px;
  }
}

.meta li i,
.meta li svg {
  margin-right: 5px;
}
.meta li a {
  display: inline-block;
  color: #fcb817;
}

.post-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebecef;
  border-top: 1px solid #ebecef;
  padding: 2rem 0 4rem;
  font-size: 15px;
  width: 100%;
}

.post-pagination .prev-post,
.post-pagination .next-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-pagination .next-post {
  text-align: right;
}

.post-pagination .next-post {
  text-align: right;
}

.post-pagination .prev-post > span,
.post-pagination .next-post > span {
  display: block;
}

.post-pagination .prev-post .title,
.post-pagination .prev-post > a {
  color: #011b58;
}
.post-pagination .prev-post p,
.post-pagination .next-post p {
  margin: 0;
}

.post-pagination .prev-post p a,
.post-pagination .next-post p a {
  color: #011b58;
}
.post-bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #ebecef;
  border-bottom: 1px solid #ebecef;
  margin: 3rem 0 2.66667rem 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.post-bottom .tags {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-bottom .tags ul {
  margin-top: -5px;
  margin-bottom: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-bottom .tags ul li {
  margin: 5px 10px 5px 0;
}

.post-bottom .tags ul li a {
  line-height: 1.86667rem;
  display: block;
  border: 1px solid #ebecef;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0 0.8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7a82a6;
  font-size: 0.93333rem;
}

.post-bottom .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-right-15 {
  margin-right: 15px;
}
.post-bottom .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-bottom .social-share ul {
  margin: 0;
}
.post-bottom .social-share ul li {
  margin-right: 0.4rem;
}
.post-bottom .social-share ul li a {
  width: 2.53333rem;
  height: 2.53333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: rgba(39, 43, 65, 0.05);
  color: #9299b8;
}
.post-bottom .social-share ul li a:hover {
  color: #000;
  background: #fcb817;
}

.site-footer .footer-top {
  border-top: 1px solid #ebecef;
}
aside.sidebar {
  margin-bottom: -50px;
  padding-left: 20px;
}
.sidebar .widget,
.wpb_wrapper .widget {
  margin-bottom: 50px;
}
.sidebar .widget-title:before {
  border-right: 2px solid #fcb817;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 3;
}
.sidebar .widget-title:before {
  border-color: #fcb817;
}

.sidebar .widget-title > h4,
.wpb_wrapper .widget-title > h4 {
  background: none repeat scroll 0 0 #ffffff;
  color: #2a2a2a;
  font-weight: 700;
}
.sidebar .widget-title:after {
  border-bottom: 1px dotted #868686;
  content: "";
  width: 100%;
  z-index: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.sidebar .widget-title:after,
.wpb_wrapper .widget-title:after {
  border-color: #fcb817;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {
  font-family: inherit;
}

.searchform label {
  display: none;
}

.widget form.searchform input[type="text"] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #555555;
  float: left;
  margin: 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
}
.widget form.searchform input[type="submit"] {
  background: url(assets/images/search.png) no-repeat scroll center center
    rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 10%;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.sidebar-post .post-single {
  margin-bottom: 1.66667rem;
  float: left;
}
.sidebar-post .post-single img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 1rem;
}

.sidebar-post .post-single p {
  margin: 0 0 0 0;
}

.sidebar-post .post-single .post-title {
  color: #777777;
}
.sidebar-post .post-single .post-title {
  display: block;
  font-weight: 700;
  line-height: 22px;
}
.sidebar-post .post-single p span {
  display: block;
  line-height: 1.46667rem;
  font-size: 14px;
}
.sidebar-post .post-single p span a {
  color: #fcb817;
}
.widget-wrapper .widget-content ul {
  padding: 0;
}
.social.social-small ul {
  margin: 0;
}
.social.social-small ul li {
  margin-right: 0.66667rem;
}
.social.social-small ul li a {
  width: 2.53333rem;
  height: 2.53333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7a82a6;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: #f4f5f7;
  border: 1px solid rgb(84 84 84);
}
.social.social-small ul li a:hover {
  color: #ffffff;
}

.social.social-small ul li a:hover {
  background: #fcb817;
}

.share-this {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  float: left;
  padding: 15px 20px;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 40px;
}

.share-this h5 {
  float: left;
  font-size: 15px;
  line-height: 35px;
}
.share-this h5 i,
.share-this h5 svg {
  margin-right: 10px;
  color: #fcb817;
}

.share-this .social-media {
  float: right;
  width: auto;
}
.share-this .social-media {
  list-style: none;
  padding-left: 0;
}
.share-this .social-media li a {
  width: 2.53333rem;
  height: 2.53333rem;
  background: rgba(39, 43, 65, 0.05);
  color: #9299b8;
}

.blog-post {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.blog-post img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.image > a,
.share-this .social-media li a:hover {
  background-color: #fcb817;
}

.blog-detail {
  float: left;
  padding: 20px 30px 16px 0;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 1024px) {
  .blog-detail {
    padding: 0px 0px 0px 0;
  }
}

@media (max-width: 640px) {
  .blog-detail {
    border: 1px solid #f0f0f0;
    margin-top: 30px;
    padding: 15px 15px 25px;
  }
}

@media (max-width: 640px) {
  .blog-detail {
    margin-top: 0px;
  }
}
.blog-detail > h3 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .blog-detail > h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .blog-detail > h3 {
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.blog-detail > h3 a {
  color: inherit;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-detail > p {
  margin-top: 5px;
  float: left;
}

.blog-detail > p {
  width: 100%;
}

@media (max-width: 1024px) {
  .blog-detail > p {
    margin-top: 5px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .col-md-8.column p {
    font-size: 16px;
  }
}

.blog_info2 {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
  transition: all 0.4s linear 0s;
}

.blog-detail > span {
  color: #969696;
  font-size: 14px;
  margin-top: 5px;
  float: left;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}

.blog-detail > span {
  margin-top: 15px;
}

.blog-detail > span > a {
  color: inherit;
}

.theme-pagination {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.pagination,
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.theme-pagination .pagination,
.theme-pagination .page-numbers {
  display: table;
  float: left;
  width: auto;
  margin: 0 auto;
}

.pagination > li,
.page-numbers > li {
  display: inline;
}

.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.page-numbers > li a,
.page-numbers > li span {
  /* border: 1px solid #F0F0F0; */
  color: #777777;
  font-size: 12px;
  height: 36px;
  line-height: 21px;
  text-align: center;
  width: 36px;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-numbers > li span {
  background: none repeat scroll 0 0 #fcb817;
  color: #fff;
}

.page-numbers > li span {
  color: #95271a;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.page-numbers > li:first-child a,
.page-numbers > li:last-child a {
  background: url(assets/images/arrows2.png) no-repeat scroll -68px -28px
    #adadad;
  border: 0 none;
  color: transparent;
  height: 46px;
  line-height: 33px;
  margin-right: -5px;
  margin-top: -5px;
  width: 46px;
  z-index: 0;
}
.page-numbers > li:first-child a,
.page-numbers > li:last-child a {
  background: no-repeat scroll -68px -28px #adadad;
  border: 0 none;
  color: transparent;
  height: 46px;
  line-height: 33px;
  margin-right: -5px;
  margin-top: -5px;
  width: 50px;
  z-index: 0;
}

.page-numbers > li:last-child a {
  margin-left: -5px;
  margin-right: 0;
}

.page-numbers li a.next p,
.page-numbers li a.prev p {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
}
.page-numbers li a.next span,
.page-numbers li a.prev span {
  display: none;
}
.page-numbers > li:first-child a {
  background: url(assets/images/arrows2.png) no-repeat scroll 12px -28px #adadad;
}
.page-numbers > li:first-child a:hover,
.page-numbers > li:last-child a:hover {
  background-color: #fcb817;
}
body.page {
  background: none;
}

.page img {
  width: 100%;
}

.simple-text > p {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.simple-text ul,
.simple-text ol {
  font-size: 17px;
  padding: 0 0 0 40px;
  list-style: disc;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.simple-text ol,
.simple-text ol li {
  list-style: decimal;
}

.simple-text ol li {
  padding-bottom: 5px;
}

.simple-text ul li {
  list-style: disc;
  padding-bottom: 5px;
}

.simple-text ol {
}

.error-page {
  float: left;
  width: 100%;
}

.error-page h3 {
  float: left;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 640px) {
  error-page h3 {
    font-size: 40px;
  }
}
.error-page > i,
.error-page > svg {
  color: #f6f5f5;
  font-size: 300px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.error-page > p {
  float: left;
  text-align: center;
  width: 100%;
}
.error-page h4 {
  font-size: 250px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .error-page h4 {
    font-size: 200px;
  }
}
@media (max-width: 980px) {
  .error-page h4 {
    float: left;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .error-page h4 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 150px;
  }
}

.error-page h4 i {
  font-style: normal;
}

.error-page h4 i,
.error-page h4 svg,
.quick-help h5 span {
  color: #fcb817;
}
.quick-help {
  float: left;
  margin-bottom: 50px;
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 480px) {
  .quick-help {
    margin-top: 40px;
  }
}

.quick-help > span {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.quick-help > span {
  background-color: #fcb817;
}
.quick-help h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 5px;
}

.contct-info h4 {
  font-size: 30px;
  font-weight: 700;
}

.space {
  float: left;
  width: 100%;
  height: 30px;
}

.contact-info {
  float: left;
  width: 100%;
}

.info-block {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 16px inset #fcfcfc;
  float: left;
  height: 170px;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .info-block {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 980px) {
  .info-block {
    width: 100%;
    height: 170px;
  }
}

@media (max-width: 414px) {
  .info-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.info-block:hover {
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.info-block i,
.info-block svg {
  color: #b7b7b7;
  display: table;
  font-size: 35px;
  margin: 10px auto 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info-block:hover {
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.info-block:hover i,
.info-block:hover svg {
  color: #fcb817;
}

.contct-form h4 {
  font-size: 30px;
  font-weight: 700;
}
.contct-form form {
  float: left;
  width: 100%;
}
.contct-form form input,
.contct-form form input:focus,
.contct-form form textarea,
.contct-form form textarea:focus {
  border: 1px solid #fcb817;
  box-shadow: 0 0 16px inset #fcfcfc;
  color: #b4b4b4;
  font-size: 15px;
  margin-bottom: 32px;
  padding: 14px 30px;
  float: left;
  height: 51px;
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.contct-form form textarea {
  height: auto;
  max-width: 100%;
  min-height: 135px;
}

.contct-form form input[type="submit"] {
  border: 0 none;
  color: #ffffff;
  float: right;
  padding: 10px 40px;
  width: auto;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 25px;
  background-color: #fcb817;
}

.contct-info .social-media li a {
  height: 56px;
  line-height: 56px;
  width: 56px;
  font-size: 16px;
}

.contct-info .social-media li {
  margin: 0 10px;
}

.search-page > h4 {
  margin-bottom: 30px;
  font-weight: 700;
}
.search-page > h4 span,
.event-content > span > i,
.event-content > span > svg,
.devotional-content span {
  color: #fcb817;
}

.widget > p {
  margin-bottom: 11px;
}

/**
* Events
*/

.counter-events {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}

.event-count {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.event-count.creative {
  border: 1px solid rgb(224 224 224);
  padding: 0px;
  border-radius: 0px;
  transition: all 0.45s linear;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
}

.event-count.creative:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
}

.event-img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 0px;
}
.event-img > a > img {
  width: 100%;
  height: auto;
}

.event-count.creative .event-img > a > img {
  border-radius: 0px;
}

.event-content {
  float: left;
  width: 100%;
  padding: 35px 25px 0;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .event-content {
    padding: 35px 24px 0;
  }
}
@media (max-width: 980px) {
  .event-content {
    padding: 35px 18px 10px;
  }
}

@media (max-width: 640px) {
  .event-content {
    text-align: center;
  }
}

.event-content h4 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 700;
}

.event-content h4 > a {
  color: inherit;
}
.event-content > span {
  color: #777777;
  font-size: 16px;
  display: block;
  padding: 5px 0;
}

.event-content > span > i,
.event-content > span > svg {
  margin-right: 10px;
}

.event-img > a {
  display: block;
  width: 100%;
}

.wpv-single-event-schedule {
  width: 200px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

  position: absolute;
  top: 60px;
  left: 40px;
}

@media (max-width: 640px) {
  .wpv-single-event-schedule {
    width: 130px;
    left: 30px;
    top: -3px;
    display: none;
  }
}

.wpv-single-event-schedule-block.date-time .date {
  box-sizing: border-box;
  position: relative;
  width: 114px;
  height: 114px;
  background: url(assets/images/date-bg.svg);
  text-align: center;
}

.wpv-single-event-schedule-block.date-time .date {
  margin: auto;
  background: url(assets/images/date-bg-dark.svg);
}

.wpv-single-event-schedule-block.date-time .date .day {
  position: absolute;
  right: 0;
  left: 0;
  color: #fcb817;
  color: #3e4043;
}

.wpv-single-event-schedule-block.date-time .date .day {
  top: 25px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}

.wpv-single-event-schedule-block.date-time .date .month {
  position: absolute;
  right: 0;
  left: 0;
  color: #fcb817;
}

.wpv-single-event-schedule-block.date-time .date .month {
  bottom: 25px;
  font-size: 16px;
  line-height: 1;
}

.wpv-single-event-schedule .wpv-single-event-schedule-block {
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 640px) {
  .wpv-single-event-schedule .wpv-single-event-schedule-block {
    padding: 5px;
  }
}

.wpv-single-event-schedule .wpv-single-event-schedule-block:last-child {
  border-bottom: 0;
}

/**
* Daily Devotional
*/
.daily-devotional {
  float: left;
  width: 100%;
  z-index: 1;
  opacity: 1;
  display: block;
  position: relative;
}

.devotional-content {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

@media (max-width: 980px) {
  .devotional-content img {
    width: 100%;
  }
}

.devotional-content figure img {
  border: 10px solid rgb(255 255 255 / 70%);
}

@media (max-width: 1024px) {
  .devotional-content figure img {
    max-width: 100%;
    height: auto;
  }
}

.devotional-content h4 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 10px;
  margin-top: 40px;
  padding-right: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding-right: 20px;
  }
}

@media (max-width: 980px) {
  .devotional-content h4 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .devotional-content h4 {
    font-size: 35px;
  }
}

@media (max-width: 414px) {
  .devotional-content h4 {
    font-size: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 414px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding: 0;
  }
}
.devotional-content span {
  float: left;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
  width: 100%;
  letter-spacing: 0.2px;
  padding-right: 50px;
  text-transform: uppercase;
}

.devotional-content p {
  color: #c5c5c5;
  font-size: 16px;
  padding-right: 120px;
}

@media (max-width: 1024px) {
  .devotional-content p {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .devotional-content p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .devotional-content p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 640px) {
  .devotional-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .devotional-content p {
    font-size: 15px;
  }
}

@media (max-width: 414px) {
  .devotional-content h4,
  .devotional-content span,
  .devotional-content p {
    padding: 0;
  }
}

@media (max-width: 414px) {
  .devotional-content p {
    font-size: 15px;
  }
}

.sermon .sermon-media,
.sermon-media {
  margin-top: 15px;
  width: auto;
  position: relative;
}

.sermon .sermon-media,
.sermon-media {
  margin-top: 15px;
  width: auto;
  position: relative;
}

.devotional-content .sermon-media {
  margin-top: 30px;
}

pastors-message .sermon-media {
  margin-top: 30px;
}
.sermon-media li {
  background-clip: content-box;
  border: 1px solid #f0f0f0;
  color: #c4c4c4;
  margin-right: 10px;
  text-align: center;
  float: left;
  height: 53px;
  width: 53px;
  line-height: 53px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.devotional-content .sermon-media li {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 0 none;
}

.sermon-media li a {
  float: left;
  height: 100%;
  width: 100%;
}

.sermon-media li i,
.sermon-media li svg {
  color: #b8b8b8;
  /* float: left; */
  font-size: 18px;
  line-height: 53px;
  margin: 0;
  transition: all 0.4s linear 0s;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.devotional-content .sermon-media li i,
.devotional-content .sermon-media li svg {
  color: #fff;
}

.sermon-media li:hover i,
.sermon-media li:hover svg {
  color: #fff;
}

.devotional-content .sermon-media li:hover {
  background-color: #fcb817;
}

.daily-devotional::after {
  content: "";
  height: 100%;
  width: 63%;
  position: absolute;
  left: -35%;
  bottom: -100px;
  background-color: #fcb817;
  z-index: -1;
}

@media (max-width: 1024) {
  .daily-devotional::after {
    bottom: -60px;
  }
}
@media (max-width: 980px) {
  .daily-devotional::after {
    bottom: -45px;
  }
}
@media (max-width: 640px) {
  .daily-devotional::after {
    display: none;
  }
}

.daily-devotional .date {
  box-sizing: border-box;
  position: absolute;
  width: 154px;
  height: 154px;
  background: no-repeat url(assets/images/date-bg.svg);
  background-size: cover;
  text-align: center;
  display: inline-block;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -77px;
}

@media (max-width: 680px) {
  .daily-devotional .date {
    top: -45px;
  }
}

.daily-devotional .date .day {
  position: absolute;
  right: 0;
  left: 0;
  /* color: #3e4043; */
  color: #011b58;
  top: 35px;
  font-weight: 700;
  font-size: 65px;
  line-height: 1;
}

.daily-devotional .date .month {
  font: normal 18px/22px "Raleway";
  position: absolute;
  right: 0;
  left: 0;
  /* color: #3e4043; */
  color: #fcb817;
  bottom: 25px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
