.title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.title-container p {
  padding: 0;
  margin: 0; }

.title-container .title,
.title-container .subtitle {
  color: #00778B;
  text-align: center; }

.title-container .text {
  font-size: .8rem;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  color: #002A40; }

.andromeda-link,
.andromeda-mail-link {
  text-align: center; }

.andromeda-mail-link {
  margin-bottom: .5rem;
  margin-top: 1rem; }

.andromeda-mail-link i {
  width: 100%;
  color: #00778B;
  transition: .2s ease; }

.andromeda-mail-link i:hover {
  transform: scale(1.2); }

/* Image */
.img-round, .img-sunset {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem; }

.img-sunset {
  height: 150px;
  overflow: hidden; }

.img-round .img-container, .img-sunset .img-container {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 10; }

.img-round img, .img-sunset img {
  width: auto;
  height: 100%;
  left: 50%;
  top: calc(50% + 50px);
  min-width: 300px;
  object-fit: cover;
  position: absolute;
  transform: translate(-50%, calc(-50% - 50px)); }

.img-sunset img {
  margin-top: -25px; }

.img-round img.hover-image, .img-sunset img.hover-image {
  opacity: 0; }

.img-round .img-container.has-hover img,
.img-sunset .img-container.has-hover img {
  transition: .8s ease; }

.img-round .img-container.has-hover:hover img.default-image,
.img-sunset .img-container.has-hover:hover img.default-image {
  opacity: 0; }

.img-round .img-container.has-hover:hover img.hover-image,
.img-sunset .img-container.has-hover:hover img.hover-image {
  opacity: 1; }

.background-title-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  display: flex;
  justify-content: center;
  min-height: 360px;
  position: relative; }
  .background-title-container::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000050;
    display: block;
    position: absolute;
    top: 0; }
  .background-title-container .title-container {
    max-width: 800px;
    z-index: 2; }
  .background-title-container .title-container .title {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
  .background-title-container .title-container .subtitle {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
  .background-title-container .title-container .text {
    font-size: .9rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center; }
  .background-title-container .title-container a {
    margin-top: 15px; }

@media screen and (max-width: 991.98px) {
  .img-round, .img-sunset {
    margin-bottom: 0.50rem; } }

/* FULL WIDTH */
.background-title-container.background-title-container-fullwidth .title-container {
  max-width: unset;
  width: 100%;
  display: unset;
  align-items: unset;
  flex-direction: unset;
  justify-content: unset; }

/*------------------------------ vertical bootstrap slider compatibility ----------------------------*/
.carousel-vertical .carousel-item > div:first-of-type {
  height: 100%; }

.carousel-vertical div .background-title-container {
  height: 100%;
  min-height: unset; }

/*------------------------------ text_left background-title ----------------------------*/
.background-title-container.background-text-left {
  padding: 0rem;
  position: relative; }
  .background-title-container.background-text-left .title-container {
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    max-width: 20rem;
    align-items: baseline;
    z-index: 1;
    position: absolute; }
    .background-title-container.background-text-left .title-container .title {
      color: #00778B; }
    .background-title-container.background-text-left .title-container .subtitle {
      color: #FFFFFF; }
    .background-title-container.background-text-left .title-container .title, .background-title-container.background-text-left .title-container .subtitle {
      text-align: left; }
    .background-title-container.background-text-left .title-container h2 {
      text-transform: none; }
    .background-title-container.background-text-left .title-container .text {
      text-align: left;
      color: #FFFFFF; }
  .background-title-container.background-text-left .title-container .text::before {
    content: ""; }
  .background-title-container.background-text-left .title-container .text::after {
    content: ""; }
  .background-title-container.background-text-left .andromeda-link a {
    margin-top: 20px; }
  @media only screen and (max-width: 992px) {
    .background-title-container.background-text-left .title-container {
      max-width: 85%;
      position: unset;
      margin-top: 1.5rem; } }
/*------------------------------ text_right background-title ----------------------------*/
.background-title-container.background-text-right {
  padding: 0rem;
  position: relative; }
  .background-title-container.background-text-right .title-container {
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    max-width: 20rem;
    align-items: flex-end;
    z-index: 1;
    position: absolute; }
    .background-title-container.background-text-right .title-container .title {
      color: #00778B; }
    .background-title-container.background-text-right .title-container .subtitle {
      color: #FFFFFF; }
    .background-title-container.background-text-right .title-container .title, .background-title-container.background-text-right .title-container .subtitle {
      text-align: right; }
    .background-title-container.background-text-right .title-container h2 {
      text-transform: none; }
    .background-title-container.background-text-right .title-container .text {
      text-align: right;
      color: #FFFFFF; }
  .background-title-container.background-text-right .title-container .text::before {
    content: ""; }
  .background-title-container.background-text-right .title-container .text::after {
    content: ""; }
  .background-title-container.background-text-right .andromeda-link a {
    margin-top: 20px; }
  @media only screen and (max-width: 992px) {
    .background-title-container.background-text-right .title-container {
      max-width: 85%;
      position: unset;
      margin-top: 1.5rem; } }
/*------------------------------ text_left_shadow background-title ----------------------------*/
.background-title-container.background-text-left-shadow {
  padding: 1rem 3rem 3rem 3rem;
  position: relative;
  min-height: unset;
  height: 100%;
  box-shadow: linear-gradient(90deg, #005775, rgba(0, 87, 117, 0));
  z-index: 0;
  background-size: 100%;
  transition: background-size 800ms linear; }
  .background-title-container.background-text-left-shadow .title-container {
    justify-content: center;
    width: 100%;
    align-items: baseline;
    z-index: 2; }
    .background-title-container.background-text-left-shadow .title-container .title {
      color: #FFFFFF; }
    .background-title-container.background-text-left-shadow .title-container .subtitle {
      color: #FFFFFF; }
    .background-title-container.background-text-left-shadow .title-container .title, .background-title-container.background-text-left-shadow .title-container .subtitle {
      text-align: left; }
    .background-title-container.background-text-left-shadow .title-container h2 {
      text-transform: none; }
    .background-title-container.background-text-left-shadow .title-container .text {
      text-align: left;
      color: #FFFFFF; }
  .background-title-container.background-text-left-shadow .title-container .text::before {
    content: ""; }
  .background-title-container.background-text-left-shadow .title-container .text::after {
    content: ""; }
  .background-title-container.background-text-left-shadow .andromeda-link a {
    margin-top: 20px; }
  @media only screen and (max-width: 992px) {
    .background-title-container.background-text-left-shadow .title-container {
      max-width: 85%;
      position: unset;
      margin-top: 1.5rem; } }
@media only screen and (max-width: 992px) {
  .background-title-container.background-text-left-shadow {
    background-size: unset; } }

.background-text-left-shadow-background {
  background: linear-gradient(90deg, #00778B, rgba(0, 87, 117, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0; }

.background-text-left-shadow-spacing {
  padding-bottom: 2rem;
  height: 100%; }
  .background-text-left-shadow-spacing a:hover {
    text-decoration: none; }
    .background-text-left-shadow-spacing a:hover .background-title-container.background-text-left-shadow {
      background-size: 105%; }

/* TBG style */
#tbg-syle img {
  height: 450px;
  object-fit: cover;
  width: 100%; }

#tbg-syle .title-container {
  position: absolute;
  background-color: #363636;
  opacity: 0.7;
  color: #fff;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 55px; }
  #tbg-syle .title-container a, #tbg-syle .title-container span {
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
