/*!
Theme Name: supra
Theme URI: https://supra.com/
Author: Aquarius Themes
Author URI: https://aquariusthemes.com/
Description: Supra Site Theme
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: supra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'amira light';
    src: url('assets/fonts/Amira-Light.otf') format('Open type');
    src: url('assets/fonts/Amira-Light.otf') format('Open type'),
    url('assets/fonts/Amira-Light.woff2') format('woff2'),
    url('assets/fonts/Amira-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'amira regular';
    src: url('assets/fonts/Amira-Regular.otf') format('Open type');
    src: url('assets/fonts/Amira-Regular.otf') format('Open type'),
    url('assets/fonts/Amira-Regular.woff2') format('woff2'),
    url('assets/fonts/Amira-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'freightsans pro book';
    src: url('assets/fonts/FreigSanProBook.otf') format('Open type');
    src: url('assets/fonts/FreigSanProBook.otf') format('Open type'),
    url('assets/fonts/FreigSanProBook.woff2') format('woff2'),
    url('assets/fonts/FreigSanProBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'freightsans pro med';
    src: url('assets/fonts/FreigSanProMed.otf') format('Open type');
    src: url('assets/fonts/FreigSanProMed.otf') format('Open type'),
    url('assets/fonts/FreigSanProMed.woff2') format('woff2'),
    url('assets/fonts/FreigSanProMed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'freightsans pro semibold';
    src: url('assets/fonts/FreigSanProSem.otf') format('Open type');
    src: url('assets/fonts/FreigSanProSem.otf') format('Open type'),
    url('assets/fonts/FreigSanProSem.woff2') format('woff2'),
    url('assets/fonts/FreigSanProSem.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'freightsans pro bold';
    src: url('assets/fonts/FreigSanProBold.otf') format('Open type');
    src: url('assets/fonts/FreigSanProBold.otf') format('Open type'),
    url('assets/fonts/FreigSanProBold.woff2') format('woff2'),
    url('assets/fonts/FreigSanProBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: var(--black-color);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

:root {
    --amira-light: 'amira light';
    --amira-regular: 'amira regular';
    --freightsans-book: 'freightsans pro book';
    --freightsans-med: 'freightsans pro med';
    --freightsans-semibold: 'freightsans pro semibold';
    --freightsans-bold: 'freightsans pro bold';
    --primary-color: #0F2C3B;
    --primary-color-rgb: 15, 44, 59;
    --secondary-color: #9B907F;
    --secondary-color-rgb: 155, 144, 127;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    color: var(--primary-color);
    font-family: var(--freightsans-book);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--amira-light);
    clear: both;
    color: var(--primary-color);
    font-weight: 300;
    margin: 0.67em 0;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.1875em;
}

h3 {
    font-size: 1.875em;
}

h4 {
    font-size: 1.5625em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.125em;
}

p {
    margin-top: 0;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    padding: 0 20px 20px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: var(--white-color) 9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

body {
    background: var(--white-color);
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote {
    background: var(--black-color);
    color: var(--white-color);
    font-style: italic;
    margin: 60px;
    padding: 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid rgba(var(--white-color-rgb), 0.5);
    display: table;
    border-radius: 5px;
}

blockquote::before {
    color: rgba(var(--white-color-rgb), 0.5);
    content: "\f0b1";
    font-family: icofont;
    font-size: 2.5em;
    left: 50px;
    position: absolute;
    top: 15px;
    z-index: -1;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

hr {
    background-color: rgba(var(--white-color-rgb), 0.5);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

ul li,
ol li {
    margin-bottom: 5px;
}


dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: top;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table tbody tr {
    background: #f0f0f0;
}

table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

table tr th {
    background: var(--primary-color);
    text-align: left;
    padding: 10px 20px;
    color: var(--white-color);
    font-weight: 700;
    border-right: 2px solid rgba(var(--white-color-rgb), 0.15);
}

table tr td {
    padding: 10px 20px;
    font-weight: 400;
    border-right: 2px solid #ddd;
}

table tr th:last-child,
table tr td:last-child {
    border-right: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0;
    background: none;
    color: var(--primary-color);
    font-family: var(--freightsans-semibold);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
    height: auto;
    display: inline-block;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: none;
    color: var(--secondary-color);
}

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: var(--primary-color);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--white-color);
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    outline: 0;
    font-family: var(--freightsans-med);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--white-color) inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--primary-color) !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    height: 230px;
}

select {
    background: url(images/dropdown.png) no-repeat;
    background-position: 96% 50%;
    height: 40px;
    width: 100%;
    padding: 5px 30px 5px 15px;
    border: 1px solid rgba(var(--white-color-rgb), 0.5);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

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: var(--primary-color);
    outline: 0;
    box-shadow: none;
    border-color: var(--white-color);
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
    text-decoration: underline;
}

a:visited,
a:hover,
a:focus {
    color: auto;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation.posts-pagination,
.navigation.post-pagination {
    margin-top: 40px;
    text-align: right;
    border-top: 2px solid rgba(var(--white-color-rgb), 0.1);
    padding-top: 40px;
}

.post-navigation {
    border-top: 2px solid rgba(var(--white-color-rgb), 0.1);
    border-bottom: 2px solid rgba(var(--white-color-rgb), 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-navigation .nav-previous {
    padding-right: 10px;
}

.post-navigation .nav-next {
    padding-left: 10px;
}

.nav-links::before,
.nav-links::after {
    content: "";
    display: table;
}

.nav-links::after {
    clear: both;
}

.nav-links .pagination-btn {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid rgba(var(--white-color-rgb), 0.1);
    margin-right: 5px;
    color: rgba(var(--white-color-rgb), 0.75);
}

.nav-links .pagination-btn:hover,
.nav-links .pagination-btn.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.post-navigation a {
    display: block;
    position: relative;
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.post-navigation .nav-next a {
    padding-left: 0;
    padding-right: 30px;
}

.post-navigation a::before {
    content: "\f100";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 0;
}

.post-navigation .nav-next a::before {
    content: "\f101";
    left: auto;
    right: 0;
}

.post-navigation a:hover {
    color: var(--primary-color);
}

.post-navigation a span {
    display: block;
    font-size: 14px;
    color: rgba(var(--white-color-rgb), 0.75);
    font-weight: 600;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(var(--white-color-rgb), 0.6);
    clip: auto !important;
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.aquarius-wrapper:before,
.aquarius-wrapper:after,
.page-content::before,
.page-content::after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.aquarius-wrapper:after,
.page-content::after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 40px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
    /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Define the pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ldio-2wcorq5u4v1 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.woocommerce-pagination {
    display: none !important;
}

a.loadmorebtn {
    border: 1px solid;
    text-transform: uppercase;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 15px;
}

.loadmorebtn.hidden {
    display: none;
}

html[lang="en-US"] {
    margin-top: 0 !important;
}

#wpadminbar {
    position: fixed;
    top: auto;
    bottom: 0;
}

/*===================================
COMMON CSS
===================================*/
#wrapper {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.sr-only,
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.d-none {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.aquarius-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--amira-light);
    font-size: 58px;
    color: var(--primary-color);
    font-weight: 400;
}

.section-title .highlighted {
    color: var(--secondary-color);
}

.section-subtitle {
    display: block;
    font-family: var(--freightsans-bold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(var(--primary-color-rgb), 0.5);
}

.bold-text {
    font-weight: 800;
    display: block;
    line-height: 1;
}

.section-description {
    margin: 25px auto 0;
    color: var(--primary-color);
    max-width: 900px;
}

.section-description p:first-child {
    margin-top: 0;
}

.section-description p:last-child {
    margin-bottom: 0;
}

.btn {
    min-width: 200px;
    min-height: 50px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.btn:hover {
    background: transparent;
    color: var(--primary-color);
}

.back-to-top-wrap {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.back-to-top-wrap.show {
    bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.back-to-top {
    display: block;
    width: 10px;
    height: 20px;
    position: relative;
    background: var(--primary-color);
    border: 1px solid var(--white-color);
    cursor: pointer;
    margin: auto;
    top: 22px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.back-to-top-wrap:hover .back-to-top {
    background: var(--primary-color);
}

.back-to-top::before {
    content: "";
    border-bottom: 15px solid rgba(var(--white-color-rgb), 0.65);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    left: -10px;
    height: 0;
    width: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.back-to-top-wrap:hover .back-to-top:before {
    border-bottom-color: rgba(var(--white-color-rgb), 0.8);
}

.page-content {
    margin-top: 0;
}

.page-content p:last-child {
    margin-bottom: 0;
}

.site-main article p {
    margin-top: 0;
}

.widget-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget ul li {
    font-size: 18px;
    display: block;
    position: relative;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li::before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 1px;
}

.bx-wrapper img {
    display: inline-block;
}

.page .site-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-id-136 .page-header .aquarius-wrapper,
.page-id-136 .site-content > .aquarius-wrapper {
    max-width: 990px;
}

.page-title {
    margin: 0 0 40px;
    font-size: 36px;
    font-family: var(--freightsans-bold);
    font-weight: 700;
}

/*============================
SITE HEADER
============================*/
.home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: background ease 0.3s;
    transition: background ease 0.3s;
}

.home .site-header.sticky,
body:not(.home) .site-header {
    background: rgba(var(--primary-color-rgb), 0.95);
}

body:not(.home) .site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

body:not(.home) #wrapper {
    overflow: initial;
}

.site-header::before {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.7);
    position: absolute;
    inset: 0;
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease 0.3s, visibility ease 0.3s;
    transition: opacity ease 0.3s, visibility ease 0.3s;
}

.site-header.sticky::before {
    opacity: 1;
    visibility: visible;
}

.header-top {
    padding: 60px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    -webkit-transition: padding ease 0.3s;
    transition: padding ease 0.3s;
}

body:not(.home) .header-top,
.site-header.sticky .header-top {
    padding-block: 20px;
}

.logo {
    max-width: 218px;
    flex-basis: 218px;
}

#nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul.primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: var(--freightsans-semibold);
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#nav ul.primary-menu li {
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    margin: 0;
}

#nav ul.primary-menu li a {
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    position: relative;
}

#nav ul.primary-menu li a::before {
    content: "";
    background: var(--white-color);
    width: 0;
    height: 2px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transition: width ease 0.3s, visibility ease 0.3s;
    transition: width ease 0.3s, visibility ease 0.3s;
}

#nav ul.primary-menu li.contact-menu > a {
    margin-right: 25px;
}

#nav ul.primary-menu li.contact-menu > a::after {
    content: "";
    background-color: var(--white-color);
    -webkit--webkit-mask-image: url('assets/images/arrow-top-right.svg');
    mask-image: url('assets/images/arrow-top-right.svg');
    -webkit--webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit--webkit-mask-position: center;
    mask-position: center;
    -webkit--webkit-mask-size: 100%;
    mask-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: -25px;
}

#nav ul.primary-menu li:hover > a::before,
#nav ul.primary-menu li.current-menu-item > a::before,
#nav ul.primary-menu li.current_page_item > a::before,
#nav ul.primary-menu li.active > a::before {
    width: 100%;
    visibility: visible;
}

#nav ul.primary-menu li .submenu-tgl-btn {
    position: absolute;
    top: 15px;
    right: 5px;
    height: auto;
    width: auto;
    color: var(--white-color);
    font-size: 10px;
}

#nav ul.primary-menu li .submenu-tgl-btn i {
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

#nav ul.primary-menu li .submenu-tgl-btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav ul.primary-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform ease 0.3s, opacity ease 0.3s, visibility ease 0.3s;
    transition: transform ease 0.3s, opacity ease 0.3s, visibility ease 0.3s;
}

#nav ul.primary-menu li .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    box-shadow: 10px 5px 15px rgba(var(--black-color-rgb), 0.16);
}

#nav ul.primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#nav ul.primary-menu li .sub-menu li {
    display: block;
    border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
    padding: 0;
}

#nav ul.primary-menu li .sub-menu > li:last-child {
    border-bottom: none;
}

#nav ul.primary-menu li .sub-menu li a {
    display: block;
    padding: 15px 20px;
}

#nav ul.primary-menu li .sub-menu > li:last-child > a {
    border-radius: 0 0 12px 12px;
}

#nav ul.primary-menu li .sub-menu li a:hover,
#nav ul.primary-menu li .sub-menu li.current-menu-item > a,
#nav ul.primary-menu li .sub-menu li.current_page_item > a {
    background: rgba(var(--white-color-rgb), 0.1);
}

#nav ul.primary-menu li .sub-menu li a::before {
    display: none;
}

/*===================================
BANNER SECTION
===================================*/
.hero-banner .banner-item {
    position: relative;
}

.hero-banner .banner-img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 46.85%;
    background-repeat: no-repeat;
    background-position: 70% 0;
    background-attachment: fixed;
    background-size: cover;
}

.hero-banner .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px;
}

.hero-banner .banner-content .banner-title {
    margin: 0;
    font-size: 80px;
    color: var(--white-color);
}

.hs-animation {
    overflow: hidden;
}

.hs-animation span {
    display: inline-block;
}

.hs-animation span:empty {
    display: block;
}

/*===================================
ABOUT SECTION
==================================*/
.about-section {
    position: relative;
    padding: 60px 100px 0;
    min-height: 43vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.about-section .section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about-section .section-header .section-subtitle {
    flex-basis: 29.36%;
    max-width: 29.36%;
    padding-top: 12px;
}

.about-section .section-header .section-title {
    flex: 1;
    max-width: 60%;
}

.about-section .section-row {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.about-section .about-img {
    position: absolute;
    top: 0;
    left: -10%;
    width: 50%;
    pointer-events: none;
    z-index: -1;
}

.about-section .about-img canvas {
    width: auto;
}

.about-section .about-content {
    max-width: 554px;
    padding-bottom: 80px;
}

.about-section .about-content p {
    margin-bottom: 1em;
}

.about-section .about-content p:last-child {
    margin-bottom: 0;
}

/*===================================
STRATEGY SECTION
==================================*/
.strategy-section {
    background: #A2ADB3;
    padding: 60px 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.strategy-section .strategy-img {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 50%;
    height: 100%;
}

.strategy-section .strategy-img::before {
    content: "";
    background: -webkit-linear-gradient(-90deg, #A2ADB3, transparent);
    background: -moz-linear-gradient(-90deg, #A2ADB3, transparent);
    background: linear-gradient(-90deg, #A2ADB3, transparent);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}

canvas#nokey {
    height: 100%;
    object-fit: cover;
}

.strategy-section .section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.strategy-section .section-header .section-subtitle {
    flex-basis: 29.36%;
    max-width: 29.36%;
    padding-top: 12px;
    color: var(--primary-color);
}

.strategy-section .section-header .section-title {
    flex: 1;
    max-width: 49%;
}

.strategy-section .section-header .section-title .highlighted {
    color: var(--white-color);
}

.strategy-section .section-row {
    margin-top: 60px;
    margin-left: auto;
    max-width: 73%;
    display: flex;
    flex-wrap: wrap;
}

.strategy-section .section-row .section-col {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 30px 30px 40px;
    position: relative;
    margin: 15px;
}

.strategy-section .section-row .section-col:nth-last-of-type(1),
.strategy-section .section-row .section-col:nth-last-of-type(2) {
    padding-bottom: 60px;
}

.strategy-section .section-row .section-col::before {
    content: "";
    background: var(--white-color);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin: auto;
}

.strategy-section .section-row .section-col:nth-child(2n)::after {
    content: "";
    background: var(--white-color);
    width: 1px;
    position: absolute;
    top: calc(50% + 16px);
    left: -15px;
    height: 100%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.strategy-section .section-row .col-counter {
    display: block;
    font-family: var(--freightsans-book);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 10px;
}

.strategy-section .section-row .col-title {
    margin: 0 0 15px;
    font-size: 33px;
    line-height: 1.3;
    max-width: 320px;
}

.strategy-section .section-row .col-desc {
    font-family: var(--freightsans-book);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.strategy-section .section-row .col-desc p:last-child {
    margin-bottom: 0;
}

/*===================================
APPROACH SECTION
==================================*/
.approach-section {
    background: var(--primary-color);
    padding: 60px 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 43vw;
    display: flex;
    flex-direction: column;
}

.approach-section .approach-img {
    position: absolute;
    bottom: 0;
    left: -4.5%;
    pointer-events: none;
    z-index: -1;
    width: 1040px;
    height: 914px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.approach-section .approach-img::before {
    content: "";
    background: -webkit-linear-gradient(180deg, var(--primary-color) 10%, transparent);
    background: -moz-linear-gradient(180deg, var(--primary-color) 10%, transparent);
    background: linear-gradient(180deg, var(--primary-color) 10%, transparent);
    width: 100%;
    height: 150px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1;
}

.approach-section .approach-img img,
.approach-section .approach-img svg {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease 0.3s, transform 1.5s ease 0.3s;
    transition: opacity 1.5s ease 0.3s, transform 1.5s ease 0.3s;
}

.approach-section .approach-img .is-animating {
    opacity: 1;
}

.approach-section .approach-img .approach-img1 {
    width: 500px;
    height: 543px;
    top: 39px;
    left: 138px;
    -webkit-transform: translate(-40%, 40%);
    transform: translate(-40%, 40%);
}

.approach-section .approach-img .approach-img2 {
    width: 709px;
    height: 183px;
    left: 0;
    bottom: 150px;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.approach-section .approach-img .approach-img3 {
    width: 560px;
    height: 716px;
    right: 26px;
    bottom: 0;
    -webkit-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
}

.approach-section .approach-img .approach-img1.is-animating,
.approach-section .approach-img .approach-img2.is-animating,
.approach-section .approach-img .approach-img3.is-animating {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.approach-section .section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.approach-section .section-header .section-subtitle {
    flex-basis: 29.36%;
    max-width: 29.36%;
    font-family: var(--freightsans-semibold);
    font-weight: 600;
    padding-top: 12px;
    color: #A2ADB3;
}

.approach-section .section-header .section-title {
    flex: 1;
    max-width: 62%;
    color: var(--white-color);
}

.approach-section .section-row {
    max-width: 488px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.approach-section .section-row .section-col {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.approach-section .section-row .col-counter {
    display: block;
    font-family: var(--freightsans-med);
    font-size: 40px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 0.8;
    padding-right: 15px;
}

.approach-section .section-row .col-title {
    margin: 0;
    font-family: var(--amira-light);
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    color: var(--secondary-color);
    flex: 1;
}

.approach-section .section-row .col-content {
    margin-top: 25px;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 18px;
    color: var(--white-color);
}

/*===================================
CTA SECTION
==================================*/
.cta-section {
    padding: 80px 100px;
    min-height: 56.25vw;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: 70% 0;
    background-attachment: fixed;
    background-size: cover;
}

.cta-section .section-row {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.cta-section .section-header {
    margin: 0 auto;
    max-width: 1228px;
    text-align: center;
}

.cta-section .section-title {
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 1.3;
}

/*===================================
TEAM SECTION
==================================*/
.team-section {
    padding: 80px 100px 30px;
}

.team-section .section-block {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #A2ADB3;
}

.team-section .section-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.team-section .section-block .section-block-title {
    margin: 0 0 50px;
    font-family: var(--amira-regular);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.team-section .section-block .section-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.team-section .section-block .section-col-img {
    flex-basis: 280px;
    max-width: 280px;
}

.team-section .section-block .section-col-img figcaption {
    margin-top: 15px;
    font-family: var(--freightsans-semibold);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}

.team-section .section-block .col-content {
    flex: 1;
    max-width: 67.822%;
}

.team-section .section-block .col-title {
    margin: 0 0 60px;
    font-size: 40px;
    line-height: 1.1;
}

.team-section .section-block .col-desc {
    column-count: 2;
    font-size: 18px;
    line-height: 1.2;
    column-gap: 38px;
}

.team-section .section-block .col-desc p {
    break-inside: avoid;
}

/*===================================
CONTACT SECTION
==================================*/
.contact-section {
    padding: 80px 100px;
    background: #A2ADB3;
}

.contact-section .section-header {
    margin-bottom: 50px;
}

.contact-section .section-subtitle {
    color: var(--white-color);
    font-family: var(--freightsans-semibold);
    font-weight: 600;
}

.contact-section .section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.contact-section .contact-heading {
    flex-basis: 332px;
    max-width: 332px;
}

.contact-section .contact-heading .col-title {
    margin: 0 0 60px;
    font-size: 49px;
    line-height: 1;
    max-width: 300px;
}

.contact-section .contact-heading .col-desc {
    font-size: 18px;
    line-height: 1.22;
}

.contact-section .contact-form-holder {
    flex: 1;
    max-width: 65.591%;
}

.contact-section .contact-form-holder form {
    position: relative;
}

.contact-section .contact-form-holder .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.contact-section .contact-form-holder .form-group {
    margin-bottom: 50px;
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
}

.contact-section .contact-form-holder .form-row .form-group {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 35px;
}

.contact-section .contact-form-holder .form-group label {
    margin: 0 0 10px;
    display: block;
    font-family: var(--freightsans-semibold);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1px;
}

.contact-section .contact-form-holder .form-control {
    background: none;
    border-bottom-color: rgba(var(--white-color-rgb), 0.5);
    padding-top: 25px;
}

.contact-section .contact-form-holder .form-control:-webkit-autofill,
.contact-section .contact-form-holder .form-control:-webkit-autofill:hover,
.contact-section .contact-form-holder .form-control:-webkit-autofill:focus,
.contact-section .contact-form-holder .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #A2ADB3 inset !important;
}

.contact-section .contact-form-holder textarea.form-control {
    resize: none;
}

.contact-section .contact-form-holder .btn-holder {
    text-align: right;
    position: relative;
    direction: rtl;
}

.contact-section .contact-form-holder .btn-submit {
    position: relative;
}

.contact-section .contact-form-holder .btn-submit:hover {
    color: var(--primary-color);
}

.contact-section .contact-form-holder .btn-submit::after {
    content: "";
    margin: 0 auto;
    background: var(--primary-color);
    width: 0;
    height: 2px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: width ease 0.3s, visibility ease .3s;
    transition: width ease 0.3s, visibility ease .3s;
}

.contact-section .contact-form-holder .btn-submit:hover::after {
    width: 100%;
    visibility: visible;
}

.contact-section .contact-form-holder .btn-submit img {
    position: absolute;
    top: 5px;
    right: -20px;
    width: 12px;
}

/*===================================
SITE FOOTER
==================================*/
.footer-bottom {
    background: var(--primary-color);
    padding: 50px 100px;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--freightsans-book);
    color: #A2ADB3;
    font-size: 18px;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-bottom .footer-social {
    text-align: right;
    font-family: var(--freightsans-semibold);
    letter-spacing: 1px;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 100px;
}

.footer-bottom .footer-social a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-right: 20px;
}

.footer-bottom .footer-social a:hover {
    color: var(--secondary-color);
}
/*
.footer-bottom .footer-social a::after {
    content: "";
    background-color: #A2ADB3;
    -webkit--webkit-mask-image: url('assets/images/arrow-top-right.svg');
    mask-image: url('assets/images/arrow-top-right.svg');
    -webkit--webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit--webkit-mask-position: center;
    mask-position: center;
    -webkit--webkit-mask-size: 100%;
    mask-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: -20px;
    -webkit-transition: background ease .3s;
    transition: background ease .3s;
}
*/
.footer-bottom .footer-social a:hover::after {
    background-color: var(--secondary-color);
}

.footer-bottom .footer-social a img {
    width: 12px;
    position: absolute;
    top: 6px;
    right: -20px;
}
.footer-bottom .footer-social a:last-child {
    margin-right: 0;
}

.footer-bottom .footer-logo {
    flex-basis: 218px;
    max-width: 218px;
}

.footer-bottom .footer-address {
    max-width: 70%;
}

.footer-bottom .footer-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.footer-bottom .footer-address ul li {
    display: block;
    margin: 0;
}

.footer-bottom .footer-address ul li a {
    text-decoration: none;
    display: block;
    line-height: 1.1;
}

.footer-bottom .footer-address ul li a:hover {
    color: inherit;
}

.footer-bottom .footer-address ul li b {
    display: block;
    font-family: var(--freightsans-semibold);
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
}

.footer-bottom .footer-address ul li a:hover span {
    color: var(--secondary-color);
}

.footer-terms {
    padding: 0 65px 0 50px;
    text-transform: uppercase;
}

.footer-terms .terms {
    text-align: right;
    width: 100%;
}

.footer-terms .terms a {
    text-decoration: none;
}

.footer-terms .terms a:hover {
    color: var(--secondary-color);
}

/*===================================
DISCLIMER POPUP
===================================*/
body.disclaimer_modal_open {
    overflow: hidden;
}

.disclaimer-popup-outer-wrap {
    position: fixed;
    inset: 0;
    background: rgba(11, 11, 11, 0.8);
    z-index: 999;
    overflow: hidden auto;
    -webkit-backface-visibility: hidden;
    outline: none;
}

.disclaimer-popup-outer-wrap .disclaimer-popup-inner-wrap {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: calc(100% - 40px);
    left: 0;
    top: 0;
    padding: 0 8px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.disclaimer-popup-outer-wrap .disclaimer-popup-inner-wrap:before {
    content: "";
    display: block;
    height: min-content;
    vertical-align: middle;
}

.disclaimer-popup-outer-wrap .popup-dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    cursor: auto;
}

.disclaimer-popup-outer-wrap .popup-content-holder {
    position: relative;
    background: var(--white-color);
    padding: 40px;
    max-width: 80vw;
    width: 640px;
    margin: 0 auto;
}

.disclaimer-popup-outer-wrap .popup-title {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--freightsans-semibold);
    color: var(--black-color);
}

.disclaimer-popup-outer-wrap .disclaimer-popup-content {
    max-height: 280px;
    margin-bottom: 40px;
    overflow: scroll;
    font-size: 18px;
    color: #66616b;
    line-height: 1.6;
}

.disclaimer-popup-outer-wrap button#accept-disclaimer {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    min-width: 120px;
    min-height: 55px;
    border-radius: 5px;
    padding: 10px 20px;
}

.disclaimer-popup-outer-wrap button#accept-disclaimer:hover {
    background: none;
    color: var(--primary-color);
}

/*===================================
RESPONSIVE STYLE
==================================*/
@media screen and (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    #nav ul.primary-menu li .sub-menu[style="display: none;"] {
        display: block !important;
    }

    #nav ul.primary-menu li .sub-menu .submenu-tgl-btn {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 20px;
    }
}

@media (min-width: 1200px) {
    .approach-section .approach-img {
        width: 1000px;
        height: 874px;
        left: -80px;
    }

    .approach-section .approach-img::before {
        top: 70px;
    }

    .approach-section .approach-img .approach-img1 {
        width: 456px;
        height: 505px;
        top: 71px;
        left: 142px;
    }

    .approach-section .approach-img .approach-img2 {
        width: 676px;
        height: 153px;
        left: 39px;
    }

    .approach-section .approach-img .approach-img3 {
        width: 528px;
        height: 686px;
        right: 33px;
        bottom: -6px;
    }
}

@media screen and (max-width: 1600px) {
    .header-top {
        padding-inline: 80px;
    }

    .hero-banner .banner-content {
        padding: 80px;
    }

    .about-section,
    .strategy-section,
    .approach-section,
    .cta-section,
    .team-section,
    .contact-section,
    .footer-bottom {
        padding-inline: 80px;
    }
}

@media screen and (max-width: 1440px) {
    .header-top {
        padding-inline: 60px;
    }

    .hero-banner .banner-content {
        padding: 60px;
    }

    .about-section,
    .strategy-section,
    .approach-section,
    .cta-section,
    .team-section,
    .contact-section,
    .footer-bottom {
        padding-inline: 60px;
    }

    .about-section .section-header .section-title,
    .strategy-section .section-header .section-title,
    .approach-section .section-header .section-title {
        max-width: 75%;
    }
}

@media screen and (max-width: 1199px) {
    .header-top {
        padding: 20px 40px;
    }

    .section-title {
        font-size: 45px;
    }

    /*===================================
    BANNER SECTION
    ===================================*/
    .hero-banner .banner-content {
        padding: 40px;
    }

    .hero-banner .banner-content .banner-title {
        font-size: 60px;
    }

    /*===================================
    ABOUT SECTION
    ===================================*/
    .about-section {
        padding-inline: 40px;
    }

    .about-section .section-header .section-title {
        max-width: 75%;
    }

    /*===================================
    STRATEGY SECTION
    ===================================*/
    .strategy-section {
        padding-inline: 40px;
    }

    .strategy-section .strategy-img {
        height: 100%;
    }

    .strategy-section .strategy-img img {
        height: 100%;
    }

    .strategy-section .section-header .section-title {
        max-width: 75%;
    }

    .strategy-section .section-row .col-counter {
        font-size: 30px;
    }

    .strategy-section .section-row .col-title {
        font-size: 26px;
    }

    /*===================================
    APPROACH SECTION
    ==================================*/
    .approach-section {
        padding-inline: 40px;
    }

    .approach-section .approach-img {
        width: 768px;
        height: 700px;
    }

    .approach-section .approach-img::before {
        top: 0;
    }

    .approach-section .approach-img .approach-img1 {
        width: 390px;
        height: auto;
        top: -1px;
        left: 150px;
    }

    .approach-section .approach-img .approach-img3 {
        width: 400px;
        height: auto;
        bottom: 0;
        right: 0;
    }

    .approach-section .approach-img .approach-img2 {
        width: auto;
        height: 130px;
        bottom: 147px;
        left: 19px;
    }

    .approach-section .section-header .section-title {
        max-width: 75%;
    }

    .approach-section .section-row .col-counter {
        font-size: 30px;
    }

    .approach-section .section-row .col-title {
        font-size: 40px;
    }

    .approach-section .section-row .col-content {
        margin-top: 15px;
    }

    /*===================================
    CTA SECTION
    ==================================*/
    .cta-section {
        padding-inline: 40px;
    }

    /*===================================
    TEAM SECTION
    ==================================*/
    .team-section {
        padding-inline: 40px;
    }

    .team-section .section-block .col-desc {
        column-gap: 20px;
    }

    /*===================================
    CONTACT SECTION
    ==================================*/
    .contact-section {
        padding-inline: 40px;
    }

    /*===================================
    SITE FOOTER
    ==================================*/
    .footer-bottom {
        padding-inline: 40px;
    }

    .footer-bottom .footer-social {
        margin-bottom: 80px;
    }

    .footer-bottom .footer-address ul {
        gap: 30px;
    }

    .footer-bottom .footer-address ul li {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 991px) {
    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 {
        height: 40px;
    }

    textarea {
        height: 150px;
    }

    .section-title {
        font-size: 40px;
    }

    .header-top {
        padding: 20px 25px;
    }

    .logo {
        max-width: 160px;
        flex-basis: 160px;
    }

    #nav ul.primary-menu {
        font-size: 13px;
    }

    #nav ul.primary-menu li {
        padding: 5px 12px;
    }

    #nav ul.primary-menu li.contact-menu > a {
        margin-right: 15px;
    }

    #nav ul.primary-menu li.contact-menu > a::after {
        right: -20px;
    }

    #nav ul.primary-menu li .submenu-tgl-btn {
        top: 10px;
        right: 0;
    }

    /*===================================
    BANNER SECTION
    ===================================*/
    .hero-banner .banner-content {
        padding: 30px 25px;
    }

    .hero-banner .banner-content .banner-title {
        font-size: 50px;
    }

    /*===================================
    ABOUT SECTION
    ==================================*/
    .about-section {
        padding-inline: 25px;
    }

    .about-section .section-header .section-title {
        max-width: 100%;
    }

    .about-section .about-content {
        max-width: 505px;
    }

    /*===================================
    STRATEGY SECTION
    ==================================*/
    .strategy-section {
        padding-inline: 25px;
    }

    .strategy-section .strategy-img {
        width: 100%;
        height: 100%;
    }

    .strategy-section .strategy-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 7% 0;
    }

    .strategy-section .section-header .section-title {
        max-width: 100%;
    }

    .strategy-section .section-row {
        max-width: 100%;
    }

    .strategy-section .section-row .col-title {
        font-size: 28px;
    }

    .strategy-section .section-row .col-counter {
        font-size: 30px;
    }

    /*===================================
    APPROACH SECTION
    ==================================*/
    .approach-section {
        padding-inline: 25px;
        min-height: auto;
    }

    .approach-section .approach-img {
        width: 640px;
        height: 580px;
    }

    .approach-section .approach-img::before {
        top: 20px;
    }

    .approach-section .approach-img .approach-img1 {
        width: 320px;
        height: auto;
        top: 23px;
        left: 106px;
    }

    .approach-section .approach-img .approach-img3 {
        width: 320px;
        height: auto;
        bottom: 0;
        right: 30px;
    }

    .approach-section .approach-img .approach-img2 {
        width: auto;
        height: 110px;
        bottom: 100px;
        left: 0;
    }

    .approach-section .section-header .section-title {
        max-width: 100%;
    }

    .approach-section .section-row {
        max-width: 400px;
    }

    .approach-section .section-row .col-title {
        font-size: 36px;
    }

    /*===================================
    CTA SECTION
    ==================================*/
    .cta-section {
        padding-inline: 25px;
    }

    /*===================================
    TEAM SECTION
    ==================================*/
    .team-section {
        padding-inline: 25px;
    }

    .team-section .section-block {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .team-section .section-block .section-block-title {
        margin-bottom: 30px;
    }

    .team-section .section-block .section-col-img {
        flex-basis: 220px;
        max-width: 220px;
    }

    .team-section .section-block .col-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .team-section .section-block .col-desc {
        column-gap: 15px;
    }

    /*===================================
    CONTACT SECTION
    ==================================*/
    .contact-section {
        padding-inline: 25px;
    }

    .contact-section .contact-form-holder .form-control {
        padding-top: 10px;
    }

    .contact-section .contact-form-holder .form-row {
        margin: 0;
    }

    .contact-section .contact-form-holder .form-group {
        margin-bottom: 30px;
    }

    .contact-section .contact-form-holder .form-row .form-group {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    /*===================================
    SITE FOOTER
    ==================================*/
    .footer-bottom {
        padding: 60px 25px;
    }

    .footer-bottom .footer-social {
        margin-bottom: 60px;
    }

    .footer-bottom .footer-logo {
        flex-basis: 160px;
        max-width: 160px;
    }

    .footer-bottom .footer-address ul {
        gap: 15px;
    }

    .footer-bottom .footer-address ul li {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .footer-bottom .footer-address ul li a {
        word-break: break-word;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: clamp(18px, 5vw, 24px);
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        font-size: clamp(16px, 4vw, 24px);
    }

    .page-title {
        margin-bottom: clamp(20px, 5vw, 40px);
        font-size: clamp(26px, 8vw, 40px);
    }

    .section-header {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: clamp(30px, 7vw, 50px);
    }

    .header-top {
        padding: 20px 15px;
    }

    .site-header.sticky .header-top {
        padding-block: 10px;
    }

    .logo {
        max-width: 150px;
        flex-basis: 150px;
    }

    body.nav_active {
        overflow: hidden;
    }

    .menu-toggle {
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        padding: 0;
        position: relative;
        margin-left: auto;
        cursor: pointer;
    }

    .menu-toggle .nav-bar {
        display: block;
        background: var(--white-color);
        width: 100%;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .menu-toggle .nav-bar::before,
    .menu-toggle .nav-bar::after {
        content: "";
        background: var(--white-color);
        width: 100%;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .menu-toggle .nav-bar::before {
        top: -18px;
    }

    .menu-toggle .nav-bar::after {
        bottom: -18px;
    }

    #nav .close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        background: rgba(var(--white-color-rgb), 0.05);
        border-radius: 100%;
    }

    #nav .close::before,
    #nav .close::after {
        content: "";
        background: var(--white-color);
        width: 15px;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav .close::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 350px;
        background: var(--primary-color);
        height: 100%;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(var(--black-color-rgb), 0.16);
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: visibility ease 0.3s, transform ease 0.3s;
        transition: visibility ease 0.3s, transform ease 0.3s;
    }

    .nav_active #nav {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #nav ul.primary-menu {
        height: 100%;
        flex-direction: column;
        align-items: initial;
        flex-wrap: initial;
        padding: 50px 0;
    }

    #nav ul.primary-menu li {
        padding: 0;
    }

    #nav ul.primary-menu li a {
        padding: 15px 20px;
        width: 100%;
    }

    #nav ul.primary-menu li a::before {
        display: none;
    }

    #nav ul.primary-menu li.contact-menu > a {
        margin-right: 0;
        padding-right: 30px;
    }

    #nav ul.primary-menu li.contact-menu > a::after {
        right: 10px;
        top: 20px;
    }

    #nav ul.primary-menu li .submenu-tgl-btn {
        top: 0;
        height: 52px;
        width: 25px;
        font-size: 14px;
    }

    #nav ul.primary-menu li .sub-menu {
        position: static;
        min-width: 100%;
        background: rgba(var(--secondary-color-rgb), 0.05);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    #nav ul.primary-menu li .sub-menu .sub-menu {
        box-shadow: none;
    }

    #nav ul.primary-menu > li > a {
        border-bottom: 1px solid rgba(var(--white-color-rgb), 0.1);
    }

    /*===================================
    BANNER SECTION
    ===================================*/
    .hero-banner .banner-img {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        background-size: cover;
        background-position: 86% 0;
    }

    .hero-banner .banner-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-banner .banner-content {
        padding: 20px 15px;
    }

    .hero-banner .banner-content .banner-title {
        font-size: clamp(27px, 6vw, 45px);
    }

    /*===================================
    ABOUT SECTION
    ==================================*/
    .about-section {
        padding-inline: 15px;
        min-height: auto;
    }

    .about-section .section-header .section-subtitle {
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .about-section .section-header .section-title {
        max-width: 100%;
    }

    .about-section .about-content {
        max-width: 100%;
        padding-bottom: 60px;
    }

    .about-section .about-img {
        width: 100%;
        left: -10px;
        opacity: 0.5;
        max-width: 480px;
    }

    /*===================================
    STRATEGY SECTION
    ==================================*/
    .strategy-section {
        padding: 60px 15px 30px;
    }

    .strategy-section .section-header .section-subtitle {
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .strategy-section .section-header .section-title {
        max-width: 100%;
    }

    .strategy-section .section-row {
        margin-top: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .strategy-section .section-row .section-col {
        flex-basis: 100%;
        max-width: 100%;
        margin: 10px 0;
        padding: 20px;
    }

    .strategy-section .section-row .section-col:nth-last-of-type(1),
    .strategy-section .section-row .section-col:nth-last-of-type(2) {
        padding-bottom: 20px;
    }

    .strategy-section .section-row .section-col:nth-child(2n)::after {
        display: none;
    }

    .strategy-section .section-row .col-counter {
        font-size: clamp(25px, 5vw, 35px);
    }

    .strategy-section .section-row .col-title {
        font-size: clamp(22px, 6vw, 30px);
        max-width: 100%;
        margin-bottom: 10px;
    }

    .strategy-section .section-row .col-desc {
        font-size: clamp(16px, 4vw, 24px);
    }

    /*===================================
    APPROACH SECTION
    ==================================*/
    .approach-section {
        padding-inline: 0;
        min-height: auto;
    }

    .approach-section .approach-img {
        position: relative;
        left: 0;
        order: 2;
        height: 450px;
        width: 480px;
        margin-inline: auto;
    }

    .approach-section .approach-img::before {
        top: 10px;
    }

    .approach-section .approach-img .approach-img1 {
        top: 23px;
        left: 80px;
        width: 250px;
        height: auto;
    }

    .approach-section .approach-img .approach-img3 {
        width: 280px;
        height: auto;
        right: -22px;
        bottom: -40px;
    }

    .approach-section .approach-img .approach-img2 {
        width: auto;
        height: 85px;
        bottom: 70px;
        left: -4px;
    }

    .approach-section .section-header {
        padding-inline: 15px;
    }

    .approach-section .section-header .section-subtitle {
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .approach-section .section-header .section-title {
        max-width: 100%;
    }

    .approach-section .section-row {
        margin-top: 30px;
        max-width: 100%;
        padding-bottom: 20px;
        padding-inline: 15px;
        order: 3;
    }

    .approach-section .section-row .col-counter {
        font-size: clamp(25px, 5vw, 35px);
    }

    .approach-section .section-row .col-title {
        font-size: clamp(25px, 6vw, 35px);
        max-width: 100%;
    }

    .approach-section .section-row .col-content {
        margin-top: 15px;
        font-size: clamp(16px, 4vw, 24px);
    }

    /*===================================
    CTA SECTION
    ==================================*/
    .cta-section {
        padding: 60px 15px;
        min-height: auto;
    }

    .cta-section .section-title {
        font-size: clamp(16px, 5vw, 40px);
    }

    /*===================================
    TEAM SECTION
    ==================================*/
    .team-section {
        padding: 60px 15px 20px;
    }

    .team-section .section-block {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .team-section .section-block .section-block-title {
        margin-bottom: 30px;
        font-size: clamp(30px, 7vw, 40px);
    }

    .team-section .section-block .section-col-img {
        flex-basis: 100%;
        max-width: 100%;
    }

    .team-section .section-block .col-content {
        max-width: 100%;
    }

    .team-section .section-block .col-title {
        font-size: clamp(24px, 5vw, 36px);
        margin-bottom: 30px;
    }

    .team-section .section-block .col-desc {
        column-count: 1;
        font-size: clamp(16px, 4vw, 24px);
    }

    .team-section .section-block .col-desc p:last-child {
        margin-bottom: 0;
    }

    /*===================================
    CONTACT SECTION
    ==================================*/
    .contact-section {
        padding: 60px 15px;
    }

    .contact-section .section-header {
        margin-bottom: 15px;
    }

    .contact-section .contact-heading {
        flex-basis: 100%;
        max-width: 100%;
    }

    .contact-section .contact-heading .col-title {
        margin-bottom: 20px;
        max-width: 100%;
        font-size: clamp(30px, 7vw, 50px);
    }

    .contact-section .contact-heading .col-desc {
        font-size: clamp(16px, 4vw, 24px);
    }

    .contact-section .contact-form-holder {
        max-width: 100%;
        flex-basis: 100%;
    }

    .contact-section .contact-form-holder .form-group {
        margin-bottom: 20px;
    }

    .contact-section .contact-form-holder .form-group label {
        font-size: clamp(14px, 4vw, 16px);
    }

    /*===================================
    SITE FOOTER
    ==================================*/
    .footer-bottom {
        padding: 40px 15px;
        font-size: clamp(16px, 4vw, 24px);
    }

    .footer-bottom .footer-social {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom .footer-social a.footer-terms {
        padding-left: 0;
        padding-right: clamp(30px, 10vw, 70px);
    }

    .footer-bottom .footer-logo {
        margin: 0 auto 40px;
        flex-basis: 170px;
        max-width: 170px;
    }

    .footer-bottom .footer-address {
        max-width: 100%;
        text-align: center;
    }
}