/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* CLEAR COTNENT */
.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.cl {
  clear: both;
}

/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(24, 59, 86, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* DISPLAY */
.hide {
  display: none;
}

/* TEXT ALIGN */
.text-center {
  text-align: center;
}

/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* BACKGROUND COLORS */
.bg-white {
  background-color: #fff;
}

.bg-black-01 {
  background-color: rgba(24, 59, 86, 0.01);
}

.bg-black-02 {
  background-color: rgba(24, 59, 86, 0.02);
}

.bg-black-03 {
  background-color: rgba(24, 59, 86, 0.03);
}

.bg-black-04 {
  background-color: rgba(24, 59, 86, 0.04);
}

.bg-black-05 {
  background-color: rgba(24, 59, 86, 0.05);
}

.wp-block-list {
  position: relative;
  list-style: disc;
}
@media screen and (min-width: 767px) {
  .wp-block-list {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.wp-block-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  color: rgba(24, 59, 86, 0.7);
}
.wp-block-list li a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(24, 59, 86, 0.8);
  font-weight: 700;
  text-decoration: underline;
}

/* COLORS */
.color-black {
  color: #183b56;
}

.color-red {
  color: #ec2f2f;
}

.color-white {
  color: #fff;
}

/* MARGINS */
.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-160 {
  margin-top: 160px;
}

@media screen and (max-width: 992px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
  .mt-60-xs {
    margin-top: 60px;
  }
  .mt-80-xs {
    margin-top: 80px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 992px) {
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-15-sm {
    margin-bottom: 15px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-15-xs {
    margin-bottom: 15px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
  .mb-60-xs {
    margin-bottom: 60px;
  }
  .mb-80-xs {
    margin-bottom: 80px;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 20px 0px;
}
@media screen and (min-width: 767px) {
  .padded40 {
    padding: 40px 0px;
  }
}

.padded60,
.padded80,
.padded100,
.padded120,
.padded140,
.padded160 {
  padding: 40px 0px;
}

@media screen and (min-width: 992px) {
  .padded60 {
    padding: 60px 0px;
  }
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
  .padded120 {
    padding: 120px 0px;
  }
  .padded140 {
    padding: 140px 0px;
  }
  .padded160 {
    padding: 160px 0px;
  }
}
/* FONT WEIGHTS */
.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  color: #183b56;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}
body.no-scroll .page-progress {
  opacity: 0;
}

html {
  height: 100%;
}

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(24, 59, 86, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(236, 47, 47, 0.4);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(236, 47, 47, 0.4);
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Merriweather", serif;
  margin: 0;
  color: #183b56;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2,
.h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1300px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1300px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

p {
  font-family: "Open Sans", serif;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: rgba(24, 59, 86, 0.7);
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
}
p a {
  color: #ec2f2f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  p a {
    font-size: 16px;
    line-height: 26px;
  }
}

.container {
  width: auto;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  .container {
    width: 740px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 767px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.header {
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header {
    background-color: transparent;
  }
}
.header .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .header .container {
    flex-direction: column;
  }
}
.header-mobile {
  display: block;
  position: relative;
  width: 36px;
  height: 48px;
  cursor: pointer;
}
.header-mobile span {
  width: 36px;
  height: 2px;
  display: block;
  background-color: #183b56;
  position: absolute;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-mobile span:nth-child(1) {
  top: 14px;
}
.header-mobile span:nth-child(2) {
  top: 24px;
}
.header-mobile span:nth-child(3) {
  top: 34px;
}
@media screen and (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile-open {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-mobile-open span {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-mobile-open span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-mobile-open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-mobile-open span:nth-child(3) {
  opacity: 0;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-logo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  margin: auto;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-logo {
    padding: 15px 0px 10px 0px;
  }
}
.header-logo img {
  display: block;
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 420px) {
  .header-logo img {
    width: 260px;
  }
}
@media screen and (min-width: 600px) {
  .header-logo img {
    width: 400px;
  }
}
.header-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-menu {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .header-menu {
    position: absolute;
    top: 48px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    padding: 10px 0px;
    -webkit-box-shadow: 0px 12px 24px rgba(24, 59, 86, 0.3);
    -moz-box-shadow: 0px 12px 24px rgba(24, 59, 86, 0.3);
    box-shadow: 0px 12px 24px rgba(24, 59, 86, 0.3);
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .header-menu {
    left: 15px;
    right: 15px;
  }
}
.header-menu > ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  gap: 0px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header-menu > ul {
    flex-direction: row;
  }
}
.header-menu > ul > li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(24, 59, 86, 0.2);
}
.header-menu > ul > li:last-child {
  border-bottom-color: transparent;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li {
    border: 0;
  }
}
.header-menu > ul > li.menu-item-has-children {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li.menu-item-has-children {
    margin-bottom: 0px;
  }
}
.header-menu > ul > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #183b56;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  padding: 10px 14px;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > a {
    width: auto;
    padding: 18px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header-menu > ul > li > a {
    font-size: 18px;
  }
}
.header-menu > ul > li > a.current {
  color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-menu > ul > li > a:hover, .header-menu > ul > li > a:focus {
  color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-menu > ul > li:hover .sub-menu, .header-menu > ul > li:focus .sub-menu {
  display: block;
}
.header-menu > ul > li .sub-menu {
  z-index: 10;
  display: block;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li .sub-menu {
    position: absolute;
    left: 14px;
    min-width: 260px;
    top: 58px;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
    -moz-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
    box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  }
}
.header-menu > ul > li .sub-menu > li {
  position: relative;
  display: block;
}
.header-menu > ul > li .sub-menu > li > a {
  position: relative;
  display: block;
  color: #183b56;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li .sub-menu > li > a {
    font-size: 18px;
    padding: 10px 14px;
    text-align: left;
  }
}
.header-menu > ul > li .sub-menu > li > a:hover, .header-menu > ul > li .sub-menu > li > a:focus {
  background-color: rgba(24, 59, 86, 0.04);
  color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.header-menu > ul > li.current_page_item > a {
  color: #ec2f2f;
}
.header-search {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-image: url(../../assets/images/icons/icn-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-search {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 15px;
    bottom: 0px;
  }
}
.header-search-d {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-search-d {
    display: block;
  }
}
.header-search-m {
  display: block;
}
@media screen and (min-width: 992px) {
  .header-search-m {
    display: none;
  }
}
.header.header-sticky .header-logo {
  padding: 10px 0px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.header-search-box {
  position: relative;
  display: none;
}
.header-search-box-input {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  -webkit-box-shadow: 0px 4px 8px rgba(24, 59, 86, 0.05);
  -moz-box-shadow: 0px 4px 8px rgba(24, 59, 86, 0.05);
  box-shadow: 0px 4px 8px rgba(24, 59, 86, 0.05);
}
.header-search-box-input-form-control {
  font-family: "Open Sans", serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: #fff;
  padding: 10px 80px 10px 16px;
  border: 0;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #183b56;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  .header-search-box-input-form-control {
    padding: 10px 110px 10px 20px;
    font-size: 18px;
  }
}
.header-search-box-input-btn {
  font-family: "Merriweather", serif;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #183b56;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  z-index: 1;
  outline: 0;
  border: 0;
  padding: 10px 10px;
  border-left: 1px solid rgba(24, 59, 86, 0.05);
  cursor: pointer;
  background: none;
  background-color: rgba(24, 59, 86, 0.03);
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .header-search-box-input-btn {
    padding: 10px 20px;
  }
}
.header-search-box-input-btn:hover, .header-search-box-input-btn:focus {
  border-left-color: #ec2f2f;
  background-color: #ec2f2f;
  color: #fff;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

@media screen and (min-width: 992px) {
  .footer .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.footer-logo {
  position: relative;
  display: block;
  width: 200px;
  margin: auto auto 30px auto;
}
@media screen and (min-width: 420px) {
  .footer-logo {
    width: 260px;
  }
}
@media screen and (min-width: 600px) {
  .footer-logo {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .footer-logo {
    margin: 0px 0px 40px 0px;
  }
}
.footer-top {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #ec2f2f;
  border-bottom: 1px solid #ec2f2f;
  padding: 20px 0px;
}
@media screen and (min-width: 767px) {
  .footer-top {
    padding: 30px 0px;
  }
}
.footer-top-l {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-top-l {
    width: 35%;
  }
}
.footer-top-r {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-top-r {
    width: 65%;
  }
}
.footer-top-r ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .footer-top-r ul {
    justify-content: end;
    gap: 20px;
  }
}
.footer-top-r ul li {
  display: block;
  position: relative;
}
.footer-top-r ul li a {
  position: relative;
  display: block;
  color: #183b56;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .footer-top-r ul li a {
    font-size: 16px;
  }
}
.footer-top-r ul li a:hover, .footer-top-r ul li a:focus {
  text-decoration: underline;
  color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.footer-newsletter {
  position: relative;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    text-align: left;
    margin-bottom: 35px;
  }
}
.footer-newsletter-d {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer-newsletter-d {
    display: block;
  }
}
.footer-newsletter-m {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-newsletter-m {
    display: none;
  }
}
.footer-newsletter-m-inside {
  position: relative;
  display: block;
}
.footer-newsletter-m-inside .form-control-newsletter {
  font-family: "Merriweather", serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: #fff;
  padding: 10px 80px 10px 0px;
  border: 0;
  border-bottom: 1px solid #183b56;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #183b56;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 600px) {
  .footer-newsletter-m-inside .form-control-newsletter {
    font-size: 16px;
  }
}
.footer-newsletter-m-inside .form-control-newsletter:hover, .footer-newsletter-m-inside .form-control-newsletter:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.footer-newsletter-m-inside .btn-newsletter {
  background: none;
  outline: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #183b56;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.footer-newsletter-m-inside .btn-newsletter.btn-newsletter-disable {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.footer-follow {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer-follow {
    justify-content: start;
    margin-bottom: 0px;
  }
}
.footer-follow h1,
.footer-follow h2,
.footer-follow h3,
.footer-follow h4,
.footer-follow h5 {
  margin-bottom: 0;
}
.footer-bottom {
  position: relative;
  padding: 10px 0px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 15px 0px;
  }
  .footer-bottom .container {
    justify-content: center;
  }
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #183b56;
}
.footer-bottom p span {
  font-weight: 700;
}

::-webkit-input-placeholder {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(24, 59, 86, 0.5);
}
@media screen and (min-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
}

::-moz-placeholder {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(24, 59, 86, 0.5);
}
@media screen and (min-width: 767px) {
  ::-moz-placeholder {
    font-size: 18px;
  }
}

:-ms-input-placeholder {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(24, 59, 86, 0.5);
}
@media screen and (min-width: 767px) {
  :-ms-input-placeholder {
    font-size: 18px;
  }
}

:-moz-placeholder {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(24, 59, 86, 0.4);
}
@media screen and (min-width: 767px) {
  :-moz-placeholder {
    font-size: 18px;
  }
}

.form-control {
  font-family: "Merriweather", serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: #fff;
  padding: 8px 12px;
  border: 1px solid rgba(24, 59, 86, 0.2);
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #183b56;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 600px) {
  .form-control {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .form-control {
    padding: 12px 18px;
    font-size: 18px;
  }
}
.form-control:hover, .form-control:focus {
  border-color: rgba(24, 59, 86, 0.4);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
@media screen and (min-width: 600px) {
  textarea.form-control {
    min-height: 140px;
  }
}
@media screen and (min-width: 767px) {
  textarea.form-control {
    min-height: 180px;
  }
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .form-group {
    margin-bottom: 25px;
  }
}
.form-group .form-label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #183b56;
}
@media screen and (min-width: 767px) {
  .form-group .form-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.form-group .form-label span {
  color: #ec2f2f;
  font-weight: 400;
}

@media screen and (min-width: 767px) {
  .form-group-2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .form-group-2 {
    gap: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .form-group-2 {
    gap: 25px;
  }
}
@media screen and (min-width: 767px) {
  .form-group-2 > * {
    flex-basis: 100%;
  }
}

.newsletter-msg {
  position: relative;
  margin-top: 10px;
  display: none;
}
.newsletter-msg.is-error {
  color: #ec2f2f;
  font-size: 14px;
  line-height: 20px;
}
.newsletter-msg.is-success {
  color: #6ab04c;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  .newsletter-msg.is-success {
    font-size: 18px;
    line-height: 24px;
  }
}
.newsletter-msg.is-info {
  color: #4834d4;
  font-size: 14px;
  line-height: 20px;
}

.contact-form {
  position: relative;
  margin: 40px auto;
}
@media screen and (min-width: 992px) {
  .contact-form {
    width: 920px;
  }
}
@media screen and (min-width: 600px) {
  .contact-form-row-2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 20px;
    width: 100%;
  }
  .contact-form-row-2 .form-group {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .btn {
    width: 100%;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-family: "Open Sans", serif;
  margin: 20px 0px !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

.wpcf7-not-valid-tip {
  font-family: "Open Sans", serif;
  color: #ec2f2f !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-top: 5px !important;
}

.btn {
  font-family: "Merriweather", serif;
  outline: 0;
  border: 0;
  text-align: center;
  font-weight: 700;
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  /*Primary*/
  /*Dark*/
  /*Block*/
}
@media screen and (min-width: 767px) {
  .btn {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 24px;
  }
}
.btn span {
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn:hover:after, .btn:focus:after {
  width: 100%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn.btn-primary {
  background-color: #ec2f2f;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
  background-color: #183b56;
}
.btn.btn-dark {
  background-color: #183b56;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  color: #fff;
}
.btn.btn-dark:hover:after, .btn.btn-dark:focus:after {
  background-color: #ec2f2f;
}
.btn.btn-disable {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

.btn-link {
  position: relative;
  display: inline-block;
  color: #ec2f2f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 420px) {
  .btn-link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 600px) {
  .btn-link {
    font-size: 18px;
  }
}
.btn-link:hover, .btn-link:focus {
  color: #183b56;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.page-progress {
  position: fixed;
  top: 0px;
  left: 0;
  height: 4px;
  background-color: #ec2f2f;
  min-width: 0px;
  z-index: 1001;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.hero-content {
  position: relative;
  text-align: center;
  display: block;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5 {
  text-transform: uppercase;
}

.list-social {
  position: relative;
  display: block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 600px) {
  .list-social {
    gap: 20px;
  }
}
.list-social > li {
  position: relative;
  display: block;
}
.list-social > li > a {
  position: relative;
  display: block;
  width: 24px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .list-social > li > a {
    width: 32px;
  }
}
.list-social > li > a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.list-social > li > a:hover, .list-social > li > a:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.list-social > li > a:hover img, .list-social > li > a:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: -120px;
  height: 48px;
  width: 48px;
  background-color: #183b56;
  background-image: url(../../assets/images/icons/icn-scroll-to-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  z-index: 10;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.scroll-to-top.scroll-to-top-show {
  bottom: 15px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .scroll-to-top.scroll-to-top-show {
    bottom: 140px;
  }
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Default SCSS for all blog items */
.blog-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-image {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 16/9;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-info {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-info p {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-title {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-title a {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #183b56;
  text-decoration: none;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 420px) {
  .blog-item-title a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 600px) {
  .blog-item-title a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .blog-item-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-item-title-xs a {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 420px) {
  .blog-item-title-xs a {
    font-size: 14px;
    line-height: 22px;
  }
}
.blog-item-title-lg a {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 420px) {
  .blog-item-title-lg a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .blog-item-title-lg a {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-item-category {
  font-family: "Open Sans", serif;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(236, 47, 47, 0.1);
  background-color: rgba(236, 47, 47, 0.05);
  color: #ec2f2f;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-weight: 600;
  padding: 4px;
  align-self: flex-start;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .blog-item-category {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 10px;
  }
}
.blog-item-category:hover, .blog-item-category:focus {
  background-color: #183b56;
  color: #fff;
  border-color: #183b56;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item:hover, .blog-item:focus {
  -webkit-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.2);
  -moz-box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.2);
  box-shadow: 0px 0px 24px rgba(24, 59, 86, 0.2);
}
.blog-item:hover .blog-item-image, .blog-item:focus .blog-item-image {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item:hover .blog-item-image img, .blog-item:focus .blog-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item:hover .blog-item-title > a, .blog-item:focus .blog-item-title > a {
  color: #ec2f2f;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item:hover .blog-item-info p, .blog-item:focus .blog-item-info p {
  color: #183b56;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Blog item trending */
.blog-item-trending {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.blog-item-trending-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin-bottom: 0;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-trending-title a {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: end;
  height: 100%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 420px) {
  .blog-item-trending-title a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-trending-title a {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-item-trending:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0%;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-trending:hover, .blog-item-trending:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.blog-item-trending:hover:after, .blog-item-trending:focus:after {
  opacity: 1;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Blog item features */
.blog-item-feature {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .blog-item-feature {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .blog-item-feature {
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .blog-item-feature .blog-item-image {
    width: 50%;
  }
}
.blog-item-feature .blog-item-image img {
  height: 100%;
  object-fit: cover;
}
.blog-item-feature .blog-item-title a {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 767px) {
  .blog-item-feature .blog-item-title a {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-feature .blog-item-title a {
    font-size: 32px;
    line-height: 40px;
  }
}
.blog-item-feature .blog-item-category {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .blog-item-feature .blog-item-category {
    margin-bottom: 15px;
  }
}
.blog-item-feature .blog-item-info {
  padding: 15px;
}
@media screen and (min-width: 767px) {
  .blog-item-feature .blog-item-info {
    width: 50%;
    height: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-feature .blog-item-info {
    padding: 30px;
  }
}
.blog-item-feature .blog-item-info p {
  margin-bottom: 0;
}
.blog-item-feature.blog-item-feature-reverse {
  background-color: rgba(24, 59, 86, 0.03);
}
@media screen and (min-width: 767px) {
  .blog-item-feature.blog-item-feature-reverse {
    flex-direction: row-reverse;
  }
}
.blog-item-feature:hover, .blog-item-feature:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Blog item normal */
.blog-item-normal .blog-item-info {
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .blog-item-normal .blog-item-info {
    padding: 15px 20px;
  }
}
.blog-item-normal:hover, .blog-item-normal:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Blog item with left and right image */
.blog-item-with-left-image,
.blog-item-with-right-image {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
  -moz-box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
  box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
}
.blog-item-with-left-image .blog-item-category,
.blog-item-with-right-image .blog-item-category {
  margin-bottom: 10px;
}
.blog-item-with-left-image .blog-item-title a,
.blog-item-with-right-image .blog-item-title a {
  font-size: 16px;
  line-height: 20px;
}
.blog-item-with-left-image:hover, .blog-item-with-left-image:focus,
.blog-item-with-right-image:hover,
.blog-item-with-right-image:focus {
  -webkit-box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
  -moz-box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
  box-shadow: 0px 0px 0px rgba(24, 59, 86, 0.1);
}

@media screen and (min-width: 992px) {
  .blog-item-with-left-image {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-self: start;
  }
}
@media screen and (min-width: 992px) {
  .blog-item-with-left-image .blog-item-image {
    width: 38%;
  }
}
.blog-item-with-left-image .blog-item-info {
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 992px) {
  .blog-item-with-left-image .blog-item-info {
    width: 62%;
    padding: 0px 15px 15px 15px;
  }
}

.blog-item-with-right-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-self: start;
}
.blog-item-with-right-image .blog-item-image {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .blog-item-with-right-image .blog-item-image {
    width: 38%;
  }
}
.blog-item-with-right-image .blog-item-info {
  padding: 0px 10px 10px 0px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .blog-item-with-right-image .blog-item-info {
    padding: 0px 15px 15px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-with-right-image .blog-item-info {
    width: 62%;
  }
}

/* HERO */
.blog-hero {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-hero {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
.blog-hero-trending {
  display: none;
}
@media screen and (min-width: 992px) {
  .blog-hero-trending {
    position: relative;
    width: 26%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
  }
}
.blog-hero-features {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-hero-features {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .blog-hero-features {
    width: 74%;
    padding-left: 20px;
  }
}
.blog-hero-features-items {
  position: relative;
}
@media screen and (min-width: 767px) {
  .blog-hero-features-items {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 20px;
  }
}
.blog-hero-features-items .blog-item {
  margin-bottom: 15px;
  flex-basis: 100%;
}
.blog-hero-features-items .blog-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .blog-hero-features-items .blog-item {
    margin-bottom: 0;
  }
}

/* BLOG COLUMNS */
.blog-col-2,
.blog-col-3,
.blog-col-4 {
  position: relative;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .blog-col-2,
  .blog-col-3,
  .blog-col-4 {
    gap: 20px;
  }
}
.blog-col-2.blog-col-2,
.blog-col-3.blog-col-2,
.blog-col-4.blog-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.blog-col-2.blog-col-3,
.blog-col-3.blog-col-3,
.blog-col-4.blog-col-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .blog-col-2.blog-col-3,
  .blog-col-3.blog-col-3,
  .blog-col-4.blog-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-col-2.blog-col-4,
.blog-col-3.blog-col-4,
.blog-col-4.blog-col-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .blog-col-2.blog-col-4,
  .blog-col-3.blog-col-4,
  .blog-col-4.blog-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .blog-col-2.blog-col-4,
  .blog-col-3.blog-col-4,
  .blog-col-4.blog-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* STYLE 1 */
.blog-style-1 {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-style-1 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .blog-style-1-l {
    width: 40%;
    display: block;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-style-1-l {
    width: 36%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .blog-style-1-l {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .blog-style-1-l {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-style-1-l .blog-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 59, 86, 0.2);
  }
}
.blog-style-1-l .blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom-color: transparent;
}
.blog-style-1-r {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .blog-style-1-r {
    width: 60%;
    padding-left: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-style-1-r {
    width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .blog-style-1-r .blog-item {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .blog-style-1 .blog-item-simple {
    border-bottom: 1px solid rgba(24, 59, 86, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .blog-style-1 .blog-item-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

/* STYLE 2 */
/* STYLE 3 */
.blog-style-3-t {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .blog-style-3-t {
    margin-bottom: 20px;
  }
}
.blog-style-3-b {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-style-3-b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.blog-style-3-b .blog-item {
  margin-bottom: 15px;
}
.blog-style-3-b .blog-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .blog-style-3-b .blog-item {
    margin-bottom: 0;
  }
}

/* STYLE 4 */
@media screen and (min-width: 992px) {
  .blog-style-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
  }
}
.blog-style-4-l {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .blog-style-4-l {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .blog-style-4-l .blog-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .blog-style-4-l .blog-item-image {
    flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
.blog-style-4-r {
  position: relative;
}

.blog-style-4-b {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-style-4-b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-style-4-b {
    gap: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-style-4-b {
    gap: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-style-4-b {
    gap: 60px;
  }
}
.blog-style-4-b .blog-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .blog-style-4-b .blog-item {
    border-right: 1px solid rgba(24, 59, 86, 0.2);
    padding-right: 20px;
  }
}
.blog-style-4-b .blog-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .blog-style-4-b .blog-item:last-child {
    border-right-color: transparent;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .blog-style-4-b .blog-item {
    margin-bottom: 0;
  }
}

/* BLOG CATEGORY PAGE */
.blog-category {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-category {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
.blog-category-l {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .blog-category-l {
    width: 78%;
    padding-right: 40px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-category-l {
    padding-right: 60px;
  }
}
.blog-category-r {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .blog-category-r {
    width: 22%;
  }
}
.blog-category-r-box {
  position: relative;
  padding: 10px;
  background-color: rgba(24, 59, 86, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.blog-category-r .blog-item-trending {
  margin-bottom: 20px;
}
.blog-category-r .blog-item-trending:last-child {
  margin-bottom: 0;
}

/* BLOG DETAILS PAGE */
.blog-details {
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
.blog-details-l {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .blog-details-l {
    width: 72%;
    padding-right: 40px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-l {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-details-l {
    padding-right: 100px;
  }
}
.blog-details-r {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .blog-details-r {
    width: 28%;
  }
}
.blog-details-r-box {
  position: relative;
  padding: 10px;
  background-color: rgba(24, 59, 86, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .blog-details-r-box {
    padding: 15px;
  }
}
.blog-details-r .blog-item-trending {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .blog-details-r .blog-item-trending {
    margin-bottom: 20px;
  }
}
.blog-details-r .blog-item-trending:last-child {
  margin-bottom: 0;
}
.blog-details-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .blog-details-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-title {
    font-size: 34px;
    line-height: 42px;
  }
}
.blog-details-meta {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-details-meta-author {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #183b56;
  font-weight: 400;
}
.blog-details-meta-author:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  display: block;
  background-color: rgba(24, 59, 86, 0.8);
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
@media screen and (min-width: 600px) {
  .blog-details-meta-author:after {
    width: 14px;
    right: -18px;
  }
}
.blog-details-meta-author a {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #ec2f2f;
  font-weight: 600;
  text-decoration: underline;
}
.blog-details-meta-comments {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #183b56;
  font-weight: 400;
  text-decoration: underline;
}
.blog-details-featured-image {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.blog-details-content {
  position: relative;
  display: block;
}
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5 {
  margin-bottom: 10px;
  color: #183b56;
}
@media screen and (min-width: 767px) {
  .blog-details-content h1,
  .blog-details-content h2,
  .blog-details-content h3,
  .blog-details-content h4,
  .blog-details-content h5 {
    margin-bottom: 15px;
  }
}
.blog-details-content p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(24, 59, 86, 0.8);
}
@media screen and (min-width: 600px) {
  .blog-details-content p {
    font-size: 18px;
    line-height: 34px;
  }
}
.blog-details-content p a {
  font-size: 16px;
  line-height: 30px;
  color: rgba(24, 59, 86, 0.8);
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .blog-details-content p a {
    font-size: 18px;
    line-height: 34px;
  }
}
.blog-details-content ol,
.blog-details-content ul {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .blog-details-content ol,
  .blog-details-content ul {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.blog-details-content ol li,
.blog-details-content ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  color: rgba(24, 59, 86, 0.7);
}
@media screen and (min-width: 600px) {
  .blog-details-content ol li,
  .blog-details-content ul li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.blog-details-content ol li a,
.blog-details-content ul li a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 59, 86, 0.8);
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .blog-details-content ol li a,
  .blog-details-content ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-details-content ol {
  list-style: decimal;
}
.blog-details-content ul {
  list-style: disc;
}
.blog-details-content img {
  margin: 15px auto;
  width: auto;
  height: auto;
}
.blog-details-share {
  position: relative;
  display: block;
}
.blog-details-share .sfsi_widget {
  float: none;
  min-height: initial;
}
.blog-details-share .sfsi_widget .norm_row {
  float: none !important;
  min-width: initial !important;
  width: auto !important;
  text-align: center !important;
}
.blog-details-related {
  margin-top: 20px;
  position: relative;
  display: block;
}
@media screen and (min-width: 600px) {
  .blog-details-related {
    margin-top: 40px;
  }
}
.blog-details-related .blog-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .blog-details-related .blog-item {
    margin-bottom: 20px;
  }
}
.blog-details-related .blog-item:last-child {
  margin-bottom: 0px;
}
.blog-details-newsletter {
  position: relative;
  display: none;
  padding: 15px;
  text-align: center;
  background-color: rgba(236, 47, 47, 0.1);
  border: 1px solid rgba(236, 47, 47, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .blog-details-newsletter {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .blog-details-newsletter {
    display: block;
  }
}
.blog-details-newsletter p {
  color: #183b56;
}
.blog-details-newsletter .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-details-newsletter .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-details-newsletter .btn:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* BLOG DETAILS AUTHOR PAGE */
.blog-details-author {
  position: relative;
  padding: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: start;
  background-color: rgba(24, 59, 86, 0.03);
  border: 1px solid rgba(24, 59, 86, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .blog-details-author {
    padding: 30px;
  }
}
.blog-details-author-image {
  width: 18%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .blog-details-author-image {
    width: 14%;
  }
}
.blog-details-author-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.blog-details-author-info {
  width: 82%;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 767px) {
  .blog-details-author-info {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-author-info {
    width: 86%;
    padding-left: 30px;
  }
}
.blog-details-author-info-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #183b56;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .blog-details-author-info-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 767px) {
  .blog-details-author-info-name {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-details-author-info-name span {
  font-weight: 600;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ec2f2f;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title.section-title-center {
  justify-content: center;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 30px;
    line-height: 34px;
  }
}
.section-title a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #ec2f2f;
  font-weight: 400;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .section-title a {
    font-size: 20px;
    line-height: 26px;
  }
}

.modal-newsletter {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(24, 59, 86, 0.9);
  display: none;
}
.modal-newsletter-content {
  display: block;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-newsletter-content-body {
  background-color: #fff;
  width: auto;
  margin: auto;
  display: block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .modal-newsletter-content-body {
    width: 480px;
    padding: 25px;
  }
}
.modal-newsletter-content-body-close {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 2;
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-newsletter-content-body-close:after, .modal-newsletter-content-body-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(24, 59, 86, 0.6);
  width: 16px;
  height: 2px;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-newsletter-content-body-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-newsletter-content-body-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-newsletter-content-body-close:hover, .modal-newsletter-content-body-close:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-newsletter-content-body-close:hover:after, .modal-newsletter-content-body-close:hover:before, .modal-newsletter-content-body-close:focus:after, .modal-newsletter-content-body-close:focus:before {
  background-color: #183b56;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.pagination {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
@media screen and (min-width: 767px) {
  .pagination {
    margin: 40px 0px;
  }
}
.pagination-item {
  position: relative;
  display: block;
}
.pagination-item a {
  display: block;
  position: relative;
}
.pagination-item a.page-numbers {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  color: #183b56;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .pagination-item a.page-numbers {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }
}
.pagination-item a.page-numbers:hover, .pagination-item a.page-numbers:focus {
  background-color: rgba(24, 59, 86, 0.05);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.pagination-item a.prev:after, .pagination-item a.prev:before, .pagination-item a.next:after, .pagination-item a.next:before {
  content: "";
  position: absolute;
  background-color: #183b56;
  width: 8px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .pagination-item a.prev:after, .pagination-item a.prev:before, .pagination-item a.next:after, .pagination-item a.next:before {
    width: 10px;
    height: 2px;
  }
}
.pagination-item a.prev:after, .pagination-item a.next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination-item a.prev:before, .pagination-item a.next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination-item a.prev:after {
  top: 14px;
}
@media screen and (min-width: 767px) {
  .pagination-item a.prev:after {
    top: 18px;
  }
}
.pagination-item a.prev:before {
  bottom: 14px;
}
@media screen and (min-width: 767px) {
  .pagination-item a.prev:before {
    bottom: 18px;
  }
}
.pagination-item a.next:after {
  bottom: 14px;
}
@media screen and (min-width: 767px) {
  .pagination-item a.next:after {
    bottom: 18px;
  }
}
.pagination-item a.next:before {
  top: 14px;
}
@media screen and (min-width: 767px) {
  .pagination-item a.next:before {
    top: 18px;
  }
}
.pagination-item.active span {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  background-color: #ec2f2f;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 767px) {
  .pagination-item.active span {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  padding: 4px 0px;
}
.breadcrumbs a {
  font-size: 12px;
  line-height: 16px;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #ec2f2f;
  font-weight: 400;
  padding: 4px 0px;
}
@media screen and (min-width: 600px) {
  .breadcrumbs a {
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  display: block;
  background-color: rgba(24, 59, 86, 0.8);
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
@media screen and (min-width: 600px) {
  .breadcrumbs a:after {
    width: 14px;
    right: -18px;
  }
}
.breadcrumbs span {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #183b56;
  font-weight: 400;
  padding: 4px 0px;
}
@media screen and (min-width: 600px) {
  .breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
  }
}

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