/*--------------------------------------------------------------
>>> 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
# Variables
# Animation
# Typography
# Widgets
# Header
# HERO
# Blog
# Breadcrumb
# Footer
# Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: var(--blue);
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: var(--primary);
}

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

#preloader {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  z-index: 999;
}
#preloader .loading {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
#preloader .loading div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: preloader 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: preloader 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader .loading div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.separate-border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .separate-border {
    margin-bottom: 10px;
  }
}

/*
  Variables
*/
:root {
  --primary: #5B19C8;
  --secondary: #F15224;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #68666F;
  --green: #219653;
  --orange: #FFA439;
  --purple: #150B2F;
  --pink: #EA4CA8;
  --blue: #0E63FF;
  --red: #FF0000;
  --twitter: #1DA1F2;
  --facebook: #4267B2;
  --linkedin: #0072AC;
  --border: #F1EEF5;
  --body-font: "Poppins", sans-serif;
}

/*
  Button Style CSS
*/
/* Section Shadow */
/*
  Animation CSS
*/
@-webkit-keyframes preloader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*
  Typography CSS
*/
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-dark);
  padding: 0;
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--secondary);
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: var(--gray);
}

img {
  height: auto;
}

/**
  Widgets CSS
*/
.widget {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: var(--white);
}
.widget h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--black);
  padding-bottom: 10px;
}

.wp-block-search__label {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--black);
  padding-bottom: 10px;
}

.wp-block-search__input {
  outline: none;
}

.widget_tag_cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 26px;
  color: var(--gray);
  border: 1px solid var(--border);
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 25px 3px;
  margin: 0 6px 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_tag_cloud a:hover {
  color: var(--white);
  background-color: var(--primary);
}

.wp-block-archives li {
  padding-bottom: 10px;
}
.wp-block-archives li a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: var(--gray);
  border-radius: 5px;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-archives li a:hover {
  color: var(--secondary);
}

.wp-block-latest-posts li {
  padding-bottom: 10px;
}
.wp-block-latest-posts li a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: var(--gray);
  padding-left: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-latest-posts li a:hover {
  color: var(--secondary);
}

.widget__item {
  padding: 24px 30px 30px;
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
}
.widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--black);
  padding-bottom: 20px;
}
.widget__search input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
}
.widget__category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.widget__category li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.widget__rpost-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 12px auto;
  grid-template-columns: 90px auto;
  grid-gap: 12px;
  margin-bottom: 15px;
}
.widget__rpost-inner:hover .widget__rpost-title {
  color: var(--secondary);
}
.widget__rpost-inner:hover .rp_img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.widget__rpost .rp_img {
  overflow: hidden;
  border-radius: 5px;
}
.widget__rpost .rp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: all 5s;
  transition: all 5s;
}
.widget__rpost-title {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 5px;
}

/*
    Header Style CSS
*/
.header__area {
  background-color: var(--purple);
  position: fixed;
  width: 100%;
  top: 0;
  padding: 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__area {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__area {
    padding: 15px 0;
  }
}
.header__area.sticky .main-navigation ul li a {
  padding: 25px 15px;
}
.header__area.sticky .main-navigation ul.sub-menu li a {
  padding: 10px 20px;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-branding img {
    max-width: 200px;
  }
}
.site-branding a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-branding a:hover .site-title,
.site-branding a:hover .site-description, .site-branding a:focus .site-title,
.site-branding a:focus .site-description {
  color: var(--secondary);
}
.site-branding .site-title {
  color: var(--white);
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-branding .site-description {
  font-size: 18px;
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-navigation {
  height: 100%;
}
.main-navigation ul {
  text-align: right;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
}
.main-navigation ul li:hover > .sub-menu, .main-navigation ul li:focus-within > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(200px) rotate(0deg);
          transform: perspective(200px) rotate(0deg);
}
.main-navigation ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 30px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.main-navigation ul li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation ul li a:hover, .main-navigation ul li a.active {
  color: var(--secondary);
}
.main-navigation ul li a:hover::after, .main-navigation ul li a.active::after {
  width: 100%;
}
.main-navigation .sub-menu {
  position: absolute;
  width: 300px;
  background: var(--purple);
  text-align: left;
  top: 120%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
  -webkit-transform: perspective(200px) rotateX(18deg);
          transform: perspective(200px) rotateX(18deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0;
}
.main-navigation .sub-menu li {
  display: block;
}
.main-navigation .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.main-navigation .sub-menu li a {
  padding: 10px 20px;
}
.main-navigation .sub-menu li a::after {
  position: unset;
}
.main-navigation .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}

.header__search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header__search-icon {
    height: unset;
    padding-top: 5px;
  }
}
.header__search-icon button {
  background: transparent;
  border: none;
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__search-icon button:hover {
  color: var(--secondary);
}
.header__search-box input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: capitalize;
  outline: none;
}
.header__search-box input:focus {
  outline: 1px solid #000;
}

.modal-body {
  padding-top: 70px;
}

.modal.show .modal-dialog {
  top: calc(50% - 150px);
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mean-container .mean-bar {
  position: fixed;
  background-color: transparent;
  margin-top: 50px;
}
.mean-container .mean-bar .mean-nav {
  margin-top: -54px;
  background-color: var(--purple);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mean-container .mean-bar .mean-nav {
    margin-top: -45px;
  }
}
.mean-container .mean-bar .mean-nav ul {
  margin-top: 20px;
}
.mean-container .mean-bar .mean-nav ul li a {
  text-transform: capitalize;
}
.mean-container .mean-bar a.meanmenu-reveal {
  top: -100px;
  right: 10px !important;
  overflow: hidden;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    right: 40px !important;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    right: 30px !important;
    top: -91px;
  }
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose {
  top: -95px !important;
}
.mean-container .mean-bar a.meanmenu-reveal span {
  position: absolute;
  width: 25px;
  top: 5px;
}

/*
  HERO CSS
*/
.hero_area {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.hero_slide {
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero_slide {
    height: auto;
    padding-bottom: 80px;
  }
}
.hero_slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.hero_slide h2 {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  color: var(--white);
  padding: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .hero_slide h2 {
    max-width: 100%;
    font-size: 24px;
    padding: 30px 30px 20px;
  }
}
.hero_slide p {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--white);
}

.slider-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000;
  top: 50%;
  z-index: 9;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.slider-btn:hover {
  color: var(--primary);
}

.swiper-btn-next.slider-btn {
  left: 0;
}
.swiper-btn-prev.slider-btn {
  right: 0;
}

/*
  Blog Style CSS
*/
.blog__area {
  background-color: var(--border);
  padding: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__area {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog__area {
    padding: 60px 0;
  }
}
.blog__items {
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__items {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__items {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog__items {
    padding-right: 0;
  }
}
.blog__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
  background-color: var(--white);
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.blog__item:hover img {
  -webkit-transform: scale(1.2) translateX(15px);
          transform: scale(1.2) translateX(15px);
}
.blog__left {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .blog__left {
    border-radius: 5px;
  }
}
.blog__right {
  padding: 20px 15px 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__right {
    padding: 0 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__right {
    padding: 20px 15px 40px;
  }
}
.blog__img {
  -webkit-transform: scale(1.2) translateX(0);
          transform: scale(1.2) translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog__cate {
  background: #ddd;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
}
.blog__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__title {
    font-size: 20px;
  }
}
.blog__title:hover {
  color: var(--secondary);
}
.blog__excerpt {
  padding-bottom: 20px;
}
.blog__meta {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__meta {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__meta {
    margin-bottom: 20px;
  }
}
.blog-details__title {
  padding-bottom: 30px;
}
.blog-details__top img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-details__content p {
  color: var(--black);
  padding-bottom: 30px;
}
.blog-details__content h1, .blog-details__content h2 {
  font-size: 36px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.blog-details__content h3 {
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.blog-details__content h4 {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.blog-details__content h5 {
  font-size: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.blog-details__content h6 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.blog-details__content ul li, .blog-details__content ol li {
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.blog-details__content ul li::before, .blog-details__content ol li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  background-color: var(--primary);
  border-radius: 100%;
}
.blog-details__content a {
  font-weight: 600;
  text-decoration: underline;
}
.blog-details__content a:hover, .blog-details__content a:focus {
  color: var(--secondary);
}
.blog-details__content blockquote {
  position: relative;
  background: var(--white);
  padding: 30px 40px 0;
}
.blog-details__content blockquote::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);
}
.blog-details__content blockquote p {
  font-style: italic;
  font-size: 18px;
}
.blog-details__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-details__tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.blog__meta-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__meta-list ul {
    gap: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__meta-list ul {
    gap: 20px 40px;
  }
}
.blog__meta-list ul li:first-child {
  background: var(--primary);
  padding: 5px 12px;
  border-radius: 5px;
  color: var(--white);
}
.blog__meta-list ul a {
  text-transform: capitalize;
}
.blog__meta-list ul a:focus {
  color: var(--secondary);
}

.single-blog {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: var(--border);
}
@media only screen and (max-width: 767px) {
  .single-blog {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.tags-title {
  font-size: 20px;
}

.tag-lists li {
  display: inline-block;
}

.tag-lists li a {
  background: var(--primary);
  color: var(--white);
  padding: 10px 20px 13px;
  line-height: 9px;
  font-size: 16px;
  border-radius: 36px;
  margin-right: 5px;
  display: block;
}
.tag-lists li a:hover {
  background-color: var(--secondary);
}

.post-categories li {
  display: inline-block;
}
.post-categories li a {
  background: #ddd;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.pagination {
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pagination {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-right: 40px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .page-numbers {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: var(--gray-13);
  width: 49px;
  height: 49px;
  background: var(--pink-3);
  border: 1px solid var(--border-2);
  border-radius: 5px;
  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;
  margin: 0 5px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: var(--secondary);
  color: var(--white);
}

.search_result {
  font-size: 24px;
  padding-bottom: 30px;
}

.blog__sidebar {
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__sidebar {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__sidebar {
    padding-top: 60px;
  }
}

.author_info {
  text-align: center;
  position: sticky;
  top: 150px;
  background-color: var(--white);
  padding: 50px;
  border-radius: 10px;
}
.author_info img {
  margin-bottom: 30px;
  max-width: 100%;
}
.author_info h2 {
  font-size: 20px;
  padding-bottom: 30px;
  text-transform: capitalize;
  color: var(--black);
}
.author_info p {
  color: var(--black);
}

#reply-title {
  display: none;
}

.comment__area {
  padding: 60px 0 80px;
}
.comment__area .comment-notes {
  margin-bottom: 20px;
  color: var(--black);
}
.comment__area #commentform {
  max-width: 50%;
}
.comment__area .comment-form-url,
.comment__area .comment-form-comment,
.comment__area .comment-form-author,
.comment__area .comment-form-email {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 20px auto;
  grid-template-columns: 110px auto;
  grid-gap: 20px;
}
.comment__area .comment-form-url input,
.comment__area .comment-form-comment input,
.comment__area .comment-form-author input,
.comment__area .comment-form-email input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 5px;
  outline: none;
  margin-bottom: 15px;
  padding: 12px;
}
.comment__area .comment-form-url textarea,
.comment__area .comment-form-comment textarea,
.comment__area .comment-form-author textarea,
.comment__area .comment-form-email textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 5px;
  outline: none;
  margin-bottom: 15px;
  padding: 12px;
}
.comment__area .comment-form-url label,
.comment__area .comment-form-comment label,
.comment__area .comment-form-author label,
.comment__area .comment-form-email label {
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
}
.comment__area .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 130px;
}
.comment__area .comment-form-cookies-consent label {
  color: var(--black);
  line-height: 1.2;
  margin: 20px 0;
}
.comment__area .form-submit {
  margin-left: 130px;
}
.comment__area .form-submit input {
  width: 100%;
  background-color: var(--primary);
  padding: 12px;
  color: var(--white);
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comment__area .form-submit input:hover {
  background-color: var(--secondary);
}
.comment__title {
  font-size: 30px;
  padding-bottom: 30px;
}
.comment-list {
  padding-bottom: 60px;
}
.comment-list > li {
  margin-bottom: 40px;
}
.comment-list > li > .children {
  padding-left: 60px;
}
.comment__add {
  font-size: 30px;
  padding-bottom: 30px;
}
.comment-body {
  padding-bottom: 40px;
}
.comment-author .fn {
  text-transform: capitalize;
}
.comment-author img {
  margin-right: 8px;
}
.comment-content p {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 760px;
}
.comment .reply a,
.comment .comment-edit-link {
  color: var(--primary);
}
.comment .reply a:hover,
.comment .comment-edit-link:hover {
  color: var(--secondary);
}

.next_prev {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .next_prev {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 40px;
  }
}
.next_prev a {
  color: var(--black);
  font-weight: 500;
}
.next_prev a:hover {
  color: var(--secondary);
}
.next_prev .next_post {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .next_prev .next_post {
    text-align: left;
  }
}

/*
    Breadcrumb Style CSS
*/
.breadcrumb__area {
  text-align: center;
  background-color: var(--primary);
  padding: 160px 0 80px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__area {
    padding: 80px 0 60px;
  }
}
.breadcrumb__title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 48px;
  }
}

/*
    Footer Style CSS
*/
.footer__area {
  background-color: var(--purple);
  padding: 80px 0 30px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__area {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__area {
    padding: 40px 0;
  }
}
.footer__logo {
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}
.footer__logo a {
  font-size: 36px;
  color: var(--white);
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__logo a {
    font-size: 24px;
  }
}
.footer__logo img {
  max-width: 190px;
}
.footer__logo p {
  color: var(--white);
}
.footer__menu {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__menu {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.footer__menu li {
  display: block;
}
.footer__menu li a {
  display: inline-block;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  padding: 5px 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer__menu li a {
    padding: 5px 0;
  }
}
.footer__menu li a:hover {
  color: var(--secondary);
}
.footer__address li {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  display: block;
  padding: 5px 0;
}
.footer__address li a {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__address li a:hover {
  color: var(--secondary);
}
.footer__address p {
  color: var(--white);
  padding-top: 20px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7px;
}
.footer__social li a {
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__social li a {
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
}
.footer__social li a span {
  position: absolute;
  width: 0px;
  height: 0px;
  background: var(--secondary);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.footer__social li a:hover {
  color: var(--white);
}
.footer__social li a:hover span {
  width: 200px;
  height: 200px;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__copyright p {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer__copyright p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.scroll__top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 8;
  border: none;
  outline: none;
  background-color: var(--purple);
  color: var(--white);
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll__top {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll__top {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__top {
    right: 0;
  }
}
.scroll__top i {
  color: var(--white);
}
.scroll__top:hover, .scroll__top:focus {
  background-color: var(--secondary);
}

/*
  Pages CSS
*/
.default__page {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .default__page {
    padding-top: 60px;
  }
}
.default__page h1, .default__page h2 {
  font-size: 36px;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .default__page h1, .default__page h2 {
    font-size: 30px;
  }
}
.default__page h3 {
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .default__page h3 {
    font-size: 24px;
  }
}
.default__page h4 {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .default__page h4 {
    font-size: 22px;
  }
}
.default__page h5 {
  font-size: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.default__page h6 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.default__page ul li, .default__page ol li {
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.default__page ul li::before, .default__page ol li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  background-color: var(--primary);
  border-radius: 100%;
}
.default__page a {
  font-weight: 600;
}
.default__page a:hover {
  color: var(--secondary);
}
.default__page blockquote {
  position: relative;
  background: var(--white);
  padding: 30px 40px 0;
}
.default__page blockquote::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);
}
.default__page blockquote p {
  padding-bottom: 0;
  font-style: italic;
  font-size: 18px;
}
.default__page p {
  color: var(--black);
  padding-bottom: 30px;
}
.default__page form {
  max-width: 50%;
  margin: 0 auto;
  margin-top: 80px;
}
.default__page form label {
  display: block;
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.default__page form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  margin-top: 5px;
}
.default__page form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  margin-bottom: 40px;
  margin-top: 5px;
}
.default__page form input[type=submit] {
  background: var(--purple);
  color: var(--white);
  height: 45px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.default__page form input[type=submit]:hover {
  background-color: var(--secondary);
}

.error__area {
  padding-top: 180px;
  padding-bottom: 80px;
}
.error__title {
  font-size: 36px;
  color: var(--black);
  line-height: 1.1;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.error__content {
  text-align: center;
}
.error__content p {
  font-size: 18px;
  color: var(--black);
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.error__content a {
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  background-color: var(--purple);
  padding: 10px 20px;
  border-radius: 5px;
}

.not-found p {
  padding-bottom: 30px;
}
.not-found form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.not-found form label {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .not-found form label {
    width: 70%;
  }
}
.not-found form .search-field {
  width: 100%;
  padding: 10px;
}
.not-found form .search-submit {
  width: 18%;
  padding: 14px;
}
@media only screen and (max-width: 767px) {
  .not-found form .search-submit {
    width: 25%;
  }
}