/*!
Theme Name: Orient Sky
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orient-sky
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.

Orient Sky is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {font-family: 'Google-Regular';
	src: url('fonts/google-regular/AGOOGLE') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/google-regular/AGOOGLE.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/google-regular/AGOOGLE')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/google-regular/AGOOGLE') format('svg');
}
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: #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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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: 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;
}

/* Start of General Styles */
html {
	scroll-behavior: smooth;
}
:root {
	--dark-blue: #1E1666;
	--light-blue: #2513D1;
	--light-background: #f4f7fc;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none !important;
}
.orient-sky-wrap {
	position: relative;
}
.line_wrap {
    border-left: 1px solid rgba(23,22,26,.06);
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: -1;
}
.line_wrap:before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: linear-gradient(0deg,var(--dark-blue),transparent);
    content: "";
    height: 100px;
    left: -1px;
    position: absolute;
    width: 1px;
}
.line_item {
    border-right: 1px solid rgba(23,22,26,.06);
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    width: 20%;
}
.line_item:before {
    content: "";
    height: 100px;
    position: absolute;
    right: -1px;
    width: 1px;
}
.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: linear-gradient(0deg,transparent,var(--dark-blue));
}
.line_item:nth-child(2n):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: linear-gradient(0deg,var(--dark-blue),transparent);
}
.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--dark-blue);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% - 100px), -50%);
    transform: translate(calc(-50% - 100px), -50%);
    z-index: 9;
}
.cursor2 {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--dark-blue) !important;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9;
}
.hover {
    background-color: var(--dark-blue);
    height: 70px;
    width: 70px;
    border: 1px solid transparent;
    opacity: .3;
    z-index: 9999;
}
.quote-button .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quote-button li {
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    min-width: 140px;
    overflow: hidden;
    text-align: center;
    transition: all .8s ease-out 0s;
    vertical-align: top;
    z-index: 1;
	position: relative;
	cursor: pointer;
	min-height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.quote-button li:after {
    background-color: var(--light-background);
    bottom: 0;
    content: "";
    display: block;
    height: 150%;
    left: 15%;
    position: absolute;
    right: -20%;
    top: -4%;
    -webkit-transform: skewX(45deg) scaleX(0);
    transform: skewX(45deg) scaleX(0);
    transition: all .8s ease-out 0s;
    width: 150%;
    z-index: -1;
}
.quote-button li:hover:after {
    -webkit-transform: skewX(45deg) scale(1);
    transform: skewX(45deg) scale(1);
}
.quote-button li:hover a {
    color: var(--dark-blue);
}
.quote-button a {
    white-space: nowrap;
	color: #fff;
	transition: all .8s ease-out 0s;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.quote-button .line-1 {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 2;
}
.quote-button .line-1:before,
.quote-button .line-1:after {
    border: 1px solid #fff;
    content: "";
    opacity: .15;
    position: absolute;
    transition: all .8s ease-out 0s;
}
.quote-button .line-1:before {
	right: 0;
    width: 25px;
}
.quote-button .line-1:after {
    height: 25px;
}
.quote-button .line-2 {
    bottom: 8px;
    left: 8px;
    position: absolute;
    z-index: 2;
}
.quote-button .line-2:after, 
.quote-button .line-2:before {
    border: 1px solid #fff;
    content: "";
    opacity: .15;
    position: absolute;
}
.quote-button .line-2:before {
    bottom: -2px;
    height: 25px;
    right: 0;
}
.quote-button .line-2:after {
    left: 0;
    width: 25px;
}
.social-media .textwidget {
    display: flex;
    position: fixed;
    left: -130px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
	mix-blend-mode: difference;
}
.social-media .textwidget p a {
    margin: 0 20px;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.social-media .textwidget p a:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border: 1px dashed #fff;
	border-radius: 50%;
	transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
	-webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/* width */
::-webkit-scrollbar {
	width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--dark-blue); 
}
/* End of General Styles */
/* Start of Header Styles */
.site .site-header {
	padding: 15px 0;
	transition: all .3s ease-out 0s;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 99;
}
.site header.white-header {
	background-color: #fff;
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.site .site-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site .site-header .custom-logo {
    max-width: 160px;
	max-height: 50px;
	object-fit: contain;
	object-position: 0;
}
.site .site-header .main-navigation {
    padding: 0 35px;
}
.site .site-header .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site .site-header .main-navigation ul li {
	padding: 0 20px;
}
.site .site-header .main-navigation ul li a {
	color: var(--dark-blue);
	font-size: 15px;
	font-weight: 500;
	transition: all .5s ease-out 0s;
}
.site .site-header .main-navigation ul li a.active, 
.site .site-header .main-navigation ul li a:hover {
    color: var(--light-blue);
}
.site .site-header .side-menu-close {
    height: 40px;
    width: 40px;
    background: transparent;
}
.site .site-header .side-menu-close span {
    background: var(--dark-blue);
    width: 28px;
	height: 2px;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.site .site-header .side-menu-close span:nth-child(1) {
    top: -6px;
}
.site .site-header .side-menu-close span:nth-child(3) {
    bottom: -6px;
}
.site .site-header .side-menu-close.opened span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
}
.site .site-header .side-menu-close.opened span:nth-child(2) {
    opacity: 0;
}
.site .site-header .side-menu-close.opened span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
}
.mobile-logo, .mobile-menu {
	display: none !important;
}
/* End of Header Styles */
/* Start of Slider Section Styles */
.type-page .entry-header {
    display: none;
}
.hero-slider {
    padding-top: 80px;
    display: flex;
    align-items: center;
    height: 90vh;
	position: relative;
	background-color: #fff;
}
.hero-slider .background-image {
    position: absolute;
    filter: brightness(1) invert(1);
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.hero-slider .image-container {
	position: relative;
	overflow: hidden;
	border-radius: 100px 0 0 0;
	height: 45vh;
	right: -15px;
}
.hero-slider .image-container .slider-image {
    -webkit-animation: kenburns 20s infinite;
    animation: kenburns 20s infinite;
    width: 100%;
}
.hero-slider .slider-content {
	padding-left: 100px;
}
.hero-slider .slider-content h1 {
    color: var(--dark-blue);
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.hero-slider .slider-content h1 span {
    -webkit-text-stroke: 1px var(--dark-blue);
    -webkit-text-fill-color: transparent;
    -webkit-animation: typing 3.5s steps(40);
    animation: typing 3.5s steps(40);
    display: block;
    letter-spacing: .1em;
    overflow: hidden;
    white-space: nowrap;
	line-height: normal;
}
.hero-slider .slider-content p {
	color: var(--dark-blue);
	max-width: 90%;
}
/* End of Slider Section Styles */
/* Start of About Us Section */
#about-us {
	padding: 80px 0;
}
#about-us .about-us-content h5 {
    border-bottom: 1px solid var(--light-blue);
    color: var(--light-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
    text-transform: capitalize;
}
#about-us .about-us-content h2 {
    color: var(--dark-blue);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
#about-us .about-us-content h3 {
    color: var(--dark-blue);
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
#about-us .about-us-content p {
    color: var(--dark-blue);
    line-height: 1.8;
    margin: 0;
}
#about-us .about-us-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    margin-top: 30px;
    padding: 30px 50px;
    position: relative;
}
#about-us .about-us-box:before {
    background-color: var(--dark-blue);
    border-radius: 23px;
    bottom: 1.5px;
    content: "";
    -webkit-filter: blur(1px);
    filter: blur(1px);
    left: -0.5px;
    position: absolute;
    right: -1.5px;
    top: 1.5px;
    -webkit-transform: skew(.5deg,.5deg);
    transform: skew(.5deg,.5deg);
    z-index: -1;
}
#about-us .about-us-box img {
    max-width: 180px;
	margin-bottom: 15px;
}
#about-us .about-us-box h4 {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
#about-us .about-us-box h4 span {
	color: var(--light-blue);
	display: block;
}
#about-us .about-us-box h5 {
    position: absolute;
    right: 50px;
    top: 30px;
	font-size: 26px;
    font-weight: 700;
	color: var(--dark-blue);
}
#about-us .about-us-images {
	position: relative;
}
#about-us .about-us-images .main-image {
    border-radius: 40px 10px 10px 10px;
    width: 100%;
}
#about-us .about-us-images .small-image {
    border-left: 10px solid #fff;
    border-radius: 20px 5px 10px 15px;
    border-top: 10px solid #fff;
    bottom: -55px;
    display: inline-block;
    position: absolute;
    right: 0;
	border-radius: 20px 0 10px 15px;
    max-width: 200px;
	height: 275px;
	object-fit: cover;
}
/* End of About Us Section */
/* Start of Parallax Section */
#parallax {
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#parallax:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	opacity: 0.7;
}
#parallax h2 {
	color: #fff;
	position: relative;
	z-index: 99;
	max-width: 80%;
	margin: auto;
	text-align: center;
}
/* End of Parallax Section */
/* Start of Our Services Section */
#our-services {
	padding: 80px 0;
}
#our-services h5 {
	border-bottom: 1px solid var(--light-blue);
    color: var(--light-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
    text-transform: capitalize;
	text-align: center;
}
#our-services h3 {
	color: var(--dark-blue);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
}
#our-services .service-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    padding: 30px;
    position: relative;
    transition: all .5s ease-out 0s;
}
#our-services .service-block img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	transition: 0.3s all;
}
#our-services .owl-item {
	padding: 10px 0;
}
#our-services .service-block h2 {
    color: var(--dark-blue);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top: 15px;
    transition: all .5s ease-out 0s;
}
#our-services .service-block span {
    -webkit-text-stroke: 2px var(--dark-blue);
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all .5s ease-out 0s;
}
#our-services .service-block button {
	color: var(--dark-blue);
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin-top: 20px;
	position: relative;
	text-align: right;
	border: none;
	background-color: transparent;
	padding: 0;
	transition: all .5s ease-out 0s;
}
#our-services .service-block button:after {
	webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: 0.8px solid var(--light-background);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 30px;
    left: -10px;
    position: absolute;
    top: -3px;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    width: 30px;
}
#our-services .service-block:hover {
	background-color: var(--dark-blue);
}
#our-services .service-block button:focus {
	outline: none;
}
#our-services .service-block:hover h2,
#our-services .service-block:hover p,
#our-services .service-block:hover button {
	color: #fff;
}
#our-services .service-block:hover span {
	-webkit-text-stroke: 2px #fff
}
#our-services .service-block:hover img {
	filter: brightness(0) invert(1);
}
#our-services .owl-carousel .owl-nav.disabled {
	display: block;
}
#our-services .owl-carousel {
	position: relative;
}
#our-services .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #2a2a2a !important;
    border-radius: 50%;
    color: #2a2a2a;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    display: flex;
	align-items: center;
	justify-content: center;
}
#our-services .owl-carousel .owl-nav button:focus {
	outline: none;
}
#our-services .owl-carousel .owl-nav button span {
    font-size: 35px;
    margin-top: -8px;
	transition: all .5s ease-out 0s;

}
#our-services .owl-carousel .owl-nav button:hover {
	background-color: var(--dark-blue);
}
#our-services .owl-carousel .owl-nav button:hover span {
	color: #fff;
}
#our-services .owl-carousel .owl-next {
    right: -50px;
}
#our-services .owl-carousel .owl-prev {
    left: -50px;
}
#our-services .service-details .featured-img {
	width: 150px;
}
#our-services .service-modal .modal-dialog {
	width: calc(100% - 30px);
	max-width: 100%;
}
#our-services .service-modal .modal-dialog .close:focus {
    outline: none;
}
#our-services .service-modal .modal-dialog .modal-content {
    height: calc(100vh - 56px);
	border: none !important;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
	border-radius: 0;
}
#our-services .service-modal .modal-dialog .modal-content .service-details {
    max-height: 70vh;
    overflow-y: auto;
	background-image: url('/wp-content/uploads/2022/08/modal-background.svg');
	background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
#our-services .service-modal .modal-dialog .modal-title {
    border-bottom: none;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: var(--dark-blue);
}
#our-services .service-modal .modal-dialog .service-details h1,
#our-services .service-modal .modal-dialog .service-details h2,
#our-services .service-modal .modal-dialog .service-details h3,
#our-services .service-modal .modal-dialog .service-details h4,
#our-services .service-modal .modal-dialog .service-details h5,
#our-services .service-modal .modal-dialog .service-details h6 {
	color: var(--dark-blue);
}
#our-services .service-modal .modal-dialog p {
    color: #6a7c92;
	max-width: 85%;
}
#our-services .service-modal .modal-dialog img {
    width: 300px;
}
/* End of Our Services Section */
/* Start of Contact Us Section */
#contact-us {
	padding: 80px 0;
}
#contact-us h4 {
	border-bottom: 1px solid var(--light-blue);
    color: var(--light-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
}
#contact-us h2 {
	color: var(--dark-blue);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
#contact-us input,
#contact-us textarea {
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
	width: 100%;
}
#contact-us input {
	height: 50px;
}
#contact-us textarea {
	resize: none;
}
#contact-us .contact-form form label {
	width: 100%;
}
#contact-us .contact-form form .wpcf7-textarea {
	height: 150px;
}
#contact-us input:focus,
#contact-us textarea:focus {
	color: #495057;
    background-color: #fff !important;
    border-color: var(--dark-blue) !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 22, 102, 0.2) !important;
}
#contact-us .contact-form .wpcf7-submit {
    width: 150px !important;
    background: var(--dark-blue) !important;
    color: #fff !important;
}
#contact-us .contact-form label {
    color: var(--dark-blue);
}
#contact-us .contact-form form {
	display: flex;
	flex-wrap: wrap;
}
#contact-us .contact-form form p:nth-child(2),
#contact-us .contact-form form p:nth-child(3) {
    width: 49%;
}
#contact-us .contact-form form p:nth-child(2) {
	margin-right: 2%;
}
#contact-us .contact-form form p:nth-child(4),
#contact-us .contact-form form p:nth-child(5) {
    width: 100%;
}
#contact-us .contact-form .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: inline-block;
	width: 100%;
}
#contact-us .contact-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 80%;
    padding: 25px;
	border-radius: 5px;
	background-color: #fff;
}
#contact-us .contact-info img {
    width: 40px;
	margin: 0 10px;
}
#contact-us .contact-info > div {
    margin: 25px 0 40px 30px;
}
#contact-us .contact-info h5 {
	color: var(--dark-blue);
}
#contact-us .contact-info a {
    color: #6a7c92;
}
/* End of Contact Us Section */
/* Start of Footer Styles */
.site-footer p {
    text-align: center;
    background: var(--dark-blue);
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}
/* End of Footer Styles */
/* Start of 404 Page Styles */
.page-template-error .site-header .main-navigation,
.page-template-error .site-header .quote-button {
	display: none;
}
.error-page {
    height: calc(100vh - 44px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-page h1 {
	color: var(--dark-blue);
    text-shadow: 0 2px 5px var(--dark-blue);
    font-size: 80px;
}
.error-page h2 {
	color: var(--dark-blue);
    text-shadow: 0 2px 5px var(--dark-blue);
    font-size: 65px;
}
.error-page .entry-footer {
	display: none;
}
.error-page a {
	background-color: var(--dark-blue);
	padding: 8px 15px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	margin-top: 35px;
	display: inline-block;
	transition: 0.3s all;
}
.error-page a:hover {
	color: #fff;
	opacity: 0.8;
}
/* End of 404 Page Styles*/
/* Start of Posts Page Style */
.single-post {
    padding-top: 100px;
}
.single-post .site-main {
    max-width: 90%;
    margin: auto;
	min-height: calc(100vh - 144px);
}
.single-post .entry-footer {
	display: none;
}
.single-post .author.vcard {
    pointer-events: none;
}
/* End of Posts Page Style */
/* Start Of Animations */
@keyframes scroll1 {
	from {top: 80px;}
	to {top: calc(100% - 100px);}
}
@keyframes scroll2 {
from {top: calc(100% - 100px);}
to {top: 80px;}
}
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
@keyframes rotateme {
	from { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}
@keyframes kenburns {
	0% {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	  /* IE 9 */
	
	-webkit-transform: scale(1.0);
	  /* Safari and Chrome */
	
	-o-transform: scale(1.0);
	  /* Opera */
	
	-moz-transform: scale(1.0);
	  /* Firefox */
	}
	100% {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	  /* IE 9 */
	
	-webkit-transform: scale(1.2);
	  /* Safari and Chrome */
	
	-o-transform: scale(1.2);
	  /* Opera */
	
	-moz-transform: scale(1.2);
	  /* Firefox */
	}
}
/* End Of Animations */
/* Start of Common Styles Between Mobile and Tablet*/
@media only screen and (orientation: portrait) {
	.cursor,
	.cursor2 {
		display: none;
	}
	.mobile-logo, .mobile-menu {
		display: block !important;
	}
	.header-container {
		display: block !important;
		padding: 15px;
	}
	.header-container .custom-logo {
		max-width: 90% !important;
	}
	.site .site-header .main-navigation {
		padding: 0;
		margin-top: 70px;
	}
	.quote-button {
		margin-top: 20px;
	}
	.site .site-header .main-navigation ul {
		display: block;
	}
	.site .site-header .main-navigation ul li {
		padding: 20px;
	}
	.site .site-header .main-navigation ul li a {
		font-size: 25px;
	}
	.site .site-header .header-container {
		position: fixed;
		left: -100%;
		top: 0;
		background: #fff;
		height: 100%;
		box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
		overflow-y: auto;
		z-index: 15000;
		transition: .4s;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		-ms-transition: .4s;
		-o-transition: .4s;
	}
	.site .site-header .header-container.opened {
		left: 0;
		transition: .8s;
		-webkit-transition: .8s;
		-moz-transition: .8s;
		-ms-transition: .8s;
		-o-transition: .8s;
	}
	.site .site-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
	}
	.hero-slider .slider-content h1 {
		font-size: 25px;
	}
	.hero-slider .slider-content h1 span {
		font-size: 20px;
		margin-top: 5px;
	}
	.hero-slider .image-container {
		display: none;
	}
	#our-services .owl-carousel .owl-nav {
		display: none !important;
	}
	#our-services .owl-carousel .owl-dots {
		text-align: center;
		margin-top: 10px;
	}
	#our-services .owl-carousel .owl-dots .owl-dot {
		opacity: 0.7;
	}
	#our-services .owl-carousel .owl-dots .owl-dot:focus {
		outline: 0;
	}
	#our-services .owl-carousel .owl-dots .owl-dot.active {
		opacity: 1;
	}
	#our-services .owl-carousel .owl-dots span {
		width: 12px;
		height: 12px;
		background: var(--dark-blue);
		display: inline-block;
		margin: 0 5px;
		border-radius: 50%;
	}
	#contact-us .contact-info {
		height: 100%;
		margin: 20px 0;
	}
	.contact-form {
		margin-top: 30px;
	}
	.page-template-error .side-menu-close {
		display: none !important;
	}
	.social-media .textwidget {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		transform: translateY(0%) rotate(0deg);
		mix-blend-mode: normal;
		width: 100%;
		background: var(--dark-blue);
		justify-content: center;
		padding: 1rem 0;
		z-index: 9999;
	}
	.social-media .textwidget p {
		margin: 0;
	}
	footer {
		margin-bottom: 56px;
		border-bottom: 1px solid #fff;
	}
}
/* End of Common Styles Between Mobile and Tablet*/
/* Start of Mobile Styles*/
@media only screen and (max-width: 767px) {
	.hero-slider {
		height: calc(80vh - 80px);
	}
	.hero-slider .slider-content {
		padding: 0;
	}
	#about-us .about-us-content h2 {
		font-size: 30px;
	}
	#about-us .about-us-content h3 {
		font-size: 21px;
	}
	#our-services .service-modal .modal-dialog {
		margin: 8px auto;
	}
	#contact-us .contact-form form p:nth-child(2), 
	#contact-us .contact-form form p:nth-child(3) {
		width: 100%;
	}
	#contact-us .contact-form form p:nth-child(2) {
		margin-right: 0;
	}
	.site .site-header .header-container {
		width: 300px;
	}
	#contact-us .contact-info > div {
	    margin: 25px 0 40px 0px;
	}
	.social-media .textwidget p a {
        margin: 0 15px;
        font-size: 14px;
    }
}
/* End of Mobile Styles*/
/* Start of Tablet Styles*/
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.hero-slider {
		height: calc(60vh - 80px);
	}
	#our-services .service-modal .modal-dialog {
		margin: 28px auto;
	}
	.site .site-header .header-container {
		width: 400px;
	}
	.hero-slider .row,
	#about-us .row,
	#contact-us .row {
		flex-direction: column;
	}
	.hero-slider .row .col-md-7,
	#about-us .row .col-md-6,
	#contact-us .row .col-md-5,
	#contact-us .row .col-md-7 {
		width: 100%;
		max-width: 100%;
	}
	#about-us .about-us-images {
		margin-top: 25px;
	}
}
/* End of Tablet Styles*/
@media only screen and (min-width: 785px) and (max-width: 1024px) {
	.cursor,
	.cursor2 {
		display: none;
	}
	.mobile-logo, .mobile-menu {
		display: block !important;
	}
	.header-container {
		display: block !important;
		padding: 15px;
	}
	.header-container .custom-logo {
		max-width: 90% !important;
	}
	.site .site-header .main-navigation {
		padding: 0;
		margin-top: 70px;
	}
	.quote-button {
		margin-top: 20px;
	}
	.site .site-header .main-navigation ul {
		display: block;
	}
	.site .site-header .main-navigation ul li {
		padding: 20px;
	}
	.site .site-header .main-navigation ul li a {
		font-size: 25px;
	}
	.site .site-header .header-container {
		position: fixed;
		left: -100%;
		top: 0;
		background: #fff;
		height: 100%;
		box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
		overflow-y: auto;
		z-index: 15000;
		transition: .4s;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		-ms-transition: .4s;
		-o-transition: .4s;
	}
	.site .site-header .header-container.opened {
		left: 0;
		transition: .8s;
		-webkit-transition: .8s;
		-moz-transition: .8s;
		-ms-transition: .8s;
		-o-transition: .8s;
	}
	.site .site-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
	}
	.hero-slider .slider-content h1 {
		font-size: 35px;
	}
	.hero-slider .image-container {
		display: none;
	}
	#our-services .owl-carousel .owl-nav {
		display: none !important;
	}
	#our-services .owl-carousel .owl-dots {
		text-align: center;
		margin-top: 10px;
	}
	#our-services .owl-carousel .owl-dots .owl-dot {
		opacity: 0.7;
	}
	#our-services .owl-carousel .owl-dots .owl-dot:focus {
		outline: 0;
	}
	#our-services .owl-carousel .owl-dots .owl-dot.active {
		opacity: 1;
	}
	#our-services .owl-carousel .owl-dots span {
		width: 12px;
		height: 12px;
		background: var(--dark-blue);
		display: inline-block;
		margin: 0 5px;
		border-radius: 50%;
	}
	#contact-us .contact-info {
		height: 100%;
		margin: 20px 0;
	}
	.contact-form {
		margin-top: 30px;
	}
	.page-template-error .side-menu-close {
		display: none !important;
	}
	.social-media .textwidget {
		left: 0;
		bottom: 0;
		top: auto;
		transform: translateY(0%) rotate(0deg);
		mix-blend-mode: normal;
		width: 100%;
		background: var(--dark-blue);
		justify-content: center;
		padding: 1rem 0;
		z-index: 9999;
	}
	.social-media .textwidget p {
		margin: 0;
	}
	footer {
		margin-bottom: 56px;
		border-bottom: 1px solid #fff;
	}
	#contact-us .contact-info > div {
	    margin:25px 0 40px 0px;
	}
}