/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

body {
  font: 16px/1.5 Montserrat, Arial;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 15px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 62px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.0833;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h2 span {
  font-weight: 500;
  display: block;
}

h3 {
  font-size: 18px;
  line-height: 1.15;
  margin: 0 0 17px;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 15px;
  }
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: #e03a29;
}
a:hover {
  text-decoration: underline;
}

a,
input,
button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input,
button {
  font-family: inherit;
}

.text-primary {
  color: #e03a29 !important;
}

.text-success {
  color: #367d46 !important;
}

.text-secondary {
  color: #2e2b70 !important;
}

.text-gray {
  color: #75696d !important;
}

.text-warning,
.text-warning a {
  color: #e03a29 !important;
}

.text-danger {
  color: #f00 !important;
}

.bg-primary {
  background-color: #e03a29 !important;
}

.bg-success {
  background-color: #367d46 !important;
}

.bg-secondary {
  background-color: #2e2b70 !important;
}

.bg-blue-dark {
  background-color: #0a203d !important;
}

.bg-gray {
  background-color: #75696d !important;
}

.bg-warning {
  background-color: #ffcb00 !important;
}

.bg-danger {
  background-color: #f00 !important;
}

.heading {
  display: block;
  color: #75696d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .heading {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

/* General Layout Styles */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 320px;
  background: #fff;
  color: #261f25;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-large {
  max-width: 1550px;
}

.container-spacer {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .container-spacer {
    padding: 0;
  }
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .flex-direction-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-direction-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

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

.row-block {
  margin: -30px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .row-block.column-straight-tablet [class^=col-block],
.row-block.column-straight-tablet [class*=" col-block"] {
    width: 100% !important;
  }
}
.row-block [class^=col-block],
.row-block [class*=" col-block"] {
  padding: 30px 15px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .row-block > .col-block-1 {
    width: 8.3333333333%;
  }
  .row-block > .col-block-2 {
    width: 16.6666666667%;
  }
  .row-block > .col-block-3 {
    width: 25%;
  }
  .row-block > .col-block-4 {
    width: 33.3333333333%;
  }
  .row-block > .col-block-5 {
    width: 41.6666666667%;
  }
  .row-block > .col-block-6 {
    width: 50%;
  }
  .row-block > .col-block-7 {
    width: 58.3333333333%;
  }
  .row-block > .col-block-8 {
    width: 66.6666666667%;
  }
  .row-block > .col-block-9 {
    width: 75%;
  }
  .row-block > .col-block-10 {
    width: 83.3333333333%;
  }
  .row-block > .col-block-11 {
    width: 91.6666666667%;
  }
  .row-block > .col-block-12 {
    width: 100%;
  }
}

.img-center {
  margin: 0 auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -20px -15px 0;
}
@media (max-width: 1199px) {
  .btn-block {
    margin: -15px -10px 0;
  }
}
.btn-block > .btn {
  margin: 20px 15px 0;
  max-width: calc(100% + 30px);
}
@media (max-width: 1199px) {
  .btn-block > .btn {
    margin: 15px 10px 0;
    max-width: calc(100% + 20px);
  }
}

.btn {
  -webkit-appearance: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  position: relative;
  background: #e03a29;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -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;
  font-size: 18px;
  line-height: 22px;
  padding: 23px 20px;
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .btn {
    padding: 15px;
    font-size: 16px;
    min-width: 150px;
  }
}
.btn::after {
  position: absolute;
  left: 9px;
  top: 10px;
  background: #fff;
  width: 3px;
  border-radius: 2px;
  bottom: 9px;
  content: "";
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #112c4f;
}
.btn.btn-white {
  background: #fff;
  color: #e03a29;
}
.btn.btn-white::after {
  background: #2e2b70;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background: #e03a29;
  color: #fff;
}
.btn.btn-sm {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .btn.btn-sm {
    font-size: 15px;
  }
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  z-index: 5;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 25px;
}
.slick-arrow.slick-next {
  right: 25px;
}
.slick-arrow:hover {
  color: #f00;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Forms Styles*/
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 27px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #261f25;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1023px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control {
    padding: 15px 20px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.2);
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  resize: none;
  height: 170px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.error,
.error-404-menu {
  text-align: center;
  margin: 50px 0 10px;
  width: 100%;
}

.error .menu,
.error-404-menu .menu {
  margin: 0;
}

.error ul li,
.error-404-menu ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  font-weight: 700;
  padding: 0;
}

.error ul li a,
.error ul li a:visited,
.error-404-menu ul li a,
.error-404-menu ul li a:visited {
  padding: 0 0 5px;
  font-size: 16px;
  border-bottom: 0;
  font-family: "Lulo Clean One", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
}

.error ul li a::first-letter,
.error-404-menu ul li a::first-letter {
  text-transform: uppercase;
}

.error ul li ul,
.error-404-menu ul li ul {
  display: none;
}

/*! CSS Used from: http://salttradersdev.wpengine.com/wp-content/themes/salttraders/assets/css/bundle.min.css?v=1673342099 ; media=all */
@media all {
  .form-404 form {
    margin: 0 0 20px;
  }

  .form-404 label {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    color: #01426a;
    text-transform: uppercase;
    font-family: Montserrat, arial;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
  }

  .form-404 input[type=search] {
    font-family: Merriweather, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    height: 60px;
    width: 100%;
    border: 1px solid #e3ebf0;
    background-color: #fff;
    color: #01426a;
    outline: none;
    padding: 0 0 0 18px;
    margin: 0 0 27px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: initial;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .form-404 input[type=search]:focus {
    border: 1px solid #01426a;
  }

  .form-404 ::input-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 ::input-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 ::-webkit-input-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 ::-moz-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 :-ms-input-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 ::-ms-input-placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 ::placeholder {
    color: rgba(1, 66, 106, 0.7);
  }

  .form-404 input[type=search] {
    background-image: url(http://salttradersdev.wpengine.com/wp-content/themes/salttraders/assets/img/search-icon-blue.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 45px;
  }

  .form-404 input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }

  .form-404 input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }

  .form-404 ::-moz-focus-inner {
    border: 0;
  }

  .form-404 ::-moz-focus-inner {
    padding: 0;
  }

  .form-404 input[type=submit] {
    padding: 15px 25px;
    display: inline-block;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    color: #01426a;
    outline: none;
    border: none;
    border: 2px solid #01426a;
    font-family: Montserrat, arial;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    height: 50px;
    outline: none;
    cursor: pointer;
    margin: 0;
    text-align: center;
  }

  .form-404 input[type=submit]:hover {
    color: #fff;
    background-color: #01426a;
    border-color: #01426a;
  }

  .form-404 [type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  .form-404 [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  .form-404 [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  .form-404 [type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
  }

  .form-404 .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search-form input[type=submit] {
    margin: 0 0 10px 10px;
  }

  .not-found {
    text-align: center;
  }

  .error-404-menu {
    text-align: center;
    margin: 50px 0 10px;
    width: 100%;
  }

  .error-404-menu .menu {
    margin: 0;
  }

  .error-404-menu ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    font-weight: 700;
    padding: 0;
  }

  .error-404-menu ul li a,
.error-404-menu ul li a:visited {
    padding: 0 0 5px 0;
    font-size: 16px;
    border-bottom: 0;
    font-family: Montserrat, arial;
    font-weight: bold;
    font-style: normal;
  }

  .error-404-menu ul li ul {
    display: none;
  }

  .form-404 {
    margin: 50px auto 0;
    max-width: 720px;
  }

  .form-404 p {
    margin-bottom: 20px;
  }

  .form-404 label {
    width: 65%;
  }

  .form-404 input[type=search] {
    height: 60px;
    margin-bottom: 0;
  }

  .form-404 input[type=submit] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 747px) {
  .form-404 {
    margin: 35px auto 0;
  }

  .form-404 .search-form {
    display: block;
  }

  .form-404 label {
    width: 100%;
  }

  .form-404 .search-submit {
    margin: 0 !important;
  }
}
.error .menu-main-menu-container {
  margin-top: 50px;
}

.error .menu-main-menu-container .menu-item {
  display: inline-block;
}

.error .menu-main-menu-container .menu-item a {
  border: none;
}

.error .menu-main-menu-container .sub-menu {
  display: none;
}

/* Header Styles */
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 16px;
}
@media (max-width: 1439px) {
  .header {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .header {
    font-size: 16px;
    background: #2e2b70;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .header {
    font-size: 14px;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header ul {
  list-style: none;
  padding: 0;
}
.header a {
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header a:hover {
  color: #e03a29;
}

.logo-box {
  width: 275px;
  min-width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #2e2b70;
}
@media (max-width: 1439px) {
  .logo-box {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 1199px) {
  .logo-box {
    width: 210px;
    min-width: 210px;
  }
}
.logo-box::before {
  width: 9999px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #2e2b70;
}

.logo {
  width: 243px;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
}
@media (max-width: 1439px) {
  .logo {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 195px;
  }
}
.logo a {
  display: block;
  margin: 13px 0 0 0;
}
@media (max-width: 1199px) {
  .logo a {
    margin: 0;
  }
}
.logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-opener {
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: right !important;
  -o-transition-property: right !important;
  transition-property: right !important;
  background: #e03a29;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .nav-active .nav-opener {
    right: 300px;
  }
}
@media (max-width: 359px) {
  .nav-active .nav-opener {
    right: 274px;
  }
}
.nav-opener::before, .nav-opener::after,
.nav-opener span {
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-opener::before {
  margin-bottom: 6px;
}
.nav-active .nav-opener::before {
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-opener::after {
  margin-top: 6px;
}
.nav-active .nav-opener::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active {
  overflow: hidden;
}

.header-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .header-holder {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 290px;
    background: #0a203d;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 359px) {
  .header-holder {
    width: 270px;
  }
}
@media (max-width: 1023px) {
  .nav-active .header-holder {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.header-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .header-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 20px 70px;
    min-height: 100vh;
    position: relative;
  }
}

.header-topbar,
.social-box,
.social-networks,
.additional-nav,
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-topbar {
  width: 100%;
  padding: 24px 0 23px 7.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1549px) {
  .header-topbar {
    padding-left: 4%;
  }
}
@media (max-width: 1439px) {
  .header-topbar {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .header-topbar {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 1023px) {
  .header-topbar {
    padding: 20px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media (max-width: 1023px) {
  .social-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.social-networks {
  list-style: none;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  margin: 0 -8px 0 -7px;
}
@media (max-width: 1199px) {
  .social-networks {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .social-networks {
    width: 100%;
    font-size: 22px;
    position: absolute;
    left: 0;
    bottom: 30px;
    margin: 0;
    padding: 0 15px !important;
    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;
  }
}
.social-networks li {
  margin: 0 8px 0 7px;
}
@media (max-width: 1023px) {
  .social-networks li {
    margin: 0 10px;
  }
}
.social-networks li a {
  line-height: 0;
}
.social-networks li .fa-facebook-f {
  font-size: 19px;
  position: relative;
  top: -1px;
}
@media (max-width: 1199px) {
  .social-networks li .fa-facebook-f {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .social-networks li .fa-facebook-f {
    font-size: 19px;
  }
}

.contact-number {
  margin: 0 0 0 13px;
}
@media (max-width: 1023px) {
  .contact-number {
    width: 100%;
    margin: 0 0 15px;
    padding: 7px 0;
  }
}

.additional-nav {
  margin: 0 -20px;
}
@media (max-width: 1439px) {
  .additional-nav {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .additional-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0;
  }
}
.additional-nav li {
  margin: 0 20px;
}
@media (max-width: 1439px) {
  .additional-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .additional-nav li {
    width: 100%;
    margin: 0;
    padding: 7px 0;
  }
}

.header-navigation {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 23px 0 23px 8%;
}
@media (max-width: 1549px) {
  .header-navigation {
    padding-left: 4%;
  }
}
@media (max-width: 1439px) {
  .header-navigation {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .header-navigation {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 1023px) {
  .header-navigation {
    padding: 0 0 25px;
    position: relative;
    background: transparent;
  }
}
.header-navigation::before {
  width: 100px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: none;
}
@media (max-width: 1023px) {
  .header-navigation::before {
    display: block;
  }
}
.header-navigation::after {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  content: "";
  width: 9999px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  .header-navigation::after {
    display: none;
  }
}

.navigation {
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1439px) {
  .navigation {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .navigation {
    margin: 0 -5px;
  }
}
@media (max-width: 1023px) {
  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0;
  }
}
.navigation li {
  margin: 0 10px;
}
@media (max-width: 1439px) {
  .navigation li {
    margin: 0 7px;
  }
}
@media (max-width: 1199px) {
  .navigation li {
    margin: 0 5px;
  }
}
@media (max-width: 1023px) {
  .navigation li {
    width: 100%;
    margin: 0;
    padding: 7px 0;
  }
}
.navigation li a:not(.nav-button):hover {
  color: #e03a29;
}
.navigation li.active > a {
  color: #e03a29;
}
.navigation li.nav-button a {
  color: #fff;
  margin: 0 0 0 20px;
  background: #e03a29;
  text-transform: none;
  position: relative;
  padding: 10px 10px 10px 23px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .navigation li.nav-button a {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .navigation li.nav-button a {
    padding-left: 18px;
  }
}
@media (max-width: 1023px) {
  .navigation li.nav-button a {
    padding-left: 23px;
  }
}
.navigation li.nav-button a::before {
  width: 3px;
  height: 36px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border-radius: 3px;
  background: #413f70;
}
@media (max-width: 1439px) {
  .navigation li.nav-button a::before {
    height: 32px;
  }
}
@media (max-width: 1199px) {
  .navigation li.nav-button a::before {
    height: 28px;
    width: 2px;
    left: 8px;
  }
}
@media (max-width: 1023px) {
  .navigation li.nav-button a::before {
    left: 10px;
  }
}
.navigation li.nav-button a:hover {
  color: #fff;
  background: #bb2a1b;
}

/* Footer Styles */
.footer {
  background: #262462;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .footer {
    font-size: 13px;
    line-height: 1.6;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .footer .logo {
    margin: 0 0 20px;
  }
}
.footer .logo a {
  margin: 0;
}

.pri-footer {
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .pri-footer {
    padding: 25px 0 5px;
  }
}
.pri-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pri-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .additional-info {
    width: calc(100% + 30px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
  }
}
.additional-info li {
  margin: 0 57px;
}
@media (max-width: 1023px) {
  .additional-info li {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .additional-info li {
    margin: 0 15px 20px;
  }
}
.additional-info .title {
  display: block;
  color: #fff;
  font-weight: 500;
  margin: 0 0 11px;
  line-height: 1.5;
}
.additional-info .text {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1199px) {
  .additional-info .text {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .additional-info .text {
    font-size: 18px;
  }
}

.sec-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .sec-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.sec-footer a {
  color: #504da0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.theme-info {
  width: 23%;
  padding: 64px 30px 60px;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 1199px) {
  .theme-info {
    padding: 45px 20px;
  }
}
@media (max-width: 1023px) {
  .theme-info {
    padding: 35px 15px 20px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
@media (max-width: 767px) {
  .theme-info {
    padding: 25px 15px 10px;
  }
}
.theme-info p {
  margin: -3px 0 20px;
}
@media (max-width: 1023px) {
  .theme-info p {
    margin: 0 0 15px;
  }
}

.columns-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 30px 60px;
}
@media (max-width: 1199px) {
  .columns-holder {
    padding: 45px 20px;
  }
}
@media (max-width: 1023px) {
  .columns-holder {
    padding: 35px 0;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .columns-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 25px 0 10px;
  }
}
.columns-holder .title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 16px;
}
@media (max-width: 1023px) {
  .columns-holder .title {
    font-size: 14px;
  }
}

.social-links {
  width: 24%;
  margin: -3px 0 0;
}
@media (max-width: 767px) {
  .social-links {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding-left: 20px !important;
  }
}
.social-links li {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .social-links li {
    margin: 0 0 22px;
  }
}
.social-links li a {
  display: inline-block;
  text-transform: capitalize;
}

.usefull-links {
  width: 50%;
}
@media (max-width: 767px) {
  .usefull-links {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 25px;
  }
}
.usefull-links .links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usefull-links ul {
  margin: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .usefull-links ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .usefull-links ul {
    width: 100%;
  }
}
.usefull-links ul li {
  float: left;
  width: 50%;
  margin: 0 0 14px;
}
.usefull-links ul li a {
  display: inline-block;
}
.usefull-links ul + ul {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .usefull-links ul + ul {
    padding-left: 20px;
  }
}

.contact-column {
  width: 26%;
}
@media (max-width: 767px) {
  .contact-column {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contact-info {
  margin: 0;
}
.contact-info .subtitle {
  display: block;
  font-weight: 500;
  margin: 0 0 4px;
  color: #504da0;
}
.contact-info li {
  line-height: 1.5;
  padding: 0 18px 22px;
  margin: 0 -18px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 1023px) {
  .contact-info li {
    padding: 0 0 22px;
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  .contact-info li {
    padding: 0;
    margin: 0 0 25px;
    border: 0;
  }
}
.contact-info .number {
  font-size: 13px;
  display: inline-block;
  color: #fff;
}

.footer-copyrights {
  background: #262462;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .footer-copyrights {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-copyrights {
    font-size: 12px;
  }
}
.footer-copyrights p {
  margin: 0;
}

.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.social-links a:not(:hover) {
  color: #504da0;
}

.social-links a i {
  width: 15px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
  display: none;
}

.social-links a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

/* Section Head Styles */
.section-head {
  position: relative;
  text-align: center;
  margin: 0 0 55px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .section-head {
    margin: 0 0 30px;
  }
}
.section-head .title {
  display: block;
  color: #75696d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .section-head .title {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

/* visual Subpage Styles */
.visual-subpage {
  overflow: hidden;
  padding: 161px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1439px) {
  .visual-subpage {
    padding: 154px 0 0;
  }
}
@media (max-width: 1199px) {
  .visual-subpage {
    padding: 125px 0 0;
  }
}
@media (max-width: 1023px) {
  .visual-subpage {
    padding: 92px 0 0;
  }
}
.visual-subpage::before, .visual-subpage::after {
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  .visual-subpage::before, .visual-subpage::after {
    display: none;
  }
}
.visual-subpage::before {
  left: 0;
  bottom: 0;
  width: 154px;
  height: 296px;
  background-size: 100% 100%;
}
.visual-subpage::after {
  right: 19%;
  top: 0;
  bottom: 0;
  width: 421px;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .visual-subpage::after {
    right: 10%;
  }
}
@media (max-width: 1023px) {
  .visual-subpage::after {
    top: auto;
    height: 570px;
    right: -10%;
  }
}
@media (max-width: 767px) {
  .visual-subpage::after {
    top: auto;
    height: 375px;
    right: -200px;
  }
}
.visual-subpage .container {
  min-height: 409px;
  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;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1439px) {
  .visual-subpage .container {
    min-height: 398px;
  }
}
@media (max-width: 1199px) {
  .visual-subpage .container {
    min-height: 290px;
  }
}
@media (max-width: 1023px) {
  .visual-subpage .container {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .visual-subpage .container {
    min-height: 220px;
  }
}
.visual-subpage h1 {
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

/* Partners Styles */
.partners-section {
  width: 100%;
  padding: 75px 0;
}
@media (max-width: 1023px) {
  .partners-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .partners-section {
    padding: 50px 0 40px;
  }
}
.partners-section h2 {
  text-align: center;
  margin: 0 0 70px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .partners-section h2 {
    margin: 0 0 50px;
  }
}
@media (max-width: 1023px) {
  .partners-section h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .partners-section h2 {
    margin: 0 0 20px;
  }
}

/* Partners list Styles */
.partners-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.partners-list li {
  margin: 0 10px;
  padding: 30px 0;
}
@media (max-width: 1549px) {
  .partners-list li {
    padding: 20px 0;
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin: 0 5px;
  }
}
@media (max-width: 1439px) {
  .partners-list li {
    padding: 15px 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .partners-list li {
    padding: 10px 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    max-width: 13%;
  }
}
@media (max-width: 1023px) {
  .partners-list li {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .partners-list li {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    padding: 0;
    margin: 0 -10px;
    max-width: inherit;
  }
}
@media (max-width: 575px) {
  .partners-list li {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin: 0 -15px -15px;
  }
}
@media (max-width: 359px) {
  .partners-list li {
    -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
            transform: scale(0.55);
    margin: 0 -17px -15px;
  }
}

/* Stats List */
.stats-list {
  margin: -16px -8px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 5px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .stats-list {
    margin-bottom: 45px;
  }
}
@media (max-width: 1023px) {
  .stats-list {
    margin-bottom: 30px;
  }
}
.stats-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px 0;
  width: 25%;
}
@media (max-width: 575px) {
  .stats-list > li {
    width: 50%;
  }
}
.stats-list > li.box-primary .box-stat::after {
  background: #e03a29;
}
.stats-list .box-stat {
  border: 1px solid #ccc;
  border-width: 1px 1px 3px;
  width: 100%;
  padding: 7px 15px;
  position: relative;
}
.stats-list .box-stat::after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2e2b70;
}
.stats-list .figure {
  display: block;
  font-size: 45px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .stats-list .figure {
    font-size: 35px;
  }
}
.stats-list .subtitle {
  display: block;
  font-size: 13.9px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .stats-list .subtitle {
    font-size: 12px;
  }
}

.screen-reader-response {
  display: none;
}

/* contact block styles */
.contact-block {
  overflow: hidden;
  margin: 0 0 77px;
  padding-top: 120px;
}
@media (max-width: 1439px) {
  .contact-block {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .contact-block {
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .contact-block {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contact-block {
    padding-top: 25px;
  }
}
.contact-block h2 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 85px;
}
@media (min-width: 1200px) {
  .contact-block h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .contact-block h2 {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .contact-block h2 {
    margin: 0 0 40px;
    padding-top: 15px;
  }
}
.contact-block h3 {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 48px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .contact-block h3 {
    margin: 0 0 25px;
    font-size: 22px;
  }
}

/* contact form styles */
.contact-form {
  max-width: 790px;
}
@media (max-width: 1023px) {
  .contact-form .col-block-5,
.contact-form .col-block-7 {
    width: 100%;
  }
}
.contact-form .form-group {
  margin-bottom: -8px;
}
.contact-form .form-group p {
  margin: 0;
}
.contact-form .form-group .wpcf7-form-control .wpcf7-not-valid {
  border-color: #f00;
}
.contact-form .form-group .wpcf7-not-valid-tip {
  color: #f00;
}
.contact-form label,
.contact-form .subtitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #261f25;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  .contact-form label,
.contact-form .subtitle {
    margin: 0 0 15px;
  }
}
.contact-form .subtitle {
  margin: 20px 0 10px;
}
.contact-form .form-control {
  width: 100%;
}
.contact-form .form-control.wpcf7-not-valid {
  border-color: red;
  color: red;
}
.contact-form .btn.btn-sm {
  font-size: 14px;
  margin: 38px 0 0;
  min-width: 170px;
  padding: 16px 20px;
}
@media (max-width: 1023px) {
  .contact-form .btn.btn-sm {
    margin: 10px 0 40px;
  }
}
.contact-form.addition .form-group {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .contact-form.addition .form-group {
    margin: 0;
  }
}
.contact-form.addition .form-group p {
  margin: 0;
}

/* radio items styles */
.radio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .radio-items {
    padding: 5px 0 10px;
  }
}
.radio-items .custom-radio {
  width: 45%;
  padding: 0 5px;
}
.radio-items.align-field {
  min-height: 65px;
}
@media (max-width: 1023px) {
  .radio-items.align-field {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .radio-items.align-field {
    min-height: inherit;
  }
}
.radio-items .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.radio-items .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-right: 20px;
}
.radio-items .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 20px;
  display: inline-block;
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.radio-items .wpcf7-form-control-wrap .wpcf7-list-item label {
  margin: 0;
}
.radio-items p {
  width: 100%;
  float: left;
  margin: 0;
}

/* custom radio styles */
.custom-radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 !important;
}
.custom-radio .radio-btn {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  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;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 25px 0 0;
}
.custom-radio .radio-btn::after {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-radio .lbl-text {
  display: block;
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-radio input:checked + .radio-btn::after {
  opacity: 1;
}
.custom-radio:hover .radio-btn {
  border-color: rgba(0, 0, 0, 0.2);
}

/* file uploader styles */
.file-uploader {
  position: relative;
  padding: 15px 0 0;
}
.file-uploader .file-upload-label {
  position: relative;
  margin: 0 !important;
}
.file-uploader .file-upload {
  display: none;
}
.file-uploader .file-upload-button {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #999;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  vertical-align: top;
  min-width: 140px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.file-uploader .file-upload-button:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.file-uploader .file-names {
  display: block;
  color: #261f25;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 10px;
}
.file-uploader .file-names:first-of-type {
  margin-top: 15px;
}

/*-------------------------------------------------
>> Styles for Spacers
-------------------------------------------------*/
.s-260 {
  height: 260px;
}

.s-240 {
  height: 240px;
}

.s-200 {
  height: 200px;
}

.s-180 {
  height: 180px;
}

.s-160 {
  height: 160px;
}

.s-140 {
  height: 140px;
}

.s-120 {
  height: 120px;
}

.s-100 {
  height: 100px;
}

.s-80 {
  height: 80px;
}

.s-60 {
  height: 60px;
}

.s-50 {
  height: 50px;
}

.s-40 {
  height: 40px;
}

.s-30 {
  height: 30px;
}

.s-0 {
  height: 0;
}

@media (max-width: 1003px) {
  .s-260 {
    height: 120px;
  }

  .s-240 {
    height: 110px;
  }

  .s-200 {
    height: 100px;
  }

  .s-180 {
    height: 96px;
  }

  .s-160 {
    height: 86px;
  }

  .s-140 {
    height: 74px;
  }

  .s-120 {
    height: 65px;
  }

  .s-100 {
    height: 55px;
  }

  .s-80 {
    height: 45px;
  }

  .s-60 {
    height: 35px;
  }

  .s-50 {
    height: 25px;
  }

  .s-40 {
    height: 20px;
  }

  .s-30 {
    height: 15px;
  }
}
/* Visual Styles */
.visual-block {
  overflow: hidden;
  padding: 161px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1439px) {
  .visual-block {
    padding: 154px 0 0;
  }
}
@media (max-width: 1199px) {
  .visual-block {
    padding: 125px 0 0;
  }
}
@media (max-width: 1023px) {
  .visual-block {
    padding: 92px 0 0;
  }
}
.visual-block::before, .visual-block::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .visual-block::before, .visual-block::after {
    display: none;
  }
}
.visual-block::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 155px;
  height: 360px;
}
.visual-block::after {
  right: 0;
  top: 0;
  width: 790px;
  height: 873px;
}
@media (max-width: 1439px) {
  .visual-block::after {
    height: 848px;
    right: -200px;
  }
}
@media (max-width: 1199px) {
  .visual-block::after {
    width: 600px;
    height: 632px;
  }
}
@media (max-width: 1023px) {
  .visual-block::after {
    right: -300px;
    top: -25px;
  }
}
.visual-block .container {
  min-height: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .visual-block .container {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .visual-block .container {
    min-height: 650px;
  }
}
@media (max-width: 1023px) {
  .visual-block .container {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .visual-block .container {
    min-height: inherit;
  }
}
.visual-block .visual-textbox {
  width: 100%;
  max-width: 1100px;
  margin-top: 21px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 1439px) {
  .visual-block .visual-textbox {
    margin-top: 0;
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .visual-block .visual-textbox {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .visual-block .visual-textbox {
    max-width: inherit;
    padding: 50px 0 150px;
  }
}
@media (max-width: 767px) {
  .visual-block .visual-textbox {
    font-size: 15px;
    padding: 50px 0 120px;
  }
}
.visual-block .visual-textbox span {
  color: #e03a29 !important;
}
.visual-block h1 {
  color: #fff;
  line-height: 1.25;
  margin: 0 0 3px;
  letter-spacing: -1.8px;
}
@media (max-width: 1023px) {
  .visual-block h1 {
    letter-spacing: 1px;
    margin: 0 0 6px;
  }
}
@media (max-width: 767px) {
  .visual-block h1 {
    letter-spacing: normal;
  }
}
.visual-block p {
  margin: 0 0 97px;
}
@media (max-width: 1439px) {
  .visual-block p {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .visual-block p {
    margin: 0 0 30px;
  }
}
.visual-block .btn {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .visual-block .btn {
    padding-left: 22px;
  }
}
.visual-block .btn.btn-primary::after {
  background: #504da0;
}

.visual-slider {
  position: relative;
  z-index: 1;
}
.visual-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 3.6%;
  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;
  z-index: 5;
}
@media (max-width: 1439px) {
  .visual-slider .slick-dots {
    right: 2%;
  }
}
@media (max-width: 1023px) {
  .visual-slider .slick-dots {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 25px 0;
  }
}
.visual-slider .slick-dots li {
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .visual-slider .slick-dots li {
    padding: 5px;
  }
}
.visual-slider .slick-dots li button {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  position: relative;
  color: #fff;
  border-radius: 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;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .visual-slider .slick-dots li button {
    width: 40px;
    height: 40px;
  }
}
.visual-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #e03a29;
  position: absolute;
  right: 6px;
  top: 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .visual-slider .slick-dots li button::before {
    right: 3px;
  }
}
.visual-slider .slick-dots li button:hover {
  color: #e03a29;
  background: rgba(255, 255, 255, 0.1);
}
.visual-slider .slick-dots li.slick-active button {
  color: #e03a29;
  background: rgba(255, 255, 255, 0.1);
}
.visual-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.section-info {
  position: relative;
  background: #2e2b70;
  padding: 176px 0 186px;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1199px) {
  .section-info {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .section-info {
    padding: 30px 0 50px;
  }
}
.section-info::after, .section-info::before {
  position: absolute;
  background: url(../images/img-shape-1.png) no-repeat 0 0/100% auto;
  content: "";
  width: 499px;
  height: 574px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .section-info::after, .section-info::before {
    width: 420px;
  }
}
@media (max-width: 1023px) {
  .section-info::after, .section-info::before {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .section-info::after, .section-info::before {
    width: 250px;
  }
}
.section-info::before {
  left: -5%;
  top: -14%;
}
@media (max-width: 1023px) {
  .section-info::before {
    top: -50px;
    left: -50px;
  }
}
.section-info::after {
  bottom: -42.4%;
  background-position: 100% 100%;
  right: -9%;
}
@media (max-width: 1023px) {
  .section-info::after {
    bottom: -50px;
    right: -50px;
  }
}
.section-info h2 {
  text-transform: uppercase;
}
.section-info h2 span {
  color: #e03a29;
}
.section-info p {
  font-weight: 300;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (max-width: 767px) {
  .section-info p {
    text-align: center;
  }
}
.section-info .info-list {
  margin: -5px -18px 80px;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0 50px 34px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1549px) {
  .section-info .info-list {
    margin: -5px -10px 50px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .section-info .info-list {
    padding: 0 15px 30px;
  }
}
@media (max-width: 1023px) {
  .section-info .info-list {
    margin-bottom: 30px;
    padding: 0 15px 30px;
  }
}
.section-info .info-list > li {
  padding: 0 0 0 34px;
  margin: 5px 18px 0;
  position: relative;
}
@media (max-width: 1549px) {
  .section-info .info-list > li {
    padding: 0 0 0 20px;
    margin: 5px 10px 0;
  }
}
.section-info .info-list > li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  background: #e03a29;
  content: "";
}
@media (max-width: 1549px) {
  .section-info .info-list > li::before {
    width: 10px;
    top: 6px;
    height: 10px;
  }
}
@media (max-width: 1023px) {
  .section-info .info-list > li::before {
    top: 5px;
  }
}

/* Section Stats Styles */
.section-stats {
  position: relative;
  padding: 90px 0 60px;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-stats {
    padding: 50px 0;
  }
}
.section-stats h2 {
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .section-stats h2 {
    margin: 0 0 45px;
  }
}
@media (max-width: 1023px) {
  .section-stats h2 {
    margin: 0 0 30px;
  }
}
.section-stats .box-sustainable h2 {
  color: #367d46;
  margin: 0 0 50px;
}
.section-stats .box-sustainable .img-holder {
  max-width: 628px;
  margin: 0 auto;
}

.video-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-block video {
  display: block;
  width: 100%;
}
.video-block video::after {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  bottom: 0;
  right: 0;
  content: "";
}

/* Section Events */
.section-events {
  position: relative;
  padding: 80px 0 65px;
  background: #f6f6f6;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-events {
    padding: 50px 0;
  }
}
.section-events::before {
  position: absolute;
  left: -50px;
  top: -200px;
  content: "";
  background: url(../images/img-shape-2.png) no-repeat;
  width: 339px;
  opacity: 0.5;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .section-events::before {
    width: 250px;
  }
}
.section-events::after {
  position: absolute;
  right: 0;
  bottom: -60px;
  content: "";
  background: url(../images/img-shape-3.png) no-repeat 100% 100%;
  width: 128px;
  opacity: 0.5;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-events::after {
    width: 90px;
  }
}
.section-events .section-head {
  margin: 0 0 80px;
}
@media (max-width: 1199px) {
  .section-events .section-head {
    margin: 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .section-events .section-head {
    margin: 0 0 30px;
  }
}
.section-events h2 {
  text-transform: uppercase;
}
.section-events .events-list {
  margin-bottom: 95px;
}
@media (max-width: 1199px) {
  .section-events .events-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .section-events .events-list {
    margin-bottom: 30px;
  }
}
.section-events .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 576px) and (max-width: 1023px) {
  .section-events .event-box {
    width: 50%;
  }
}
.section-events .event-box .event-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 75px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  color: inherit;
}
@media (max-width: 1199px) {
  .section-events .event-box .event-holder {
    padding: 50px 15px;
    min-height: 270px;
  }
}
@media (max-width: 1023px) {
  .section-events .event-box .event-holder {
    padding: 30px 15px;
    min-height: 200px;
  }
}
.section-events .event-box .event-holder::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "";
  width: 100%;
  height: 3px;
  background: #e03a29;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.section-events .event-box .event-holder:hover, .section-events .event-box .event-holder:focus {
  text-decoration: none;
  background: #fff;
}
.section-events .event-box .event-holder:hover::after, .section-events .event-box .event-holder:focus::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.section-events .event-box .event-holder:hover .btn-more, .section-events .event-box .event-holder:focus .btn-more {
  color: #e03a29;
}
.section-events .event-box .event-frame {
  width: 100%;
}
.section-events .event-box h3 {
  text-transform: uppercase;
}
.section-events .event-box time {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #75696d;
}
.section-events .event-box .btn-area {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-events .event-box .btn-more {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #75696d;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: top;
}
.section-events .btn-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Section Calendar Styles */
.section-calendar {
  position: relative;
  background: #262462;
  color: #fff;
  padding: 125px 0 120px;
}
@media (max-width: 1199px) {
  .section-calendar {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  .section-calendar {
    padding: 50px 0;
  }
}
.section-calendar .section-head {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-calendar .section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .section-calendar .section-head {
    margin-bottom: 30px;
  }
}
.section-calendar .row-block {
  margin: -12px -6px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-calendar .row-block [class^=col-block],
.section-calendar .row-block [class*=" col-block"] {
  padding: 12px 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.section-calendar .calendar-events {
  position: relative;
}
.section-calendar .calendar-event {
  color: #504da0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-calendar .calendar-event {
    width: 50%;
  }
}
.section-calendar .calendar-event .event-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  background-color: #211f5b;
  padding: 50px 27px 40px;
  min-height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1199px) {
  .section-calendar .calendar-event .event-holder {
    padding: 25px 20px;
    min-height: 270px;
  }
}
@media (max-width: 1023px) {
  .section-calendar .calendar-event .event-holder {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .section-calendar .calendar-event .event-holder {
    min-height: 200px;
  }
}
.section-calendar .calendar-event .event-holder:hover {
  text-decoration: none;
  color: #fff;
}
.section-calendar .calendar-event .event-holder:hover time .day {
  color: #ffcb00;
}
.section-calendar .calendar-event time {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.176;
}
@media (max-width: 1199px) {
  .section-calendar .calendar-event time {
    font-size: 27px;
  }
}
.section-calendar .calendar-event time span {
  display: block;
}
.section-calendar .calendar-event time .day {
  font-size: 52px;
  line-height: 1.1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .section-calendar .calendar-event time .day {
    font-size: 38px;
  }
}
.section-calendar .calendar-event h3 {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.section-calendar .calendar-event .event-meta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

/* Section Committee Styles */
.section-committee {
  position: relative;
  padding: 100px 0 100px;
}
@media (max-width: 1199px) {
  .section-committee {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  .section-committee {
    padding: 50px 0;
  }
}
.section-committee .member-box {
  position: relative;
}
@media (min-width: 576px) and (max-width: 1023px) {
  .section-committee .member-box {
    width: 50%;
  }
}
.section-committee .member-box img {
  width: 100%;
}
.section-committee .member-box .member-holder {
  width: 100%;
  position: relative;
}
.section-committee .member-box .member-caption {
  background: #2e2b70;
  padding: 10px 10px 10px 15px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 0;
}
.section-committee .member-box .text {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

.visual-subpage {
  margin: 0;
}

/* Section Contents */
.section-contents {
  position: relative;
  padding: 120px 0 130px;
  line-height: 1.65;
}
@media (max-width: 1199px) {
  .section-contents {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .section-contents {
    padding: 50px 0;
  }
}
.section-contents .img-rounded {
  position: relative;
}
.section-contents .img-rounded img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-contents .img-rounded img {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .section-contents .img-rounded img {
    width: auto;
    margin: 0 auto;
  }
}
.section-contents .heading {
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  .section-contents .heading {
    margin: 0 0 10px;
  }
}
.section-contents h2 {
  font-weight: 500;
  line-height: 1.125;
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  .section-contents h2 {
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .section-contents h2 {
    font-size: 32px;
  }
}
.section-contents p {
  color: #2e2b70;
  text-align: justify;
}
.section-contents p strong {
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contents .col-block-5 {
    width: 50%;
  }
}

/* Section Counter */
.section-counter {
  position: relative;
  padding: 60px 0 100px;
  text-align: center;
  background: #f6f6f6;
}
@media (max-width: 1199px) {
  .section-counter {
    padding-bottom: 75px;
  }
}
@media (max-width: 1023px) {
  .section-counter {
    padding: 50px 0;
  }
}
.section-counter h2 {
  font-weight: 500;
  line-height: 1.125;
}
@media (min-width: 1200px) {
  .section-counter h2 {
    font-size: 32px;
  }
}
.section-counter .stats-list {
  margin: -30px -15px 0;
}
@media (max-width: 1023px) {
  .section-counter .stats-list {
    margin: -20px -10px 0;
  }
}
.section-counter .stats-list > li {
  padding: 30px 15px 0;
}
@media (max-width: 1023px) {
  .section-counter .stats-list > li {
    padding: 20px 10px 0;
  }
}
@media (min-width: 1024px) {
  .section-counter .stats-list .box-stat {
    border-bottom-width: 5px;
  }
}
@media (min-width: 1024px) {
  .section-counter .stats-list .box-stat:after {
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
  }
}
@media (min-width: 1024px) {
  .section-counter .stats-list .figure {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .section-counter .stats-list .figure {
    font-size: 80.3px;
  }
}
@media (min-width: 1024px) {
  .section-counter .stats-list .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-counter .stats-list .subtitle {
    font-size: 24px;
  }
}

/* map block styles */
.map-block {
  width: 100%;
  overflow: hidden;
  margin: 0 0 105px;
}
@media (max-width: 1199px) {
  .map-block {
    margin: 0 0 75px;
  }
}
@media (max-width: 1023px) {
  .map-block {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .map-block {
    margin: 0 0 40px;
  }
}
.map-block iframe {
  border: 0;
  width: 100%;
  height: 537px;
}
@media (max-width: 1023px) {
  .map-block iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .map-block iframe {
    height: 300px;
  }
}

/* contact information styles */
.contact-information {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 370px;
  color: #999;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .contact-information {
    max-width: inherit;
  }
}
.contact-information > li {
  padding: 37px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  min-height: 135px;
}
@media (max-width: 1023px) {
  .contact-information > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  .contact-information > li {
    padding: 25px 0;
  }
}
.contact-information > li:first-child {
  padding-top: 7px;
}
.contact-information > li:last-child {
  border: 0;
}
.contact-information .title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  min-width: 130px;
  padding-right: 15px;
  color: #261f25;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .contact-information .title {
    min-width: inherit;
    width: 100%;
    padding: 0 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .contact-information .textbox {
    width: 100%;
  }
}
.contact-information address {
  font-style: normal;
}
.contact-information a {
  color: #999;
}
.contact-information a:hover {
  color: #261f25;
}
.contact-information .text {
  display: block;
}
.contact-information .text + .text {
  padding-top: 7px;
}
.contact-information .text.email a {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .contact-information .social-networks {
    position: static;
    padding: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .contact-information .social-networks {
    padding-top: 5px !important;
  }
}
.contact-information .social-networks li a {
  color: #112c4f;
}
.contact-information .social-networks li a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=bundle.css.map */

/*# sourceMappingURL=bundle.min.css.map */
