/*!
Theme Name: Xpantive
Theme URI: http://underscores.me/
Author: Xpantive
Author URI: http://xpantive.com/
Description: Xpantive | Your Premier Offshore Digital Marketing Agency
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: Xpantive
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.

Xpantive 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  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: #34396A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #2E2366;
}

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: #080B16;
}

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: #C0D5FD;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #6100FF;
}
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
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* 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 {
  margin: 0 0 1.5em;
}
.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;
}

/* Custom
--------------------------------------------- */
html, body {
  line-height: 1.8rem;
  height: 100%;
}

#primary {
  z-index: 5;
}

a {
  color: #6100ff;
}

p a {
  color: #6100ff;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

.color-white {
  color: #fff !important;
}

.site-header {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  float: right;
}

#primary-menu > .menu-item > a {
  height: 60px;
  line-height: 60px;
}
#primary-menu > .menu-item > a:hover {
  color: #fff;
}
#primary-menu > .menu-item.menu-item-has-children > a::after {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-image: url("./images/chevron.png");
  display: inline-block;
  margin: 0 0 -3px 3px;
}
#primary-menu > .menu-item.menu-item-has-children .sub-menu {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem 0;
}
#primary-menu > .menu-item.menu-item-has-children .sub-menu li {
  display: block;
  float: none;
}
#primary-menu > .menu-item.menu-item-has-children .sub-menu li a {
  color: #080B16;
  padding: 5px 0;
}
#primary-menu > .menu-item.menu-item-has-children .sub-menu li a:hover {
  color: #6100FF;
}
#primary-menu .anchor-button a {
  background-color: #6100FF;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  min-width: 185px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
#primary-menu .anchor-button a:hover {
  background-color: #8F00FF;
  color: #fff;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #4200FF;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
  }
}

#mobile-navigation #mobile-menu .menu-item-has-children > a::after {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-image: url("./images/chevron.png");
  display: inline-block;
  margin: 0 -3px -3px 3px;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  transform: translateY(-25%) rotateX(35deg);
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  transform: translateY(25%) rotateX(-35deg);
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #030303;
  z-index: 100;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 75px;
  height: 60px;
  position: absolute;
  right: 20px;
  overflow: hidden;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  background: transparent;
  border: none;
}

.overlay .overlay-close:hover {
  opacity: 1;
}

.overlay .overlay-close:before, .overlay .overlay-close:after {
  position: absolute;
  left: 64px;
  top: 16px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #fff;
}

.overlay .overlay-close:before {
  transform: rotate(45deg);
}

.overlay .overlay-close:after {
  transform: rotate(-45deg);
}

.close-icon-container {
  position: relative;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: 20%;
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-boxes {
  background: transparent;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.8s;
  transition: visibility 0s 0.8s;
}

.overlay-boxes.open {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.overlay-boxes svg {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-boxes svg path {
  fill: #050810;
  display: none;
}

.overlay-boxes nav,
.overlay-boxes .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}

.overlay-boxes.open nav,
.overlay-boxes.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.overlay-boxes.close nav,
.overlay-boxes.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 2.5em;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

/* Takiri */
.link--takiri {
  font-weight: 700;
  padding: 20px 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.link--takiri:hover {
  color: #fff;
  background: #00bfff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #5D39C2, #5D39C2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #5D39C2, #5D39C2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.link--takiri::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  top: 75%;
  margin-top: -18px;
  left: 10%;
  z-index: -1;
  background: #403d42;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.link--takiri:hover::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.link--takiri span {
  font-weight: 400;
  position: absolute;
  right: 5px;
  color: #fafafa;
  bottom: 0;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.link--takiri:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Nukun */
.link--nukun {
  color: #E3E8DC;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.link--nukun:hover {
  color: #1e1a1b;
}

.link--nukun::before,
.link--nukun::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #E3E8DC;
  bottom: 0;
  left: 35%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.link--nukun::after {
  background: #ACD07A;
  -webkit-transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
}

.link--nukun:hover::before {
  -webkit-transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
}

.link--nukun:hover::after {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.link--nukun span {
  color: #E3E8DC;
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.link--nukun:hover span {
  color: #fff;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  transform: translateY(-25%) rotateX(35deg);
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  transform: translateY(25%) rotateX(-35deg);
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #030303;
  z-index: 1100;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 75px;
  height: 60px;
  position: absolute;
  right: 20px;
  overflow: hidden;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  background: transparent;
  border: none;
}

.overlay .overlay-close:hover {
  opacity: 1;
}

.overlay .overlay-close:before, .overlay .overlay-close:after {
  position: absolute;
  left: 48px;
  top: 28px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #fff;
}

.overlay .overlay-close:before {
  transform: rotate(45deg);
}

.overlay .overlay-close:after {
  transform: rotate(-45deg);
}

.close-icon-container {
  position: relative;
}

/* Menu style */
.overlay nav {
  padding-top: 22px;
  overflow: scroll;
  text-align: center;
  position: relative;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: 20%;
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}

.overlay ul li a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0.8rem 25px;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-boxes {
  background: transparent;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.8s;
  transition: visibility 0s 0.8s;
}

.overlay-boxes.open {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.overlay-boxes svg {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-boxes svg path {
  fill: #080B16;
  display: none;
}

.overlay-boxes nav,
.overlay-boxes .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}

.overlay-boxes.open nav,
.overlay-boxes.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.overlay-boxes.close nav,
.overlay-boxes.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.site-header {
  display: inline-block;
  width: 100%;
}

.site-header.scrolled {
  background-color: #080b16;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.2rem 0;
  -webkit-transform: all 0.8s ease-in-out;
  transform: all 0.8s ease-in-out;
}

.site-branding {
  float: left;
}

#primary-menu li a {
  display: block;
  color: #C0D5FD;
}

#mobile-menu .sub-menu {
  display: none;
}
#mobile-menu .sub-menu > li > a {
  font-size: 18px;
}
#mobile-menu .menu-item-has-children.collapsed .sub-menu {
  display: block;
  background-color: #05070f;
  padding: 0 0 0 15px;
}

#trigger-overlay {
  position: fixed;
  right: 15px;
  top: 16px;
  z-index: 9000;
}

#primary {
  position: relative;
}

.lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  opacity: 0.3;
  z-index: 1;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #151926;
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);*/
  background: linear-gradient(206deg, #151926, #ffffff);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
  margin-left: -25%;
}

.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.line:nth-child(3) {
  margin-left: 25%;
}

.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.line:nth-child(4) {
  margin-left: 50%;
}

.line:nth-child(4)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.line:nth-child(5) {
  left: 0;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.hero-image {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

.hero-content-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hero-content-wrapper.inner-hero .hero-content {
  text-align: center;
}
.hero-content-wrapper.inner-hero .hero-content .container span {
  font-size: 20px;
  color: #6100FF;
  font-weight: bold;
  text-transform: uppercase;
}
.hero-content-wrapper.inner-hero .hero-content .container h1 {
  padding-top: 0;
}

.hero-content {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 1rem;
}
.hero-content h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 400;
}
.hero-content h2 {
  color: #C0D5FD;
  font-size: 1rem;
  margin-bottom: 25px;
}
.hero-content a img {
  max-width: 20px;
  margin-right: 10px;
}
.hero-content p {
  color: #C0D5FD;
}

.purple-btn {
  background-color: #6100FF;
  color: #fff !important;
  height: 60px;
  line-height: 60px;
  min-width: 185px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
}
.purple-btn:hover {
  background-color: #8F00FF;
  color: #fff;
}

.dotted {
  margin-top: 15px;
  display: inline-block;
  margin-right: 15px;
  color: #C0D5FD;
}
.dotted::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #6100FF;
  margin-right: 5px;
  margin-bottom: 2px;
}

.box-holder {
  position: relative;
  background: #fff;
  z-index: 3;
  margin-top: -10px;
  width: 100%;
}

.box {
  width: 100%;
}
.box .box--item {
  display: block;
  color: #fff;
  padding-right: 10px;
}
.box .box--item:nth-child(1) {
  background-color: #9000FF;
}
.box .box--item:nth-child(2) {
  background-color: #6100FF;
}
.box .box--item:nth-child(3) {
  background-color: #2E0871;
}
.box .box--item img {
  float: left;
}
.box .box--item p {
  margin: 0;
  padding-left: 15px;
}

.block {
  position: relative;
}
.block h2, .block h3 {
  text-align: center;
}
.block h3 {
  font-weight: 600;
}

.block--white {
  background: #fff;
}
.block--white h2 {
  font-weight: bold;
}
.block--white h3 {
  color: #6100FF;
}

.service-card-holder > div {
  margin-bottom: 30px;
}

.card-service {
  border: 1px solid #E6E6E6;
}
.card-service > img {
  width: 100%;
}
.card-service .service-name {
  margin-top: -1px;
  margin-left: -1px;
  font-weight: 600;
  font-size: 20px;
}
.card-service .service-name img {
  margin-right: 15px;
}
.card-service .service-name a {
  color: #2F1263;
}
.card-service .service-name a:hover {
  color: #6100FF;
}

.card-blue {
  background-color: #6002F9;
  color: #fff;
  background-image: url("./images/card-blue-bg.png");
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 20px 30px;
  text-align: center;
}
.card-blue p {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.card-blue span {
  margin-bottom: 15px;
  display: block;
}
.card-blue a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #6100FF;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}
.card-blue a:hover {
  background-color: #9000FF;
  color: #fff;
}

.white-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #6100FF !important;
  border-radius: 3px;
  max-width: 250px;
  text-align: center;
  font-weight: bold;
}
.white-btn:hover {
  background-color: rgb(144, 0, 255);
  color: #fff !important;
}

.block--light-purple {
  background-color: #6100FF;
  color: #fff;
}
.block--light-purple h2 {
  font-weight: bold;
  color: #fff;
}

.block-transparent h2 {
  font-weight: bold;
  color: #fff;
}
.block-transparent h3 {
  color: #C0D5FD;
}

.industries ul {
  padding: 0;
  margin-left: 20px;
}

.project-card-holder {
  overflow: hidden;
}
.project-card-holder .project-card {
  position: relative;
  margin-bottom: 30px;
}
.project-card-holder .project-card .purple-btn {
  position: absolute;
  visibility: hidden;
}
.project-card-holder .project-card img {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-card-holder .project-card .project-name {
  position: absolute;
  color: #fff;
  bottom: 15px;
  left: 25px;
  font-size: 18px;
}
.project-card-holder .project-card:hover img {
  opacity: 1;
}
.project-card-holder .project-card:hover .purple-btn {
  visibility: visible;
}
.project-card-holder .project-card:hover .project-name {
  visibility: hidden;
}

.mini-carousel {
  background-color: #080B16;
  background-image: url("./images/carousel-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 35px 18px 45px 18px;
}
.mini-carousel p {
  margin-top: 5px;
  font-size: 17px;
}
.mini-carousel .user-name {
  display: block;
  line-height: normal;
}
.mini-carousel .user-photo {
  width: 100% !important;
}
.mini-carousel .quote {
  width: auto !important;
}
.mini-carousel .stars {
  margin-top: 2px;
  width: 65px !important;
}

.filler {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
.filler h2 {
  text-align: left;
}

.check-list img {
  padding-right: 8px;
  display: block;
}
.check-list span {
  display: block;
  line-height: normal;
}
.check-list .checklist-sub {
  font-size: 14px;
}

.carousel-wrapper .owl-dots {
  position: absolute;
  left: 18px;
  padding-bottom: 20px;
  bottom: 0;
}
.carousel-wrapper .owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  float: left;
  background-color: #fff;
  border: none !important;
  margin-right: 5px;
}
.carousel-wrapper .owl-dots .owl-dot.active {
  background-color: #6100FF;
}

.blog .blog-card .blog-thumb {
  position: relative;
}
.blog .blog-card .blog-thumb .blog-thumb-link img {
  display: block;
  width: 100%;
}
.blog .blog-card .blog-thumb .category {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #6100FF;
  color: #fff;
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 3px;
  display: inline-block;
}
.blog .blog-card h3.blog-title {
  font-size: 20px !important;
  text-align: left;
}
.blog .blog-card h3.blog-title a {
  color: #2F1263;
  margin: 15px 0;
  display: block;
}
.blog .blog-card h3.blog-title a:hover {
  color: #6100FF;
}
.inner-block {
  background-color: #fff;
  padding: 60px 0;
}
.inner-block h2 {
  font-weight: 600;
}
.inner-block h3 {
  font-weight: 600;
}
.inner-block .sub-title {
  font-weight: 600;
  color: #6100FF;
}
.inner-block figure {
  margin-top: 0;
}
.inner-block p a {
  color: #6100ff !important;
}

.block-dark {
  background-color: #080b16;
}

.list-head {
  margin-bottom: 20px;
}
.list-head .number-count {
  text-align: center;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #6100ff;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  border-radius: 100%;
  margin-right: 15px;
}
.list-head h2 {
  margin-bottom: 0;
}

.faq-answer {
  display: none;
}

.faq-question {
  display: block;
}
.faq-question h3 {
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.faq-question h3:hover {
  color: #6100ff;
}

.faq-question.open h3 {
  color: #6100ff;
}
.faq-question.open .faq-answer {
  display: block;
}

.pricing-table {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.pricing-table .pricing-column {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  height: 100%;
}
.pricing-table .pricing-column span {
  display: block;
  color: #34396A;
  font-weight: 600;
  margin: 5px 0;
}
.pricing-table .pricing-column .plan-name {
  font-size: 24px;
}
.pricing-table .pricing-column .plan-sub {
  font-weight: 400;
}
.pricing-table .pricing-column .plan-pricing {
  color: #6100FF;
  font-size: 48px;
  margin: 15px 0;
}
.pricing-table .pricing-column ul {
  padding: 0;
  margin: 0 0 30px 0;
}
.pricing-table .pricing-column ul li {
  list-style: none;
  line-height: 2.5rem;
}
.pricing-table .pricing-column ul li::before {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  background-image: url("./images/icon-list-purple.svg");
  display: inline-block;
  margin-right: 10px;
}
.pricing-table .pricing-column a {
  width: 100%;
  max-width: 100%;
}
.pricing-table .pricing-column.popular-plan {
  background: #6100FF;
  color: #fff;
}
.pricing-table .pricing-column.popular-plan span {
  color: #fff;
}
.pricing-table .pricing-column.popular-plan ul li::before {
  background-image: url("./images/icon-list-white.svg");
}
.pricing-table .pricing-column.popular-plan .label {
  background-image: url("./images/label.png");
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

#sidebar-menu {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sidebar-menu li {
  display: block;
}
#sidebar-menu li a {
  display: block;
  color: #34396A;
  background-color: #F4F6FA;
  border: 1px solid #E3E9F6;
  height: 60px;
  line-height: 60px;
  padding: 0 2rem 0 1rem;
  margin-bottom: 15px;
  background-image: url("./images/sidebar-arrow-purple.png");
  background-repeat: no-repeat;
  background-position: center right;
}
#sidebar-menu li a:hover {
  color: #fff;
  background-color: #6100FF;
  border: 1px solid transparent;
  background-image: url("./images/sidebar-arrow-white.png");
}

.sidebar-cta {
  background-color: #6100FF;
  background-image: url("./images/sidebar-pattern-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  color: #fff;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
.sidebar-cta img {
  width: 100%;
}
.sidebar-cta .sidebar-cta-content {
  padding: 20px 20px 50px 20px;
}
.sidebar-cta .sidebar-cta-content h2 {
  color: #fff;
}
.sidebar-cta .sidebar-cta-content a {
  display: block;
  width: 100%;
  max-width: initial;
}

#pricing-page h3 {
  color: #6100FF;
}

#project-page h3 {
  color: #6100FF;
}
#project-page .project-card-holder .project-card img {
  opacity: 1;
}
#project-page .project-card-holder .project-card .view {
  display: block;
  width: 71px;
  height: 71px;
  background-image: url("./images/icon-zoom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
#project-page .project-card-holder .project-card .project-name {
  visibility: hidden;
  font-size: 16px;
}
#project-page .project-card-holder .project-card .project-thumb {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid transparent;
}
#project-page .project-card-holder .project-card .project-thumb::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#project-page .project-card-holder .project-card:hover .project-name {
  visibility: visible;
}
#project-page .project-card-holder .project-card:hover .project-thumb::after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7511379552) 0%, rgba(0, 0, 0, 0.3757878151) 48%, rgba(0, 0, 0, 0) 100%);
}
#project-page .project-card-holder .project-card:hover .view {
  visibility: visible;
}

.category-box, .recent-post-box {
  margin-bottom: 30px;
  background-color: #F4F6FA;
  border: 1px solid #E3E9F6;
  padding: 20px 15px;
}
.category-box h2, .recent-post-box h2 {
  font-size: 32px;
}
.category-box ul, .recent-post-box ul {
  padding: 0;
  margin: 0;
}
.category-box ul li, .recent-post-box ul li {
  list-style: none;
}

.category-box .category-list li a {
  display: block;
  padding: 0.5rem 0;
  color: #34396A;
  font-weight: 500;
}
.category-box .category-list li a:hover {
  color: #6100FF;
}

.recent-post-box h2 {
  margin-bottom: 20px;
  display: block;
}
.recent-post-box .sidebar-thumb {
  display: block;
  max-width: 35%;
  padding-right: 10px;
}
.recent-post-box .sidebar-date {
  margin: 0;
  font-size: 13px;
}
.recent-post-box .sidebar-title {
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
}
.recent-post-box .sidebar-title a {
  color: #34396A;
}
.recent-post-box .sidebar-title a:hover {
  color: #6100FF;
}

.blog-post {
  margin-bottom: 2.5rem;
}
.blog-post .blog-post-thumb {
  position: relative;
  display: block;
}
.blog-post .blog-post-wrapper {
  position: relative;
}
.blog-post .blog-post-wrapper .blog-post-cat {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
}
.blog-post .blog-post-wrapper .blog-post-cat a {
  padding: 4px 10px;
  margin: 0;
  background-color: #6100FF;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  left: 15px;
}
.blog-post .blog-post-wrapper .blog-post-cat a:hover {
  color: #fff !important;
}
.blog-post .blog-post-date {
  margin: 1.8rem 0 0.5rem 0;
  font-size: 15px;
}

.blog-post-title a {
  color: #2F1263;
  font-size: 24px;
  font-weight: 600;
}
.blog-post-title a:hover {
  color: #6100FF;
}

.inner-block .pagination {
  margin-bottom: 6rem;
}
.inner-block .pagination .page-numbers {
  background-color: #F4F6FA;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
  font-weight: 600;
  color: #2F1263;
}
.inner-block .pagination .page-numbers:hover {
  background-color: #6100FF;
  color: #fff;
}
.inner-block .pagination .page-numbers.current {
  background-color: #6100FF;
  color: #fff;
}

.blog-content {
  margin-bottom: 6rem;
}

.testimonials > div {
  margin-bottom: 20px;
}

.testimonial-card {
  border: 1px solid #E3E9F6;
  height: 100%;
  padding: 25px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("./images/quote-icon.png");
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.client-details .client-image {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("./images/icon-client-bg.svg");
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.client-details .testimonial-name {
  font-weight: 600;
}

.contact-form .sub-title {
  display: block;
}

.wpforms-submit.purple-btn {
  background-color: #6100FF !important;
  height: 70px !important;
  line-height: 70px;
  padding: 0 !important;
}

.form-container {
  margin: auto;
}

.socials.socials--contact {
  padding: 0;
  margin: 0;
}
.socials.socials--contact li {
  list-style: none;
  float: left;
}
.socials.socials--contact li a {
  margin-right: 10px;
  display: block;
}
.socials.socials--contact li a img {
  border: 1px solid #d0d0d0;
  border-radius: 100%;
}

.block-dark {
  color: #C0D5FD;
}

.block-transparent {
  background: transparent;
  color: #C0D5FD;
}

#project-details {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
#project-details h2, #project-details h3 {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  background-image: url("./images/icon-back-to-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  font-size: 0;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.addon-container > div {
  margin-bottom: 25px;
}

.addon-card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 20px 15px;
}
.addon-card .addon-price {
  color: #6100FF;
  font-size: 24px;
  font-weight: 600;
}
.addon-card .addon-name {
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  color: #2E2366 !important;
}
.addon-card p {
  margin-bottom: 0;
}

.discount {
  margin: 5px 0;
}
.discount .discounted-price {
  font-size: 24px;
  color: #4F4F4F;
  text-decoration: line-through;
}
.discount .discount-fill {
  background-color: #6100FF;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}
.discount .discount-fill .discount-percentage {
  color: #fff;
  font-size: 34px;
  margin: 0;
}
.discount .discount-fill .discount-label span {
  color: #fff;
  display: block;
  line-height: normal;
  font-size: 14px;
  margin: 0;
}

.popular-plan .discount .discount-fill {
  background-color: #fff;
}
.popular-plan .discount .discount-fill .discount-percentage {
  color: #6100ff;
}
.popular-plan .discount .discount-fill .discount-label span {
  color: #6100ff;
}

.block-gray {
  background-color: #fbf8ff;
}

#pricing-page h2 {
  font-weight: 600;
}

div.wpforms-container-full {
  margin-top: 0 !important;
}

.mini-carousel .client-image {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(./images/icon-client-bg.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.error-404 {
  height: 80vh;
  text-align: center;
  padding: 5rem 0;
  color: #fff;
}
.error-404 .page-title {
  color: #fff;
}

.global-cta {
  background-color: #6100FF;
  position: relative;
  z-index: 5;
}
.global-cta > div {
  position: relative;
}
.global-cta img {
  max-width: 100%;
  display: block;
  width: auto;
  margin: auto;
}
.global-cta h2 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
}
.global-cta p {
  color: #fff;
  margin: 0 0 15px 0;
}
.global-cta .badge-brightlocal {
  position: absolute;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  left: 0;
  margin: -110px auto 0 auto;
}

.site-footer {
  background-color: rgba(57, 6, 147, 0.61);
  background-image: url("./images/footer-bg.png");
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
  background-position: left bottom;
}
.site-footer .socials li {
  list-style: none;
  float: left;
  margin-right: 15px;
}
.site-footer .socials li a {
  display: block;
}
.site-footer .socials li a::before {
  display: none;
}
.site-footer .socials li a:hover {
  padding-left: 0;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style: none;
}
.site-footer ul li a {
  padding: 5px 0;
  display: block;
  position: relative;
  color: #C0D5FD;
}
.site-footer ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 19px;
  left: 0;
  visibility: hidden;
}
.site-footer ul li a:hover {
  color: #fff;
  padding-left: 15px;
}
.site-footer ul li a:hover::before {
  visibility: visible;
  -webkit-transition: all 1s ease-in-out;
}
.site-footer h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.site-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.site-footer p {
  color: #C0D5FD;
}
.site-footer p a {
  color: #C0D5FD;
}
.site-footer .copyright {
  float: left;
}
.site-footer .sublinks a {
  margin: 0 5px;
  color: #C0D5FD;
}
.site-footer .row-2 .container {
  border-top: 1px solid #45129E;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}

#booking-form {
  position: relative;
  z-index: 2000;
}

.booking .hero-image, .booking .hero-image-ipad, .booking .hero-image-mobile {
  opacity: 0;
}
.booking .hero-content {
  height: 85%;
}
.booking .hero-content-wrapper {
  background-color: hsla(240deg, 63%, 10%, 0.89);
  background-image: radial-gradient(at 28% 90%, hsla(262deg, 100%, 50%, 0.08) 0px, transparent 50%), radial-gradient(at 13% 90%, hsla(262deg, 100%, 50%, 0.2) 0px, transparent 50%), radial-gradient(at 77% 0%, hsla(261deg, 100%, 23%, 0.71) 0px, transparent 50%), radial-gradient(at 28% 34%, hsla(241deg, 100%, 10%, 0.36) 0px, transparent 50%), radial-gradient(at 48% 89%, hsla(227deg, 100%, 5%, 0.62) 0px, transparent 50%);
}

.thank-you {
  background-color: hsla(240deg, 63%, 10%, 0.89);
  background-image: radial-gradient(at 28% 90%, hsla(262deg, 100%, 50%, 0.08) 0px, transparent 50%), radial-gradient(at 13% 90%, hsla(262deg, 100%, 50%, 0.2) 0px, transparent 50%), radial-gradient(at 77% 0%, hsla(261deg, 100%, 23%, 0.71) 0px, transparent 50%), radial-gradient(at 28% 34%, hsla(241deg, 100%, 10%, 0.36) 0px, transparent 50%), radial-gradient(at 48% 89%, hsla(227deg, 100%, 5%, 0.62) 0px, transparent 50%);
}
.thank-you .inner-block {
  height: 80vh;
}
.thank-you h1 {
  color: #fff;
}

@supports (animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) {
  .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
    animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    animation-delay: 0.6s;
  }
  .circle {
    fill-opacity: 0;
    stroke: #6100FF;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
    animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
  }
}
@keyframes grow {
  60% {
    transform: scale(0.8);
    stroke-width: 4px;
    fill-opacity: 0;
  }
  100% {
    transform: scale(0.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: #6100FF;
  }
}
@keyframes draw {
  0%, 100% {
    stroke-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.svg-container {
  text-align: center;
}

.booking-fields {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.myprogress {
  min-width: 100%;
  margin: 0px auto;
  text-align: center;
}

.myprogress .circle,
.myprogress .bar {
  display: inline-block;
}

.myprogress .bar {
  height: 2px;
  top: 28px;
  right: 0px;
  border: 0px solid #d5d5da;
  position: absolute;
  width: 100%;
  text-align: center;
}
.myprogress .bar:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  margin: auto;
}

.myprogress .circle .label {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 40px;
  font-size: 24px;
}

.myprogress .circle .title {
  color: #b5b5ba;
  font-size: 24px;
  line-height: 50px;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 80px;
  border: 1px solid #d5d5da;
}

.myprogress .circle .title.active {
  background: #6100ff;
  color: #fff !important;
}

.myprogress .circle {
  position: relative;
  min-width: 160px;
}

.myprogress .progress-label {
  margin-top: 10px;
  display: block;
  font-size: 16px !important;
  line-height: 16px;
  color: #fff !important;
}

.progress-wrap {
  display: inline-block;
  position: relative;
}

/* Media Queries
--------------------------------------------- */
@media (min-width: 0px) {
  .site-header {
    padding: 1.5rem 0;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  .hero-image {
    display: none;
  }
  .main-navigation {
    display: none;
  }
  .hero-image-ipad {
    display: none;
    width: 100%;
  }
  .hero-image-mobile {
    width: 100%;
  }
  .box .box--item p {
    font-size: 14px;
    line-height: 20px;
  }
  .block {
    padding: 2rem 0;
  }
  .card-service .service-name {
    font-size: 16px;
  }
  .card-service .service-name img {
    max-width: 60px;
  }
  .sublinks {
    float: left;
  }
  .site-footer {
    background-size: cover;
  }
  .site-footer .row-1 {
    padding: 7rem 0 3rem 0;
  }
  .site-footer .row-1 > div {
    margin-bottom: 2rem;
  }
  .pricing-table .pricing-column .plan-pricing {
    font-size: 38px;
  }
  .sidebar-cta .sidebar-cta-content h2 {
    font-size: 22px;
  }
  #project-details {
    margin-top: -60%;
  }
  .custom-logo-link {
    max-width: 200px;
  }
}
@media (min-width: 375px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 425px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) {
  .hero-image-ipad {
    display: block;
  }
  .hero-image-mobile {
    display: none;
  }
  .block {
    padding: 3.5rem 0;
  }
  .card-service .service-name {
    font-size: 18px;
  }
  .card-service .service-name img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .global-cta {
    padding-top: 3rem;
  }
  .global-cta .badge-brightlocal {
    right: 0;
  }
  .cta-content {
    text-align: center;
  }
  .cta-content .white-btn {
    margin: auto;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1rem;
  }
  .hero-content-wrapper .hero-content {
    bottom: 0;
  }
  .sublinks {
    float: right;
  }
  .filler {
    background-image: url("./images/filler-bg.png");
    background-position: bottom left;
    background-size: cover;
  }
  .pricing-table .pricing-column .plan-name {
    font-size: 20px;
  }
  .pricing-table .pricing-column .plan-pricing {
    font-size: 28px;
  }
  #project-details {
    margin-top: -40%;
  }
}
@media (max-width: 1024px) {
  .box-holder .container {
    padding: 0;
    max-width: initial;
  }
}
@media (min-width: 1024px) {
  .hero-image {
    display: block;
  }
  .hero-image-ipad {
    display: none;
  }
  #project-details {
    margin-top: -15%;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 2rem 0;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .main-navigation {
    display: block;
  }
  #trigger-overlay {
    display: none;
  }
  .box .box--item {
    width: 33.333%;
    float: left;
  }
  .box-holder .container {
    position: absolute;
    right: 0;
    left: 0;
    top: -60px;
  }
  .block {
    padding: 5rem 0;
  }
  .services {
    padding-top: 8rem;
  }
  .site-footer {
    background-size: contain;
  }
  .global-cta img {
    margin: -110px auto 0 auto;
  }
  .filler {
    background-size: contain;
  }
  .pricing-table .pricing-column .plan-name {
    font-size: 24px;
  }
  .pricing-table .pricing-column .plan-pricing {
    font-size: 38px;
  }
  .sidebar-cta .sidebar-cta-content h2 {
    font-size: 32px;
  }
  #primary-menu li a {
    margin: 0 8px 0 8px;
  }
  .custom-logo-link {
    margin-top: 18px;
  }
}
@media (min-width: 1360px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1rem;
  }
  #primary-menu li a {
    margin: 0 10px 0 10px;
  }
}
@media (min-width: 1440px) {
  .site-header {
    padding: 2rem 0;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1290px;
  }
  .box-holder .container {
    top: -70px;
  }
  .filler {
    padding: 7rem 0;
  }
  .pricing-table .pricing-column .plan-pricing {
    font-size: 48px;
  }
  #primary-menu li a {
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 1680px) {
  .box-holder .container {
    top: -90px;
  }
  .filler {
    background-image: url("./images/filler-photo-bg.jpg"), url("./images/filler-bg.png");
    background-position: left bottom, bottom right;
  }
  .custom-logo-link {
    margin-top: 16px;
  }
}
@media (min-width: 1900px) {
  .hero-image {
    display: block;
    max-width: 100%;
  }
  #project-details {
    margin-top: -20%;
  }
}
/* Magic Mouse
--------------------------------------------- */
/*# sourceMappingURL=style.css.map */
