@charset "UTF-8";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background: none;
    cursor: pointer;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

svg {
    width: 1em;
    height: 1em;
    font-size: 18px;
}

.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 480px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .container {
        max-width: 390px;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container {
        width: 100%;
        max-width: 600px;
    }
}

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

@media (min-width: 992px) {
    .container {
        width: 992px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

@media (min-width: 1824px) {
    .container {
        width: 1400px;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 768px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .container-fluid {
        max-width: 390px;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1280px) {
    .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media (min-width: 1824px) {
    .container-fluid {
        padding-right: 120px;
        padding-left: 120px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 480px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

/* Make sure that the first one is on the top */

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #041e02;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.95;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100001;
    width: 100%;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: none;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
    display: none !important;
}

.fancybox-show-buttons .fancybox-buttons {
    display: block;
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide--image {
    overflow: hidden;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: 'Ã—';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index: 99998;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    background: #d70000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0.8rem 1rem;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */

.fancybox-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 44px;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body {
    background: #fff;
}

.fancybox-button {
    background: #ff420b none repeat scroll 0 0;
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #000;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
    opacity: 0.5;
}

.fancybox-button--left::after {
    left: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    left: 0;
}

.fancybox-button--right {
    right: 0;
}

.fancybox-button--close {
    right: 0;
    top: 0;
    z-index: 100001;
    height: 44px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

/* Fullscreen  */

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0;
    }
}

/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */

/* Owl Carousel - Core */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    /* z-index: 1; */
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*&.current { opacity: .5; }*/
}

.owl-carousel .owl-item img {
    display: block;
    position: inherit;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .scaleOut {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

.owl-carousel .scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* Owl Carousel - Auto Height Plugin */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: default;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Owl Carousel - Video Plugin */

/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */

/* Default theme - Owl Carousel CSS File */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: .1s;
    transition: .1s;
    opacity: .4;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

/** Owl Default Nav */

.owl-nav__style .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 28px;
    color: #fff;
}

.owl-nav__style .owl-theme .owl-nav .owl-prev {
    left: -45px;
}

@media (max-width: 1279px) {
    .owl-nav__style .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }
}

.owl-nav__style .owl-theme .owl-nav .owl-next {
    right: -45px;
}

@media (max-width: 1279px) {
    .owl-nav__style .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}

.owl-nav__style.hn-carousel .owl-nav {
    margin-top: -65px;
}

@media (max-width: 479px) {
    .owl-nav__style.hn-carousel .owl-nav {
        margin-top: -45px;
    }
}

.owl-nav__style.hn-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-nav__style.hn-carousel .owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-nav__style.mp-carousel .owl-nav {
    margin-top: -10px;
}

.owl-nav__style.mp-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-nav__style.mp-carousel .owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-nav__style.projects-carousel .owl-nav {
    margin-top: -35px;
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #8f8585;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
        color: #fff;
    }
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-prev {
    left: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-prev {
        left: 25px;
    }
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-next {
        right: 25px;
    }
}

.owl-nav__style.books-carousel .owl-nav {
    margin-top: -80px;
}

.owl-nav__style.books-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #8f8585;
}

@media (max-width: 767px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
        color: #fff;
    }
}

.owl-nav__style.books-carousel .owl-theme .owl-nav .owl-prev {
    left: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav .owl-prev {
        left: 15px;
    }
}

.owl-nav__style.books-carousel .owl-theme .owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav .owl-next {
        right: 15px;
    }
}

/** Owl Default Dots */

.owl-dots__style .owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-dots__style .owl-theme .owl-dots .owl-dot span {
    margin-left: 4px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #222;
    background: none;
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.owl-dots__style .owl-theme .owl-dots .owl-dot.active span,
.owl-dots__style .owl-theme .owl-dots .owl-dot:hover span {
    background: #222;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/** Headline News Dots */

.headline-news .owl-theme .owl-dots {
    text-align: left;
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: dots;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .headline-news .owl-theme .owl-dots {
        padding-right: 0;
    }
}

.headline-news .owl-theme .owl-dots .owl-dot {
    background: #87969e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 51px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.headline-news .owl-theme .owl-dots .owl-dot.active,
.headline-news .owl-theme .owl-dots .owl-dot:hover {
    background: #ff420b;
}

.headline-news .owl-theme .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

@media (max-width: 479px) {
    .headline-news .owl-theme .owl-dots .owl-dot {
        height: 40px;
        font-size: 20px;
    }
}

.headline-news .owl-theme .owl-dots .owl-dot span {
    display: none;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #6f6f6f;
}

body.bg {
    background: #f7f7f7;
}

.small-title {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 2px;
}

.border {
    display: inline-block;
    background: #041e02;
    width: 70px;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-header.center {
    text-align: center;
}

.section-header.small .title {
    font-size: 42px;
    letter-spacing: -0.5px;
}

.section-header .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #8f8585;
    letter-spacing: 3px;
}

@media (max-width: 479px) {
    .section-header .title {
        font-size: 32px;
        letter-spacing: 1px;
    }
}

.section-header img {
    width: 226px;
}

@media (max-width: 479px) {
    .section-header img {
        width: 150px;
    }
}

.section-header .text {
    font-size: 16px;
    font-weight: 300;
}

.app-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #041e02;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.app-overlay.is-visible {
    opacity: .9;
    visibility: visible;
}

.app-scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    text-align: center;
    color: #041e02;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 10000;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .app-scroll {
        bottom: 75px;
    }
}

.app-scroll .icon {
    font-size: 16px;
}

.app-scroll.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.app-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    background: rgba(255, 255, 255, 0.7);
}

.app-loading.style-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
}

.app-loading.small {
    background: none;
}

.app-loading.small:before {
    width: 35px;
    height: 35px;
}

.app-loading.is-visible {
    opacity: 1;
    visibility: visible;
}

.app-loading:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    border-top: 4px solid #041e02;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .header-nav {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.header-nav__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-nav__item {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.header-nav__item>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav__item>a {
        font-size: 16px;
    }
}

.header-nav__item>a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: currentColor;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.header-nav__item>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    width: 0;
    border-color: transparent transparent #fff transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.header-nav__item:hover>a:before {
    width: 100%;
}

.header-nav__item:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__item:hover>.header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s .5s;
    transition: .3s .5s;
}

.header-nav__links {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    min-width: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.header-nav__links li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav__links li:last-child {
    border-bottom: 0 none;
}

.header-nav__links li>a {
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    color: #222;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__links li>a:hover {
    color: #fff;
    background: #ff420b;
    padding-left: 20px;
}

.header-nav__mayor-description img {
    width: 500px;
    margin-top: 10px;
}

.header-nav__mayor-description .title {
    color: #222;
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 1;
}

.header-nav__mayor-description .text {
    color: #6f6f6f;
    font-weight: 200;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.header-nav__mayor-photo {
    position: absolute;
    right: 70px;
    bottom: 0;
}

.header-nav__mayor-photo img {
    width: 100%;
    height:100%
}

.header-nav__mayor-social {
    position: absolute;
    right: 95px;
    bottom: 25px;
}

.header-nav__mayor-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 8px;
}

.header-nav__mayor-social a:first-child {
    margin-left: 0;
}

.header-nav__dropdown {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.header-nav__dropdown-heading {
    color: #ff420b;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.header-nav__dropdown .row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-nav__dropdown .container {
    padding-top: 70px;
    padding-bottom: 40px;
    height: calc( (570px - 308px) + (110px + 34px + 24px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__dropdown .projects,
.header-nav__dropdown .news,
.header-nav__dropdown .boxes {
    width: 100%;
}

.mobile-nav {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-bottom: 55px;
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 10010;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 320px) and (max-width: 479px) {
    .mobile-nav {
        width: 320px;
    }
}

.mobile-nav__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    background: #ff420b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-nav__header .title,
.mobile-nav__header .close {
    font-size: 16px;
}

.mobile-nav__header .title {
    color: #fff;
    font-weight: 700;
}

.mobile-nav__header .close {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.mobile-nav__wrapper {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    min-height: calc(100% - 110px);
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.mobile-nav__content>ul>li {
    display: block;
}

.mobile-nav__content>ul>li>a {
    color: #222;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
    .mobile-nav__content>ul>li>a {
        font-size: 18px;
    }
}

.mobile-nav__content>ul>li>a:hover {
    background: #fff;
    color: #ff420b;
}

.mobile-nav__content>ul>li.is-open>a {
    background: #fff;
    color: #ff420b;
    border-bottom: 0 none;
}

.mobile-nav__plus {
    position: absolute;
    right: 20px;
    font-size: 16px;
    margin-right: 0;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    display: none;
}

.mobile-nav__sub>li {
    display: block;
}

.mobile-nav__sub>li:last-child a {
    border-bottom: 0 none;
}

.mobile-nav__sub>li>a {
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 6px 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__sub>li>a:hover {
    color: #ff420b;
}

.mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mobile-nav__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #666 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__social a:hover {
    background: #ff420b;
}

.slide,
.slide-material,
.header-sub {
    height: 750px;
}

@media (min-width: 1824px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 950px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 600px;
    }
}

@media (max-width: 479px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 500px;
    }
}

.slide {
    position: relative;
    overflow: hidden;
}

.slide-list {
    position: relative;
    top: 0;
    left: 0;
}

.slide-list li {
    display: none;
}

.slide-list li.is-active .slide-material img {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.slide-list li.is-active .heading,
.slide-list li.is-active .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slide-material {
    overflow: hidden;
    position: relative;
}

.slide-material img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 10s ease-in 0s;
    transition: all 10s ease-in 0s;
}

.slide-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slide-wrapper .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.slide-content .heading,
.slide-content .text {
    opacity: 0;
    visibility: hidden;
}

.slide-content .heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .8s .1s;
    transition: .8s .1s;
}

@media (max-width: 479px) {
    .slide-content .heading {
        font-size: 32px;
    }
}

.slide-content .text {
    font-size: 16px;
    margin-top: 7px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: .8s .2s;
    transition: .8s .2s;
}

.slide-content .text img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 226px;
}

@media (max-width: 767px) {
    .slide-content .text img {
        width: 150px;
    }
}

.slide-pagination {
    bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: none;
}

.slide-pagination li {
    display: inline-block;
}

.slide-pagination li a {
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    opacity: .3;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background: #041e02;
    -webkit-transition: .2s;
    transition: .2s;
}

.slide-pagination li.is-active a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

@media (max-width: 767px) {
    .slide-arrows {
        display: none;
    }
}

.slide-arrows a {
    position: absolute;
}

.slide-arrows a.prev {
    left: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-arrows a.prev {
        left: 20px;
    }
}

.slide-arrows a.next {
    right: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-arrows a.next {
        right: 20px;
    }
}

.slide-arrows a .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
}

.slide-arrows a .arrow.left {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slide-arrows a .arrow.right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(32, 112, 103, 0.9);
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.popup-wrapper {
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 55px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

@media (max-width: 767px) {
    .popup-wrapper {
        padding: 0;
    }
}

.popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup-wrapper .cover {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup-wrapper .cover a {
    max-width: 90%;
    text-align: center;
    height: 100%;
}

@media ( max-width: 767px) {
    .popup-wrapper .cover a {
        height: auto;
    }
}

.popup-wrapper .cover img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
    padding: 10px;
}

.popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 1em;
    height: 1em;
    font-size: 28px;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-close:before,
.popup-close:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
}

.popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-custom.form-contact ul li .icon {
    font-size: 18px;
    left: 10px;
    z-index: 1;
}

.form-custom.form-contact .send input {
    width: 170px;
}

.form-custom ul li {
    margin-bottom: 20px;
}

.form-custom ul li.is-error input,
.form-custom ul li.is-error textarea,
.form-custom ul li.is-error .current,
.form-custom ul li.is-error label {
    border: 1px solid red;
}

.form-custom ul li input,
.form-custom ul li textarea {
    width: 100%;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: inherit;
    color: #222;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-custom ul li input:focus,
.form-custom ul li textarea:focus {
    border: 1px solid #6f6f6f;
}

.form-custom ul li input {
    padding-left: 80px;
}

.form-custom ul li textarea {
    padding-top: 20px;
    height: 150px;
}

.form-custom ul li .icon {
    width: 65px;
    height: 60px;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 16px;
    left: 0;
}

.form-custom ul li .icon:before {
    position: absolute;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 20px;
}

.form-custom .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-custom .send input {
    background: #6f6f6f;
    height: 60px;
    border: 0 none;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    width: 100%;
}

.form-custom .send input:hover {
    background: #ff420b;
    color: #fff;
}

.form {
    /*&-loading { background: rgba($overlay-bg, .5); }*/
}

.form-error {
    position: absolute;
    color: red;
    font-size: 12px;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.form-messages.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.form-messages.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.buttons-container.center {
    text-align: center;
    width: 100%;
}

.buttons-container.pos-1 {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #041e02;
    color: #fff;
    border: 2px solid transparent;
}

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

.button:last-child {
    margin-right: 0;
}

.button .icon {
    margin-left: 10px;
    font-size: 16px;
}

.button:hover {
    border: 2px solid #041e02;
    color: #041e02;
    background: none;
}

.button-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #8f8585;
    color: #8f8585;
}

@media (max-width: 479px) {
    .button-border {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.button-border:last-child {
    margin-right: 0;
}

.button-border .icon {
    margin-left: 10px;
    font-size: 16px;
}

.button-border.style-1 {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #6f6f6f;
}

.button-border.style-1:hover {
    background: #6f6f6f;
    color: #fff;
}

.button-border:not(.style-1):hover {
    background: #8f8585;
    color: #fff;
}

.button-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #222;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.button-line .icon {
    margin-left: 12px;
    color: #041e02;
    font-size: 13px;
}

.button-line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    background: #041e02;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.button-line:hover:before {
    width: 100%;
}

.cards.list .card {
    margin-bottom: 20px;
}

.cards.no-text .cards-footer {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards.large .cards-photo {
    height: 210px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards.large .cards-photo {
        height: 150px;
    }
}

.cards.center .cards-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cards .card a {
    position: relative;
    display: block;
}

.cards .card a:hover .cards-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.cards .card a:hover .cards-overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s .1s;
    transition: .2s .1s;
}

.cards ul li.more {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cards ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.cards ul li.more a:hover {
    color: #6f6f6f;
}

.cards ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.cards-single ul li:not(:last-child) {
    margin-bottom: 20px;
}

.cards-single ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cards-single ul li a:hover .photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards-single ul li a:hover .cards-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.cards-single ul li a:hover .cards-overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s .1s;
    transition: .2s .1s;
}

.cards-single ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.cards-single ul li.more a:hover {
    color: #6f6f6f;
}

.cards-single ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.cards-single__left {
    width: 330px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single__left {
        width: 200px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single__left {
        width: 200px;
    }
}

@media (max-width: 479px) {
    .cards-single__left {
        width: 100%;
    }
}

.cards-single .photo {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .photo {
        height: 175px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .photo {
        height: 175px;
    }
}

@media (max-width: 479px) {
    .cards-single .photo {
        height: auto;
    }
}

.cards-single .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-single .description {
    width: calc( 100% - 330px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .description {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .description {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .cards-single .description {
        width: 100%;
        padding: 20px;
    }
}

.cards-single .description .title,
.cards-single .description .text {
    overflow: hidden;
}

.cards-single .description .title {
    color: #ff420b;
    font-size: 20px;
    font-weight: 600;
    max-height: 53px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.cards-single .description>.text {
    color: #999;
    font-size: 14px;
    max-height: 59px;
    line-height: 1.4;
    margin-top: 7px;
}

.cards-single .description .review {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .description .review {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .description .review {
        display: none;
    }
}

@media (max-width: 479px) {
    .cards-single .description .review {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
}

.cards-single .description .review .text {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    opacity: .5;
}

.cards-single .description .review .icon {
    color: #ff420b;
    font-size: 14px;
    margin-left: 10px;
}

.cards-header {
    position: relative;
}

.cards-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(122, 213, 236, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

.cards-overlay .icon {
    color: #fff;
    font-size: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    transition: .2s;
}

.cards-photo {
    overflow: hidden;
    height: 175px;
}

@media (max-width: 479px) {
    .cards-photo {
        height: auto;
    }
}

.cards-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-footer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    height: 137px;
}

.cards-footer .title,
.cards-footer .text {
    overflow: hidden;
}

.cards-footer .title {
    font-size: 18px;
    font-weight: 600;
    color: #ff420b;
    max-height: 50px;
    line-height: 1.3;
    text-transform: capitalize;
}

.cards-footer .text {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    max-height: 39px;
    line-height: 1.4;
}

.cards-cover {
    height: 175px;
    overflow: hidden;
}

@media (min-width: 1824px) {
    .cards-cover {
        height: 210px;
    }
}

.cards-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}

.cards-body .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    overflow: hidden;
    max-height: 50px;
}

.gallery {
    width: 100%;
}

.gallery.list .gallery-card {
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .gallery.list .gallery-card {
        margin-bottom: 10px;
    }
    .gallery.list .gallery-card:last-child {
        margin-bottom: 0;
    }
}

.gallery.large .gallery-photo {
    height: 175px;
}

.gallery-card a {
    position: relative;
    display: block;
}

.gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-header {
    position: relative;
}

.gallery-photo {
    overflow: hidden;
    height: 130px;
}

@media (max-width: 479px) {
    .gallery-photo {
        height: auto;
    }
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
    text-align: center;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gallery-footer .title {
    font-size: 16px;
    color: #222;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-overlay .icon {
    font-size: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: rgba(255, 66, 11, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-video .gallery-body .title:before {
    background: #7ad5ec;
}

.gallery-video .gallery-body>.icon {
    background: rgba(122, 213, 236, 0.8);
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-body .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 20px 30px;
}

.gallery-body .title:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    background: #ff420b;
    right: 30px;
    height: 4px;
}

.gallery-body>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 66, 11, 0.8);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 479px) {
    .gallery-body>.icon {
        display: none;
    }
}

.gallery-cover {
    overflow: hidden;
    height: 250px;
}

@media (max-width: 767px) {
    .gallery-cover {
        height: auto;
    }
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.shortcuts.style-1 .shortcuts-card {
    height: 150px;
}

.shortcuts.style-1 .shortcuts-card a {
    height: 120px;
}

.shortcuts.style-1 .shortcuts-card a:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(10, 44, 40, 0.63);
    height: 150px;
}

.shortcuts.style-1 .shortcuts-card .icon {
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    color: #7ad5ec;
    font-size: 20px;
}

.shortcuts.style-1 .shortcuts-card .text {
    color: #fff;
}

.shortcuts.style-2 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .shortcuts.style-2 {
        margin-top: 10px;
    }
}

.shortcuts.style-2 ul {
    margin-left: -5px;
    margin-right: -5px;
}

.shortcuts.style-2 .shortcuts-card {
    padding-left: 5px;
    padding-right: 5px;
}

.shortcuts.style-2 .shortcuts-card a {
    border: none;
    background: rgba(32, 112, 103, 0.15);
    padding-left: 15px;
    padding-right: 15px;
    color: #051403;
}

.shortcuts.style-2 .shortcuts-card a:hover {
    background: #ff420b;
    color: #fff;
}

.shortcuts.style-2 .shortcuts-card .icon {
    font-size: 28px;
}

.shortcuts.list .shortcuts-card {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .shortcuts.list .shortcuts-card {
        width: 50%;
    }
}

.shortcuts-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shortcuts-card a {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.shortcuts-card .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 8px;
}

.shortcuts-card .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.shortcuts-card .text span {
    font-weight: 300;
    display: block;
}

.news.single .news-card {
    margin-bottom: 20px;
}

.news.single .news-card a {
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.news.single .news-card a:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.news.single .news-card a:hover:before {
    width: 100%;
}

.news .photo {
    width: 125px;
    height: 95px;
    overflow: hidden;
}

.news .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .description {
    width: calc( 100% - 125px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.news .description .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    line-height: 1.3;
    font-weight: 600;
    overflow: hidden;
    max-height: 74px;
}

.projects.list .projects-card {
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .projects.large ul {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1280px) {
    .projects.large ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.projects.large .projects-photo {
    height: 200px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .projects.large .projects-photo {
        height: 150px;
    }
}

.projects.large .projects-footer .title {
    font-size: 18px;
}

.projects-card a {
    display: block;
    position: relative;
    background: #fff;
    padding: 7px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.projects-card a:hover .projects-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.projects-photo {
    overflow: hidden;
    height: 160px;
}

.projects-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    text-align: center;
}

.projects-footer .title {
    color: #8f8585;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    overflow: hidden;
    max-height: 42px;
}

.books.list .books-card {
    margin-bottom: 30px;
}

.books.list .books-card a {
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.books.list .books-card a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.books.gutter-large ul {
    margin-left: -15px;
    margin-right: -15px;
}

.books.gutter-large ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.books-card a {
    position: relative;
}

.books-header {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 45px;
}

.books-cover {
    height: 190px;
    overflow: hidden;
}

.books-cover:before {
    content: "";
    background: url("../../assets/img/shadow.png") no-repeat center center transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 197px;
    height: 15px;
    margin: 0 auto;
}

.books-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.books-photo {
    overflow: hidden;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.books-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.books-description {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.books-description .title {
    color: #ff420b;
    line-height: 1.3;
    font-size: 18px;
}

.books-description .text {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.books-footer {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.books-footer .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.mayor-card {
    background: #f7f7f7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 170px;
    margin-top: 29px;
    padding-left: 25px;
}

.mayor-photo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mayor-photo img {
    width: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mayor-photo img {
        width: 110px;
    }
}

.mayor-description .title {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}

.mayor-description .text {
    color: #222;
    font-size: 12px;
    opacity: .8;
}

.mayor-list {
    margin-top: 15px;
}

.mayor-list ul li a {
    font-size: 13px;
    color: #999;
    display: block;
    padding-left: 15px;
    position: relative;
}

.mayor-list ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff420b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mayor-list ul li a:hover {
    color: #6f6f6f;
}

.personnel ul li {
    margin-bottom: 20px;
}

.personnel.single ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.personnel.single ul li:first-child a {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    max-width: 31.7%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }
}

.personnel-card a {
    display: block;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.personnel-card a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.personnel-photo {
    overflow: hidden;
    height: 310px;
}

@media (max-width: 1279px) {
    .personnel-photo {
        height: 280px;
    }
}

@media (max-width: 479px) {
    .personnel-photo {
        height: auto;
    }
}

.personnel-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personnel-footer {
    padding-top: 10px;
    text-align: center;
}

.personnel-footer .title {
    color: #ff420b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.personnel-footer .text {
    font-size: 13px;
    color: #999;
}

.boxes.list-5 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.boxes.gutter-small ul {
    margin-left: -1px;
    margin-right: -1px;
}

.boxes.gutter-small ul li {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-bottom: 2px !important;
}

.boxes ul li:not(.boxes-card) {
    margin-bottom: 20px;
}

.boxes ul li:not(.boxes-card) a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 105px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 0 40px;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.boxes ul li:not(.boxes-card) a:not(.all):hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    color: #ff420b;
}

.boxes ul li:not(.boxes-card) a.all {
    background: #ff420b;
    color: #fff;
}

.boxes.no-center ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0 30px;
}

.boxes-card {
    margin-bottom: 20px;
}

.boxes-card a {
    background: rgba(255, 66, 11, 0.1);
    height: 120px;
}

.boxes-card a:hover .boxes-left__hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.boxes-card a:hover .boxes-left__visible {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.boxes-left {
    width: 120px;
    height: 100%;
    background: #ff420b;
    position: relative;
}

.boxes-left>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.boxes-left__hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.boxes-left .icon {
    color: #fff;
    font-size: 36px;
}

.boxes-left .text {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 7px;
}

.boxes-description {
    width: calc( 100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
    color: #ff420b;
}

.boxes-description .title,
.boxes-description>.text {
    overflow: hidden;
}

.boxes-description .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    max-height: 45px;
}

.boxes-description>.text {
    font-size: 14px;
    line-height: 1.3;
    max-height: 37px;
    margin-top: 5px;
}

.boxes-footer {
    margin-top: 10px;
}

.boxes-footer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff420b;
}

.boxes-footer .item:not(:last-child) {
    margin-bottom: 4px;
}

.boxes-footer .icon {
    opacity: .5;
    font-size: 14px;
    margin-right: 7px;
    width: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxes-footer .text {
    font-size: 13px;
    line-height: 1.4;
}

.news-list {
    margin-top: 25px;
}

.news-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    z-index: 1;
}

.news-list ul li:before {
    content: "";
    background: #f7f7f7;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -10px;
    bottom: -1px;
    left: -10px;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-list ul li:hover:before {
    width: calc( 100% + 20px);
    opacity: 1;
}

.news-list ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
}

.news-list ul li a:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    background: #7ad5ec;
    width: 4px;
}

.news-list .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #6f6f6f;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list .date {
    color: #999;
    font-size: 13px;
}

.videos-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.videos-list ul li:first-child a:before {
    top: calc( -1 * 10px);
}

.videos-list ul li a {
    position: relative;
    z-index: 1;
}

.videos-list ul li a:before {
    content: "";
    position: absolute;
    top: calc( -1 * 13px);
    right: calc( -1 * ( 20px / 2));
    bottom: calc( -1 * 13px);
    left: calc( -1 * ( 20px / 2));
    background: #f7f7f7;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.videos-list ul li a:hover:before {
    width: calc(100% + 20px);
    opacity: 1;
}

.videos-list ul li a:hover .videos-list__photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.videos-list__photo {
    width: 160px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 479px) {
    .videos-list__photo {
        width: 130px;
    }
}

.videos-list__photo .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 66, 11, 0.8);
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 16px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videos-list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.videos-list__description {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videos-list__description .title {
    color: #6f6f6f;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.2;
    max-height: 58px;
}

.videos-list__description .date {
    font-size: 13px;
    color: #999;
}

.ordered-list {
    display: inline-block;
    width: 100%;
}

.ordered-list>ul>li:not(.more) {
    margin-bottom: 10px;
    background: #f7f7f7;
}

.ordered-list>ul>li:not(.more):last-child {
    margin-bottom: 0;
}

.ordered-list>ul>li:not(.more):hover>a {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list>ul>li:not(.more):hover>a:after {
    width: 100%;
    opacity: 1;
}

.ordered-list>ul>li:not(.more)>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #ff420b;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .ordered-list>ul>li:not(.more)>a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.ordered-list>ul>li:not(.more)>a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    width: 30%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.ordered-list>ul>li:not(.more)>a .icon {
    margin-right: 10px;
    font-size: 14px;
}

.ordered-list>ul>li:not(.more)>a .text {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ordered-list>ul>li:not(.more)>a .date {
    font-size: 13px;
    color: #999;
}

@media (max-width: 767px) {
    .ordered-list>ul>li:not(.more)>a .date {
        padding-left: 20px;
    }
}

.ordered-list>ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.ordered-list>ul li.more a:hover {
    color: #6f6f6f;
}

.ordered-list>ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.ordered-list__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list__sub-content {
    width: 100%;
}

.ordered-list__sub-content .page-content__description,
.ordered-list__sub-content .page-content__gallery,
.ordered-list__sub-content .documents-files {
    padding: 30px;
}

.ordered-list__sub-content .page-content__gallery {
    margin-top: 0;
}

.ordered-list__sub-content img {
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ordered-list__dropdown ul li.is-open a {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list__dropdown ul li.is-open a:before {
    content: "_";
    margin-top: -10px;
}

.ordered-list__dropdown ul li.is-open a:after {
    width: 100%;
    opacity: 1;
}

.ordered-list__dropdown ul li a {
    padding-right: 40px;
}

.ordered-list__dropdown ul li a:before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 200;
}

.ordered-list__dropdown ul li a .date {
    margin-right: 30px;
}

.ordered-list__dropdown .ordered-list__sub {
    display: none;
}

.documents-files {
    display: inline-block;
    width: 100%;
}

.documents-files ul li {
    margin-bottom: 10px;
}

.documents-files ul li:last-child {
    margin-bottom: 0;
}

.documents-files ul li a {
    background: #f7f7f7;
    padding: 20px 30px 20px 20px;
    border-left: 5px solid #ff420b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.documents-files ul li a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.documents-files ul li a .text {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #222;
}

.documents-files ul li a .date {
    font-size: 13px;
    color: #999;
}

.documents-files ul li a .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    opacity: .15;
}

.documents-icon {
    font-size: 24px;
    color: #ff420b;
    margin-right: 20px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    z-index: 1001;
}

@media (max-width: 767px) {
    .header {
        height: calc( 245px - 105px);
    }
}

.header.is-active .header-contact a {
    color: #041e02;
}

.header.is-active .header-nav__item>a {
    color: #6f6f6f;
}

.header.is-active .header-links a {
    color: #6f6f6f;
}

.header.is-active .header-buttons a:not(.btn-1) {
    color: #6f6f6f;
    border: 2px solid #999;
}

.header-buttons {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .header-buttons._apply {
        display: none;
    }
}

.header-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.header-buttons a.btn-1 {
    background: #7ad5ec;
    border: 2px solid #7ad5ec;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-buttons a:not(.btn-1):hover {
    background: #fff;
    color: #6f6f6f;
}

.header-buttons a .icon {
    margin-left: 10px;
    font-size: 16px;
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 570px;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    transition: .5s;
}

.header-overlay.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .header-overlay:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url('../img/AllPageBanner.jpg');
        height: 100%;
        background-position: center center;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .2;
    }

.header-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(transparent));
    background: linear-gradient(rgba(255, 255, 255, 0.75), transparent);
}

.header-top {
    border-top: 6px solid #ff420b;
}

@media ( max-width: 991px) {
    .header-top__right {
        display: none !important;
    }
}

.header-top .container {
    position: relative;
    z-index: 1;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .header-bottom {
        display: none;
    }
}

.header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header-logo.is-visible a {
    opacity: 1;
    visibility: visible;
}

.header-logo.is-visible:before {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.header-logo:before {
    content: "";
    position: absolute;
    top: -110px;
    right: 0;
    left: 50%;
    background: url("../../assets/img/logo-bgddd.png") no-repeat center center transparent;
    background-size: cover;
    width: 193px;
    height: 308px;
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 767px) {
    .header-logo:before {
        height: 245px;
        width: 145px;
    }
}

.header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(308px - 110px);
    padding-bottom: 32px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s .4s;
    transition: .4s .4s;
}

@media (max-width: 767px) {
    .header-logo a {
        height: calc(245px - 105px);
    }
}

.header-logo img {
    width: 130px;
}

@media (max-width: 767px) {
    .header-logo img {
        width: 95px;
    }
}

.header-contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 45px;
    padding-right: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-contact a:hover {
    background: #fff;
    color: #051403;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .header-contact a {
        padding-right: 0;
    }
}

.header-links {
    margin-left: 5px;
}

.header-links a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex
}

.header-links a:hover {
    text-decoration: underline;
}

.header-links a:not(:last-child) {
    margin-right: 10px;
}

.header-contact .icon {
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #051403;
    border-radius: 100%;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .header-contact .icon {
        margin-right: 0;
    }
}

.header-contact .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.header-contact .text span {
    font-size: 20px;
}

.header-contact .text div.heading {
    font-size: 10px;
}

@media (max-width: 991px) {
    .header-contact .text {
        display: none;
    }
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .header-social {
        display: none;
    }
}

.header-social a {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #051403;
    color: #fff;
    font-size: 18px;
    margin-left: 7px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-social a:hover {
    background: #fff;
    color: #051403;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header-social a:first-child {
    margin-left: 0;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: inherit;
    display: none;
}

@media (max-width: 991px) {
    .header-bar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.header-bar .icon {
    font-size: 28px;
}

.header-sticky {
    background: #041e02;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    -webkit-transform: translateY(calc( -1 * (80px + 10px)));
    transform: translateY(calc( -1 * (80px + 10px)));
    -webkit-transition: .3s;
    transition: .3s;
}

.header-sticky.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-sticky .container {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-sticky__left .text {
    margin-left: 20px;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
}

.header-sticky__left .text strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .header-sticky__left .text {
        display: none;
    }
}

.header-sticky__logo {
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-sticky__logo a {
    display: block;
    position: relative;
}

.header-sticky__logo img {
    width: 80px;
}

.header-sticky .header-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 1280px) {
    .header-sticky .header-contact {
        margin-right: -30px;
    }
}

@media ( max-width: 767px) {
    .footer {
        margin-bottom: 55px;
    }
}

.footer-top {
    background: #021001;
    min-height: 444px;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #041e02;
    height: 72px;
}

.footer-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .footer-heading {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .footer-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-card ul li a {
    display: block;
    color: #61a29b;
    font-size: 14px;
    font-weight: 300;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-card ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-card ul li a:hover {
    color: #fff;
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .footer-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-contact__numbers {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 1280px) {
    .footer-contact__numbers {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .footer-contact__numbers {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.footer-contact__numbers ul li {
    margin-bottom: 20px;
}

.footer-contact__numbers ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer-contact__numbers ul li {
        text-align: center;
    }
}

.footer-contact__numbers ul li a {
    display: block;
    position: relative;
    text-align: right;
    color: #61a29b;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .footer-contact__numbers ul li a {
        text-align: center;
    }
}

.footer-contact__numbers ul li a:hover {
    color: #fff;
}

.footer-contact__numbers ul li a .title {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact__numbers ul li a .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "sfm-400";
    font-size: 84px;
    line-height: .8;
}

@media (max-width: 1279px) {
    .footer-contact__numbers ul li a .number {
        font-size: 60px;
    }
}

.footer-contact__numbers ul li a .icon {
    font-size: 55px;
    margin-right: 20px;
}

@media (max-width: 1279px) {
    .footer-contact__numbers ul li a .icon {
        font-size: 42px;
    }
}

.footer-contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .footer-contact__info {
        text-align: center;
    }
}

.footer-contact__info a {
    color: #61a29b;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact__info a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.footer-contact__info a:hover {
    color: #fff;
}

.footer-contact__info a strong {
    font-weight: 700;
}

.footer-logo {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer-logo {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .footer-logo {
        display: none;
    }
}

.footer-logo:before {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%;
    background: url("../../assets/img/logo-bgddd.png");
    width: 193px;
    height: 308px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(308px - 110px);
    padding-bottom: 34px;
    position: relative;
}

.footer-logo img {
    width: 126px;
}

.footer-bottom {
    background: #041e02;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 479px) {
    .footer-bottom .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-bottom .text {
    color: #61a29b;
    font-size: 14px;
    font-weight: 300;
}

.footer-bottom .text strong {
    font-weight: 700;
}

.footer-bottom .design {
    color: #61a29b;
}

.footer-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: none;
}

@media ( max-width: 991px) {
    .footer-sticky {
        display: block;
    }
}

@media ( max-width: 480px) {
    .footer-sticky ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-sticky ul li a {
    height: 55px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff420b;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-sticky ul li a._apply .icon {
    display: none;
}

.footer-sticky ul li:nth-child(2) a {
    background: #7ad5ec;
}

.footer-sticky ul li:nth-child(3) a {
    background: #051403;
}

.footer-sticky ul li a .icon {
    font-size: 20px;
    margin-bottom: 5px;
}

.header-sub {
    position: relative;
}

.header-sub:before,
.header-sub:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 450px;
}

.header-sub:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(10 33 30 / 0,90)), to(transparent));

    background: linear-gradient(rgb(10 33 30 / 0,90), transparent);
    top: 0;
} 

.header-sub:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(32, 112, 103, 0.9)));
    background: linear-gradient(transparent, rgb(8 25 23 / 0,90));
    bottom: 0;
}

.shortcuts-carousel {
    position: absolute;
    right: 10px;
    bottom: 30px;
    left: 10px;
    z-index: 2;
}

@media (max-width: 767px) {
    .shortcuts-carousel {
        right: 0;
        bottom: 20px;
        left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .shortcuts-carousel .container {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .shortcuts-carousel .container {
        width: 83%;
    }
}

@media (max-width: 1279px) {
    .shortcuts-carousel .owl-stage-outer,
    .shortcuts-carousel .owl-shortcuts {
        position: inherit;
    }
}

.section.bg-cover {
    position: relative;
    z-index: 1;
}

.section.bg-cover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.section.cover-1 {
    background: #fff;
}

.section.cover-1:before {
        background-image: url('../img/AllPageBanner.jpg');
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .2;
}

.section.cover-2:before {
    background-image: url("../../assets/img/book-bg.png");
}

.section.bg {
    min-height: 600px;
}

.section.bg-1 {
    background: #e5e2e2;
}

.section-arrow {
    position: relative;
}

.section-arrow:before,
.section-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 35px;
}

.section-arrow:before {
    top: 0;
    border-color: #fff transparent transparent transparent;
}

.section-arrow:after {
    bottom: 0;
    border-color: transparent transparent #fff transparent;
}

.section-projects {
    margin-top: 60px;
}

.section-books {
    position: relative;
    z-index: 1;
}

.section-books:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 70px;
    background: #8f8585;
    right: 0;
    bottom: -70px;
    left: 0;
}

@media (max-width: 767px) {
    .headline-news {
        margin-bottom: 1px;
    }
}

.headline-news__container {
    height: 685px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1824px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .headline-news__container {
        height: auto;
    }
    .headline-news__container>div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.headline-news__photo {
    height: 493px;
    overflow: hidden;
}

@media (min-width: 1824px) {
    .headline-news__photo {
        height: 600px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .headline-news__photo {
        height: 400px;
    }
}

@media (max-width: 479px) {
    .headline-news__photo {
        height: 250px;
    }
}

.headline-news__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.headline-news__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .headline-news__body {
        padding: 25px;
    }
}

.headline-news__body .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 15px;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 75px;
    position: relative;
}

@media (max-width: 479px) {
    .headline-news__body .title {
        font-size: 18px;
        line-break: 1.4;
        max-height: 73px;
    }
}

.headline-news__body .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    background: #7ad5ec;
    width: 4px;
}

@media (min-width: 1280px) {
    .headline-news__body .title {
        padding-right: 150px;
    }
}

.headline-news__body .text {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    max-height: 47px;
    line-height: 1.4;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .headline-news__body .text {
        display: none;
    }
}

.headline-news__link {
    background: #ff420b;
    height: 51px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 9px;
    width: 99px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__link {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .headline-news__link {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        margin-bottom: 10px;
    }
}

.cards .row.gutter-small {
    margin-left: -5px;
    margin-right: -5px;
}

.cards .row.gutter-small>li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-other {
        margin-top: 10px;
    }
}

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

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

.components-row.gutter-small {
    margin-left: -5px;
    margin-right: -5px;
}

.components-row.gutter-small>div {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1280px) {
    .components-row.gutter-large {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1280px) {
    .components-row.gutter-large>div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.components-content {
    max-width: 100%;
}

@media (max-width: 991px) {
    .components-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-content {
        max-width: 768px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .components-content {
        max-width: 600px;
    }
}

@media (max-width: 479px) {
    .components-content {
        max-width: 390px;
    }
}

.components-wrapper {
    position: relative;
    z-index: 1;
}

.components-wrapper:before {
    content: "";
    background: #041e02;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 115px;
}

    .components-wrapper.bg-1:before {
        background: #041e02;
    }

.components-wrapper.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.components-wrapper.right .components-content {
    width: 463px;
    padding-right: 20px;
}

@media (min-width: 1824px) {
    .components-wrapper.right .components-content {
        width: 528px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .components-wrapper.right .components-content {
        width: 403px;
    }
}

.components-wrapper.left .components-content {
    width: calc( 1200px - 463px - 20px);
    padding-left: 20px;
}

@media (min-width: 1824px) {
    .components-wrapper.left .components-content {
        width: calc( 1400px - 528px - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .components-wrapper.left .components-content {
        width: calc( 990px - 403px - 20px);
    }
}

.components-header {
    height: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.components-header.align-end {
    text-align: right;
}

.components-header .title,
.components-header .text {
    color: #fff;
}

.components-header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.components-header>.text {
    font-size: 13px;
}

.components-link {
    font-size: 16px;
    color: #041e02;
    float: right;
    margin-top: 15px;
    position: relative;
}

.components-link:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #041e02;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.components-link:hover:before {
    width: 100%;
}

.components-heading {
    height: 55px;
    background: #041e02;
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}

.components-card {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 465px;
    padding: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components-card:not(.components-video) {
        height: auto;
    }
    .components-card>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 991px) {
    .components-card {
        margin-bottom: 30px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components-card>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-card:not(.components-video) {
        height: auto;
    }
}

.components-items {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.components-items .photo {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.components-items .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.components-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.components-list ul li:last-child {
    border-bottom: 0;
}

.components-list ul li.is-current a:after,
.components-list ul li:hover a:after {
    width: calc( 100% + 20px);
    opacity: 1;
}

.components-list ul li a {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 600;
    letter-spacing: -0.3px;
    height: 45px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.components-list ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}

.components-list ul li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #f7f7f7;
    top: -1px;
    right: calc( -1 * ( 20px / 2));
    bottom: -1px;
    left: calc( -1 * ( 20px / 2));
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-list ul li a {
        height: 43px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-list ul li a {
        height: 43px;
    }
}

.tab-nav ul {
    margin-left: -7px;
    margin-right: -7px;
}

.tab-nav ul li {
    padding-left: 7px;
    padding-right: 7px;
}

.tab-nav ul li.is-current a,
.tab-nav ul li:hover a {
    background: #fff;
    color: #041e02;
}

.tab-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #041e02;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.mayor-photos {
    margin-top: 30px;
}

.mayor-photos a:hover .photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.mayor-photos .photo {
    overflow: hidden;
    height: 288px;
    border-radius: 10px;
}

.mayor-photos .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 479px) {
    .projects-container {
        padding-top: 60px;
    }
}

.projects-carousel {
    margin-top: 20px;
    margin-bottom: 30px;
}

.projects-carousel .projects-card {
    margin: 10px;
}

.books-container {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 556px;
    position: relative;
}

.books-wrapper {
    position: absolute;
    right: 10px;
    bottom: -70px;
    left: 10px;
}

.books-nav {
    margin-top: 20px;
}

.books-nav ul {
    margin-left: -7px;
    margin-right: -7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.books-nav ul li {
    padding-left: 3px;
    padding-right: 3px;
}

.books-nav ul li.is-current a,
.books-nav ul li:hover a {
    background: #746363;
}

.books-nav ul li.is-current a:before {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    border-color: #746363 transparent transparent transparent;
}

@media (max-width: 479px) {
    .books-nav ul li {
        width: 33.3%;
    }
}

.books-nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    background: #8f8585;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .books-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

.books-nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-40px);
    transform: translateX(-50%) translateY(-40px);
    width: 0;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 20px;
    bottom: -40px;
    border-color: #8f8585 transparent transparent transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.books-carousel .books-card a {
    text-align: center;
    display: block;
}

.books-carousel .books-card a:hover .books-footer {
    background: #746363;
}

.logos-container {
    padding-top: calc( 70px + 50px);
    padding-bottom: 50px;
    text-align: center;
}

.inner-page__form .form-custom {
    max-width: 550px;
    margin: 50px auto 0;
    width: 100%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.inner-page__form .form-custom ul li .icon {
    left: 10px;
}

.inner-page__form .send {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .logos-container {
        padding-top: 0;
    }
}

.logos-container img {
    max-width: 100%;
}

.inner-page__header {
    position: relative;
    overflow: hidden;
}

.inner-page__photo {
    overflow: hidden;
    height: 240px;
    background: #041e02;
}

.inner-page__photo.large {
    height: 100vh;
}

.inner-page__photo img {
    width: 100%;
    height: calc(100% + 50px);
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    opacity: .3;
}

.inner-page__heading {
    background: #f7f7f7;
}

.inner-page__heading.style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.inner-page__heading.style-2 .title {
    font-size: 24px;
    line-height: 1.2;
}

.inner-page__heading.style-2 .inner-page__back {
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-left: 30px;
}

.inner-page__heading .container {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 479px) {
    .inner-page__heading .container {
        height: 90px;
    }
}

.inner-page__heading .title {
    color: #999;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 479px) {
    .inner-page__heading .title {
        font-size: 28px;
    }
}

.inner-page__back {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    margin-left: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .inner-page__back {
        display: none;
    }
}

.inner-page__back .icon {
    color: #ff420b;
    margin-right: 10px;
    font-size: 14px;
}

.inner-page__wrapper {
    margin-bottom: 100px;
}

.inner-page__wrapper.margin-top-0 {
    margin-top: 0;
}

.inner-page__wrapper.margin-bottom-0 {
    margin-bottom: 0;
}

.inner-page__content {
    min-height: 700px;
    margin-top: 30px;
}

.inner-page__content.no-height {
    min-height: inherit;
}

@media (min-width: 1280px) {
    .col-article {
        padding-right: 20px;
    }
}

.col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        width: 32%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
    }
}

@media (max-width: 767px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.col-sidebar>div {
    margin-bottom: 10px;
}

.col-sidebar>div:last-child {
    margin-bottom: 0;
}

.col-sidebar__nav {
    margin-top: 20px;
}

.col-sidebar__nav ul {
    background: #041e02;
}

.col-sidebar__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    padding: 16px 20px;
    color: #fff;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.col-sidebar__nav ul li a:after {
    content: "";
    position: absolute;
    z-index: 12;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transition: .3s;
    transition: .3s;
}

.col-sidebar__nav ul li a:hover {
    padding-left: 25px;
    background: #051403;
}

.col-sidebar__nav ul li a:hover:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.col-sidebar__box {
    position: relative;
}

.col-sidebar__box-cover {
    height: 310px;
}

.col-sidebar__box-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.col-sidebar__box-body {
    padding: 35px;
    background: #f7f7f7;
}

.col-sidebar__box-body.style-1 {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.col-sidebar__box-body .small-title {
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}

.col-sidebar__box-body .title {
    color: #222;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-sidebar__box-body .title {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar__box-body .title {
        font-size: 16px;
    }
}

.col-sidebar__box-body .text {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.col-sidebar__projects {
    margin-top: 30px;
}

.col-sidebar__projects .components-card {
    height: 429px;
}

.col-sidebar__projects .components-items {
    height: 190px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.col-sidebar__videos {
    margin-top: 30px;
}

.col-sidebar__videos .videos-list__photo {
    width: 50%;
}

.page-content__header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.page-content__header .title {
    color: #222;
    font-size: 28px;
    line-height: 1.3;
    text-transform: capitalize;
}

.page-content__header .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    background: #f7f7f7;
    padding: 5px 13px;
    border-radius: 2px;
}

.page-content__header .date .icon {
    margin-right: 7px;
    font-size: 13px;
}

.page-content__heading {
    color: #ff420b;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.page-content__photo {
    overflow: hidden;
    height: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 50%;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-content__photo {
        height: auto;
        margin-right: 0;
        width: 100%;
    }
}

.page-content__photo.small,
.page-content__photo.large {
    width: 100%;
    float: inherit;
    margin-right: 0;
}

.page-content__photo.small {
    height: 175px;
    margin-bottom: 0;
}

.page-content__photo.large {
    height: 450px;
}

.page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-content__video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 100px 25px 25px 25px;
}

.page-content__video a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.page-content__video .icon {
    background: rgba(255, 66, 11, 0.8);
    width: 55px;
    height: 55px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.page-content__video .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.page-content__spot {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #222;
}

.page-content__spot.style-2 {
    color: #6f6f6f;
    font-weight: 300;
    overflow: hidden;
    max-height: 112px;
}

.page-content__description {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    font-family: "Source Sans Pro", sans-serif !important;
}

.page-content__description a {
    color: #999;
}

.page-content__description strong {
    font-weight: 600;
}

.page-content__description img {
    max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
    padding-left: 20px;
}

.page-content__description ul li {
    list-style: disc;
}

.page-content__description ol li {
    list-style: decimal;
}

.page-content__description table {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr td {
    padding: 5px 15px !important;
}

.page-content__gallery {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.page-content__summary {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .page-content__summary {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.page-content__summary .title {
    font-size: 32px;
    font-weight: 600;
    color: #041e02;
    line-height: 1.4;
    padding-right: 40px;
    text-align: right;
}

@media (max-width: 991px) {
    .page-content__summary .title {
        padding-right: 0;
        text-align: inherit;
        margin-bottom: 20px;
    }
}

.page-content__summary .text {
    line-height: 1.9;
    font-weight: 300;
}

.page-content__summary .text strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .page-content__summary .text {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb.style-2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumb.style-2 ul li a {
    color: #999;
    opacity: 1;
}

.breadcrumb.light ul li a {
    color: #fff;
}

.breadcrumb ul li a {
    font-size: 13px;
    color: #6f6f6f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 30px;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumb ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    margin-right: 13px;
}

.breadcrumb ul li a:hover {
    opacity: 1;
    color: #ff420b;
}

.breadcrumb ul li a .icon {
    font-size: 13px;
}

.breadcrumb ul li:last-child a:after {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 55px;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 {
    display: none;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-1+label {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s;
}

.inputfile-1+label:hover {
    border: 1px solid #ff420b;
    color: #ff420b;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    background: none;
}

.person-profile {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .person-profile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.person-photo {
    margin-top: -40px;
    margin-left: 30px;
    width: 165px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    height: 185px;
    background: #fff;
    padding: 6px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .person-photo {
        margin-left: 0;
    }
}

.person-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.person-info {
    padding-left: 25px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991px) {
    .person-info {
        padding-left: 0;
        width: 100%;
    }
}

.person-info .name {
    font-weight: 700;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1.3;
}

.person-info .rank {
    color: #6f6f6f;
    font-size: 13px;
    margin-bottom: 15px;
}

.person-info__contact .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    color: #ff420b;
    font-size: 14px;
    position: relative;
}

.person-info__contact .text:last-child {
    margin-right: 0;
}

.person-info__contact .text:hover {
    color: #041e02;
}

.person-info__contact .icon {
    margin-right: 10px;
    font-size: 14px;
    opacity: .4;
}

.project-detail>.row {
    margin-bottom: 50px;
}

.project-detail>.row:last-child {
    margin-bottom: 0;
}

.project-detail__photo {
    overflow: hidden;
    height: 385px;
}

@media (max-width: 991px) {
    .project-detail__photo {
        height: auto;
    }
}

.project-detail__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-detail__article {
    padding-left: 10px;
}

@media (max-width: 991px) {
    .project-detail__article {
        padding-left: 0;
        margin-top: 10px;
    }
}

.project-detail__buttons.style-2 {
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 20px;
}

@media (max-width: 991px) {
    .project-detail__buttons.style-2 {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .project-detail__buttons.style-2 .shortcuts-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}

.project-detail__buttons.style-2 .shortcuts-card a {
    background: rgba(255, 66, 11, 0.1);
    color: #ff420b;
}

.video-detail__wrapper {
    background: #041e02;
    min-height: 600px;
    padding-top: calc( 170px + 20px);
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .video-detail__wrapper {
        padding-top: calc( 245px - 105px);
    }
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .video-detail__player {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    }
}

.video-detail__player iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .video-detail__player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail__player iframe {
        height: 400px;
    }
}

.video-detail__other-videos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
}

@media (max-width: 991px) {
    .video-detail__other-videos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.video-detail__other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ff420b;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.video-detail__other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    opacity: .7;
    font-weight: 400;
}

.video-detail__other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail__list {
    height: calc(550px - 65px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
}

.video-detail__list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.video-detail__list::-webkit-scrollbar {
    width: 6px;
}

.video-detail__list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail__list {
        height: 340px;
    }
}

.video-detail__list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail__list li:last-child {
    border-bottom: 0 none;
}

.video-detail__list li:hover {
    background: rgba(0, 0, 0, 0.15);
}

.video-detail__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail__list .video-left {
    width: 125px;
    height: 75px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail__list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail__list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}

.video-detail__list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 20px;
}

.video-detail__list .video-right .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    max-height: 63px;
}

.contact {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .contact {
        margin-top: 30px;
    }
}

.contact-address ul li {
    position: relative;
}

@media (max-width: 479px) {
    .contact-address ul li {
        margin-bottom: 40px;
    }
    .contact-address ul li:last-child {
        margin-bottom: 0;
    }
}

.contact-address .icon {
    margin-right: 0;
    background: #041e02;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.contact-address__info {
    background: #f7f7f7;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.contact-address__info .title {
    text-transform: uppercase;
    color: #444;
    font-size: 18px;
    font-weight: 700;
}

.contact-address__info .text {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.3;
}

.contact-address__cards .item {
    margin-bottom: 20px;
}

.contact-address__cards .item:last-child {
    margin-bottom: 0;
}

.contact-address__wrapper {
    height: 116px;
    background: #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address__wrapper .icon {
    width: 65px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #041e02;
    background: #fff;
    margin-right: 20px;
}

.contact-address__summary .title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .contact-address__summary .title {
        font-size: 16px;
    }
}

.contact-address__summary .address {
    font-size: 14px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 7px;
}

.contact-address__summary .address,
.contact-address__summary .phone {
    color: #6f6f6f;
}

.contact-social__content {
    background-image: url("../img/social-cover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 181px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-social__content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 479px) {
    .contact-social__content a {
        font-size: 32px;
        width: 60px;
        height: 60px;
    }
}

.contact-social__content a:hover {
    border: 1px solid #fff;
}

.contact-map iframe {
    height: 500px;
    width: 100%;
}

.position-inherit {
    position: inherit;
}

.no-scroll {
    overflow: hidden;
}

.no-scroll-y {
    overflow-y: hidden;
}

.no-scroll-x {
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-relative {
    position: relative;
}

.l-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.text-center {
    text-align: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.hidden {
    display: none;
}

@media (max-width: 767px) {
    .hidden {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .xs-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

.padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

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

.margin-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-v-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-v-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-v-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-v-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}