/*!
Theme Name: WYN
Theme URI: https://www.creativetune.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: WYN WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativetune
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 with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
@import url("https://use.typekit.net/soz6qow.css");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 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;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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] {
    -webkit-appearance: button;
    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;
    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;
}

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 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;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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] {
    -webkit-appearance: button;
    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;
    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;
}

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #3c3c3b;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #3c3c3b;
    margin-bottom: 0.4em;
    line-height: 0.8em;
    font-family: proxima-nova, sans-serif !important;
}

h1 {
    font-size: 48px;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 38px;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 48px;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 320px) {
    h2 {
        font-size: 34px;
    }
}

h3 {
    font-size: 38px;
}

@media (max-width: 1200px) {
    h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 32px;
}

@media (max-width: 1200px) {
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 26px;
}

@media (max-width: 1200px) {
    h5 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    h5 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 28px;
}

@media (max-width: 1200px) {
    h6 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    h6 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    h6 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    h6 {
        font-size: 16px;
    }
}

.heading-section {
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    color: #00a8e2;
    letter-spacing: 0;
}

.heading-outline {
    color: transparent;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

@media (max-width: 576px) {
    .heading-outline {
        -webkit-text-stroke: 0.5px #fff;
    }
}

.heading-outline-red {
    color: transparent;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #00a8e2;
}

@media (max-width: 576px) {
    .heading-outline-red {
        -webkit-text-stroke: 0.5px #00a8e2;
    }
}

p {
    margin-bottom: 1em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    p {
        font-size: 16px;
    }
}

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

blockquote {
    border-left: 12px solid #32bef0;
    padding-left: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
}

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

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

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

big {
    font-size: 125%;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-light {
    font-weight: 300 !important;
}

.text-normal {
    font-weight: 400 !important;
}

.text-small {
    font-size: 0.85em !important;
}

.super-lead {
    font-size: 28.8px;
    font-size: 1.8rem;
}

.lead {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.4em !important;
    font-weight: 400 !important;
}

@media (max-width: 991px) {
    .lead {
        font-size: 17.6px;
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .lead {
        font-size: 16.8px;
        font-size: 1.05rem;
    }
}

@media (max-width: 576px) {
    .lead {
        font-size: 16px;
        font-size: 1rem;
    }
}

.text-drop-shadow {
    text-shadow: 2px 2px 8px #000;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: #00a8e2;
}

.text-red {
    color: red !important;
}

.text-black {
    color: #32bef0;
}

@media screen and (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .text-xs-center {
        text-align: center;
    }
}

.alt-text {
    font-family: proxima-nova, sans-serif;
    color: #00a8e2;
    display: block;
    font-style: italic;
    font-size: 26px !important;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 300 !important;
}

.font-small {
    font-size: 80%;
}

.pre-heading {
    position: relative;
    margin-left: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #00a8e2 !important;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
}

@media (max-width: 991px) {
    .pre-heading {
        font-size: 18px;
    }
}

.extra-large-heading {
    font-weight: 900;
    font-size: 60px;
    color: #3c3c3b;
    line-height: 1.15em;
    margin-top: 0;
}

@media (max-width: 1480px) {
    .extra-large-heading {
        font-size: 52px;
    }
}

@media (max-width: 1200px) {
    .extra-large-heading {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .extra-large-heading {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .extra-large-heading {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .extra-large-heading {
        font-size: 32px;
    }
}

.large-heading {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2em;
}

@media (max-width: 1200px) {
    .large-heading {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .large-heading {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .large-heading {
        font-size: 26px;
    }
}

.medium-heading {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2em;
}

@media (max-width: 1200px) {
    .medium-heading {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .medium-heading {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .medium-heading {
        font-size: 18px;
    }
}

.large-subheading {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .large-subheading {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .large-subheading {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .large-subheading {
        font-size: 14px;
    }
}

.medium-subheading {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .medium-subheading {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .medium-subheading {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .medium-subheading {
        font-size: 13px;
    }
}

.large-body,
#page-content .container-medium .content-col-2 p {
    font-size: 18px;
    line-height: 1.7em;
}

@media (max-width: 576px) {

    .large-body,
    #page-content .container-medium .content-col-2 p {
        font-size: 16px;
        line-height: 1.4em;
    }
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    background-size: auto 1000px;
    background-repeat: repeat;
}

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

ul,
ol {
    margin: 16px 0 24px 16px;
    list-style-type: disc;
    padding-left: 0px;
}

ul li,
ol li {
    font-size: 18px;
    font-weight: 300;
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.3em;
}

@media (max-width: 576px) {

    ul li,
    ol li {
        font-size: 16px;
    }
}

ul {
    list-style-type: disc;
    padding-left: 0px;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 20px;
    margin-left: 12px;
}

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

.btn-outline-white {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: "Gotham Ultra";
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 32px;
    color: #fff !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-outline-white:hover {
    background-color: #00a8e2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 1px solid #00a8e2;
    color: #fff;
}

@media (max-width: 991px) {
    .btn-outline-white {
        font-size: 18px;
        padding: 14px 28px;
    }
}

.btn-primary {
    display: inline-block;
    background-color: #00a8e2;
    color: #fff !important;
    border-radius: 24px;
    padding: 8px 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.btn-primary:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #32bef0;
}

.btn-secondary {
    display: inline-block;
    background-color: #32bef0;
    color: #fff !important;
    border-radius: 24px;
    padding: 8px 48px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 700;
}

.btn-secondary:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #00a8e2;
}

.btn-primary-white {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    align-items: center;
    color: #fff !important;
    border-radius: 0;
    padding: 8px 32px 8px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.btn-primary-white:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #32bef0;
}

.btn-primary-white:hover span {
    /*transform: translate(-100px, 0);*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}

.btn-primary-white:hover img {
    transform: translate(-118px, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-primary-white span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-primary-white img {
    width: 28px;
    margin-left: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-primary-red {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    align-items: center;
    color: #00a8e2 !important;
    border-radius: 0;
    padding: 8px 32px 8px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.btn-primary-red:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #32bef0;
}

.btn-primary-red:hover span {
    /*transform: translate(-100px, 0);*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}

.btn-primary-red:hover img {
    transform: translate(-118px, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-primary-red span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-primary-red img {
    width: 28px;
    margin-left: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-solid-red {
    display: flex;
    flex-direction: row;
    background-color: #00a8e2;
    align-items: center;
    color: #fff !important;
    border-radius: 0;
    padding: 8px 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    max-width: 370px;
    justify-content: center;
    font-size: 14.4px;
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .btn-solid-red {
        padding: 8px 20px;
    }
}

.btn-solid-red:visited {
    color: #fff !important;
}

.btn-solid-red:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #32bef0;
}

.btn-solid-red:hover span {
    /*transform: translate(-100px, 0);*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    color: #fff;
}

.btn-solid-red:hover img {
    transform: translate(100%, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 576px) {
    .btn-solid-red:hover img {
        transform: none;
    }
}

.btn-solid-red span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-solid-red img {
    width: 28px;
    margin-left: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-width-auto {
    max-width: initial !important;
}

.btn-inline {
    display: inline-block !important;
}

.btn-text {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.btn-white {
    color: #fff !important;
}

.btn-white:hover {
    color: #32bef0 !important;
}

.btn-large {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 42px;
    position: relative;
    color: #3c3c3b !important;
}

.btn-large:hover {
    color: #32bef0 !important;
}

.btn-large:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: -1px;
    background: linear-gradient(to right, #00a8e2, #32bef0);
}

.btn-large span {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

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: #504949;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #00a8e2;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visited {
    color: #00a8e2;
    text-decoration: none;
}

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

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
    background-color: transparent;
    height: auto;
    border-radius: 0;
    border: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 18px 18px;
}

@media (max-width:576px) {
    .navbar {
        padding: 12px;
    }
}

.navbar .navbar-brand {
    background-color: transparent;
    padding: 12px 0;
    margin-right: 0px;
    margin-top: 0;
}

.navbar .navbar-brand img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 260px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1480px) {
    .navbar .navbar-brand img {
        width: 240px;
    }
}

@media (max-width:1300px) {
    .navbar .navbar-brand img {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    .navbar .navbar-brand img {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand img {
        width: 180px;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        width: 150px;
    }
}

.navbar .navbar-brand .small-logo {
    width: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.navbar .creativetune-toggler {
    border: 0;
    border-radius: 5px;
    background-color: #00a8e2;
    font-size: 1em !important;
    padding: 12px;
    margin: 13px 18px 13px auto;
    border: 1px solid #00a8e2;
}

@media (max-width: 991px) {
    .navbar .creativetune-toggler {
        margin-top: 12px;
        margin-right: 18px;
        margin-bottom: 12px;
    }
}

.navbar .creativetune-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .menu-wrapper {
    background-color: transparent;
    width: 100%;
    display: flex;
}

@media (max-width: 1024px) {
    .navbar .menu-wrapper {
        padding: 0 16px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar .menu-wrapper {
        background-color: #32bef0;
    }
}

.navbar #main-menu ul#menu-primary-menu {
    margin-top: 0;
    margin-right: 0px;
    background-color: transparent;
    padding-right: 0px;
}

@media screen and (max-width: 1199px) {
    .navbar #main-menu ul#menu-primary-menu {
        display: none !important;
    }
}

.navbar #main-menu ul#menu-primary-menu li {
    margin: 0 30px;
}

@media (max-width: 1480px) {
    .navbar #main-menu ul#menu-primary-menu li {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar #main-menu ul#menu-primary-menu li {
        margin: 0 16px;
    }
}

@media (max-width: 1200px) {
    .navbar #main-menu ul#menu-primary-menu li {
        margin: 0 16px;
    }
}

@media (max-width: 991px) {
    .navbar #main-menu ul#menu-primary-menu li {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
    }
}

.navbar #main-menu ul#menu-primary-menu li a {
    padding: 18px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.navbar #main-menu ul#menu-primary-menu li a:hover,
.navbar #main-menu ul#menu-primary-menu li a:focus {
    color: #00a8e2;
    background-color: transparent;
}

.navbar #main-menu ul#menu-primary-menu li a:hover:before,
.navbar #main-menu ul#menu-primary-menu li a:focus:before {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .navbar #main-menu ul#menu-primary-menu li a {
        padding: 8px 0;
        text-align: left;
        color: #fff;
    }

    .navbar #main-menu ul#menu-primary-menu li a:hover {
        color: #00a8e2;
    }
}

.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu {
    background-color: #226bb3;
    border-radius: 0;
    padding: 0px;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li {
    margin: 0;
}

.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a {
    color: #fff;
    padding: 20px !important;
    display: block;
}

.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:hover,
.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:focus {
    background-color: #32bef0;
    color: #fff;
}

.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:hover:before,
.navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:focus:before {
    display: none;
}

.navbar #main-menu ul#menu-primary-menu li.dropdown a:after {
    display: none;
}

.navbar #main-menu ul#menu-primary-menu li:last-child {
    margin-right: 0;
}

.navbar #main-menu ul#menu-primary-menu li.active a {
    color: #32BEF0;
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar #main-menu ul#menu-primary-menu li.active a {
        color: #32BEF0;
    }
}

.navbar #main-menu ul#menu-primary-menu li.active ul.dropdown-menu li a:before {
    display: none !important;
}

.navbar #main-menu ul#menu-primary-menu li.menu-bold {
    margin-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.navbar #main-menu ul#menu-primary-menu li.menu-bold a {
    background-color: transparent;
    border-radius: 0px;
    padding: 18px 18px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

.navbar #main-menu ul#menu-primary-menu li.menu-bold a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #32BEF0;
    border: 1px solid #32BEF0
}

@media (max-width: 991px) {
    .navbar #main-menu ul#menu-primary-menu li.menu-bold a {
        margin-top: 8px;
        text-align: center;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
}

.navbar .header-contact-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 24px;
}

@media (max-width: 991px) {
    .navbar .header-contact-menu {
        position: absolute;
        top: 0px;
        right: 96px;
        padding-top: 12px;
    }
}

@media (max-width: 576px) {
    .navbar .header-contact-menu {
        right: 68px;
    }
}

.navbar .header-contact-menu li.header-apply {
    margin-bottom: 0;
}

.navbar .header-contact-menu li.header-apply a {
    background-color: #00a8e2;
    color: #fff;
    border-radius: 24px;
    padding: 8px 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.navbar .header-contact-menu li.header-apply a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #226bb3;
}

@media (max-width: 576px) {
    .navbar .header-contact-menu li.header-apply {
        display: none;
    }
}

.navbar .header-contact-menu li.header-phone {
    margin-bottom: 0;
}

.navbar .header-contact-menu li.header-phone a {
    background-color: #32bef0;
    border-radius: 50%;
    border: 0;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    font-size: 14.4px;
    font-size: 0.9rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.navbar .header-contact-menu li.header-phone a i {
    color: #fff;
}

@media (max-width: 576px) {
    .navbar .header-contact-menu li.header-phone a i {
        margin-right: 0;
    }
}

.navbar .header-contact-menu li.header-phone a:hover {
    background-color: #00a8e2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#menu-primary-menu li.active > .dropdown-menu li a {
    color: #00a8e2;
}

#menu-primary-menu li.active > .dropdown-menu li a:hover,
#menu-primary-menu li.active > .dropdown-menu li a:focus {
    color: #226bb3;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* 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(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #89163e;
    display: block;
    font-size: 14px;
    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;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.container {
    max-width: 1570px !important;
    width: 100%;
    margin: 0 auto;
}


.content-wrapper {
    overflow: hidden;
}

.page-content {
    padding-top: 100px;
    padding-bottom: 250px;
}

@media (max-width: 1200px) {
    .page-content {
        padding-top: 80px;
        padding-bottom: 230px;
    }
}

@media (max-width: 991px) {
    .page-content {
        padding-top: 60px;
        padding-bottom: 200px;
    }
}

@media (max-width: 768px) {
    .page-content {
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 767px) {
    .page-content {
        padding-bottom: 120px;
    }
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1200px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.content-padding-top {
    padding-top: 110px;
}

@media (max-width: 1200px) {
    .content-padding-top {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .content-padding-top {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .content-padding-top {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .content-padding-top {
        padding-top: 30px;
    }
}



@media (max-width: 1200px) {
    .col-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.content-wrapper {
    margin-top: 150px;
}

@media screen and (max-width: 767px) {
    .content-wrapper {
        margin-top: 90px;
    }
}






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

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

.post-list .post-date {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0px;
}

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary {
    padding-right: 18px;
}

@media (max-width: 768px) {
    #secondary {
        padding-right: 0;
    }
}

#secondary section {
    margin-bottom: 60px;
}

#secondary section h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-top: 10px;
}

#secondary section h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#secondary section ul {
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0 0;
}

#secondary section ul li a {
    display: block;
    padding: 4px 0px 4px 12px;
    color: #3c3c3b;
    position: relative;
    font-size: 14.4px;
    font-size: 0.9rem;
}

#secondary section ul li a:hover,
#secondary section ul li a:focus {
    color: #32bef0;
}

#secondary section input[type=search] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

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

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


/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.gallery-container {
    width: 100%;
}

.gallery-container .lightbox-grid ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.gallery-container .lightbox-grid ul li {
    width: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 320px;
    margin: 0;
    padding: 0;
}

.gallery-container .lightbox-grid ul li:hover .background-image-holder {
    opacity: 0.1;
}

@media (max-width: 991px) {
    .gallery-container .lightbox-grid ul li {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .gallery-container .lightbox-grid ul li {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .gallery-container .lightbox-grid ul li {
        height: 240px;
    }
}

.gallery-container .lightbox-grid ul li .feature-img {
    overflow: hidden !important;
    background: #226bb3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    border: 4px solid #fff;
}

.gallery-container .lightbox-grid ul li .feature-img .fi-button {
    position: absolute;
    padding: 15px 0px;
    bottom: -40px;
    left: 0;
    padding: 0;
    z-index: auto;
    display: inline-block;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-sizing: border-box;
    z-index: 99;
}

.gallery-container .lightbox-grid ul li .feature-img .fi-button i {
    color: #fff;
    font-size: 22px;
    opacity: 1;
}

/*
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
    /* position: relative;
     overflow: hidden; */
/*list-style-type:none;
}
.lightbox-grid li {
/*width: 18%;*/
/* float: left;
border: 3px solid rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}*/
.feature-img:hover .fi-button,
.lightbox-grid li:hover > .fi-button {
    transform: translateY(-65px);
}

.background-image-holder .fadeIn {
    opacity: 1;
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00a8e2;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
}

.background-image-holder img {
    display: none;
}

.lb-outerContainer {
    background: transparent !important;
}

.lb-container {
    background-color: #fff;
    padding: 0 !important;
}

.lightbox .lb-image {
    border-radius: 0 !important;
}

.lb-dataContainer {
    background-color: #fff;
    border-radius: 0 !important;
}

.lb-data .lb-details {
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 20px 0 !important;
}

.lb-data .lb-caption {
    color: #cb171e !important;
}

.lb-data .lb-closeContainer {
    display: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .site-header {
        position: absolute;

    }
}

@media (max-width:991px) {
    .site-header {
        background-color: rgba(34, 107, 179, 0.95);
    }
}

.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 576px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.hamburger-menu {
    z-index: 109;
    position: absolute;
    top: 24px;
    right: 18px;
    width: 68px;
    height: 68px;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .hamburger-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .hamburger-menu {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 576px) {
    .hamburger-menu {
        top: 22px;
    }
}

.hamburger-menu .bar {
    position: relative;
    transform: translateY(25px);
    background: rgb(255, 255, 255);
    transition: all 0ms 300ms;
    width: 48px;
    height: 2px;
}

.hamburger-menu .bar:after {
    width: 48px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: rgb(255, 255, 255);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar:before {
    width: 48px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: rgb(255, 255, 255);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu .animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-navigation {
    display: block;
    background: #226bb3;
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    transition: 0.2s ease;
    transition: opacity 0.5s ease;
    transition: left 0.5s ease-in-out;
    z-index: 101;
    padding: 52px 42px;
    overflow: scroll;
}

@media (max-width: 1200px) {
    .slide-navigation {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .slide-navigation {
        width: 100%;
        padding: 30px 24px;
    }
}

.slide-navigation .mobile-menu ul {
    list-style-type: none;
    padding: 100px 0 0 0;
    margin: 0;
}

.slide-navigation .mobile-menu ul li {
    margin-bottom: 12px;
}

.slide-navigation .mobile-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: proxima-nova, sans-serif;
    padding: 8px 12px 8px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slide-navigation .mobile-menu ul li a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #32bef0;
}

@media (max-width: 576px) {
    .slide-navigation .mobile-menu ul li a {
        font-size: 16px;
    }
}

.slide-navigation .mobile-menu ul li .sub-menu {
    list-style-type: none;
    padding-left: 18px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.slide-navigation .mobile-menu ul li .sub-menu li {
    margin-bottom: 0;
}

.slide-navigation .mobile-menu ul li .sub-menu li a {
    padding: 4px 12px;
}

.slide-navigation .mobile-menu ul li.slide-menu-bold a {
    background-color: #00a8e2;
    max-width: 240px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 15.2px;
    font-size: 0.95rem;
    text-transform: uppercase;
    padding: 8px 12px;
    display: block;
}

.slide-navigation .mobile-menu ul li.slide-menu-bold a:hover {
    background-color: #32bef0;
    color: #fff;
}

.show {
    left: 70%;
    opacity: 1;
    transition: 0.2s ease;
    transition: opacity 0.5s ease;
    transition: left 0.5s ease-in-out;
}

@media (max-width: 1200px) {
    .show {
        left: 50%;
    }
}

@media (max-width: 576px) {
    .show {
        left: 0%;
    }
}

.hide {
    opacity: 0;
    left: 100%;
    transition: 0.2s ease;
    transition: opacity 0.5s ease;
    transition: right 0.5s ease-in-out;
}

.page-header-blue .hamburger-menu .bar {
    background: rgb(255, 255, 255);
}

.page-header-blue .hamburger-menu .bar:after {
    background: rgb(255, 255, 255);
}

.page-header-blue .hamburger-menu .bar:before {
    background: rgb(255, 255, 255);
}

.sticky-menu {
    background-color: #226bb3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sticky-menu .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.sticky-menu .navbar #main-menu #menu-primary-menu li a {
    color: #fff;
}

.header-sticky-logo {
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sticky-menu .header-sticky-logo {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-logo {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sticky-menu .navbar #main-menu ul#menu-primary-menu li.menu-bold a {
    background-color: transparent;
    border: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sticky-menu .navbar #main-menu ul#menu-primary-menu li.menu-bold a:hover {
    color: #32BEF0;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-color: #25588B;
    overflow: hidden;
}

@media (max-width: 991px) {
    .site-footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.site-footer .footer-logo {
    display: block;
}
@media (max-width:767px){
     .site-footer .footer-logo{
        margin-top:30px;
     }
}

@media (max-width: 576px) {
    .site-footer .footer-logo {
        margin-top: 30px;
    }
}

.site-footer .footer-logo img {
    max-width: 308px;
}

@media (max-width:1200px){
    .site-footer .footer-logo img {
        max-width:280px;
        width:90%;
        
    }
}

@media (max-width: 576px) {
    .site-footer .footer-logo img {
        max-width: 200px;
    }
}

.site-footer .footer-copyright {
    margin-top: 60px;
}

.site-footer .footer-copyright p {
    color: #fff;
    font-size: 14px;
}

.site-footer .footer-copyright a {
    color: #fff;
}

.site-footer .footer-copyright a:hover {
    color: #32bef0;
}

.site-footer h3 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.site-footer #menu-footer-menu {
    list-style-type: none;
    margin: 48px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .site-footer #menu-footer-menu {
        margin-bottom: 60px;
    }
}

.site-footer #menu-footer-menu li {
    width: 50%;
}

.site-footer #menu-footer-menu li a {
    color: #fff;
    font-size: 16px;
}

.site-footer #menu-footer-menu li a:hover {
    color: #32bef0;
}

.site-footer .footer-contacts {
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 0;
}

.site-footer .footer-contacts li span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 15px;
    margin-right: 30px;
}

.site-footer .footer-contacts li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
}

.site-footer .footer-contacts li a:hover {
    background-color: #32bef0;
}

.site-footer .footer-social {
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 576px) {
    .site-footer .footer-social {
        margin-bottom: 60px;
    }
}

.site-footer .footer-social li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.site-footer .footer-social li a {
    display: flex;
    margin-right: 15px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #00a8e2;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-social li a:hover {
    background-color: #32bef0;
}

.site-footer .footer-social li a img {
    width: auto;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    background-color: #32bef0;
    display: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 9.6px;
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
}

.topbutton i {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #fff;
    padding: 15px 17px 0px 17px;
}

.topbutton:hover,
.topbutton:focus {
    background-color: #00a8e2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container-lg {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1200px) {
    .container-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.bg-lightgrey {
    background-color: #ecf7fe;
}

.bg-light {
    background-color: #f6f6f5;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #b5b4b4;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 0;
}

.bg-lightblue {
    background-color: #32bef0;
}

.bg-lightblue h2,
.bg-lightblue h3,
.bg-lightblue h4 {
    color: #fff;
}

.bg-lightblue p {
    color: #fff;
}

.width-1400 {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1200px) {
    .width-1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.overlay-gradient {
    position: relative;
}

.overlay-gradient:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    opacity: 0.8;
    z-index: 0;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }
}

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
#page-header {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 680px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    #page-header {
        height: 520px;
    }
}

@media (max-width: 768px) {
    #page-header {
        height: 480px;
    }
}

@media (max-width: 576px) {
    #page-header {
        height: 420px;
    }
}

#page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 107, 179);
    background: linear-gradient(180deg, rgb(34, 107, 179) 0%, rgba(255, 255, 255, 0) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#226bb3", endColorstr="#ffffff", GradientType=1);
    opacity: 0.4;
    z-index: 0;
}

#page-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 1;
}

#page-header h1 {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 32px;
    background-color: #226bb3;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin: 0;
    z-index: 2;
    text-transform: uppercase;
    width: 50%;
}

@media (max-width: 991px) {
    #page-header h1 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    #page-header h1 {
        width: 80%;
    }
}

.not-found-page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 220px;
}

.not-found-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type=text] {
    background-color: #efefef;
    border: 0;
    padding: 8px 12px;
    height: 45px;
    width: 80%;
    margin: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchform button.search-submit {
    background-color: #32bef0;
    color: #fff;
    padding: 12px;
    border: 0;
    height: 45px;
    width: 20%;
    margin: 0;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#searchform button.search-submit:hover,
#searchform button.search-submit:focus {
    background-color: #00a8e2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#searchform button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.posts .post {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .posts .post {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .posts .post {
        margin-bottom: 50px;
    }
}

.posts .post .post-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 35px;
}

@media (max-width: 576px) {
    .posts .post .post-img {
        height: 270px;
    }
}

.posts .post h3 {
    font-size: 28px;
}

@media (max-width: 991px) {
    .posts .post h3 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .posts .post h3 {
        font-size: 20px;
    }
}

.single-post .attachment-post-thumbnail {
    margin-bottom: 30px;
}

.single-post .post-date {
    margin-top: 10px;
    margin-bottom: 40px;
}

.single-post .post-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.single-post .post-content-wrapper .post-col-1 {
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 576px) {
    .single-post .post-content-wrapper .post-col-1 {
        width: 100%;
        margin-bottom: 16px;
    }
}

.single-post .post-content-wrapper .post-col-2 {
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 576px) {
    .single-post .post-content-wrapper .post-col-2 {
        width: 100%;
        margin-bottom: 16px;
    }
}

.single-post .post-content-wrapper .post-navigation-wrapper {
    margin-top: 50px;
    width: 100%;
    padding: 0 15px;
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a {
    display: flex;
    justify-content: flex-start;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*
  &:hover {
    span {
      @include transition();
      opacity: 0;
    }
    img {
      transform: translate(118px, 0);
      @include transition();
      @include mobile {
        transform: translate(70px, 0);
      }
    }
  }
  */
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a img {
    margin-right: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 576px) {
    .single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a img {
        margin-right: 8px;
    }
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a {
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*
              &:hover {
                span {
                  @include transition();
                  opacity: 0;
                }
                img {
                  transform: translate(-118px, 0);
                  @include transition();
                  @include mobile {
                    transform: translate(-70px, 0);
                  }
                }
              }
  */
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a img {
    margin-left: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 576px) {
    .single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a img {
        margin-left: 8px;
    }
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links a {
    display: flex;
    font-family: proxima-nova, sans-serif;
    color: #00a8e2;
    text-transform: uppercase;
    align-items: center;
}

.single-post .post-content-wrapper .post-navigation-wrapper .nav-links a img {
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}

#post-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    #post-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 576px) {
    #post-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.archive-post-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .archive-post-container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 576px) {
    .archive-post-container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.archive-post-container article {
    margin-bottom: 48px;
}

.archive-post-container article .entry-header h2 {
    margin-bottom: 10px;
}

.archive-post-container article .entry-header h2 a {
    color: #00a8e2;
    text-transform: uppercase;
    font-weight: 700;
}

.archive-post-container article .entry-header h2 a:after {
    display: none;
}

.archive-post-container article span.date {
    color: #32bef0;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 18px;
    display: block;
}

.archive-post-container article a {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #226bb3;
    position: relative;
    padding-left: 0;
    padding: 8px 32px 8px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.archive-post-container article a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #00a8e2;
}

.archive-post-container article a:hover:after {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #00a8e2;
}

.archive-post-container article a:after {
    position: absolute;
    color: #226bb3;
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    top: 8px;
    margin-top: 0;
    right: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tax-sectors #page-header .page-header-tag {
    display: none;
}

.tax-sectors .page-content .posts .post .post-date {
    display: none;
}

.tax-locations #page-header .page-header-tag {
    display: none;
}

.tax-locations .page-content .posts .post .post-date {
    display: none;
}

#home-page-slider {
    overflow: hidden;
    position: relative;
    height: 888px;
}

@media (max-width: 991px) {
    #home-page-slider {
        height: 788px;
    }
}

@media (max-width: 576px) {
    #home-page-slider {
        height: 688px;
    }
}

#home-page-slider .caption-wrapper {
    position: absolute;
    top: 700px;
    left: 52%;
    width: 48%;
    height: auto;
    padding: 32px;
    background-color: #226bb3;
    z-index: 2;
}

@media (max-width: 1480px) {
    #home-page-slider .caption-wrapper {

        width: 60%;
        left: 40%;
    }
}

@media (max-width: 1200px) {
    #home-page-slider .caption-wrapper {

        width: 65%;
        left: 35%;
    }
}

@media (max-width: 991px) {
    #home-page-slider .caption-wrapper {
        width: 80%;
        left: 20%;
        top: 600px;
    }
}

@media (max-width: 768px) {
    #home-page-slider .caption-wrapper {
        width: 90%;
        left: 10%;
    }
}

@media (max-width: 576px) {
    #home-page-slider .caption-wrapper {
        width: 90%;
        left: 10%;
        top: 500px;
    }
}

#home-page-slider .caption-wrapper h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
    text-transform: uppercase;
}

#home-page-slider .caption-wrapper h1 strong {
    display: block;
}

@media (max-width: 1200px) {
    #home-page-slider .caption-wrapper h1 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    #home-page-slider .caption-wrapper h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    #home-page-slider .caption-wrapper h1 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    #home-page-slider .caption-wrapper h1 {
        font-size: 32px;
    }
}

#home-page-slider .homepage-slider .slider-item {
    position: relative;
    overflow: hidden;
}

#home-page-slider .homepage-slider .slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.48082983193277307) 0%, rgba(0, 0, 0, 0) 30%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.48082983193277307) 0%, rgba(0, 0, 0, 0) 30%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48082983193277307) 0%, rgba(0, 0, 0, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

}

#home-page-slider .homepage-slider .slider-item .slider-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 780px;

}



@media (max-width: 991px) {
    #home-page-slider .homepage-slider .slider-item .slider-image {
        height: 680px;
    }


}

@media (max-width: 576px) {
    #home-page-slider .homepage-slider .slider-item .slider-image {
        height: 580px;
    }
}


#home-page-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: -21px;
}

#home-page-slider .owl-nav .owl-prev {
    float: left;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin: 0;
}

#home-page-slider .owl-nav .owl-prev img {
    width: 24px;
    height: 24px;
}

#home-page-slider .owl-nav .owl-next {
    float: right;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin: 0;
}

#home-page-slider .owl-nav .owl-next img {
    width: 24px;
    height: 24px;
}

#home-page-slider .owl-dots {
    position: absolute;
    top: 700px;
    width: 30%;
    left: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    display: none !important;
}

@media screen and (max-width: 1570px) {
    #home-page-slider .owl-dots {
        padding-right: 18px;
    }
}

@media (max-width: 1200px) {
    #home-page-slider .owl-dots {
        top: 480px;
    }
}

@media (max-width: 991px) {
    #home-page-slider .owl-dots {
        top: 400px;
    }
}

@media (max-width: 576px) {
    #home-page-slider .owl-dots {
        top: 230px;
        left: 11px;
        justify-content: flex-start;
    }
}

#home-page-slider .owl-dots .owl-dot span {
    border-radius: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #3c3c3b;
}

@media (max-width: 576px) {
    #home-page-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}

#home-page-slider .owl-dots .active span {
    background-color: #3c3c3b;
}

#footer-cta {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0;
}

@media (max-width: 991px) {
    #footer-cta {
        background-attachment: scroll;
        padding: 60px 0;
    }
}

@media (max-width:768px) {
    #footer-cta {
        padding: 40px 0;
    }
}

@media (max-width:576px) {
    #footer-cta {
        padding: 20px 0;
    }
}

#footer-cta .footer-cta-box {
    background-color: #226bb3;
    padding: 62px;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

@media (max-width: 991px) {
    #footer-cta .footer-cta-box {
        padding: 52px;
    }
}

@media (max-width: 768px) {
    #footer-cta .footer-cta-box {
        padding: 46px;
    }
}

@media (max-width: 576px) {
    #footer-cta .footer-cta-box {
        padding: 32px;
    }
}

#footer-cta .footer-cta-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#footer-cta .footer-cta-box p {
    color: #fff;
}

#footer-cta .footer-cta-box .footer-cta-contacts {
    list-style-type: none;
    padding: 0;
    margin: 32px 0 0 0;
}

#footer-cta .footer-cta-box .footer-cta-contacts li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 18px;
    line-height: 1.4em;
}

#footer-cta .footer-cta-box .footer-cta-contacts li img {
    width: 18px;
    height: 15px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 7px;
}

#footer-cta .footer-cta-box .footer-cta-contacts li a {
    font-size: 16px;
    color: #fff;
}

#footer-cta .footer-cta-box .footer-cta-contacts li a:hover {
    color: #32bef0;
}

#footer-cta .footer-cta-box .footer-cta-contacts li:last-child img {
    margin-top: 3px;
}

.elementor .pre-heading {
    margin-bottom: 0 !important;
}

.elementor .pre-heading h2,
.elementor .pre-heading p {
    position: relative;
    margin-left: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #00a8e2 !important;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-family: proxima-nova, sans-serif;
}

@media (max-width: 991px) {

    .elementor .pre-heading h2,
    .elementor .pre-heading p {
        font-size: 18px !important;
    }
}

.elementor .lead p {
    font-size: 24px;
    font-family: proxima-nova, sans-serif;
}

@media (max-width: 991px) {
    .elementor .lead p {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .elementor .lead p {
        font-size: 20px;
    }
}

.elementor .font-large p {
    font-size: 26px;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .elementor .font-large p {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .elementor .font-large p {
        font-size: 20px;
    }
}

.elementor .btn-blue a {
    border-radius: 0;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.elementor .btn-blue a:hover {
    background-color: #32bef0;
}

.elementor .btn-outline-blue a {
    border-radius: 0;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #226bb3 !important;
    border: 1px solid #226bb3;
    background-color: transparent !important;
}

.elementor .btn-outline-blue a:hover {
    background-color: #226bb3 !important;
    color: #fff !important;
}

.elementor .btn-width-160 a {
    width: 160px;
    display: inline-block;
}

.elementor .btn-width-220 a {
    width: 220px;
    display: inline-block;
}

.elementor .wyn-vision p {
    font-size: 32px;
    font-weight: 900;
    color: #226bb3;
}

@media (max-width: 991px) {
    .elementor .wyn-vision p {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .elementor .wyn-vision p {
        font-size: 24px;
    }
}

.elementor .wyn-vision p span {
    font-weight: 300;
    display: block;
}

.elementor .wyn-list-two-col ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
    list-style-type: none;
}

@media (max-width: 768px) {
    .elementor .wyn-list-two-col ul {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}

.elementor .wyn-list-two-col ul li {
    font-weight: 300;
    position: relative;
    padding-left: 18px;
    margin-bottom: 18px;
    padding-right: 24px;
}

.elementor .wyn-list-two-col ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #226bb3;
    position: absolute;
    top: 8px;
    left: -10px;
}

.elementor .wyn-team-gallery .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.elementor .wyn-team-gallery .elementor-widget-wrap .elementor-widget-image {
    width: 50%;
}

.elementor .wyn-team-gallery-feature-img a {
    height: 100%;
    width: 100%;
}

.elementor .wyn-team-gallery-feature-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.elementor .founder p {
    font-size: 20px;
}

.elementor .founder p strong {
    color: #00a8e2;
    font-size: 15px;
}

.elementor .cta-list h4 {
    color: #00a8e2;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.elementor .margin-bottom-zero {
    margin-bottom: 0 !important;
}

.elementor .blockquote {
    position: relative;
}

.elementor .blockquote p {
    padding-left: 24px;
    font-size: 1.2em;
    position: relative;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .elementor .blockquote p {
        font-size: 18px;
    }
}

.elementor .blockquote p:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #226bb3;
}

.our-services-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.our-services-container .our-services-col {
    width: 33.33%;
    padding: 0 8px;
}

@media (max-width: 991px) {
    .our-services-container .our-services-col {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .our-services-container .our-services-col {
        width: 100%;
    }
}

.our-services-container .our-services-col .our-services {
    height: 420px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-bottom: 16px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .our-services-container .our-services-col .our-services {
        height: 360px;
    }
}

.our-services-container .our-services-col .our-services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #226bb3;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-services-container .our-services-col .our-services:hover .service-detail {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-services-container .our-services-col .our-services:hover h3 {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-services-container .our-services-col .our-services:hover:before {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-services-container .our-services-col .our-services h3 {
    position: absolute;
    top: 80%;
    left: 0;
    background-color: #226bb3;
    color: #fff;
    padding: 16px 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .our-services-container .our-services-col .our-services h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .our-services-container .our-services-col .our-services h3 {
        font-size: 20px;
        padding: 12px 20px;
        min-width: 320px;
    }
}

.our-services-container .our-services-col .our-services .service-detail {
    padding: 48px;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-services-container .our-services-col .our-services .service-detail .service-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our-services-container .our-services-col .our-services .service-detail p {
    color: #fff;
}

.our-services-container .our-services-col .our-services .service-detail button {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.our-services-container .our-services-col:first-child {
    width: 66.666%;
}

@media (max-width: 991px) {
    .our-services-container .our-services-col:first-child {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .our-services-container .our-services-col:first-child {
        width: 100%;
    }
}

.services-slider {
    padding-bottom: 120px;
}

@media (max-width:1200px) {
    .services-slider {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.services-slider .slider-item .service-slider-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}

.slider-service-img-col {
    width: 60%;
    padding-right: 48px;

}

.slider-service-content-col {
    width: 40%;
    padding-left: 12px;
}

@media (max-width:1200px) {
    .slider-service-img-col {
        width: 50%;
        padding-right: 20px;
    }

    .slider-service-content-col {
        width: 50%;
    }

    .services-slider .slider-item .service-slider-container {
        align-items: flex-start;
    }
}

@media (max-width:767px) {
    .slider-service-img-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .slider-service-content-col {
        width: 100%;
    }
}

.slider-service-content-col h3 {
    clear: both;
    color: #3c3c3b;
    margin-bottom: 0.4em;
    line-height: 0.8em;
    font-family: proxima-nova, sans-serif !important;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width:1200px) {
    .slider-service-content-col h3 {
        font-size: 32px;
    }
}


.slider-service-content-col a {
    color: #fff;
    background-color: #226bb3;
    text-transform: uppercase;
    font-weight: 700;
    width: 172px;
    padding: 10px 32px;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 32px;
    display: inline-block;
    font-size: 15px;
}

.slider-service-content-col a:hover {
    background-color: #32bef0;
}

@media (max-width:1200px) {
    .slider-service-content-col a {
        margin-top: 20px;
    }
}

.services-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    z-index: 3;
}

.services-slider .owl-nav .owl-prev {
    float: left;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin: 0;

}

.services-slider .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.services-slider .owl-nav .owl-prev img {
    width: 24px;
    height: 24px;
}

.services-slider .owl-nav .owl-next {
    float: right;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin: 0;

}

.services-slider .owl-nav .owl-next:hover {
    background-color: transparent;
}

.services-slider .owl-nav .owl-next img {
    width: 24px;
    height: 24px;
}


.contact-form .wpcf7-form input {
    border: 0;
    border-radius: 0px;
    background-color: #efefef;
    padding: 12px 16px;
    width: 100%;
}

.contact-form .wpcf7-form p {
    margin-bottom: 10px;
}

.contact-form .wpcf7-form textarea {
    border: 0;
    border-radius: 0px;
    background-color: #efefef;
    padding: 12px 16px;
    height: 180px;
}

.contact-form .wpcf7-form .wpcf7-submit {
    font-weight: 700;
    text-transform: uppercase;
    min-width: 220px;
    text-align: center;
    background-color: #226bb3;
    color: #fff;
    border-radius: 0px;
    padding: 18px 16px;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-form .wpcf7-form .wpcf7-submit:hover {
    background-color: #32bef0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#page-content {
    background-color: #f4f4f4;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    #page-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    #page-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    #page-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#page-content .container-medium {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (max-width: 1570px) {
    #page-content .container-medium {
        padding-left: 18px;
        padding-right: 18px;
    }
}

#page-content .container-medium .content-col-1 {
    width: 50%;
    padding-right: 150px;
}

@media screen and (max-width: 767px) {
    #page-content .container-medium .content-col-1 {
        width: 100%;
        padding-right: 42px;
        margin-bottom: 24px;
    }
}

#page-content .container-medium .content-col-2 {
    width: 50%;
}

@media screen and (max-width: 767px) {
    #page-content .container-medium .content-col-2 {
        width: 100%;
    }
}

.banner-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .banner-section {
        height: 620px;
    }
}

@media (max-width: 576px) {
    .banner-section {
        height: auto;
        height: 480px;
        background-position: 10% center;
    }
}

.banner-section .col-banner-heading {
    padding-bottom: 150px;
    max-width: 1306px !important;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .banner-section .col-banner-heading {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .banner-section .col-banner-heading {
        padding-bottom: 80px;
    }
}

.banner-section .col-banner-heading h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 110px;
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    .banner-section .col-banner-heading h2 {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .banner-section .col-banner-heading h2 {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .banner-section .col-banner-heading h2 {
        font-size: 72px;
    }
}

@media (max-width: 576px) {
    .banner-section .col-banner-heading h2 {
        font-size: 68px;
    }
}

@media (max-width: 576px) {
    .banner-section .col-banner-heading h2 br {
        display: none;
    }
}

#contact-page-header {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

@media (max-width: 1200px) {
    #contact-page-header {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    #contact-page-header {
        padding-bottom: 100px;
    }
}

@media (max-width: 576px) {
    #contact-page-header {
        padding-bottom: 80px;
    }
}

#contact-page-header .container-medium {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 300px;
}

@media (max-width: 1200px) {
    #contact-page-header .container-medium {
        padding-top: 150px;
    }
}

@media (max-width: 991px) {
    #contact-page-header .container-medium {
        padding-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #contact-page-header .container-medium {
        padding-top: 160px;
    }
}

#contact-page-header .container-medium .page-header-box {
    width: 50%;
    padding-right: 150px;
}

@media screen and (max-width: 1570px) {
    #contact-page-header .container-medium .page-header-box {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    #contact-page-header .container-medium .page-header-box {
        width: 100%;
    }
}

#contact-page-header .container-medium h1 {
    color: #3c3c3b;
    margin-top: 42px;
}

@media (max-width: 576px) {
    #contact-page-header .container-medium h1 {
        margin-top: 24px;
        font-size: 38px;
    }
}

#contact-page-header .container-medium .page-header-caption {
    margin-top: 42px;
}

@media (max-width: 576px) {
    #contact-page-header .container-medium .page-header-caption {
        margin-top: 24px;
        font-size: 14px;
        padding-right: 15%;
    }
}

#contact-page-header .container-medium .scroll-mouse {
    margin-top: 100px;
}

@media (max-width: 991px) {
    #contact-page-header .container-medium .scroll-mouse {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    #contact-page-header .container-medium .scroll-mouse {
        display: none;
    }
}

#contact-page-header .container-medium .contact-page-header-form {
    width: 50%;
}

@media screen and (max-width: 767px) {
    #contact-page-header .container-medium .contact-page-header-form {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 50px;
    }
}

.projects-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 48px;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .projects-container {
        justify-content: center;
    }
}

.projects-container .projects-col {
    width: 33.333%;
    padding: 0 12px 32px 12px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .projects-container .projects-col {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .projects-container .projects-col {
        width: 100%;
    }
}

.projects-container .projects-col .project-box {
    background-color: #193046;
}

.project-content-box {
    padding: 12px 24px 24px 24px;
}

.projects-container .projects-col .project-img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .projects-container .projects-col .project-img {
        height: 280px;
    }
}

.projects-container .projects-col h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}

.projects-container .projects-col p {
    color: #fff;
    margin-bottom: 24px;
}

.projects-container .projects-col a {
    color: #fff;
    background-color: #226bb3;
    text-transform: uppercase;
    font-weight: 700;
    width: 172px;
    padding: 10px 32px;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 32px;
    display: inline-block;
}

.projects-container .projects-col a:hover {
    background-color: #32bef0;
}
.all-projects .projects-col .project-box{
    background-color:#193046;
}
.all-projects .projects-col h3 {
    color: #fff;
}

.all-projects .projects-col p {
    color: #fff;
}

.elementor .wyn-3dv {
    margin-bottom: 0 !important;
}

.elementor .wyn-3dv iframe {
    height: 390px;
}

@media (max-width: 1200px) {
    .elementor .wyn-3dv iframe {
        height: 340px;
    }
}

@media (max-width: 991px) {
    .elementor .wyn-3dv iframe {
        height: 280px;
    }
}

.elementor .wyn-3dv-caption p {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .elementor .wyn-3dv-caption p {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .elementor .wyn-3dv-caption p {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .elementor .home-service-section {
        background: none !important;
    }
}




@media (max-width: 991px) {
    #news-page-header .container-medium {
        padding-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #news-page-header .container-medium {
        padding-top: 160px;
    }
}

#news-page-header .container-medium .page-header-box {
    width: 50%;
    padding-right: 150px;
}

@media screen and (max-width: 1570px) {
    #news-page-header .container-medium .page-header-box {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    #news-page-header .container-medium .page-header-box {
        width: 100%;
    }
}

.single .container-news {
    padding-top: 0;
}

.single .news-col .wp-post-image {
    margin-bottom: 30px;
    width: 100%;
}

.container-news {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1470px !important;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media screen and (max-width: 1570px) {
    .container-news {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .container-news {
        padding-bottom: 50px;
    }
}

.container-news .sidebar-news {
    width: 25%;
    padding-right: 100px;
}

@media (max-width: 991px) {
    .container-news .sidebar-news {
        order: 12;
        width: 45%;
    }
}

@media (max-width: 768px) {
    .container-news .sidebar-news {
        width: 50%;
        padding-right: 50px;
    }
}

@media (max-width: 576px) {
    .container-news .sidebar-news {
        width: 100%;
        padding-right: 0px;
    }
}

.container-news .sidebar-news #secondary h2 {
    font-weight: 400;
    padding-bottom: 24px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #3c3c3b;
}

.container-news .sidebar-news #secondary .wp-block-categories-list li a {
    padding-left: 0;
    font-weight: 600;
    position: relative;
}

.container-news .sidebar-news #secondary .wp-block-categories-list li a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 6px;
}

.container-news .news-col {
    width: 75%;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .container-news .news-col {
        width: 100%;
        order: 1;
        padding-left: 0;
        padding-bottom: 70px;
    }
}

.container-news .news-col .news-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-news .news-col .news-wrapper .news {
    width: 50%;
}

@media (max-width: 576px) {
    .container-news .news-col .news-wrapper .news {
        width: 100%;
        margin-bottom: 30px;
    }
}

.container-news .news-col .news-wrapper .news .news-img {
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .container-news .news-col .news-wrapper .news .news-img {
        height: 272px;
    }
}

.container-news .news-col .news-wrapper .news h3 {
    padding-right: 50px;
}

.container-news .news-col .news-wrapper .news .news-date {
    display: block;
}

.container-news .news-col .news-wrapper .news a {
    display: block;
    color: #3c3c3b;
    margin-top: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.container-news .news-col .news-wrapper .news:nth-child(odd) {
    padding-right: 10px;
}

@media (max-width: 576px) {
    .container-news .news-col .news-wrapper .news:nth-child(odd) {
        padding-right: 0;
    }
}

.container-news .news-col .news-wrapper .news:nth-child(even) {
    padding-left: 10px;
}

@media (max-width: 576px) {
    .container-news .news-col .news-wrapper .news:nth-child(even) {
        padding-left: 0;
    }
}


/*# sourceMappingURL=style.css.map */