/*!
Theme Name: Zephyr25
Author: Tony Cowan, Zephyrmedia
Author URI: https://zephyrmedia.com.au
Description: 2025 Custom WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: zephyr_zephyr25
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.

zephyr_zephyr25 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/
*/







/*--------------------------------------------------------------
# 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%;
	scroll-behavior: smooth;
}

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






/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body,
button,
input,
select,
optgroup,
textarea
{
	color: #444;
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 1.8;
}

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

h1
{
	color: #00143C;
	font-size: 48px;
	font-weight: 600;
	line-height: 128%;
	letter-spacing: -0.84px;
	margin: 0 0 20px 0;
	padding: 0;
}

h2
{
	color: #00143C;
	font-size: 30px;
	font-weight: 600;
	line-height: 128%;
	letter-spacing: -0.84px;
	margin: 0 0 20px 0;
	padding: 0;
}

h3
{
	color: #00143C;
	font-size: 28px;
	font-weight: 700;
	line-height: 128%;
	letter-spacing: -0.84px;
	margin: 0 0 20px 0;
	padding: 0;
}




p
{
	margin: 0 0 30px 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #00143C;
	border: 0;
	height: 1px;
	margin: 20px 0 50px 0;
}

ul,
ol {
	margin: margin: 0 0 30px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 30px 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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







/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header
{
	width: 100%;
	height: 130px;
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 21;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky
{
	height: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo
{
	width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 20;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo:hover
{
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-logo
{
	width: 60px;
	height: 60px;
	top: 20px;
	left: 15px;
}

.header-call,
.header-call:visited
{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: #5B75A7;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-call:hover,
.header-call:visited:hover
{
	background-color: #fff;
	color: #00143C;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-call
{
	top: 25px;
	right: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}






/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.hm-hero1
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(293deg, #FFF 0%, #0040A2 79.81%, #00143C 100%);
	overflow: hidden;
}

.hm-hero-wrapper
{
	width: 90%;
	max-width: 1500px;
	height: 65%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 19;
}

.hm-hero-wrapper:after
{
	content: "";
	display: table;
	clear: both;
}

.hm-hero1 .title-box
{
	width: 700px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 19;
}

@keyframes hmhero1titleani
{
	from {left: -10%; opacity: 0;}
	to {left: 0; opacity: 1;}
}

.hm-hero1-title-ani
{
	animation-name: hmhero1titleani;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
	animation-fill-mode: both;
	animation-delay: 1s;
}

.hm-hero1 .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hm-hero1 .title-box h3
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #fff;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
}

@keyframes hmhero1txtbtnani
{
	from {top: -10px; opacity: 0;}
	to {top: 0; opacity: 1;}
}

.hm-hero1-txtbtn-ani
{
	animation-name: hmhero1txtbtnani;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
	animation-fill-mode: both;
	animation-delay: 2.5s;
}

.hm-feat-phone
{
	position: absolute;
	top: 15%;
	z-index: 2;
	height: 30vh;
}

@keyframes hmhero1phoneani
{
	from {left: 40%; opacity: 0; transform: scale(0.7);}
	to {left: 50%; opacity: 1; transform: scale(1);}
}

.hm-hero1-phone-ani
{
	animation-name: hmhero1phoneani;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
	animation-fill-mode: both;
	animation-delay: 0.3s;
}

.hm-feat-laptop
{
	position: absolute;
	top: 15%;
	z-index: 1;
	height: 50vh;
}

@keyframes hmhero1laptopani
{
	from {right: -20%; opacity: 0; transform: scale(0.9);}
	to {right: 0; opacity: 1; transform: scale(1);}
}

.hm-hero1-laptop-ani
{
	animation-name: hmhero1laptopani;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
	animation-fill-mode: both;
}

.hm-hero1-angle
{
	width: 100%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.15);
	clip-path: polygon(0 100%, 100% 100%, 100% 50%, 0 70%);;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@keyframes hmhero1angleani
{
	from {height: 20%; opacity: 0;}
	to {height: 100%; opacity: 1;}
}

.hm-hero1-angle-ani
{
	animation-name: hmhero1angleani;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	animation-delay: 2s;
}

.hm-hero2
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: radial-gradient(100.01% 100% at 48.84% 100%, #A1B1D0 0%, #FFF 99.56%);
	overflow: hidden;
}

.hm-hero2 .title-box
{
	width: 700px;
	position: absolute;
	right: 0;
	z-index: 19;
}

.hm-hero2 .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

.hm-hero2 .title-box h3
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hm-web-laptop
{
	position: absolute;
	top: 15%;
	z-index: 1;
	height: 50vh;
}

.hm-hero2-btns
{
	top: 120%;
	position: absolute !important;
	left: 0;
	display: block;
}

.hm-hero2-angle
{
	width: 100%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	background-color: rgba(91, 117, 167, 0.20);
	clip-path: polygon(0 50%, 100% 70%, 100% 100%, 0% 100%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cta
{
	width: 100%;
	display: flex;
	flex-direction: row;
	column-gap: 50px;
	position: relative;
	margin: 0;
	padding: 80px;
	overflow: visible;
	z-index: 1;
}

.cta-txt, .cta-img, .cta-btn
{
	flex: 1;
	position: relative;
}

.cta-txt h3
{
	font-size: 40px;
	margin-bottom: 10px;
	text-align: right;
}

.cta-txt p
{
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.cta-img-feat
{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 620px;
}

.cta-btn .btn-outline-white
{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.hm-hero3
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: radial-gradient(98.03% 98.03% at 50% 0%, #A1B1D0 0%, #FFF 100%);
	overflow: hidden;
}

.hm-hero3-angle
{
	width: 100%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	background-color: rgba(91, 117, 167, 0.20);
	clip-path: polygon(0 50%, 100% 30%, 100% 0, 0 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-hero3 .title-box
{
	width: 90%;
	max-width: 875px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

.hm-hero3 .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hm-hero3 .title-box h3
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	font-weight: 300;
}

.hm-folio-btn
{
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	bottom: 10%;
}

.btn-spacer
{
	width: 10px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.hm-des-slider
{
	width: 3000px;
	height: 345px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.hm-des-slider .item
{
	width: 100%;
	height: 345px;
	display: block;
	position: relative;
	margin: 20px 15px;
	padding: 0;
	border-radius: 200px;
	border: 10px solid #FFF;
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}

.hm-hero4
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(293deg, #FFF 0%, #0040A2 79.81%, #00143C 100%);
	overflow: hidden;
}

.hm-hero4 .title-box
{
	width: 575px;
	display: block;
	position: absolute;
	top: 5%;
}

.hm-hero4 .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hm-hero4 .title-box h3
{
	font-size: 48px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.44px;
	color: #fff;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	font-weight: 300;
}

.hm-hero4 .quote-box
{
	width: 575px;
	display: block;
	position: absolute;
	top: 5%;
}

.hm-hero4 .quote-box h4
{
	color: #00143C;
	font-size: 32px;
	font-weight: 400;
	line-height: 121%;
	letter-spacing: -0.96px;
	margin: 0 0 10px 0;
	padding: 0;
}

.hm-hero4 .quote-box h5
{
	color: #00143C;
	font-size: 20px;
	font-weight: 700;
	line-height: 121%;
	letter-spacing: -0.6px;
	margin: 0;
	padding: 0;
}

svg#quotelt
{
	position: absolute;
	display: block;
	left: -90px;
	top: 8px;
	width: 70px;
	height: 53px;
}

svg#quotert
{
	position: absolute;
	display: block;
	right: -53px;
	bottom: 0px;
	width: 70px;
	height: 53px;
}

.hm-client-slider
{
	width: 3000px;
	height: 60px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	top: 70%;
	transform: translateX(-50%);
}

.hm-client-slider .item
{
	width: 100%;
	height: 60px;
	display: block;
	position: relative;
	margin: 0 15px;
	padding: 0;
}

.hm-client-slider .item img
{
	height: 60px;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.hm-client-slider .item a
{
	width: 100%;
	height: 60px;
	display: block;
}

.hm-hero4-angle
{
	width: 100%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.20);
	clip-path: polygon(0 50%, 100% 70%, 100% 100%, 0% 100%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-hero5
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(0deg, #A1B1D0 0.03%, #FFF 99.52%);
	overflow: hidden;
}

.hm-hero5 .title-box
{
	width: 90%;
	max-width: 875px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

.hm-hero5 .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hm-hero5 .title-box h3
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	font-weight: 300;
}

.hm-blog-slider
{
	width: 3000px;
	height: 475px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	top: 57%;
	transform: translate(-50%,-50%);
}

.hm-blog-slider .item,
ul.alm-listing li .item
{
	width: 100%;
	height: 475px;
	display: block;
	position: relative;
	margin: 20px 15px;
	padding: 0;
	border-radius: 15px;
}

ul.alm-listing li
{
	width: 45%;
	margin-right: 5%;
	display: inline-block;
	list-style: none;
}

.hm-blog-slider .item .overlay,
ul.alm-listing li .item .overlay
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 25.48%, rgba(255, 255, 255, 0.90) 75.48%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-blog-slider .item .overlay h3,
ul.alm-listing li .item .overlay h3
{
	color: #00143C;
	font-size: 30px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.9px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 86%;
	left: 7%;
	bottom: 5%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-blog-slider .item:hover .overlay,
ul.alm-listing li .item:hover .overlay
{
	background: rgba(0, 21, 62, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-blog-slider .item:hover h3,
ul.alm-listing li .item:hover h3
{
	color: #fff;
	bottom: 20%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}







/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page-header
{
	width: 100%;
	height: 700px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #00143C;
}

.page-header .title h1
{
	color: #FFF;
	font-size: 96px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -2.88px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 80px;
	bottom: 50px;
}

.page-header .title-message h2
{
	width: 400px;
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -1.08px;
	position: absolute;
	right: 80px;
	bottom: 50px;
	text-align: right;
}

.page-content
{
	width: 90%;
	max-width: 1500px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
}

.left
{
	width: 35%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.right
{
	width: 60%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
}

.serv-extra-content
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 150px 0;
}

.twocol
{
	column-count: 2;
	column-gap: 40px;
}

.threecol
{
	column-count: 3;
	column-gap: 30px;
}

.highlight
{
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 30px 0;
	padding: 50px 50px 20px 50px;
	background-color: rgba(0, 21, 62, 0.15);
	border-radius: 8px;
}

.nf-list
{
	width: 33%;
	float: left;
	display: block;
	padding: 0 1% 10% 1%;
}

.nf-list ul
{
	padding: 0;
	margin: 0;
	border-top: 1px solid #dbdbdb;
}

.nf-list ul li
{
	list-style: none;
	padding: 7px 0;
	margin: 0;
	border-bottom: 1px solid #dbdbdb;
}

.nf-list ul li a
{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nf-list ul li a:hover
{
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nf-list ul.sub-menu
{
	padding: 0;
	margin: 0 0 0 15px;
	border-top: 0px solid #dbdbdb;
}

.nf-list ul.sub-menu li:last-child
{
	border-bottom: 0px solid #dbdbdb;
}

.nf-list .menu-top-menu-container ul li .menu-image-hover-wrapper
{
	display: none;
}

.nf-list .menu-top-menu-container ul li .menu-image-title-below
{
	text-align: left;
}

.nf-list ul.sub-menu li a, .nf-list ul.sub-menu li a:hover
{
	padding: 0;
}








/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.serv-feature
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.serv-feature .overlay
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.serv-feature .title
{
	width: 30%;
	left: 10%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

@keyframes servtitleani
{
	from {left: -10%; opacity: 0;}
	to {left: 10%; opacity: 1;}
}

.serv-title-ani
{
	animation-name: servtitleani;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
	animation-fill-mode: both;
	animation-delay: 1s;
}

.serv-feature .title h2
{
	color: #FFF;
	font-size: 55px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.65px;
	margin: 0 0 20px 0;
	padding: 0;
}

.serv-feature .title h3
{
	color: #FFF;
	font-size: 55px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -1.65px;
	margin: 0 0 40px 0;
	padding: 0;
}

.single-project .serv-feature .title h3
{
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	padding: 0;
}

.serv-intro
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 220px 0;
	text-align: center;
}

.serv-intro p
{
	color: #00143C;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.9px;
	margin: 0;
	padding: 0;
}

.serv-pics
{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.serv-pics:after,
.serv-image:after
{
	content: "";
	display: table;
	clear: both;
}

.serv-image
{
	width: 50%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.serv-content
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: radial-gradient(100.01% 100% at 48.84% 100%, #A1B1D0 0%, #FFF 99.56%);
}

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

.serv-content .wrapper
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 220px 0;
}

.serv-content-lt
{
	width: 420px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.serv-content-rt
{
	width: calc(100% - 500px);
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
}

.serv-content-lt h3
{
	color: #00143C;
	font-size: 30px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.9px;
	margin: 0 0 15px 0;
	padding: 0;
}

.serv-content-lt p
{
	color: #363636;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.6px;
	margin: 0 0 15px 0;
	padding: 0;
}
	
.serv-cta
{
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #00143C;
}

.serv-cta-text
{
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

.serv-cta-btn
{
	position: absolute !important;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.serv-cta h2
{
	color: #FFF;
	font-size: 64px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -1.92px;
	margin: 0 0 15px 0;
	padding: 0;
}

.serv-cta h3
{
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.9px;
	margin: 0;
	padding: 0;
}

.accordion,
.accordion2
{
   color: #363636;
   padding: 20px 50px 20px 0px;
   outline: none;
   font-size: 20px;
   line-height: 22px;
   font-weight: 500;
   transition: 0.4s;
   margin: 0;
   position: relative;
   text-transform: uppercase;
   background-color: transparent;
   border-radius: 0;
   border: none;
   width: 100%;
   text-align: left;
   border-top: 1px solid #363636;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.accordion:hover,
.accordion2:hover
{
   color: #5B75A7;
   border-top: 1px solid #5B75A7;
   cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.active
{
  color: #5B75A7;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 0;
}

.accordion.active,
.accordion2.active
{
	border-top: 2px solid #5B75A7;
}

.panel
{
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 auto;
  border-radius: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel p
{
	margin-top: 0;
}

.accordion:after,
.accordion2:after
{
  content: "+"; /* Unicode character for "plus" sign (+) */
  position: absolute;
  right: 0px;
  top: 19px;
  font-size: 30px;
  color: #363636;
}

.active:after
{
  content: "-"; /* Unicode character for "minus" sign (-) */
  position: absolute;
  right: 0px;
  top: 19px;
  font-size: 30px;
  color: #5B75A7;
}

.accordion-bottom
{
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background-color: #363636;
}

.bgcol
{
	background-color: #ededed;
	padding: 5%
}

.key-proj-img
{
	clear: both;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.single-project .accordion:after
{
  content: ""; /* Unicode character for "plus" sign (+) */
  position: absolute;
  right: 0px;
  top: 19px;
  font-size: 30px;
  color: #363636;
}

.single-project .serv-content-rt
{
	margin-bottom: 40px;
}

.single-project .active:after
{
  content: ""; /* Unicode character for "minus" sign (-) */
  position: absolute;
  right: 0px;
  top: 19px;
  font-size: 30px;
  color: #5B75A7;
}

.client-quote
{
	display: block;
	position: relative;
	margin: 60px 0 80px 0;
	padding: 0;
}

.client-quote h4
{
	color: #00143C;
	font-size: 30px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.9px;
	margin: 0 0 15px 0;
	padding: 0;
}

.client-quote p
{
	color: #00143C;
	font-size: 20px;
	font-weight: 700;
	line-height: 128%;
	margin: 0;
	padding: 0;
}

h3.filter-head
{
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 40px 0 20px 0;
	padding: 0;
	text-align: center;
	color: #5B75A7;s
}

.results-num
{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	padding: 0;
}

.proj-archive
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.proj-archive .item
{
	width: 300px;
	display: inline-block;
	position: relative;
	margin: 0 40px 60px 40px;
	padding: 0;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.proj-archive .item:hover
{
	margin-top: -5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.proj-archive .item .project-img
{
	width: 300px;
	height: 300px;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	border-radius: 150px;
	border: 10px solid #FFF;
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}

.proj-archive .item h3
{
	color: #5B75A7;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 128%; /* 30.72px */
	letter-spacing: -0.72px;
	margin: 0 0 20px 0;
	padding: 0;
}

input.sf-input-checkbox
{
	opacity: 0;
	width: 0;
	height: 0;
}

label.sf-label-checkbox
{
	font-size: 20px;
	line-height: 20px;
	color: #5B75A7;
	padding: 15px 30px !important;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #5B75A7;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

label.sf-label-checkbox:hover
{
	background-color: #cad4e7;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

li.sf-option-active label.sf-label-checkbox
{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 15px 30px 15px 40px !important;
	border-radius: 50px;
	background-color: #5B75A7;
	border: 1px solid #5B75A7;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

li.sf-option-active label.sf-label-checkbox:before
{
	content: "•";
	color: #fff;
	left: 20px;
	top: 12px;
	position: absolute;
	font-size: 40px;
}

li.sf-level-0,
li.sf-field-search,
li.sf-field-submit
{
	display: inline-block !important;
}

li.sf-field-submit
{
	margin-left: 15px !important;
}

.searchandfilter ul
{
	margin: 0;
	padding: 0;
}

.searchandfilter ul li li
{
	margin: 0 10px;
}







/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.single-top
{
	width: 100%;
	height: 250px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.entry-content
{
	width: 90%;
	max-width: 1000px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

h1.blog-title
{
	width: 80%;
	color: #00143C;
	font-size: 48px;
	font-weight: 600;
	line-height: 128%;
	letter-spacing: -1.44px;
	margin: 0 0 30px 0;
	padding: 0;
}

p.date
{
	color: #5B75A7;
	font-size: 15px;
	font-weight: 600;
	line-height: 128%;
	text-transform: uppercase;
	margin: 0 0 80px 0;
	padding: 0;
}

.blog-feature-img
{
	width: 100%;
	height: 450px;
	display: block;
	position: relative;
	margin: 0 0 80px 0;
	padding: 0;
}

.all-blogs
{
	display: inline-block;
	position: fixed !important;
	left: 30px;
	top: 260px;
}

.share
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
}

.share ul
{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.share ul li
{
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.share ul:hover li:not(:hover)
{
	opacity: 0.4;
}

.share h4
{
	width: 80px;
	color: #5B75A7;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	top: -5px;
}

.profile-footer
{
	width: 100%;
	display: block;
	position: relative;
	margin: 50px 0 150px 0;
	padding: 50px 0 0 0;
	border-top: 1px solid #5B75A7;
}

.profile-footer:after
{
	content: "";
	display: table;
	clear: both;
}

.profile-footer .bio-pic
{
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	float: left;
}

.profile-footer .text
{
	width: calc(100% - 110px);
	display: block;
	position: relative;
	float: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.profile-footer h4
{
	margin: 0;
	padding: 0;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer
{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, #A1B1D0 0.03%, #FFF 99.52%);
	overflow: hidden;
}

.footer-icon
{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

footer .title-box
{
	width: 90%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

footer .title-box h2
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

footer .title-box h3
{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.92px;
	color: #00143C;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	font-weight: 300;
}

.footer-menu
{
	width: 80%;
	position: absolute;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
}

.footer-menu-col
{
	display: flex;
	flex: 1;
	position: relative;
	margin: 0;
	padding: 0;
}

.footer-menu-col ul
{
	margin: 0;
	padding: 0;
}

.footer-menu-col ul li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 8px 0;
	line-height: 1.2;
}

.footer-menu-col ul li:first-child a
{
	font-weight: 700;
	color: rgba(0, 21, 62, 1);
}

.footer-menu-col ul li:first-child a:hover
{
	color: #5B75A7;
}

.footer-menu-col ul li a
{
	font-size: 18px;
	line-height: 18px;
	color: rgba(0, 21, 62, 0.5);
	text-transform: uppercase;
}

.footer-menu-col ul li a:hover
{
	color: #00143C;
}

.footer-social ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	right: 30px;
	bottom: 20px;
}

.footer-social ul li
{
	list-style: none;
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-social ul:hover li:not(:hover)
{
	opacity: 0.4;
}

.copyright
{
	width: 70%;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 30px;
	left: 30px;
}

.copyright p
{
	font-size: 14px;
	line-height: 16px;
	color: #00143C;
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.copyright p a,
.copyright p a:visited
{
	color: #00143C;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.copyright p a:hover,
.copyright p a:visited:hover
{
	color: rgba(0, 20, 60, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}








/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-main,
.btn-main:visited,
.footer-menu-col.five ul li a
{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: #00143C;
	border: 1px solid #5B75A7;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-menu-col.five ul li a
{
	width: 180px;
	display: block;
}

.btn-main:hover,
.btn-main:visited:hover,
.footer-menu-col.five ul li a:hover
{
	color: #fff;
	background-color: #5B75A7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-outline,
.btn-outline:visited,
button.alm-load-more-btn
{
	font-size: 20px;
	line-height: 20px;
	color: #5B75A7;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #5B75A7;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-outline:hover,
.btn-outline:visited:hover,
button.alm-load-more-btn:hover,
.proj-archive .item:hover .btn-outline
{
	color: #fff;
	background-color: #5B75A7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-outline-white,
.btn-outline-white:visited
{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-outline-white:hover,
.btn-outline-white:visited:hover
{
	color: #00143C;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button.alm-load-more-btn
{
	font-size: 20px !important;
	line-height: 20px !important;
	color: #5B75A7 !important;
	padding: 15px 30px !important;
	border-radius: 50px !important;
	background-color: transparent !important;
	border: 1px solid #5B75A7 !important;
	position: relative !important;
	z-index: 20 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	height: auto !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button.alm-load-more-btn:hover
{
	color: #fff !important;
	background-color: #5B75A7 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}









/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.revealhero2img
{
	left: -15%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2imgact
{
	left: 0%;
	opacity: 1;
	transform: scale(1);
	transition: 1.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2txt
{
	top: 40%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2txtact
{
	top: 25%;
	opacity: 1;
	transform: scale(1);
	transition: 1.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2but1,
.revealhero2but2,
.revealhero2but3
{
	top: 130%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2but1act,
.revealhero2but2act,
.revealhero2but3act
{
	top: 120%;
	opacity: 1;
	transform: scale(1);
	transition: 1.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2angle,
.revealhero3angle
{
	height: 20%;
	opacity: 1;
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero2angleact,
.revealhero3angleact
{
	height: 100%;
	opacity: 1;
	transition: 1.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero3txt
{
	top: 5%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero3txtact
{
	top: 15%;
	opacity: 1;
	transform: scale(1);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero4txt
{
	left: -10%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero4txtact
{
	left: 0;
	opacity: 1;
	transform: scale(1);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero4quote
{
	right: -20%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.revealhero4quoteact
{
	right: 5%;
	opacity: 1;
	transform: scale(1);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.servintro
{
	top: -5%;
	opacity: 0;
	transform: scale(0.9);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}

.servintroact
{
	top: 0;
	opacity: 1;
	transform: scale(1);
	transition: 2.0s all;
	animation-timing-function: cubic-bezier(0.240, 0.000, 0.000, 1.005);
}









/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
a:visited
{
	color: #4169e1;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	color: #191970;
	text-decoration: none;
}




/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"]
{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: #00143C;
	border: 1px solid #5B75A7;
	position: relative;
	z-index: 20;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	color: #fff;
	background-color: #5B75A7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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: #12286e;
	border: none;
	border-radius: 8px;
	padding: 15px !important;
	width: 100% !important;
	background-color: #eaeff8;
	margin-top: 0 !important;
	border: 2px solid #fff;
}

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: #12286e;
	font-weight: 600;
	border: 2px solid #12286e;
	background-color: #d4deef;
	margin-top: 0 !important;
	outline: none;
}

select
{
	width: 100% !important;
	border: 0px solid #12286e;
	background-color: #eaeff8;
	padding: 15px !important;
	color: #12286e;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    background-image: url('img/select-dwn.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
}

textarea {width: 100%;}

input.ginput_total, input.ginput_product_price, .gfield_description {padding: 0px !important;}
label.ginput_product_price_label, .gform_required_legend {display: none;}
#field_4_55 label, #field_4_14 label, .ginput_product_price, .ginput_total {font-size: 20px !important; font-weight: 700 !important;}

.ginput_quantity_label {clear: both;display: block;}

.renew-domain {display: block !important;}




/*--------------------------------------------------------------
## Desktop Menu
--------------------------------------------------------------*/

.main-navigation
{
	clear: both;
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 30;
	transform: translateX(-50%);
	background-color: #B1C2DC;
	border-radius: 40px;
	padding: 0 30px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .main-navigation
{
	top: 25px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul
{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul
{
	float: left;
	position: absolute;
	top: 65%;
	left: -999em;
	z-index: 99999;
	background-color: #B1C2DC;
	padding: 30px 40px;
	border-radius: 0 0 30px 30px;
}

ul.menu li.menu-item-has-children:hover
{
	z-index: 20;
}

.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;
	left: 385px;
	top: -20px;
}

.main-navigation ul ul a
{
	width: 364px;
	font-weight: 500;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul
{
	left: -30px;
}


@supports (-webkit-appearance: none) and (not (-moz-appearance: none))
{
    .main-navigation ul ul a {width: 348px;}
}


.main-navigation ul li#menu-item-4542:hover > ul,
.main-navigation ul li#menu-item-4542.focus > ul
{
	left: -108px;
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none))
{
    .main-navigation ul li#menu-item-4542:hover > ul,
	.main-navigation ul li#menu-item-4542.focus > ul
	{left: -102px;}
}

.main-navigation ul li#menu-item-4543:hover > ul,
.main-navigation ul li#menu-item-4543.focus > ul
{
	left: -174px;
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none))
{
    .main-navigation ul li#menu-item-4543:hover > ul,
	.main-navigation ul li#menu-item-4543.focus > ul
	{left: -163px;}
}

.main-navigation li
{
	position: relative;
	display: inline-block;
}

.main-navigation a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	line-height: 50px;
	color: #00143C;
	font-weight: 500;
	margin: 0 10px;
}

.main-navigation a:hover
{
	color: #5B75A7;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-parent a
{
	color: #5B75A7;
	font-weight: 700;
}

.main-navigation ul ul a
{
	color: rgba(0, 21, 62, 0.6);
	padding: 0;
	line-height: 40px;
	font-weight: 600 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul a:hover
{
	color: rgba(0, 21, 62, 1);
	padding: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sub-menu .current_page_item a
{
	color: #200c63 !important;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu li a
{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0;
	color: #5B75A7;
}

ul.sub-menu li a:hover
{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 10px 10px;
	color: rgba(0, 21, 62, 1);
}






/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

input#burger
{
	opacity: 0;
}

body input + .btn label
{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 25px;
  z-index: 5;
  transform: translate(-50%,-50%);
  padding: 25px;
}

body input + .btn label span
{
  position: absolute;
  width: 50%;
  height: 3px;
  top: 47%;
  margin-top: 0;
  left: 12px;
  display: block;
  background: #fff;
  transition: .2s;
}

body input + .btn label span:first-child
{
  top: 16px;
}

body input + .btn label span:last-child
{
  top: 31px;
}

body .btn label:hover
{
  cursor: pointer;
}

body input:checked + .btn label span
{
  opacity: 0;
  top: 50%;
}

body input:checked + .btn label span:first-child
{
  opacity: 1;
  transform: rotate(405deg);
  left: 13px;
}

body input:checked + .btn label span:last-child
{
  opacity: 1;
  transform: rotate(-405deg);
   left: 13px;
}

body input ~ nav
{
  background-color: rgba(2, 7, 33,0.8) !important;
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

body input ~ nav > .menu-top-menu-container ul.menu
{
  position: absolute;
  width: 75%;
  top: 150px;
  left: 50%;
  margin: 0;
  padding: 0 0 120px 0;
  transform: translateX(-50%);
}

body input ~ nav > .menu-top-menu-container > li.menu-item > ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;	
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
  text-align: center;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li 
{
  list-style: none;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li:last-child
{
	border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item:first-child
{
  border-top: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a
{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding: 10px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a
{
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding: 7px 0;
  line-height: 24px;  
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a:hover,
body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a:hover
{
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
}

body input:checked ~ nav
{
  height: 100vh;
  transition-delay: 0s;
  overflow: scroll;
}

body input:checked ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 1;
  transition-delay: .5s;
}

body input ~ nav > .menu-top-menu-container ul.sub-menu li ul.sub-menu li
{
	border-bottom: 0px solid #f2888c;
}

.btn
{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index:9999;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #00143C;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover
{
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover label span
{
	background: #000;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

nav ul.sub-menu::before
{
	content: none !important;
}

nav ul.sub-menu
{
	background-color: transparent;
	border: 0px solid #ec1c23;
}

nav ul.sub-menu li ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;
}

nav ul.sub-menu li ul.sub-menu li
{
	list-style: none;
	border-bottom: 1px solid #585858;
}

nav ul.sub-menu li ul.sub-menu li a
{
	font-size: 15px !important;
	line-height: 20px !important;
}

nav ul.sub-menu li ul.sub-menu li:last-child
{
	border-bottom: 0px solid #3e3e3e;
}

nav ul.sub-menu a
{
	border-bottom: 0px solid #f2888c;
}

nav ul.sub-menu a:hover
{
	border-bottom: 0px solid #990006 !important;
	background-color: transparent;
}

nav ul.menu li.menu-item-has-children:hover
{
	background-image: none;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu
{
    margin: 0 0 10px 0;
    padding: 0;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li
{
    border-bottom: 0px solid #747474 !important;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.current-menu-item a,
body input ~ nav > .menu-top-menu-container ul.menu > li ul.sub-menu > li.current-menu-item a 
{
	background-color: rgba(0, 0, 0, 0);
	color: #3EADD2 !important;
}

.header-call-mob,
.header-call-mob:after
{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #00143C;
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-call-mob:hover,
.header-call-mob:after:hover
{
	background-color: #112e63;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-call-mob svg
{
	width: 18px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}






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








/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 9999px)
{
	input#burger, .btn  {display: none;}
}

@media only screen and (max-width: 1449px)
{
	.all-blogs {top: 0; position: relative !important;}
	h1.blog-title {font-size: 40px; margin: 30px 0; line-height: 110%;}
	p.date {margin: 0 0 40px 0;}
	h1.blog-title {width: 100%;}
	.single-top {height: 150px;}
	.profile-footer {margin-bottom: 80px;}
}

@media only screen and (max-width: 1399px)
{
	.hm-hero1 .title-box, .hm-hero2 .title-box, .hm-hero4 .title-box, .hm-hero4 .quote-box {width: 100%; transform: none; text-align: center; top: 0;}
	.hm-hero4 .title-box {position: relative; top: auto;}
	.hm-hero4 .quote-box {position: relative; top: auto; width: 80%; margin: 50px auto 0px auto; right: auto !important;}
	.hm-hero1 .title-box h2, .hm-hero1 .title-box h3, .hm-hero2 .title-box h2, .hm-hero2 .title-box h3, .hm-hero3 .title-box h2, .hm-hero3 .title-box h3, .hm-hero4 .title-box h2, .hm-hero4 .title-box h3, .hm-hero5 .title-box h2, .hm-hero5 .title-box h3, footer .title-box h2, footer .title-box h3 {font-size: 40px;}
	.hm-hero3 .title-box h3 {margin: 0 0 25px 0;}
	.hm-hero4 .quote-box h4 {font-size: 24px;}
	.hm-feat-laptop {top: auto; bottom: -50px; right: 10% !important;}
	.hm-feat-phone {top: 40%; left: 44% !important;}
	.hm-web-laptop {top: auto; bottom: -50px; right: 10% !important;}
	.revealhero2imgact {left: 50% !important; transform: translateX(-50%)!important;}
	.hm-client-slider {top: auto; bottom: -50px;}
	.hm-blog-slider .item {height: 350px;}
	.serv-feature .title h2, .serv-feature .title h3 {font-size: 40px;}
	.serv-feature .title h2 {margin: 0 0 15px 0;}s
	.serv-intro {padding: 150px 0;}
	.serv-intro p {font-size: 24px;}
	.accordion {font-size: 18px;}
	.panel p {font-size: 18px; line-height: 1.4;}
	.btn-main, .btn-outline, .btn-outline-white, input[type="button"], input[type="reset"], input[type="submit"], label.sf-label-checkbox, .footer-menu-col.five ul li a {padding: 10px 25px !important; font-size: 16px !important;}
	.footer-menu-col.five ul li a {width: 144px;}
	.serv-feature .title {width: 40%;}
	.page-header {height: 450px;}
	.page-header .title h1 {font-size: 50px; left: 30px;}
	.page-header .title-message h2 {font-size: 24px; bottom: 32px; letter-spacing: 0; right: 30px;}
	.hm-hero2-btns {position: relative !important; top: auto !important;}
	.revealhero2but1act, .revealhero2but2act, .revealhero2but3act {top: auto !important;}
	.hm-hero2 .title-box h3 {margin-bottom: 20px;}
	.hm-des-slider {top: 55%;}
}

@media only screen and (max-width: 1249px)
{
	.footer-menu-col ul li a {font-size: 12px;line-height: 12px;}
	.footer-menu-col ul li {line-height: 12px;}
	.serv-cta {height: auto; padding: 150px 0;}
	.serv-cta h2 {font-size: 45px; margin-bottom: 10px;}
	.serv-cta h3 {font-size: 24px; letter-spacing: 0;}
	.home .revealhero3txtact {top: 15%;}
	.revealhero3txtact {top: 25%;}
	footer .revealhero3txtact {top: 27% !important;}
}

@media only screen and (max-width: 1099px)
{
	footer .title-box h2, footer .title-box h3 {font-size: 40px;}
	.serv-intro, .serv-content .wrapper {padding: 100px 0;}
	.left, .right {width: 100%;}
}

@media only screen and (max-width: 999px)
{
	.serv-content-lt, .serv-content-rt {width: 100%;}
	.hm-hero4 .quote-box {display: none;}
	.cta {flex-direction: column; row-gap: 30px;}
	.cta-txt h3, .cta-txt p {text-align: center;}
	.cta-img-feat, .cta-btn .btn-outline-white {position: relative; transform: none; top: auto; left: auto;}
	.cta-txt, .cta-img, .cta-btn {text-align: center;}
}

@media only screen and (max-width: 899px)
{
	input#burger, .btn  {display: block;}
	.navbar {display: none;}
	.header-call, .sticky .header-call {right: 85px;}
	.hm-hero1 .title-box h2, .hm-hero1 .title-box h3, .hm-hero2 .title-box h2, .hm-hero2 .title-box h3, .hm-hero3 .title-box h2, .hm-hero3 .title-box h3, .hm-hero4 .title-box h2, .hm-hero4 .title-box h3, .hm-hero5 .title-box h2, .hm-hero5 .title-box h3, footer .title-box h2, footer .title-box h3 {font-size: 40px;}
}

@media only screen and (max-width: 849px)
{
	.page-header-title {position: absolute; bottom: 50px; left: 5%; width: 90%;}
	.page-header .title h1, .page-header .title-message h2 {position: relative; bottom: auto; right: auto; left: 0; margin: 0; text-align: left; width: 100%;}
	.page-header .title, .page-header .title-message {position: relative;}
}

@media only screen and (max-width: 799px)
{
	.hm-feat-phone {height: 25vh;top: 45%; left: 30% !important;}
	.hm-feat-laptop {height: 40vh; right: 1% !important; bottom: -15px;}
}	

@media only screen and (max-width: 699px)
{
	.serv-cta {padding: 50px 0; text-align: center;}
	.serv-cta-text {max-width: 90%; position: relative; top: auto; transform: none; left: 5%; text-align: center;}
	.serv-cta-btn {position: relative !important; top: auto; right: auto; transform: none; display: inline-block; margin: 30px auto 0 auto;}
	.copyright {width: 90%;}
	ul.alm-listing li {width: 100%; margin: 0;}
	ul.alm-listing li .item {margin: 0 0 40px 0;}
	.threecol {column-count: 2;}
}

@media only screen and (max-width: 599px)
{
	.serv-image {width: 100%;}
	.serv-feature .title {width: 80%; transform: none; top: auto; bottom: 40px; text-align: center;}
	.page-content {padding: 50px 0;}
	.page-header {height: 350px;}
	.page-header .title h1 {font-size: 35px; letter-spacing: 0; margin-bottom: 5px;}
	.page-header .title-message h2 {font-size: 20px;}
	.nf-list {width: 100%;float: none;padding: 0 0 10% 0;}
	.cta {padding: 40px;}
}

@media only screen and (max-width: 549px)
{
	.hm-hero1 .title-box h2, .hm-hero1 .title-box h3, .hm-hero2 .title-box h2, .hm-hero2 .title-box h3, .hm-hero3 .title-box h2, .hm-hero3 .title-box h3, .hm-hero4 .title-box h2, .hm-hero4 .title-box h3, .hm-hero5 .title-box h2, .hm-hero5 .title-box h3, footer .title-box h2, footer .title-box h3, .serv-feature .title h2, .serv-feature .title h3 {font-size: 30px; letter-spacing: 0;}
	.hm-feat-phone {height: 20vh;top: 45%; left: 30% !important;}
	.hm-feat-laptop {height: 30vh; right: 0 !important; bottom: 40px;}
	.header-call {padding: 10px 20px; top: 44px;border: 2px solid #fff;}
	.sticky .header-call {top: 30px;}
	.twocol, .threecol {column-count: 1;}
}

@media only screen and (max-width: 499px)
{
	.hm-hero1 .hm-hero-wrapper {top: 12%;}
	.hm-hero1 .hm-feat-laptop {height: 23vh; bottom: -400px;}
	.hm-hero1 .hm-feat-phone {height: 16vh; top: 200px;}
	.hm-hero2 .title-box {top: 30px;}
	.hm-hero2 .hm-web-laptop {height: 30vh; bottom: -570px;}
	.hm-hero2 .revealhero2imgact {left: 54% !important;}
	.hm-hero1 .title-box .btn-outline-white, .hm-hero2 .title-box .btn-outline, .hm-hero3 .title-box .btn-outline, .hm-hero4 .title-box .btn-outline-white, .hm-hero3 .btn-main, .hm-hero5 .btn-main {display: block;}
	.hm-hero3 .btn-main, .hm-hero5 .btn-main {width: 90%; margin: 0 auto;}
	.hm-hero2 .title-box .btn-outline {margin-bottom: 10px;}
	.hm-hero3 .title-box .btn-spacer {height: 10px; display: block;}
	.hm-hero4 .title-box {top: 40px;}
	.hm-des-slider {top: 72%;}
	.hm-des-slider .item {height: 220px;}
	.hm-client-slider {bottom: -200px;}
	.hm-blog-slider {height: 425px;}
	.hm-hero-wrapper {position: relative; left: auto; top: auto; transform: none; height: auto; margin: 100px auto 0 auto;}
	.proj-archive .item {margin: 0 0 60px 0;}
	.serv-feature .title {bottom: auto; top: 40%;}
	footer {height: auto;}
	.footer-icon {position: relative; left: auto; top: auto; transform: none; margin: 0 auto 30px auto;}
	footer .title-box {position: relative; left: auto; transform: none; margin: 0 auto 20px auto; top: auto !important;}
	.footer-menu {position: relative; left: auto; transform: none; margin: 0 auto 30px auto; top: auto !important; text-align: center; flex-direction: column;}
	.footer-menu-col ul {margin: 0 auto;}
	.footer-menu-col ul li {padding: 8px 0;}
	.footer-menu-col ul li a {font-size: 14px; line-height: 14px;}
	.copyright {position: relative; bottom: auto; left: auto; margin: 0 auto 20px auto; text-align: center;}
	.footer-social ul {position: relative; bottom: auto; right: auto; margin: 0 auto 20px auto; text-align: center;}
}

@media only screen and (max-width: 419px)
{
	.header-call {display: none;}
	.header-call-mob {display: block;}
}


