@charset "UTF-8";
@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne-buch-kursiv.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne-kraftig.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne-kraftig-kursiv.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("fonts/tiempos-headline-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("fonts/tiempos-headline-light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #5a5a5a;
  background-color: #ffffff;
}

p {
  font-size: 16px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}

h2 {
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 39px;
  font-weight: 300;
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
}

h4 {
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
}

a {
  color: #550b0b;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #550b0b;
  text-decoration: none;
}

.color-blue {
  color: #550b0b;
}

.color-deepblue {
  color: #550b0b;
}

.color-teal {
  color: #550b0b;
}

.color-black {
  color: #000000;
}

section.footer-bg {
  background-color: #b7dbff;
  margin: 0 !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  section.footer-bg {
    box-shadow: none;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  section.footer-bg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

ul li {
  font-size: 20px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  ul li {
    font-size: 18px;
  }
}

.page-anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .page-anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* Transitions */
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.move-right {
  display: inline-block;
  animation: moveRight 0.5s ease-in-out;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5a5a5a;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5a5a5a;
}

body blockquote {
  margin: 50px auto;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 5px solid #550b0b;
  position: relative;
}
body blockquote p {
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body blockquote {
    padding: 1.2em 0px 1.2em 50px;
    border-left: 3px solid #550b0b;
  }
  body blockquote p {
    font-size: 24px;
    line-height: 34px;
  }
}

body blockquote::before {
  font-family: Arial;
  content: "“";
  color: #550b0b;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

body blockquote::after {
  content: "";
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* header start */
header {
  padding: 0;
}
header .navbar > .container,
header .navbar > .container-fluid,
header .navbar > .container-lg,
header .navbar > .container-md,
header .navbar > .container-sm,
header .navbar > .container-xl,
header .navbar > .container-xxl {
  max-width: 1655px;
}
header .nav-link:hover {
  color: #b7dbff;
}
header .main-nav {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 7.14%, rgba(11, 55, 96, 0) 93.25%);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .main-nav .navbar-brand {
  margin: 10px 0;
  padding: 0;
}
header .main-nav .navbar-brand img {
  max-width: 268px;
  max-height: 98px;
  padding: 24px 0;
}
@media (max-width: 768px) {
  header .main-nav .navbar-brand img {
    max-width: 150px;
    max-height: 45px;
    padding: 1px 0;
  }
}
header .main-nav.sticky-fixed {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  background: rgba(0, 0, 0, 0.8);
}
header .main-nav.sticky-fixed .navbar-brand img {
  padding: 12px 0;
}
@media (max-width: 768px) {
  header .main-nav.sticky-fixed .navbar-brand img {
    padding: 2px 0;
  }
}
header #mobileMenu .offcanvas-body {
  overflow-x: hidden;
}
header .mobile .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile .submenu {
  position: relative;
  min-width: auto !important;
}
header .mobile > .menu-item {
  border-top: 1px solid #b7dbff;
}
header .mobile > .menu-item > .nav-link:before {
  content: none;
}
header .mobile .main-link a.mm-nav-link {
  font-weight: 600;
  font-size: 19px;
  padding: 8px 0;
  display: block;
}
header .mobile .mm-sublink-wrapper {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 8px;
}
header .mobile .mm-sublink-wrapper a.mm-nav-link {
  font-size: 19px;
  padding: 4px 0;
}
header .mobile a {
  display: block;
  width: 100%;
}
header .mobile a:hover {
  color: #550b0b !important;
}
header .mobile .submenu a.nav-link {
  font-weight: 600;
  font-size: 19px;
  padding: 8px 0;
  display: block;
  color: #550b0b;
}
header .menu-main-menu-container > ul > li > a {
  color: #ffffff;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  padding: 19px 0;
  margin-right: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  header .menu-main-menu-container > ul > li > a {
    font-size: 20px;
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  header .menu-main-menu-container > ul > li > a {
    color: #550b0b !important;
  }
}
header .menu-main-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #550b0b;
  transform-origin: left right;
  transition: transform 0.25s ease-out;
}
header .menu-main-menu-container > ul > li > a:hover:before {
  transform: scaleX(1);
  transform-origin: left right;
}
header .menu-main-menu-container ul.dropdown-menu {
  border: 0;
  border-radius: 4px;
  padding: 0;
  background-color: transparent;
  min-width: 230px;
}
header .menu-main-menu-container ul.dropdown-menu > li {
  border-radius: 4px;
  background: #fff;
  padding-left: 26px;
}
@media (min-width: 1400px) {
  header .menu-main-menu-container ul.dropdown-menu > li {
    border-bottom: 1px solid #b7dbff;
  }
}
@media (min-width: 1400px) {
  header .menu-main-menu-container ul.dropdown-menu > li:hover {
    color: #000;
    background-color: #fffbf4;
    border-bottom: 1px solid #550b0b;
  }
}
header .menu-main-menu-container ul.dropdown-menu > li > a {
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
}
header .menu-main-menu-container ul.dropdown-menu > li > a.dropdown-toggle::after {
  float: right;
  transform: rotate(270deg);
  margin-top: 5px;
  color: #550b0b;
}
header .menu-main-menu-container ul.dropdown-menu > li > ul.dropdown-menu {
  border-left: 2px solid transparent;
}
header .navbar {
  padding: 0;
  /* Ensure submenu (level 2+) appears properly */
}
header .navbar .dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}
header .navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: block;
}
header .navbar .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
header .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .navbar .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
header .navbar .dropdown:hover > .dropdown-menu,
header .navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
  header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
header .submenu,
header .submenu-level2 {
  display: none;
}
header .submenu-toggle {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px;
}
@media (min-width: 1400px) {
  header .submenu-toggle {
    display: none;
  }
}
header #mobileMenu .dropdown-toggle::after {
  content: none;
}
@media (min-width: 1400px) {
  header .custom-button {
    background-color: #550b0b;
    border-radius: 50px;
    max-height: 68px;
  }
  header .custom-button:hover {
    background-color: #550b0b;
  }
  header .custom-button > a {
    color: #fff !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  header .custom-button > a:before {
    content: none !important;
  }
}
header .search-container button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 1399px) {
  header .search-container button svg {
    height: 38px;
    width: 38px;
  }
}
header .menu-wrapper button.btn {
  background-color: #550b0b;
  border-color: #550b0b;
}
@media (max-width: 768px) {
  header .menu-wrapper button.btn {
    margin-right: 12px;
  }
}

#menu-main-menu > li.mega-menu-item > a.nav-link:before {
  content: none;
}
#menu-main-menu > li.mega-menu-item > a.nav-link::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#menu-main-menu ul.mega-menu {
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 40px;
}
#menu-main-menu ul.mega-menu .mega-menu-content {
  border-bottom: none;
}
#menu-main-menu ul.mega-menu .mega-menu-content:hover {
  background-color: transparent;
}
#menu-main-menu ul.mega-menu ul.mm-sublink-wrapper {
  list-style: none;
}
#menu-main-menu .main-link a.mm-nav-link {
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #550b0b;
  padding: 14px 20px;
  width: 100%;
  display: block;
}
#menu-main-menu .main-link a.mm-nav-link:hover {
  background-color: #fffbf4;
}
#menu-main-menu ul.mm-sublink-wrapper a.mm-nav-link {
  color: #550b0b;
  font-family: "League Spartan";
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #b7dbff;
  padding: 14px 20px;
  width: 100%;
  display: block;
}
#menu-main-menu ul.mm-sublink-wrapper a.mm-nav-link:hover {
  background-color: #fffbf4;
}

.mega-menu-caret {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.submenu-indicator-chevron {
  height: 10px;
  width: 10px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #5a5a5a #5a5a5a transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

/*====================================================
    RESET. 
  ====================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
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-family: "Soehne", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

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

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}

/*====================================================
    Full width / Two column
  ====================================================*/
.full-width.small-width.padded,
.two-columns.small-width.padded {
  margin: 0;
  padding: 4rem 0 4rem 0;
}
.full-width.small-width .container,
.two-columns.small-width .container {
  max-width: 707px;
}
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6,
.two-columns h1,
.two-columns h2,
.two-columns h3,
.two-columns h4,
.two-columns h5,
.two-columns h6 {
  margin-bottom: 1rem;
}
.full-width img,
.two-columns img {
  max-width: 100%;
  height: auto;
}
.full-width ul,
.two-columns ul {
  padding-left: 20px;
}
.full-width.padded,
.two-columns.padded {
  padding: 7rem 0;
}
@media (max-width: 992px) {
  .full-width.padded,
  .two-columns.padded {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .full-width.padded,
  .two-columns.padded {
    padding: 3rem 0;
  }
}

.two-columns h3 {
  color: #550b0b !important;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 59px;
}
@media (max-width: 992px) {
  .two-columns h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

/*====================================================
    Three Columns Section
  ====================================================*/
.three-columns img {
  max-width: 100%;
  height: auto;
}
.three-columns .image {
  height: 250px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 480px) {
  .three-columns .image {
    height: 210px;
  }
}
.three-columns .image.square {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.three-columns .image.horizontal {
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.three-columns .image.vertical {
  width: 100%;
  height: 0;
  padding-top: 130%;
}
.three-columns .call-to-action a.btn {
  color: #5a5a5a;
  background-color: #550b0b;
  text-transform: unset;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 19px;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
.three-columns .call-to-action a.btn:hover {
  color: #550b0b;
  background-color: #5a5a5a;
}

/*====================================================
    BUTTONS.
  ====================================================*/
.theme-btn {
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 52px;
  border-radius: 40px;
  color: #ffffff;
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  border: 2px solid #550b0b;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #550b0b;
}
@media (max-width: 768px) {
  .theme-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.theme-btn i {
  font-size: 15px;
  margin-left: 12px;
  display: inline-block;
  transition: all 0.2s ease;
}

.theme-btn:hover {
  box-shadow: inset 0 0 0 4px rgba(255, 230, 192, 0.6980392157);
  border-color: #ffe6c0 !important;
  color: #ffffff;
}

.theme-btn:active i {
  transform: translateX(2px);
}

/*====================================================
    404 ERROR PAGE.
  ====================================================*/
.error-page-container {
  height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.error-page-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #fff, #fff);
  opacity: 0.9;
}

.ep-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ep-content h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #550b0b;
}
.ep-content h5 {
  color: #333;
}
.ep-content p {
  color: #808080;
  font-size: 16px;
}

/*====================================================
    SCROLLING TOP.
  ====================================================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #550b0b;
  visibility: hidden;
  border-radius: 50%;
  z-index: 4;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #550b0b;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*====================================================
    NEWS ARCHIVE
  ====================================================*/
.blog-container .post .post-thumb:hover img {
  transform: scale(1.2);
}
.blog-container .post .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-container .post .post-thumb.first-row .post-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-top: 50px;
}
.blog-container .post .post-thumb.first-row .post-desc h2.the_title,
.blog-container .post .post-thumb.first-row .post-desc span.the_date,
.blog-container .post .post-thumb.first-row .post-desc p.description {
  color: #ffffff;
}
.blog-container .post .post-thumb.first-row::after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.blog-container .post .post-thumb::after {
  content: "";
  display: block;
  padding-bottom: 88%;
}
.blog-container .post h5.the_title a {
  color: #280f25;
}
.blog-container .post h5.the_title a:hover {
  color: #550b0b;
}

.blog-sidebar {
  border-radius: 6px;
  background: rgba(255, 230, 192, 0.4);
  overflow: hidden;
}
.blog-sidebar .blog-widget.search {
  border-bottom: 1px solid #eeeeee;
}
.blog-sidebar .blog-widget.search button.search-submit {
  background-color: #550b0b;
  color: #ffffff;
  border-color: #550b0b;
}
.blog-sidebar .blog-widget.search button.search-submit:hover {
  background-color: #550b0b;
  border-color: #550b0b;
}
.blog-sidebar .blog-widget.related h5 {
  color: #280f25;
}
.blog-sidebar .blog-widget.related a {
  color: #280f25;
}
.blog-sidebar .blog-widget.related a:hover {
  color: #550b0b;
}
.blog-sidebar .blog-widget.related ul.related-posts {
  list-style: none;
}
.blog-sidebar .blog-widget.related a.back-to-articles {
  font-weight: 500;
  color: #550b0b;
}
.blog-sidebar .blog-widget.related a.back-to-articles:hover {
  color: #550b0b;
}

.navigation.pagination {
  display: flex;
  justify-content: center !important;
  padding-bottom: 4px;
  margin-top: 65px;
}
.navigation.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #edf4fa;
  color: #550b0b;
}
.navigation.pagination .nav-links .page-numbers + .page-numbers {
  margin-left: 7px;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
  background: #550b0b;
  color: #fff;
}
.navigation.pagination .nav-links .prev.page-numbers {
  margin-right: 9px;
}
.navigation.pagination .nav-links .next.page-numbers {
  margin-left: 9px;
}

/*====================================================
    BLOG SINGLE.
  ====================================================*/
.the_post_container .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.the_post_container .post-thumb .post-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-top: 50px;
}
.the_post_container .post-thumb .post-desc h2.the_title,
.the_post_container .post-thumb .post-desc span.the_date,
.the_post_container .post-thumb .post-desc p.description {
  color: #ffffff;
}
.the_post_container .post-thumb::after {
  content: "";
  display: block;
  padding-bottom: 62%;
}

/*====================================================
    NEWS PREVIEW.
  ====================================================*/
.blog-section .blog-section-header h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .blog-section .blog-section-header h2 {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.blog-section .blog-card {
  box-shadow: none;
  border-radius: 15px;
  margin: 15px 0;
}
.blog-section .blog-card .the_post_thumbnail {
  border-radius: 8px;
  overflow: hidden;
}
.blog-section .blog-card .the_post_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  width: 100%;
}
.blog-section .blog-card .blog-card-body {
  position: relative;
}
.blog-section .blog-card .blog-card-body .the_title {
  line-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-section .blog-card .blog-card-body .the_title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.blog-section .blog-card .blog-card-body .the_title > a {
  color: #b7dbff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .blog-section .blog-card .blog-card-body .the_title > a {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.blog-section .blog-card .blog-card-body .the_title > a:hover {
  color: #550b0b;
}
.blog-section .blog-card .blog-card-body .the_categories,
.blog-section .blog-card .blog-card-body .the_date,
.blog-section .blog-card .blog-card-body .the_time {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media (max-width: 580px) {
  .blog-section .blog-card .blog-card-body {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-section .blog-carousel-nav {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #550b0b;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-section .blog-carousel-nav + .blog-carousel-nav {
  margin-left: 24px;
}
.blog-section .blog-carousel-nav:hover {
  background: #550b0b;
}
.blog-section .blog-carousel-nav i {
  font-size: 16px;
  color: #fff;
}
.blog-section .blog-carousel {
  margin-top: 15px;
}

/*====================================================
    ADMIN
  ====================================================*/
#wp-admin-bar {
  height: 0 !important;
}

/*====================================================
    Gravity Forms
  ====================================================*/
.gform_wrapper {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
  padding: 32px 36px;
}
.gform_wrapper.gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper span.gfield_required.gfield_required_asterisk {
  color: #ff3939;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
.gform_wrapper label.gfield_label.gform-field-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
.gform_wrapper form input[type=color],
.gform_wrapper form input[type=date],
.gform_wrapper form input[type=datetime-local],
.gform_wrapper form input[type=datetime],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form select {
  height: auto;
}
.gform_wrapper form input[type=color],
.gform_wrapper form input[type=date],
.gform_wrapper form input[type=datetime-local],
.gform_wrapper form input[type=datetime],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form select,
.gform_wrapper form textarea {
  padding: 10px 14px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e7e8ec;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  color: #000;
}
.gform_wrapper form input[type=color]:focus,
.gform_wrapper form input[type=date]:focus,
.gform_wrapper form input[type=datetime-local]:focus,
.gform_wrapper form input[type=datetime]:focus,
.gform_wrapper form input[type=email]:focus,
.gform_wrapper form input[type=month]:focus,
.gform_wrapper form input[type=number]:focus,
.gform_wrapper form input[type=password]:focus,
.gform_wrapper form input[type=search]:focus,
.gform_wrapper form input[type=tel]:focus,
.gform_wrapper form input[type=text]:focus,
.gform_wrapper form input[type=time]:focus,
.gform_wrapper form input[type=url]:focus,
.gform_wrapper form input[type=week]:focus,
.gform_wrapper form select:focus,
.gform_wrapper form textarea:focus {
  outline: none;
}
.gform_wrapper form input[type=color]::-moz-placeholder, .gform_wrapper form input[type=date]::-moz-placeholder, .gform_wrapper form input[type=datetime-local]::-moz-placeholder, .gform_wrapper form input[type=datetime]::-moz-placeholder, .gform_wrapper form input[type=email]::-moz-placeholder, .gform_wrapper form input[type=month]::-moz-placeholder, .gform_wrapper form input[type=number]::-moz-placeholder, .gform_wrapper form input[type=password]::-moz-placeholder, .gform_wrapper form input[type=search]::-moz-placeholder, .gform_wrapper form input[type=tel]::-moz-placeholder, .gform_wrapper form input[type=text]::-moz-placeholder, .gform_wrapper form input[type=time]::-moz-placeholder, .gform_wrapper form input[type=url]::-moz-placeholder, .gform_wrapper form input[type=week]::-moz-placeholder, .gform_wrapper form select::-moz-placeholder, .gform_wrapper form textarea::-moz-placeholder {
  color: #78758b;
}
.gform_wrapper form input[type=color]::placeholder,
.gform_wrapper form input[type=date]::placeholder,
.gform_wrapper form input[type=datetime-local]::placeholder,
.gform_wrapper form input[type=datetime]::placeholder,
.gform_wrapper form input[type=email]::placeholder,
.gform_wrapper form input[type=month]::placeholder,
.gform_wrapper form input[type=number]::placeholder,
.gform_wrapper form input[type=password]::placeholder,
.gform_wrapper form input[type=search]::placeholder,
.gform_wrapper form input[type=tel]::placeholder,
.gform_wrapper form input[type=text]::placeholder,
.gform_wrapper form input[type=time]::placeholder,
.gform_wrapper form input[type=url]::placeholder,
.gform_wrapper form input[type=week]::placeholder,
.gform_wrapper form select::placeholder,
.gform_wrapper form textarea::placeholder {
  color: #78758b;
}
.gform_wrapper form .gform_footer input[type=submit] {
  border-radius: 8px !important;
  background-color: #550b0b !important;
  width: 100% !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  padding: 21px 30px !important;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #550b0b !important;
}
.gform_wrapper form .ginput_container_consent {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .gform_wrapper form .ginput_container_consent {
    margin-bottom: 2px;
    padding-left: 35px;
  }
}
.gform_wrapper form .ginput_container_consent label:after {
  content: "";
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: 0;
  border: 2px solid #cdcbcf;
}
@media (max-width: 768px) {
  .gform_wrapper form .ginput_container_consent label:after {
    border: 1px solid #cdcbcf;
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }
}
.gform_wrapper form .ginput_container_consent label:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  left: 11px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
@media (max-width: 768px) {
  .gform_wrapper form .ginput_container_consent label:before {
    left: 9px;
    width: 7px;
    height: 14px;
  }
}
.gform_wrapper form input[type=radio] {
  opacity: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gform_wrapper form input[type=radio] + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 30px;
}
.gform_wrapper form input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: white;
}
.gform_wrapper form input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #550b0b;
  opacity: 0;
}
.gform_wrapper form input[type=radio]:checked + label::after {
  opacity: 1;
}
.gform_wrapper form input[type=radio]:checked + label::before {
  border-color: #550b0b;
}
.gform_wrapper form input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gform_wrapper form input[type=checkbox] + label {
  cursor: pointer;
}
.gform_wrapper form input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 4px;
}
.gform_wrapper form input[type=checkbox]:checked + label:after {
  background-color: #550b0b;
  border-color: #550b0b;
}

/*====================================================
    Text with Image
  ====================================================*/
@media (min-width: 993px) {
  section.text-with-image .text-wrapper {
    position: relative;
    display: inline-block;
  }
}
section.text-with-image .text-wrapper ul {
  padding-left: 22px;
}
section.text-with-image .text-wrapper ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}
section.text-with-image .text-wrapper ul li::marker {
  color: #550b0b;
  font-size: 22px;
}
section.text-with-image .text-wrapper ul.lists {
  list-style: none;
  margin: revert;
}
section.text-with-image .text-wrapper ul.lists li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.text-with-image .text-wrapper ul.lists li {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
  }
}
section.text-with-image .text-wrapper ul.lists li .img-wrapper {
  border-right: 1px solid #eeeeee;
  padding-right: 12px;
  margin-right: 12px;
  min-width: 40px;
}
section.text-with-image .text-wrapper ul.lists li .img-wrapper img {
  max-width: 28px;
  max-height: 28px;
}
section.text-with-image .text-wrapper img {
  max-width: 100%;
  height: auto;
}
section.text-with-image .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  section.text-with-image .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 768px) {
  section.text-with-image .image-wrapper {
    position: unset;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 993px) {
  section.text-with-image .image-wrapper.full-width img {
    min-height: auto;
  }
}
section.text-with-image .image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 993px) {
  section.text-with-image .image-wrapper img {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  section.text-with-image .image-wrapper img {
    position: unset;
  }
}
section.text-with-image .image-wrapper.full-width {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  section.text-with-image .image-wrapper.full-width {
    height: unset;
    padding: 0;
  }
}
section.text-with-image .image-wrapper.full-width img {
  height: unset;
  margin: auto;
  position: relative;
  display: inline-block;
}
section.text-with-image .theme-btn {
  color: #ffffff;
}

/*====================================================
    Hero
  ====================================================*/
main.main-content > section.hero {
  margin-top: -118px !important;
}

section.hero {
  position: relative;
  background-size: cover;
  position: relative;
}
section.hero:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
section.hero .container {
  z-index: 2;
  position: relative;
}
section.hero .hero-content {
  padding-top: 118px;
  padding-bottom: 34px;
  min-height: 782px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.hero .hero-content {
    min-height: 530px;
  }
}
section.hero .hero-content .header {
  padding-top: 200px;
}
@media (max-width: 1399px) {
  section.hero .hero-content .header {
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  section.hero .hero-content .header {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  section.hero .hero-content .header {
    padding-top: 0;
  }
  section.hero .hero-content .header svg {
    height: 50px;
    width: 50px;
  }
}
section.hero .hero-content .header a.play-button {
  transition: transform 0.5sease-in-out;
}
section.hero .hero-content .header a.play-button:hover {
  transform: scale(1.1);
}
section.hero .hero-content .header h1 {
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 81px;
}
@media (max-width: 768px) {
  section.hero .hero-content .header h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
section.hero .hero-content .header p {
  max-width: 412px;
  font-size: 18px;
}
section.hero .hero-content .header p.secondary-title {
  font-size: 14px;
  letter-spacing: 1px;
}
section.hero .hero-content .header p.secondary-title::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: white;
  margin-right: 0.4em;
}
section.hero .hero-content .footer {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
}
section.hero .hero-content .footer .text-wrapper {
  max-width: 394px;
}
section.hero .hero-content .footer .text-wrapper p {
  font-size: 18px;
  color: #550b0b;
  line-height: 23px;
}
@media (max-width: 768px) {
  section.hero .hero-content .footer .text-wrapper p {
    font-size: 16px;
  }
}
section.hero .hero-content .footer .svg-container {
  background-color: #550b0b;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .hero-content .footer .svg-container:hover {
  background-color: #550b0b;
}
section.hero.dark:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}
section.hero .button-wrapper {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
section.hero .button-wrapper:hover .back-link {
  background-color: #550b0b;
}
section.hero .button-wrapper:hover .back-link span {
  color: #ffffff;
}
section.hero .back-link {
  border-radius: 0px 50px 50px 10px;
  background: #fff;
  display: inline-flex;
  height: 40px;
  width: 209px;
  justify-content: center;
  align-items: center;
}
section.hero .back-link i {
  font-size: 22px;
  margin-right: 12px;
}
section.hero .back-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}

/*====================================================
    Info Boxes
  ====================================================*/
@media (min-width: 993px) {
  .home .info-boxes .container {
    margin-top: -120px;
    padding-top: inherit;
  }
}

.info-boxes {
  overflow: visible;
}
@media (min-width: 993px) {
  .info-boxes .container {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .info-boxes .container > .row {
    border: solid 2px rgba(113, 102, 245, 0.1490196078);
  }
  .info-boxes .container > .row div:nth-last-of-type(2) .info-boxes-card .body,
  .info-boxes .container > .row div:nth-last-of-type(1) .info-boxes-card .body {
    border: none;
  }
}
.info-boxes .row {
  border-radius: 12px;
  border: 1.5px solid #fff;
  background: rgba(253, 253, 253, 0.9);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  overflow: hidden;
}
.info-boxes .row .info-boxes-card-wrapper:first-child {
  background-color: #ffffff;
}
.info-boxes .info-boxes-card {
  padding: 40px 30px 15px;
}
@media (max-width: 768px) {
  .info-boxes .info-boxes-card {
    padding: 20px 14px 0px;
  }
}
.info-boxes .info-boxes-card .header {
  display: flex;
  flex-direction: row;
  gap: 24px;
  min-height: 80px;
}
@media (max-width: 768px) {
  .info-boxes .info-boxes-card .header {
    gap: 15px;
    min-height: 60px;
    margin-bottom: 10px;
  }
}
.info-boxes .info-boxes-card .header h5.title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .info-boxes .info-boxes-card .header h5.title {
    font-size: 15px;
  }
}
.info-boxes .info-boxes-card .body {
  border-top: 1px solid rgba(113, 102, 245, 0.25);
  padding-top: 24px;
}
@media (max-width: 768px) {
  .info-boxes .info-boxes-card .body {
    padding-top: 0px;
  }
}
.info-boxes .info-boxes-card .body p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
}
.info-boxes .info-boxes-card .img-wrapper img {
  max-width: 48px;
  max-height: 48px;
}
@media (max-width: 580px) {
  .info-boxes .info-boxes-card .img-wrapper img {
    max-width: 28px;
    max-height: 28px;
  }
}
.info-boxes .container2 {
  position: absolute;
  background: linear-gradient(180deg, #f1f1f1 50%, rgba(250, 250, 250, 0) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/*====================================================
    Contact
  ====================================================*/
.contact div {
  font-size: 19px;
}
.contact div i {
  font-size: 26px;
}

/*====================================================
    Testimonials
  ====================================================*/
.testimony-section .testimony .owl-prev,
.testimony-section .testimony .owl-next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #550b0b;
  transition: all 0.3s ease;
}
.testimony-section .testimony .owl-prev:hover,
.testimony-section .testimony .owl-next:hover {
  color: #550b0b;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-prev,
  .testimony-section .testimony .owl-next {
    font-size: 40px;
    position: absolute;
    top: 0;
    transform: translateY(-20px);
  }
}
.testimony-section .testimony .owl-prev {
  left: -100px;
}
.testimony-section .testimony .owl-prev:active {
  padding-right: 2px;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-prev {
    left: 10px;
  }
}
.testimony-section .testimony .owl-next {
  right: -100px;
}
.testimony-section .testimony .owl-next:active {
  padding-left: 2px;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-next {
    right: 10px;
  }
}
.testimony-section .reviewer {
  margin-bottom: 28px;
}
@media (max-width: 580px) {
  .testimony-section .reviewer {
    margin-bottom: 10px;
  }
}
.testimony-section .testimony-item {
  padding: 0 30px 32px 45px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 15px;
  border: 2px solid rgb(247, 247, 247);
  box-shadow: 0px 0px 23px 0px rgba(10, 46, 114, 0.08);
}
.testimony-section .testimony-item .testimony-header {
  margin-top: -30px;
  margin-bottom: 22px;
}
@media (max-width: 580px) {
  .testimony-section .testimony-item .testimony-header {
    margin-bottom: 10px;
  }
}
.testimony-section .testimony-item > h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  color: #550b0b;
  margin-bottom: 17px;
}
.testimony-section .testimony-item > h2 > p {
  font-size: 16px;
  line-height: 25px;
  color: #454d5d;
}
@media (max-width: 580px) {
  .testimony-section .testimony-item > h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .testimony-section .testimony-item {
    padding: 0 15px 20px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .testimony-section .testimony-item {
    padding: 0 15px 10px 15px;
  }
}
.testimony-section .reviewer-photo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.testimony-section .reviewer-photo + i {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  background: #550b0b;
  color: #fff;
}
.testimony-section .reviewer-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  -o-object-position: center center;
     object-position: center center;
}
.testimony-section .reviewer-detail > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #550b0b;
  line-height: inherit;
}
.testimony-section .reviewer-detail > p {
  font-size: 14px;
  color: #550b0b;
}
.testimony-section .the_ratings i {
  font-size: 14px;
  color: #550b0b;
  display: inline-block;
}

/*====================================================
    TEAM
  ====================================================*/
.team-section .single-team {
  background: #b7dbff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.team-section .single-team i.fa-circle-info {
  font-size: 31px;
  color: #550b0b;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-bottom: 15px;
  display: none;
}
.team-section .single-team a:hover i.fa-circle-info {
  display: inline-block;
}
.team-section .single-team .img-holder:before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 48.5%, rgba(85, 11, 11, 0.8) 100%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.team-section .single-team .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 15.81%, rgba(0, 0, 0, 0.7) 89.25%);
}
.team-section .single-team .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.team-section .single-team .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 123%;
}
.team-section .single-team .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-section .single-team .img-holder .title-wrapper h4,
.team-section .single-team .img-holder .title-wrapper p {
  color: #ffffff;
}
.team-section .modal .button-close-wrapper {
  position: absolute;
  right: 14px;
  top: 14px;
}
@media (max-width: 992px) {
  .team-section .modal .button-close-wrapper {
    right: -28px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper {
    right: -8px;
    top: -8px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close {
  background: none;
  width: 52px;
  height: 52px;
  background-color: #b7dbff;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper button.btn-close {
    width: 32px;
    height: 32px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close i.fa-xmark {
  color: #550b0b;
  font-size: 34px;
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper button.btn-close i.fa-xmark {
    font-size: 26px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close:hover i.fa-xmark {
  color: #550b0b;
}
.team-section .modal .linkedin-wrapper > a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.team-section .modal .linkedin-wrapper > a:hover span {
  color: #550b0b;
}
.team-section .modal .linkedin-wrapper > a:hover .icon-wrapper {
  background-color: #550b0b;
}
.team-section .modal .linkedin-wrapper > a span {
  font-size: 18px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
.team-section .modal .linkedin-wrapper .icon-wrapper {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #550b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/*====================================================
    Contact
  ====================================================*/
.contact-area .section-header {
  padding-bottom: 50px;
}
.contact-area .section-header h2 {
  color: #550b0b;
}
.contact-area #gMap {
  height: 580px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-area #gMap {
    height: 400px;
  }
}
.contact-area #gMap iframe {
  width: 100%;
  height: 100%;
}
.contact-area .bg-blue:after {
  content: "";
  background: rgba(28, 157, 216, 0.06);
  height: 100%;
  position: absolute;
  right: 0;
  left: -100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.contact-area .contact-info p,
.contact-area .contact-info a {
  color: #000;
  font-size: 18px;
}
.contact-area .contact-info p.invoice-mail {
  color: #550b0b;
}
.contact-area .contact-info a:hover {
  color: #550b0b;
}
.contact-area .contact-social a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  margin-right: 13px;
  text-align: center;
  border-radius: 5px;
  background: rgba(196, 196, 196, 0.15);
  transition: all 0.5s ease;
}
.contact-area .contact-social a:hover {
  box-shadow: inset 0 0 0 30px #550b0b;
}
.contact-area .contact-social a:hover i {
  color: #ffffff;
}
.contact-area .contact-social a i {
  font-size: 20px;
  color: #959595;
}

.gform_footer.top_label .theme-btn {
  margin: auto;
}

/*====================================================
    CTA
  ====================================================*/
.cta-section .title h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cta-section .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .cta-section .title h2 {
    font-size: 22px;
  }
}
.cta-section p.description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  color: #5a5a5a;
}
@media (max-width: 768px) {
  .cta-section p.description {
    font-size: 14px;
    line-height: normal;
  }
}
.cta-section .cta-btn {
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 52px;
  border-radius: 40px;
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  padding-left: 28px;
  padding-right: 28px;
}
.cta-section .cta-btn:hover {
  opacity: 0.9;
}

/*====================================================
    LISTS
  ====================================================*/
section.lists img.bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
section.lists .lists-wrapper {
  max-width: 850px;
  margin: auto;
  z-index: 1;
}
section.lists .lists-wrapper h2.title {
  color: #b7dbff;
  margin-bottom: 32px;
}
section.lists .lists-wrapper ul {
  list-style: none;
}
section.lists .lists-wrapper ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
section.lists .lists-wrapper ul li h6.title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #b7dbff;
}
section.lists .lists-wrapper ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 2px solid #550b0b;
  top: 0;
  left: 0;
}
section.lists .lists-wrapper ul li::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 16px;
  color: #550b0b;
  top: 4px;
  left: 7.5px;
}

/*====================================================
    FAQ
  ====================================================*/
section.faq .accordion-item {
  border-radius: 4px;
  border: 1px solid #cbeff6 !important;
  margin-bottom: 6px;
}
section.faq .accordion {
  -moz-columns: 2;
       columns: 2;
}
section.faq .accordion .accordion-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
section.faq .faq-wrapper {
  max-width: 580px;
  margin: auto;
}
section.faq .container.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.faq .accordion-button {
  color: #550b0b;
  font-family: "League Spartan";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 24px 20px;
}
section.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
section.faq .accordion-button:not(.collapsed)::before {
  background-color: #550b0b;
}
section.faq .accordion-button span.question {
  color: #550b0b;
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 12px;
}
section.faq .accordion-body {
  color: #5a5a5a;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 65px;
}

/*====================================================
    STEPS
  ====================================================*/
section.steps .container {
  max-width: 850px;
}
section.steps .container h3.title {
  color: #280f25;
}
section.steps .container .steps-wrapper {
  display: flex;
  justify-content: space-between;
}
section.steps .container .steps-wrapper .circle {
  height: 96px;
  width: 96px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
  margin-bottom: 70px;
}
section.steps .container .steps-wrapper .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 150%;
  height: 2px;
  border: dashed 1px #550b0b;
}
section.steps .container .steps-wrapper .circle:last-child::after {
  display: none;
}
section.steps .container .steps-wrapper .circle .title {
  position: absolute;
  white-space: nowrap;
  bottom: -40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  color: #280f25;
}
section.steps .container .steps-wrapper .circle img {
  max-width: 50px;
  max-height: 50px;
}

/*====================================================
    RESEARCH
  ====================================================*/
section.research .single-research {
  background: #b7dbff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
section.research .single-research a:hover img {
  transform: scale(1.2);
}
section.research .single-research .img-holder:before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 22.91%, #0b3760 100%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
section.research .single-research .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 10%, #0b3760 100%);
}
section.research .single-research .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
section.research .single-research .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 133%;
}
section.research .single-research .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.research .single-research .img-holder .title-wrapper h4,
section.research .single-research .img-holder .title-wrapper p {
  color: #ffffff;
}

/*====================================================
    NUMBER INFO
  ====================================================*/
section.number-info button.owl-dot {
  border: 0;
  background-color: transparent;
  padding: 10px 4px;
}
section.number-info button.owl-dot.active span {
  background-color: #550b0b;
}
section.number-info button.owl-dot:hover span {
  background-color: #550b0b;
}
section.number-info button.owl-dot span {
  background-color: #b7dbff;
  border: 0;
  height: 8px;
  width: 8px !important;
  border-radius: 50%;
  min-width: 8px;
  display: block;
}
section.number-info h2.title {
  color: #550b0b;
}
@media (max-width: 768px) {
  section.number-info .main-counter {
    gap: 24px !important;
  }
}
section.number-info .main-counter .icon-container {
  width: 46%;
  max-width: 150px;
}
section.number-info .main-counter .icon-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.number-info .main-counter .text-wrapper .counter-wrapper,
section.number-info .main-counter .text-wrapper .counter-wrapper .counter {
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 99px;
}
@media (max-width: 768px) {
  section.number-info .main-counter .text-wrapper .counter-wrapper,
  section.number-info .main-counter .text-wrapper .counter-wrapper .counter {
    font-size: 60px;
    line-height: 50px;
  }
}
section.number-info .main-counter .text-wrapper p {
  color: #000000;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  max-width: 340px;
}
@media (max-width: 768px) {
  section.number-info .main-counter .text-wrapper p {
    font-size: 21px;
    line-height: 21px;
  }
}
section.number-info .sub-counter .icon-container {
  height: 90px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter .icon-container {
    height: 44px;
  }
}
section.number-info .sub-counter .icon-container img {
  height: 100%;
  width: auto;
}
section.number-info .sub-counter .counter-wrapper,
section.number-info .sub-counter .counter-wrapper .counter {
  color: #550b0b;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 99px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter .counter-wrapper,
  section.number-info .sub-counter .counter-wrapper .counter {
    font-size: 40px;
    line-height: 38px;
  }
}
section.number-info .sub-counter p {
  color: var(--black, #000);
  font-family: "League Spartan";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 280px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter p {
    font-size: 16px;
    line-height: 19px;
  }
}

/*====================================================
    NUMBER INFO V2
  ====================================================*/
section.number-info-v2 button.owl-dot {
  border: 0;
  background-color: transparent;
  padding: 10px 4px;
}
section.number-info-v2 button.owl-dot.active span {
  background-color: #550b0b;
}
section.number-info-v2 button.owl-dot:hover span {
  background-color: #550b0b;
}
section.number-info-v2 button.owl-dot span {
  background-color: #b7dbff;
  border: 0;
  height: 8px;
  width: 8px !important;
  border-radius: 50%;
  min-width: 8px;
  display: block;
}
section.number-info-v2 h2.title {
  color: #550b0b;
}
@media (max-width: 768px) {
  section.number-info-v2 .main-counter {
    gap: 10px !important;
  }
}
section.number-info-v2 .main-counter .icon-container {
  width: 46%;
  max-width: 110px;
}
section.number-info-v2 .main-counter .icon-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.number-info-v2 .main-counter .text-wrapper p {
  color: #000000;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  max-width: 340px;
}
@media (max-width: 768px) {
  section.number-info-v2 .main-counter .text-wrapper p {
    font-size: 18px;
    line-height: normal;
  }
}

/*====================================================
    INFO BOX
  ====================================================*/
section.info-box .single-info {
  border: 1px solid transparent;
  border-radius: 5px;
}
section.info-box .single-info:hover {
  border: 1px solid #dee2e6;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
section.info-box .single-info:hover .footer-link {
  visibility: visible;
}
section.info-box .box {
  position: relative;
}
section.info-box .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #550b0b;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  section.info-box .box:not(:last-child)::after {
    content: none;
  }
}
section.info-box .box p.description {
  font-size: 16px;
  line-height: 130%;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
section.info-box .box .icon-wrapper {
  height: 70px;
  width: 116px;
  background-color: #fffbf4;
  margin: auto;
  z-index: 4;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
}
section.info-box .box .icon-wrapper img {
  max-height: 100%;
  max-width: 100%;
}
section.info-box .box .footer-link {
  width: 100%;
  border-top: 1px solid #dee2e6;
  padding-top: 14px;
  visibility: hidden;
}
section.info-box .box .footer-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
section.info-box .box .footer-link a:hover {
  color: #550b0b;
}
section.info-box .box .footer-link a:hover i {
  color: #550b0b;
}

/*====================================================
    Image Carousel
  ====================================================*/
section.image-slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media (max-width: 992px) {
  section.image-slider .owl-item {
    height: 80px;
  }
}
@media (max-width: 768px) {
  section.image-slider .owl-item {
    height: 70px;
  }
}
section.image-slider .owl-item .icon-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-slider .owl-item .icon-container img {
  max-height: 100%;
  max-width: 100%;
}

/*====================================================
    News Carousel
  ====================================================*/
@media (min-width: 993px) {
  section.news-slider .content-container {
    max-width: 450px;
  }
}
section.news-slider .image-wrapper {
  border-radius: 10px;
}
section.news-slider .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
section.news-slider .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 76%;
}
section.news-slider .owl-dots {
  position: absolute;
  top: 0px;
}
section.news-slider .owl-dots button.owl-dot {
  background-color: rgba(85, 11, 11, 0.4509803922);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
section.news-slider .owl-dots button.owl-dot.active {
  background-color: #550b0b;
}
section.news-slider button#next,
section.news-slider button#prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #550b0b;
  color: #b7dbff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section.news-slider button#next:hover,
section.news-slider button#prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.news-slider button#next,
  section.news-slider button#prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
section.news-slider button#next {
  right: -32.5px;
}
@media (max-width: 1199px) {
  section.news-slider button#next {
    right: -22.5px;
  }
}
@media (max-width: 768px) {
  section.news-slider button#next {
    right: 8px;
  }
}
section.news-slider button#prev {
  left: -32.5px;
}
@media (max-width: 1199px) {
  section.news-slider button#prev {
    left: -22.5px;
  }
}
@media (max-width: 768px) {
  section.news-slider button#prev {
    left: 8px;
  }
}

/*====================================================
    Project Archives
  ====================================================*/
section.project.footer-bg .single-project {
  background: #ffffff;
}
section.project .single-project {
  border-radius: 10px 0 10px 10px;
  background: #b7dbff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.project .single-project .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 10px 10px;
}
section.project .single-project .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
section.project .single-project .footer-link i {
  font-size: 30px;
}
section.project .single-project:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}
section.project .single-project .category {
  background-color: #550b0b;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  right: 0;
  top: 0;
  border-radius: 60px 0px 10px 60px;
  height: 46px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  line-height: 30px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
section.project .owl-carousel button.owl-next,
section.project .owl-carousel button.owl-prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #550b0b;
  color: #b7dbff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section.project .owl-carousel button.owl-next:hover,
section.project .owl-carousel button.owl-prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.project .owl-carousel button.owl-next,
  section.project .owl-carousel button.owl-prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
section.project .owl-carousel button.owl-next {
  right: -32.5px;
}
@media (max-width: 1199px) {
  section.project .owl-carousel button.owl-next {
    right: -22.5px;
  }
}
@media (max-width: 768px) {
  section.project .owl-carousel button.owl-next {
    right: -10px;
  }
}
section.project .owl-carousel button.owl-prev {
  left: -32.5px;
}
@media (max-width: 1199px) {
  section.project .owl-carousel button.owl-prev {
    left: -22.5px;
  }
}
@media (max-width: 768px) {
  section.project .owl-carousel button.owl-prev {
    left: -10px;
  }
}

/*====================================================
    Box Links
  ====================================================*/
section.box-links {
  padding-top: 50px;
  position: relative;
  background-color: #b7dbff;
}
section.box-links .text-wrapper {
  max-width: 520px;
}
section.box-links .text-wrapper p.caption {
  font-size: 16px;
}
section.box-links.w-bg {
  padding-top: 0;
}
section.box-links.w-bg:before {
  background: linear-gradient(90deg, #fffbf4 0%, rgba(237, 245, 246, 0) 100%);
  content: "";
  width: 70%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
section.box-links.w-bg .text-wrapper {
  max-width: 300px;
  padding: 100px 0;
}
@media (max-width: 992px) {
  section.box-links.w-bg .text-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  section.box-links.w-bg .text-wrapper {
    padding: 20px 0;
  }
}
section.box-links .single-box {
  border-radius: 8px;
  border-left: 6px solid #550b0b;
  opacity: 0.93;
  background: #ffffff;
}
section.box-links .single-box .title {
  display: flex;
  justify-content: space-between;
}
section.box-links .single-box .title h3 {
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}
@media (max-width: 768px) {
  section.box-links .single-box .title h3 {
    font-size: 26px;
    line-height: normal;
  }
}
section.box-links .single-box .title i {
  color: #550b0b;
  font-size: 28px;
}
@media (max-width: 768px) {
  section.box-links .single-box .title i {
    font-size: 22px;
  }
}
section.box-links .single-box:hover {
  background-color: #550b0b;
  color: #ffffff;
}
section.box-links .single-box:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.box-links.footer-bg {
    padding-top: 20px;
  }
}
section.box-links.footer-bg .container {
  padding-bottom: 0 !important;
}

/*====================================================
    Clinical Trials
  ====================================================*/
section.clinical-trial .single-clinical-trial {
  border-radius: 10px 0 10px 10px;
  background: #b7dbff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.clinical-trial .single-clinical-trial .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 10px 10px;
}
section.clinical-trial .single-clinical-trial .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
section.clinical-trial .single-clinical-trial .footer-link i {
  font-size: 30px;
}
section.clinical-trial .single-clinical-trial:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}
section.clinical-trial .single-clinical-trial .category {
  background-color: #550b0b;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  right: 0;
  top: 0;
  border-radius: 60px 0px 10px 60px;
  height: 46px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  line-height: 30px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
section.clinical-trial .filter {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
section.clinical-trial .filter button.category-btn {
  display: inline-flex;
  height: 42px;
  padding: 7px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 2px solid #b7dbff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
section.clinical-trial .filter button.category-btn.active {
  background-color: #550b0b;
  color: #ffffff;
  border-color: #550b0b;
}
section.clinical-trial .filter select#stage {
  border-radius: 3px;
  border-bottom: 2px solid var(--Teal, #0cb2d3);
  height: 42px;
  color: var(--black, #000);
  font-family: "League Spartan";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  min-width: 220px;
}

/*====================================================
    Program
  ====================================================*/
section.program .single-program {
  background: #b7dbff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
section.program .single-program a:hover img {
  transform: scale(1.2);
}
section.program .single-program .img-holder:before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 15.81%, rgba(0, 0, 0, 0.7) 89.25%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
section.program .single-program .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 35.81%, rgba(0, 0, 0, 0.7) 89.25%);
}
section.program .single-program .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
section.program .single-program .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 88%;
}
section.program .single-program .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
section.program .single-program .img-holder .title-wrapper h4,
section.program .single-program .img-holder .title-wrapper p {
  color: #ffffff;
}
section.program .single-program .img-holder .title-wrapper .fa-arrow-right {
  font-size: 28px;
}
@media (max-width: 768px) {
  section.program .single-program .img-holder .title-wrapper .fa-arrow-right {
    font-size: 20px;
  }
}
section.program .single-program:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}

/*====================================================
    Who We Help
  ====================================================*/
section.who-we-help .single-who-we-help {
  background: #b7dbff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
section.who-we-help .single-who-we-help a:hover img {
  transform: scale(1.2);
}
section.who-we-help .single-who-we-help .img-holder:before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 22.91%, #0b3760 100%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
section.who-we-help .single-who-we-help .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 10%, #0b3760 100%);
}
section.who-we-help .single-who-we-help .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
section.who-we-help .single-who-we-help .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 136%;
}
section.who-we-help .single-who-we-help .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
section.who-we-help .single-who-we-help .img-holder .title-wrapper h4,
section.who-we-help .single-who-we-help .img-holder .title-wrapper p {
  color: #ffffff;
}
section.who-we-help .single-who-we-help .img-holder .title-wrapper .fa-arrow-right {
  font-size: 28px;
}
@media (max-width: 992px) {
  section.who-we-help .single-who-we-help .img-holder .title-wrapper .fa-arrow-right {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  section.who-we-help .single-who-we-help .img-holder .title-wrapper .fa-arrow-right {
    font-size: 20px;
  }
}
section.who-we-help .single-who-we-help:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}

/*====================================================
    Who We Help
  ====================================================*/
section.who-we-help-slider .single-who-we-help {
  background: #b7dbff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
section.who-we-help-slider .single-who-we-help .img-holder:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 10px;
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
section.who-we-help-slider .single-who-we-help .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 15.81%, rgba(0, 0, 0, 0.7) 89.25%);
}
section.who-we-help-slider .single-who-we-help .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.who-we-help-slider .single-who-we-help .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 180%;
}
section.who-we-help-slider .single-who-we-help .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.who-we-help-slider .single-who-we-help .img-holder .title-wrapper h4,
section.who-we-help-slider .single-who-we-help .img-holder .title-wrapper p {
  color: #ffffff;
}
section.who-we-help-slider .single-who-we-help .slide-content {
  position: relative;
  margin-bottom: -100%;
  width: 100%;
  height: 100%;
  transition: transform 0.4sease-in-out;
}
section.who-we-help-slider .single-who-we-help:hover .slide-content {
  transform: translateY(-100%);
}
section.who-we-help-slider .single-who-we-help .hover-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease-in-out, padding 0.1s ease-in-out;
}
section.who-we-help-slider .single-who-we-help:hover {
  border-top: 5px solid #550b0b;
}
section.who-we-help-slider .single-who-we-help:hover .hover-box {
  max-height: 600px;
}
section.who-we-help-slider .fixed-item .single-who-we-help {
  background-color: #550b0b;
}
@media (max-width: 768px) {
  section.who-we-help-slider .fixed-item .single-who-we-help {
    background-size: 28%;
  }
}
section.who-we-help-slider .fixed-item .single-who-we-help p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
section.who-we-help-slider .fixed-item .single-who-we-help:hover {
  border-top: none;
}
section.who-we-help-slider .fixed-item .single-who-we-help .img-holder:before {
  background: none;
}
section.who-we-help-slider .fixed-item .single-who-we-help .img-holder .title-wrapper {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  section.who-we-help-slider .fixed-item .single-who-we-help .img-holder .title-wrapper {
    top: 0;
  }
}
section.who-we-help-slider .fixed-item .single-who-we-help .img-holder .title-wrapper h3 {
  font-size: 31px;
  font-weight: 300;
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.who-we-help-slider .fixed-item .single-who-we-help .img-holder .title-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*====================================================
    Onpage Links
  ====================================================*/
section.onpage-links {
  background-color: #550b0b;
  border-bottom-right-radius: 80px;
  box-shadow: 80px -80px 0px 0px #550b0b;
}
@media (max-width: 768px) {
  section.onpage-links {
    box-shadow: 70px -70px 0px 0px #550b0b;
    border-bottom-right-radius: 70px;
  }
}
@media (min-width: 993px) {
  section.onpage-links .onpage-links-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
  }
}
section.onpage-links .section-links a {
  color: #ffffff;
  padding: 25px 0;
  font-size: 20px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  section.onpage-links .section-links a {
    padding: 8px 0;
    font-size: 18px;
  }
}
section.onpage-links .section-links a:hover {
  color: #b7dbff;
}
section.onpage-links .default-link a {
  color: #ffffff;
  margin: 14px 0;
}

/*====================================================
    Sidebar
  ====================================================*/
.sidebar .key-information-container {
  border-radius: 10px;
  background: #effbfe;
}
.sidebar .key-information-container ul.key-information {
  list-style: none;
  padding-left: 0;
}
.sidebar .key-information-container ul.key-information li {
  position: relative;
  padding-left: 38px;
  color: #550b0b;
}
.sidebar .key-information-container ul.key-information li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10c";
  font-weight: 400;
  color: #550b0b;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 23px;
}
.sidebar .timeline {
  position: relative;
  max-width: 400px;
  margin: auto;
}
.sidebar .timeline ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.sidebar .timeline ul::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 25px;
  width: 2px;
  height: calc(100% - 90px);
  background-color: #550b0b;
}
.sidebar .timeline ul li {
  position: relative;
  padding: 20px 0 20px 40px;
}
.sidebar .timeline ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 12px;
  height: 12px;
  background-color: #550b0b;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar .timeline ul li:last-child::after {
  content: "";
}

/*====================================================
    Stories Slider
  ====================================================*/
section.stories-slider.footer-bg .single-story {
  background: #ffffff;
}
section.stories-slider .single-story {
  border-radius: 10px 0 10px 10px;
  background: #fffbf4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.stories-slider .single-story .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 10px 10px;
}
section.stories-slider .single-story .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
section.stories-slider .single-story .footer-link i {
  font-size: 30px;
}
section.stories-slider .single-story:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}
section.stories-slider .owl-carousel button.owl-next,
section.stories-slider .owl-carousel button.owl-prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #550b0b;
  color: #b7dbff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section.stories-slider .owl-carousel button.owl-next:hover,
section.stories-slider .owl-carousel button.owl-prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.stories-slider .owl-carousel button.owl-next,
  section.stories-slider .owl-carousel button.owl-prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
section.stories-slider .owl-carousel button.owl-next {
  right: -32.5px;
}
@media (max-width: 1199px) {
  section.stories-slider .owl-carousel button.owl-next {
    right: -22.5px;
  }
}
@media (max-width: 768px) {
  section.stories-slider .owl-carousel button.owl-next {
    right: -10px;
  }
}
section.stories-slider .owl-carousel button.owl-prev {
  left: -32.5px;
}
@media (max-width: 1199px) {
  section.stories-slider .owl-carousel button.owl-prev {
    left: -22.5px;
  }
}
@media (max-width: 768px) {
  section.stories-slider .owl-carousel button.owl-prev {
    left: -10px;
  }
}

/*====================================================
    Clinical Trial
  ====================================================*/
.single-clinical-trial .content-body section,
.single-clinical-trial .sidebar section {
  margin: 4rem auto 4rem auto;
}
@media (max-width: 768px) {
  .single-clinical-trial .content-body section,
  .single-clinical-trial .sidebar section {
    margin: 2rem auto 2rem auto;
  }
}
.single-clinical-trial section.clinical-trial.footer-bg .single-clinical-trial {
  background: #ffffff;
}

.single-project .content-body section,
.single-project .sidebar section {
  margin: 4rem auto 4rem auto;
}
@media (max-width: 768px) {
  .single-project .content-body section,
  .single-project .sidebar section {
    margin: 2rem auto 2rem auto;
  }
}

/*====================================================
    Get Involved
  ====================================================*/
section.get-involved .single-get-involved {
  border-radius: 10px 0 10px 10px;
  background: #fffbf4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.get-involved .single-get-involved .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
section.get-involved .single-get-involved .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
section.get-involved .single-get-involved .footer-link i {
  font-size: 30px;
}
section.get-involved .single-get-involved:hover .move-right {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}
section.get-involved .single-get-involved .status {
  background-color: #b7dbff;
  position: absolute;
  color: #550b0b;
  font-size: 16px;
  left: 0;
  bottom: 0;
  border-radius: 0px 60px 60px 10px;
  height: 46px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  line-height: 30px;
  font-family: "Soehne", Arial, Helvetica, sans-serif;
}

/*====================================================
    Partner
  ====================================================*/
section.partner .single-partner {
  border-radius: 8px;
  border: 1px solid #b7dbff;
  height: 100%;
  background-color: #ffffff;
}
section.partner .single-partner .content .img-wrapper {
  height: 140px;
  display: flex;
  align-items: center;
  padding: 20px 0 40px;
  width: 100%;
  justify-content: center;
}

/*====================================================
    Text with Image Slider
  ====================================================*/
section.text-image-slider .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
section.text-image-slider .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.text-image-slider .btn-wrapper {
  margin-top: -32.5px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  section.text-image-slider .btn-wrapper {
    margin-top: -22.5px;
  }
}
section.text-image-slider a.theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
section.text-image-slider .content {
  max-width: 475px;
}
section.text-image-slider button#next,
section.text-image-slider button#prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #550b0b;
  color: #b7dbff;
  color: #cbeff6;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: inline-flex;
  margin: 0 8px;
}
section.text-image-slider button#next:hover,
section.text-image-slider button#prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.text-image-slider button#next,
  section.text-image-slider button#prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

/*====================================================
    Text with Icon
  ====================================================*/
section.text-icon .single-icon .content {
  max-width: 290px;
}
section.text-icon .single-icon .content .icon-wrapper {
  height: 87px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  section.text-icon .single-icon .content .icon-wrapper {
    height: 60px;
  }
}
section.text-icon .single-icon .content .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

/*====================================================
    Links and Resources
  ====================================================*/
section.link-resources .single-resource {
  border-radius: 4px;
  border: 1px solid #b7dbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
section.link-resources .single-resource .content {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.link-resources .single-resource .icon-wrapper {
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
}
section.link-resources .single-resource:hover {
  border-color: #550b0b;
}

/*====================================================
    Timeline
  ====================================================*/
.timeline-slider .timeline-container {
  height: 800px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .timeline-slider .timeline-container {
    height: 100%;
  }
}
.timeline-slider .timeline {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 400px;
  width: -moz-fit-content;
  width: fit-content;
}
.timeline-slider .timeline ol {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (min-width: 769px) {
  .timeline-slider .timeline ol li.event {
    margin-right: -75px;
  }
}
.timeline-slider .horizontal-line {
  position: relative;
  background-color: #550b0b;
  height: 2px;
}
.timeline-slider .date {
  position: relative;
  top: -47px;
  margin: 0;
  z-index: 1;
}
.timeline-slider .date:after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #550b0b;
  background-color: #550b0b;
  transition: 0.3s ease;
  transform: translateX(-50%);
  position: absolute;
  top: 38px;
  left: 10px;
}
.timeline-slider .panel {
  position: relative;
  height: 100%;
}
.timeline-slider .content {
  width: 264px;
  padding: 32px 26px 0;
  position: relative;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  white-space: normal;
  border-left: 1px dashed #550b0b;
  margin-left: 9px;
}
.timeline-slider .content h3 {
  color: #550b0b;
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
.timeline-slider .content h5 {
  font-weight: 600;
  color: #550b0b;
}
.timeline-slider .content img {
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 6px;
}
.timeline-slider .content p {
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.timeline-slider .event:nth-child(even) .panel {
  top: -100%;
}
@media (min-width: 769px) {
  .timeline-slider .event:nth-child(even) .panel {
    display: flex;
    align-items: flex-end;
  }
}
.timeline-slider .event:nth-child(even) .panel .content {
  padding-top: 0;
  padding-bottom: 32px;
  height: auto;
}
@media (min-width: 769px) {
  .timeline-slider .event:nth-child(even) .panel .content {
    padding-bottom: 64px;
  }
}
.timeline-slider .event:nth-child(even) .date {
  top: 28px;
}
.timeline-slider .event:nth-child(even) .date:after {
  top: -37px;
}
@media (max-width: 768px) {
  .timeline-slider .timeline {
    margin-top: 0px;
  }
  .timeline-slider .timeline ol {
    flex-direction: column;
  }
  .timeline-slider .horizontal-line {
    height: auto;
    background: white;
  }
  .timeline-slider .vertical-line {
    border-left: 2px solid #550b0b;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .timeline-slider .date {
    left: 8px;
    top: 0px;
  }
  .timeline-slider .content {
    border-left: none;
    padding: 0 26px 32px;
  }
  .timeline-slider .date::after {
    left: -7px;
    top: 0;
  }
  .timeline-slider .event:nth-child(even) .panel {
    top: 0x;
  }
  .timeline-slider .event:nth-child(even) .panel .content:after {
    top: 20%;
    border-top: solid 6px transparent;
    border-bottom: solid 20px transparent;
  }
  .timeline-slider .event:nth-child(even) .date {
    top: 0;
  }
  .timeline-slider .event:nth-child(even) .date:after {
    top: 0;
  }
}
.timeline-slider .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #550b0b;
  color: #b7dbff;
  border: none;
  padding: 10px;
  cursor: pointer;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  z-index: 2;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-slider .arrow-right::after {
  content: "";
  position: absolute;
  top: 32.5px;
  left: 100%;
  width: 100%;
  height: 2px;
  width: 248px;
  background: linear-gradient(90deg, #550b0b 0%, #550b0b 39.5%, #fff 100%);
}
@media (max-width: 768px) {
  .timeline-slider .arrow-right {
    display: none;
  }
}
.timeline-slider .circle-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.timeline-slider .circle-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  height: 366px;
  width: 366px;
  border-radius: 50%;
  background: rgba(203, 239, 246, 0.3);
}
@media (max-width: 992px) {
  .timeline-slider .circle-wrapper:after {
    content: none;
  }
}
@media (max-width: 992px) {
  .timeline-slider .circle-wrapper {
    padding: 0 0 30px;
  }
}
.timeline-slider .circle-wrapper h3 {
  color: #000000;
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}
.timeline-slider .circle-wrapper small {
  font-family: "Soehne", Arial, Helvetica, sans-serif;
  color: #550b0b;
}

/*====================================================
    Image Caption
  ====================================================*/
section.image-caption .image-wrapper {
  position: relative;
}
section.image-caption .image-wrapper img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
section.image-caption .image-wrapper p {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 10px 0px 10px;
  background: #550b0b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px;
}

.main-content section {
  margin: 7rem auto 7rem auto;
}
@media (max-width: 992px) {
  .main-content section {
    margin: 5rem auto 5rem auto;
  }
}
@media (max-width: 768px) {
  .main-content section {
    margin: 3rem auto 3rem auto;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1290px;
  }
}
main.main-content {
  margin-top: 118px;
  background-color: #ffffff;
}

.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #b7dbff;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

section .text h1,
section .text h2,
section .text h3,
section .text h4,
section .text h5,
section .text h6 {
  line-height: inherit;
}

footer .footer-lg {
  padding: 70px 0;
}
@media (max-width: 992px) {
  footer .footer-lg {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-lg {
    padding: 40px 0;
  }
}
footer .footer-col {
  display: flex;
  gap: 38px;
  align-items: center;
}
@media (max-width: 992px) {
  footer .footer-col {
    text-align: center;
  }
  footer .footer-col .logo-wrapper img {
    margin-bottom: 20px;
  }
}
footer .footer-col .text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
footer .footer-col .text a {
  color: #ffffff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .footer-col .text a:hover {
  color: #550b0b;
}
footer .footer-social a {
  width: 40px;
  height: 40px;
  line-height: 48px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}
footer .footer-social a:hover {
  box-shadow: inset 0 0 0 30px #550b0b;
}
footer .footer-social a i {
  font-size: 20px;
  color: #fff;
}
footer img.logo {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=main.css.map */