@charset "UTF-8";
/*!
Theme Name: Ironmen
Theme URI: https://www.ironmen.com.au/
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Ironmen Mia WordPress theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ironmen
Tags: Ironmen

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
@import url("https://use.typekit.net/tgb2chg.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*

::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;/
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #131313;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #f67711;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h1 {
    font-size: 41.6px;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h3 {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h4 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}

h6 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h6 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.3em;
  font-weight: 300;
}

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

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

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

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

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

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6em !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .lead {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}
@media (max-width: 576px) {
  .lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}
.alt-text {
  font-family: "Poppins", sans-serif;
  color: #002245;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important;
}

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

p.pre-heading {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #002245;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

ul,
ol {
  margin: 0 0 2em 0px;
  padding: 0 0 0 20px;
}
ul li,
ol li {
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
}
ul li {
  margin-bottom: 18px;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

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

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

.btn-solid-orange {
  border-radius: 4px;
  padding: 12px 32px;
  border: 1px solid #f67711;
  text-align: center;
  background-color: #f67711;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-solid-orange:hover {
  background-color: #002245;
  border: 1px solid #002245;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}

.btn-outline-white {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-white span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-outline-blue {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #003366;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-blue span {
  color: #003366;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-outline-black {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #131313;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-black span {
  color: #131313;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-solid-blue {
  border-radius: 4px;
  padding: 14px 22px;
  background-color: #002245;
  color: #fff !important;
  border: 1px solid #002245;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-solid-blue:hover {
  background-color: #f67711;
  border: 1px solid #f67711;
}

.btn-transparent {
  border-radius: 32px;
  padding: 10px 32px 10px 32px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-transparent span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-transparent img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-left: 42px;
  margin-top: 2px;
}
.btn-transparent:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateX(10px);
}
.btn-transparent:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #003366;
  font-weight: 300;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:visited {
  color: #003366;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #d45d00;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: transparent;
  height: auto;
  border-radius: 0;
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 10px;
  }
}
.navbar .container {
  position: relative;
  padding-bottom: 0px;
}
.navbar .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .navbar-brand {
  width: 15%;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding-left: 18px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 60%;
  }
}
.navbar .navbar-brand img {
  width: 120px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 90px;
  }
}
.navbar .menu-wrapper {
  width: 65%;
}
@media (max-width: 1480px) {
  .navbar .menu-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar .menu-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
.navbar .menu-wrapper .menu-primary-menu-container {
  width: 100%;
}
.navbar ul#menu-primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu {
    text-align: center;
  }
}
.navbar ul#menu-primary-menu li {
  margin: 0 28px;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1200px) {
  .navbar ul#menu-primary-menu li {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li {
    display: block;
  }
}
.navbar ul#menu-primary-menu li a {
  font-size: 16px;
  padding: 48px 0;
  font-weight: 700;
  color: #fff;
  font-family: "korolev", sans-serif;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li a {
    padding: 24px 18px;
  }
}
.navbar ul#menu-primary-menu li a:hover, .navbar ul#menu-primary-menu li a:focus {
  color: #fff;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li a:hover, .navbar ul#menu-primary-menu li a:focus {
    color: #f67711;
  }
}
.navbar ul#menu-primary-menu li a:hover:before, .navbar ul#menu-primary-menu li a:focus:before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar ul#menu-primary-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f67711;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li a:before {
    display: none;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  padding: 16px 0px;
  border: 0;
  box-shadow: none;
  margin: 12px 0 0 0;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu {
    position: relative;
    margin-top: 0;
    background-color: transparent;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li {
  margin: 0;
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a {
  color: #fff;
  padding: 12px 24px !important;
  display: block;
  white-space: break-spaces;
  width: 100%;
  min-width: 300px;
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a:hover, .navbar ul#menu-primary-menu li ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #002245 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li a {
    padding-left: 0px 32px !important;
    color: #131313 !important;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a:before {
  display: none;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li a:before {
    display: block;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li.mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li.mobile-menu {
    display: block;
  }
}
.navbar ul#menu-primary-menu li.current-menu-item a {
  color: #fff;
  background-color: transparent;
}
.navbar ul#menu-primary-menu li.current-menu-item a:before {
  opacity: 1;
}
.navbar ul#menu-primary-menu li.current-menu-item ul.dropdown-menu li a {
  color: #fff;
  background-color: transparent;
}
.navbar ul#menu-primary-menu li.current-menu-item ul.dropdown-menu li a:before {
  display: none !important;
}
.navbar ul#menu-primary-menu li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li:first-child {
    margin-left: 20px;
  }
}
.navbar ul#menu-primary-menu li:last-child a {
  padding-right: 0;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li:last-child a {
    padding-right: 18px;
  }
}
.navbar ul#menu-primary-menu li:last-child ul.dropdown-menu {
  right: 0;
}
.navbar ul#menu-primary-menu li.sticky-menu a {
  padding: 15px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .navbar ul#menu-primary-menu li.sticky-menu a {
    padding: 15px 14px;
  }
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li.sticky-menu a {
    padding: 12px 24px;
  }
}
.navbar ul#menu-primary-menu li.dropdown a.dropdown-hover:before {
  opacity: 1;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.content-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .content-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.overlay-page {
  position: relative;
}

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

.content-wrapper {
  margin-top: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media (max-width: 576px) {
  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-padding-top {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section-padding-top {
    padding-top: 62px;
  }
}
@media (max-width: 576px) {
  .section-padding-top {
    padding-top: 32px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .news-col {
    order: 1;
  }
}

.news-bar {
  width: calc(100% - 20px);
  margin: 32px auto;
  height: 1px;
  background-color: #002245;
  padding: 0;
}

.news-navigation {
  width: 100%;
}
.news-navigation .nav-links {
  padding: 0 10px;
}
.news-navigation .nav-links .nav-previous {
  float: left;
}
.news-navigation .nav-links .nav-previous a {
  background-color: #f67711 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-navigation .nav-links .nav-previous a:hover {
  background-color: #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #f67711 !important;
  color: #fff;
}
@media (max-width: 991px) {
  .news-navigation .nav-links .nav-previous a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .news-navigation .nav-links .nav-previous a {
    padding: 12px 20px 10px 20px;
  }
}
.news-navigation .nav-links .nav-previous a img {
  margin-right: 12px;
}
.news-navigation .nav-links .nav-next {
  float: right;
}
.news-navigation .nav-links .nav-next a {
  background-color: #f67711 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-navigation .nav-links .nav-next a:hover {
  background-color: #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #f67711 !important;
}
@media (max-width: 991px) {
  .news-navigation .nav-links .nav-next a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .news-navigation .nav-links .nav-next a {
    padding: 12px 20px 10px 20px;
  }
}
.news-navigation .nav-links .nav-next a img {
  margin-left: 12px;
}

.wp-caption {
  background-color: #f4f4f4;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 0 !important;
  padding: 12px 0;
}

.archive .news-wrapper .archive-list article {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.archive .news-wrapper .archive-list article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}
.archive .news-wrapper .archive-list h4 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 22px;
}
@media (max-width: 576px) {
  .archive .news-wrapper .archive-list h4 {
    font-size: 20px;
  }
}
.archive .news-wrapper .archive-list h4:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #002245;
  left: 0px;
  bottom: 0;
}
.archive .news-wrapper .archive-list .btn-read-more {
  color: #002245;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
.archive .news-wrapper .archive-list .btn-read-more:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #002245;
}

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

.bypostauthor {
  display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.img-100 {
  width: 100%;
}

.img-70 {
  width: 70% !important;
}

.img-center {
  margin: 0 auto !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 89;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.admin-bar .site-header {
  top: 32px;
}

.header-sticky {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-sticky .navbar .navbar-brand img {
  width: 90px;
}
.header-sticky .navbar .menu-wrapper {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-sticky .navbar ul#menu-primary-menu li a {
  padding: 20px 0;
}

.mobile-toggle {
  z-index: 100;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  display: none;
  border-radius: 4px;
  border: 0;
  background-color: #f67711;
  cursor: pointer;
}
.mobile-toggle:hover {
  border: 0;
}
.mobile-toggle:focus {
  box-shadow: none;
}
@media (max-width: 1200px) {
  .mobile-toggle {
    display: block;
  }
}
@media (max-width: 576px) {
  .mobile-toggle {
    right: 20px;
  }
}
.mobile-toggle .toggler-bar {
  position: relative;
  transform: translateY(0px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 28px;
  height: 3px;
  display: block;
}
.mobile-toggle .toggler-bar:after {
  width: 28px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-toggle .toggler-bar:before {
  width: 28px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-toggle .toggle-animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-toggle .toggle-animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-toggle .toggle-animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.top-header {
  width: 100%;
}
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header .top-header-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}
.top-header .top-header-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.top-header .top-header-wrapper ul li {
  margin: 0;
}
.top-header .top-header-wrapper ul li a {
  padding: 12px 32px;
  color: #131313;
  font-size: 16px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.top-header .top-header-wrapper ul li a:hover {
  color: #003366;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  position: relative;
  background-color: #02182f;
  padding-top: 80px;
  padding-bottom: 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#site-footer h3 {
  color: #f67711;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 26px;
}
@media (max-width: 767px) {
  #site-footer h3 {
    text-align: center;
    font-size: 22px;
  }
}
#site-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 62px 0 0 0;
}
@media (max-width: 767px) {
  #site-footer ul {
    margin-top: 42px;
  }
}
#site-footer ul li {
  margin-bottom: 20px;
}
#site-footer ul li a {
  color: #fff;
  text-decoration: none;
}
#site-footer ul li a:hover {
  color: #f67711;
}
@media (max-width: 767px) {
  #site-footer p {
    text-align: center;
  }
}
#site-footer .footer-logo img {
  max-width: 172px;
}
@media (max-width: 991px) {
  #site-footer .footer-logo {
    display: block;
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-logo {
    text-align: center;
  }
}
#site-footer #menu-footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #site-footer #menu-footer-menu {
    margin-bottom: 80px;
  }
}
#site-footer #menu-footer-menu li {
  width: 50%;
}
@media (max-width: 991px) {
  #site-footer #menu-footer-menu li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #site-footer #menu-footer-menu li {
    text-align: center;
  }
}
#site-footer .footer-contacts {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767px) {
  #site-footer .footer-contacts {
    margin-bottom: 42px;
  }
}
#site-footer .footer-contacts li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #site-footer .footer-contacts li {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}
#site-footer .footer-contacts li img {
  margin-top: 4px;
  margin-right: 20px;
  width: 18px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  #site-footer .footer-contacts li img {
    display: block;
  }
}
#site-footer .footer-contacts li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #site-footer .footer-contacts li a {
    width: 100%;
    margin-top: 18px;
  }
}
#site-footer .footer-contacts li span {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  #site-footer .footer-contacts li span {
    width: 100%;
    margin-top: 18px;
  }
}
#site-footer .footer-social {
  margin-top: 64px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767px) {
  #site-footer .footer-social {
    text-align: center;
  }
}
#site-footer .footer-social li {
  display: inline-block;
  margin: 0 8px;
}
#site-footer .footer-social li a {
  color: #003366;
  width: 32px;
  height: 18px;
  display: block;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
#site-footer .footer-social li a:hover, #site-footer .footer-social li a:focus {
  color: #fff;
  opacity: 0.8;
}
#site-footer .footer-social li:first-child {
  margin-left: 0;
}
#site-footer .copyright-row {
  padding-top: 140px;
}
#site-footer .copyright {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  #site-footer .copyright {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 1.8em;
  }
}
#site-footer .copyright a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
#site-footer .copyright a:hover {
  color: #f67711;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 52px;
  width: 52px;
  border-radius: 0;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 99;
  background-color: #002245;
  display: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.topbutton img {
  width: 24px;
  height: 24px;
}
.topbutton:hover, .topbutton:focus {
  background-color: #003366;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container {
  max-width: 1420px !important;
}

.overlay {
  position: relative;
}

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

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

.overlay-gradient {
  position: relative;
}

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

/*--------------------------------------------------------------
# Footer CTA 
--------------------------------------------------------------*/
#footer-cta {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(2, 24, 47) 70%);
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (max-width: 1480px) {
  #footer-cta {
    padding-top: 0;
  }
}
#footer-cta .container {
  background-size: cover;
  padding: 48px;
  position: relative;
}
#footer-cta .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
#footer-cta .container .footer-contact-box {
  width: 50%;
  margin-left: auto;
  padding: 48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #footer-cta .container .footer-contact-box {
    width: 80%;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #footer-cta .container .footer-contact-box {
    width: 100%;
  }
}
#footer-cta .container .footer-contact-box h2 {
  color: #fff;
}
#footer-cta .container .footer-contact-box p {
  color: #fff;
  line-height: 1.38em;
}
#footer-cta .container .footer-contact-box a {
  color: #fff;
  text-decoration: none;
  line-height: 1.38em;
}
#footer-cta .container .footer-contact-box a:hover {
  color: #f67711;
}
#footer-cta .container .footer-contact-box .btn-solid-orange {
  margin-top: 32px;
  display: inline-block;
  color: #fff !important;
}

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



/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 540px;
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .page-header {
    height: 460px;
  }
}
.page-header .page-header-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 120px 18px 32px 18px;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-header .page-header-content-box h1 {
  color: #fff;
  text-transform: uppercase;
}
.page-header .page-header-content-box .page-header-caption {
  color: #fff;
  padding-right: 50%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-header .page-header-content-box .page-header-caption {
    padding-right: 30%;
  }
}
@media (max-width: 768px) {
  .page-header .page-header-content-box .page-header-caption {
    padding-right: 0;
  }
}

#breadcrumbs {
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs a {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-right: 12px;
  padding-left: 12px;
}
#breadcrumbs a:hover {
  color: #002245;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#breadcrumbs .breadcrumb_last {
  padding-left: 12px;
}

#not-found {
  padding-top: 80px;
  padding-bottom: 80px;
}
#not-found .not-found-404 {
  font-size: 120px;
  color: #002245;
  margin-bottom: 0;
  font-weight: 900;
}
@media (max-width: 991px) {
  #not-found .not-found-404 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  #not-found .not-found-404 {
    font-size: 52px;
  }
}
#not-found h2 {
  font-size: 24px;
}
#not-found .btn-not-found {
  background-color: #002245 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #002245 !important;
  margin-top: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#not-found .btn-not-found:hover {
  background-color: #003366 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #003366 !important;
}
@media (max-width: 991px) {
  #not-found .btn-not-found {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  #not-found .btn-not-found {
    padding: 12px 20px 10px 20px;
  }
}

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.contact-form {
  background-color: #efefef;
  padding: 48px 32px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 32px;
    padding: 32px 24px;
  }
}
.contact-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-form .form-row .form-col-1 {
  width: 50%;
  padding-right: 4px;
}
@media (max-width: 991px) {
  .contact-form .form-row .form-col-1 {
    width: 100%;
    padding-right: 0;
  }
}
.contact-form .form-row .form-col-2 {
  width: 50%;
  padding-left: 4px;
}
@media (max-width: 991px) {
  .contact-form .form-row .form-col-2 {
    width: 100%;
    padding-left: 0;
  }
}
.contact-form .form-row .form-col-12 {
  width: 100%;
}
.contact-form .form-row p {
  margin-bottom: 8px;
}
.contact-form .wpcf7-form input {
  border: 0;
  background-color: #fff !important;
  height: 54px;
  border-radius: 0px;
  padding: 18px !important;
  color: #131313;
  width: 100%;
  border-radius: 4px;
}
.contact-form .wpcf7-form textarea {
  border: 0;
  background-color: #fff !important;
  height: 158px;
  border-radius: 0px;
  padding: 18px !important;
  color: #131313;
  width: 100%;
  border-radius: 4px;
}
.contact-form .wpcf7-form .wpcf7-submit {
  width: 120px;
  background-color: #f67711 !important;
  color: #fff;
  padding: 12px 32px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-form .wpcf7-form .wpcf7-submit:hover {
  background-color: #003366 !important;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#cv .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cv .form-row .form-col-1 {
  width: 50%;
  padding-right: 4px;
}
@media (max-width: 991px) {
  #cv .form-row .form-col-1 {
    width: 100%;
    padding-right: 0;
  }
}
#cv .form-row .form-col-2 {
  width: 50%;
  padding-left: 4px;
}
@media (max-width: 991px) {
  #cv .form-row .form-col-2 {
    width: 100%;
    padding-left: 0;
  }
}
#cv .form-row .form-col-12 {
  width: 100%;
}
#cv .form-row p {
  margin-bottom: 8px;
}
#cv .wpcf7-form input {
  border: 0;
  background-color: #fff !important;
  height: 54px;
  border-radius: 0px;
  padding: 18px !important;
  color: #131313;
  width: 100%;
  border-radius: 4px;
}
#cv .wpcf7-form textarea {
  border: 0;
  background-color: #fff !important;
  height: 158px;
  border-radius: 0px;
  padding: 18px !important;
  color: #131313;
  width: 100%;
  border-radius: 4px;
}
#cv .wpcf7-form label {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 12px;
}
#cv .wpcf7-form .small-text {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  font-style: italic;
  display: block;
}
#cv .wpcf7-form .wpcf7-file {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  padding-bottom: 18px !important;
  height: auto !important;
}
#cv .wpcf7-form .wpcf7-submit {
  width: 120px;
  background-color: #f67711 !important;
  color: #fff;
  padding: 12px 32px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#cv .wpcf7-form .wpcf7-submit:hover {
  background-color: #003366 !important;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

::-webkit-input-placeholder {
  color: #131313;
}

:-moz-placeholder {
  opacity: 1;
  color: #131313;
} /* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
  color: #131313;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #131313;
} /* ie */
input:-moz-placeholder {
  color: #131313;
}

select:-moz-placeholder {
  color: #131313;
}

select::-webkit-input-placeholder {
  color: #131313;
}

text-area::-webkit-input-placeholder {
  color: #131313;
}

text-area:-moz-placeholder {
  color: #131313;
}

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type=text] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button.search-submit {
  background-color: #003366;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit:hover, #searchform button.search-submit:focus {
  background-color: #002245;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit i {
  font-size: 16px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
.elementor .ironmen-icons .e-con-inner {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0;
}
.elementor .ironmen-icons .e-con-inner .elementor-widget-icon-box {
  width: 33.33%;
  padding: 24px;
}
@media (max-width: 991px) {
  .elementor .ironmen-icons .e-con-inner .elementor-widget-icon-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .elementor .ironmen-icons .e-con-inner .elementor-widget-icon-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor .ironmen-icons .e-con-inner .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center;
  }
}
.elementor .margin-bottom-zero p {
  margin-bottom: 0 !important;
}
.elementor .ironmen-faqs .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  background-color: #002245;
}
.elementor .ironmen-faqs .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
  color: #fff;
}
.elementor .ironmen-faqs .elementor-toggle .elementor-toggle-item .elementor-active {
  background-color: #f67711;
}
.elementor .ironmen-faqs .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.elementor .ironmen-process-list ol {
  list-style: none;
  counter-reset: item;
  margin: 24px 0;
  padding: 0;
}
.elementor .ironmen-process-list ol li {
  counter-increment: item;
  margin-bottom: 15px;
  padding-left: 42px;
  position: relative;
  font-weight: 300;
}
.elementor .ironmen-process-list ol li:before {
  margin-right: 10px;
  content: counter(item);
  color: #f67711;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
}
.elementor .btn-outline-black a {
  background-color: transparent !important;
  color: #003366 !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003366 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-outline-black a:hover {
  background-color: #003366 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #003366 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .elementor .btn-outline-black a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-outline-black a {
    padding: 12px 20px 10px 20px;
  }
}
.elementor .btn-white a {
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  color: #003366;
  position: relative;
  border-radius: 0;
  padding: 14px 42px !important;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-white a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  background-color: #002245;
}
@media (max-width: 991px) {
  .elementor .btn-white a {
    padding: 14px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-white a {
    padding: 12px 22px;
  }
}
.elementor .btn-image a {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  background-color: transparent !important;
}
.elementor .btn-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.18;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a:hover:before {
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a .elementor-button-content-wrapper {
  position: absolute;
  bottom: 42px;
  opacity: 1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a .elementor-button-content-wrapper .elementor-button-text {
  font-family: "korolev", sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 300;
}
.elementor .btn-secondary-orange a {
  background-color: #f67711 !important;
  color: #fff !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-secondary-orange a:hover {
  background-color: #f67711 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #f67711 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .elementor .btn-secondary-orange a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-secondary-orange a {
    padding: 12px 20px 10px 20px;
  }
}
.elementor .elementor-widget-icon-list ul li {
  padding: 4px 0;
}
.elementor .elementor-widget-icon-list ul li span.elementor-icon-list-icon {
  color: #002245;
  margin-right: 12px;
}
.elementor .elementor-widget-icon-list ul li span.elementor-icon-list-icon i {
  font-size: 18px !important;
}
.elementor .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor .list-col-6 ul li {
  width: 50%;
}
@media (max-width: 576px) {
  .elementor .list-col-6 ul li {
    width: 100%;
  }
}

.list-red ul {
  list-style-type: none;
  padding-left: 0px;
}
.list-red ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.list-red ul li:before {
  content: "•";
  color: #002245;
  margin: 0 18px 0 0;
  position: absolute;
  top: -2px;
  left: 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.latest-news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 42px 0;
  margin: 0 -10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .latest-news-wrapper {
    justify-content: center;
  }
}
.latest-news-wrapper .latest-news-col {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .latest-news-wrapper .latest-news-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .latest-news-wrapper .latest-news-col {
    width: 100%;
  }
}
.latest-news-wrapper .latest-news-col .latest-news .news-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 24px;
}
.latest-news-wrapper .latest-news-col .latest-news h3 {
  font-size: 24px;
  color: #131313;
  margin-bottom: 6px;
}
.latest-news-wrapper .latest-news-col .latest-news .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 24px;
  color: #003366;
  display: block;
}
.latest-news-wrapper .latest-news-col .latest-news .btn-read-more {
  font-weight: 700;
  color: #f67711;
  position: relative;
  padding-bottom: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.latest-news-wrapper .latest-news-col .latest-news .btn-read-more:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #f67711;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.latest-news-wrapper .latest-news-col .latest-news .btn-read-more:hover {
  color: #003366;
}
.latest-news-wrapper .latest-news-col .latest-news .btn-read-more:hover:after {
  background-color: #003366;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#news {
  position: relative;
  z-index: 5;
}
#news .news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#news .news-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #news .news-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
@media (max-width: 991px) {
  #news .news-wrapper .container-lg .post-detail-col {
    order: 12;
  }
}
#news .news-wrapper .container-lg h2 {
  font-size: 28px;
}
#news .news-wrapper .container-lg .date {
  margin-bottom: 8px;
  color: #003366;
  font-size: 14px;
}
#news .news-wrapper .container-lg .btn-solid-blue {
  width: 220px;
  margin-top: 32px;
}
#news .news-wrapper .container-lg .post-img-col {
  text-align: right;
  order: 12;
}
@media (max-width: 991px) {
  #news .news-wrapper .container-lg .post-img-col {
    order: 1;
    text-align: left;
    margin-bottom: 32px;
  }
}
#news .news-wrapper .container-lg .post-img {
  border-radius: 16px;
}
#news .news-wrapper .container-lg:nth-child(even) {
  background-color: #f8f8f8;
}
#news .news-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  #news .news-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #002245;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination .page-numbers:hover {
  background-color: #003366;
}
.pagination .current {
  background-color: #f67711;
}

#news-container {
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #news-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#archive {
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#archive .archive-news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
#archive .archive-news-wrapper .archive-col-1 {
  width: 50%;
  padding-right: 32px;
  order: 1;
}
@media (max-width: 991px) {
  #archive .archive-news-wrapper .archive-col-1 {
    width: 100%;
    padding-right: 0;
    order: 12;
  }
}
#archive .archive-news-wrapper .archive-col-1 .btn-solid-blue {
  width: 180px;
}
#archive .archive-news-wrapper .archive-col-1 h2 {
  font-size: 32px;
}
#archive .archive-news-wrapper .archive-col-2 {
  width: 50%;
  padding-left: 32px;
  order: 12;
}
@media (max-width: 991px) {
  #archive .archive-news-wrapper .archive-col-2 {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
#archive .archive-news-wrapper .archive-col-2 .post-img {
  border-radius: 0px;
  margin-bottom: 24px;
}
#archive .posts-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#archive .posts-navigation .nav-links .nav-previous {
  padding: 12px 18px;
}
#archive .posts-navigation .nav-links .nav-previous a {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  background-color: #002245;
  border: 1px solid #002245;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
#archive .posts-navigation .nav-links .nav-previous a:hover {
  background-color: #003366;
}
#archive .posts-navigation .nav-links .nav-next {
  padding: 12px 18px;
}
#archive .posts-navigation .nav-links .nav-next a {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  background-color: #002245;
  border: 1px solid #002245;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
#archive .posts-navigation .nav-links .nav-next a:hover {
  background-color: #003366;
}

/*--------------------------------------------------------------
# Not Found  
--------------------------------------------------------------*/
.error404 .btn-solid-blue {
  width: 210px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-wrapper {
  width: 100%;
  max-width: 991px;
}
.testimonials-wrapper .testimonial-box p {
  color: #fff;
}
@media (max-width: 767px) {
  .testimonials-wrapper .testimonial-box p {
    text-align: center;
  }
}
.testimonials-wrapper .testimonial-box .author {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 32px;
}
.testimonials-wrapper .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .testimonials-wrapper .owl-nav {
    justify-content: center;
  }
}
.testimonials-wrapper .owl-nav .owl-prev {
  margin-right: 10px;
  margin-left: 0;
  background-color: transparent;
  opacity: 1;
  padding: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonials-wrapper .owl-nav .owl-prev:hover {
  opacity: 0.8;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonials-wrapper .owl-nav .owl-next {
  margin-left: 0;
  background-color: transparent;
  opacity: 1;
  padding: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonials-wrapper .owl-nav .owl-next:hover {
  opacity: 0.8;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#single-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #single-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#single-testimonials .author {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 32px;
}/*# sourceMappingURL=style.css.map */