/* HEADER */
header .navbar .navbar-brand img,
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
  max-height: 72px;
}

header .navbar-dark .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sticky .navbar-dark.header-light .navbar-nav .nav-link:hover {
  color: #ee7674 !important;
}

.navbar.navbar-boxed {
  padding-left: 12px;
  padding-right: 12px;
}

.navbar .navbar-nav .nav-link {
  white-space: nowrap;
}

.dropdown-language {
  position: relative;
}

.dropdown-language > ul {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.35s;
  transition-property: opacity, visibility, top;
}

.btn-header {
  background-color: #5e88a8;

  color: #fff;
  font-size: 15px;
  transition: all 0.35s ease-in-out !important;
}
.btn-header:hover {
  background-color: #2e5b79;
  color: #fff;
}
.btn-header .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2e5b79;
  margin-left: 19px;
}
.btn-header .icon-container .icon {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin-top: 2px;
  margin-left: 3px;
}

.home-startup .rs-btn:hover .fa-play {
  color: #2e5b79 !important;
}

.border-blue {
  border: 3px solid #5e88a8;
  border-radius: 4px;
}

/* BANNER */
.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.banner-image.reframe {
  background-image: url("../images/coaching-reframe-tree-mountain.jpeg");
}
.banner-image.about-me {
  background-image: url("../images/coaching-reframe-corine-de-hemptinne.jpg");
  background-position: 0 -117px;
}
.banner-image.skills {
  background-image: url("../images/coaching-reframe-path-sign.jpeg");
}
.banner-image.enneagram {
  background-image: url("../images/coaching-reframe-perfect-day.jpg");
}
.banner-image.services {
  background-image: url("../images/coaching-reframe-enneagram-personality.jpg");
}
.banner-image.contact {
  background-image: url("../images/caching-reframe-time-change-contact.jpg");
}

.banner-image figure {
  position: relative;
}

.banner-image figure,
.banner-image .banner-title-container {
  max-width: 750px;
  z-index: 1;
  color: #fff;
}

.banner-image figure .text-banner {
  position: relative;
  margin: 0;
  margin-bottom: 25px;
}

.banner-image figure .text-banner,
.banner-image .banner-title-container h1 {
  font-size: 40px;
  line-height: 50px;
  padding: 0.5rem 24px;
}
.banner-image figure .text-banner p {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
}

.text-banner:before,
.text-banner:after {
  position: absolute;
  font-size: 8rem;
  width: 24px;
  height: 24px;
  line-height: 0.85;
  display: inline-block;
}

.text-banner:before {
  content: "“";
  left: 0;
  top: -24px;
}

.text-banner:after {
  content: "”";
  right: 0;
  bottom: -24px;
}

.banner-image figcaption {
  font-size: 16px;
  line-height: 16px;
}

.banner-image figcaption {
  margin-left: 40px;
  text-align: left;
}

/* QUOTE */
.quote {
  margin: 0;
}

.quote p::before {
  content: "“";
  font-size: 2rem;
}

.quote p::after {
  content: "”";
  font-size: 2rem;
}

.quote-container figcaption {
  font-size: 14px;
  line-height: 16px;
}

/* ICONS */
.icon svg {
  width: 30px;
  height: 30px;
}

/* TITLE */
.header-title {
  max-width: 750px;
  margin: 0 auto;
}

/* BORDER TITLE */
.border-title {
  display: inline-block;
  border-bottom: 2px solid #212529;
}

/* CONTAINER HELP */
.container-help {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* TEXT COLOR */
.text-blue,
.btn-link.text-blue,
a.text-blue-hover:hover {
  color: #5e88a8;
}

.text-dark-blue {
  color: #2e5b79;
}

/* FONT SIZE */
.small-title-services {
  font-size: 22px;
  line-height: 30px;
}

/* BACKGROUND COLOR */
.bg-light-red {
  background-color: #ffe9e9;
}
.bg-extra-light-blue {
  background-color: #f3ffff;
}
.bg-light-blue {
  background-color: #8eb8da;
}
.bg-blue {
  background-color: #5e88a8;
}
.bg-dark-blue {
  background-color: #2e5b79;
}

/* BORDER COLOR */
.border-color-red {
  border-color: #ee7674 !important;
}
.border-color-blue {
  border-color: #5e88a8 !important;
}

/* BUTTON COLOR */
.btn.btn-blue {
  background: transparent;
  border-color: #5e88a8;
  color: #5e88a8;
  border-radius: 7px;
  transition: all 0.35s ease-in-out;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #5e88a8;
  border-color: #5e88a8;
  color: #fff;
}

/* LIST */
ul {
  list-style: none;
}

.unorderlist-links li {
  position: relative;
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2e5b79;
  border: 2px solid #2e5b79;
  border-radius: 7px;
  transition: all 0.35s ease-in-out;
}

.unorderlist-links li a {
  color: #fff;
  transition: all 0.35s ease-in-out;
}

.unorderlist-links li:hover {
  background-color: #fff;
}

.unorderlist-links li:hover a {
  color: #2e5b79;
}

.blue-unordered-list li {
  padding: 15px 15px 15px 20px;
}

.blue-unordered-list li:nth-child(1),
.blue-unordered-list li:nth-child(3),
.blue-unordered-list li:nth-child(5),
.blue-unordered-list li:nth-child(7),
.blue-unordered-list li:nth-child(9),
.blue-unordered-list li:nth-child(11) {
  background-color: rgba(94, 136, 168, 0.5);
}

.round-unordered-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.round-unordered-list li {
  padding: 10px;
  display: flex;
  flex: 1;
  min-width: 350px;
}
.round-unordered-list .fa-circle {
  color: #5e88a8;
  padding-top: 6px;
  padding-right: 15px;
}

.round-unordered-list.columns {
  flex-direction: column;
}
.round-unordered-list.columns li .book {
  flex-wrap: wrap;
}

.list-right {
  max-width: 750px;
}

.unordered-list li {
  padding: 15px 0 15px 15px;
  margin-bottom: 25px;
  border-left: 3px solid #5e88a8;
}

.card {
  width: 100%;
  height: 100%;
  border: 1px solid #5e88a8;
  background-color: rgb(242, 242, 242);
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
}

.card:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
}

.card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80px;
  background-color: #8eb8da;
  border: none;
  transition: all 0.35s ease-in-out;
}

.card:hover .card-header {
  background-color: #a6c2da;
}

.card .card-header h3 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

.card .card-body {
  padding: 20px;
}
.card .card-body ul li .fa-check {
  padding-top: 7px;
  padding-right: 15px;
  color: #5e88a8;
}

.list-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-box .icon-container {
  background-color: #8eb8da;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.list-box ul {
  max-width: 470px;
  background-color: #f1f5f8;
  padding: 25px 30px;
  border-radius: 7px;
  box-shadow: 0px 0px 12px 7px rgba(148, 148, 129, 0.5);
}

.list-box ul li {
  padding: 0 10px;
}

/* ACCORDION */
.panel-body ul li .fa-check {
  padding-top: 7px;
  padding-right: 15px;
  color: #5e88a8;
}

/* IMAGES */
.full-image-desktop {
  width: 100%;
  height: 300px;
  background-image: url("../images/coaching-reframe-work-computer.jpeg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.full-image-desktop2 {
  width: 100%;
  height: 300px;
  background-image: url("../images/coaching-reframe-work.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}




.image-think-differently {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.bg-image-rock-zen {
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../images/coaching-reframe-earth-rock-zen.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}
.bg-image-rock-zen .text-block .text {
  margin: 0;
  padding: 40px;
}

.image-keep-reading {
  max-height: 460px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 7px;
}

/* SECTION */
.parallax-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.parallax-section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.text-block {
  max-width: 750px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
.subtitle {
  margin-bottom: 10px;
  padding: 10px 0 0 40px;
  font-size: 25px;
}
.text {
  padding: 10px 40px;
  font-size: 18px;
}
.s1 {
  background-image: url("../images/coaching-reframe-earth.jpg");
}

.s2 {
  background-image: url("../images/coaching-reframe-sea.jpg");
}
.s3 {
  background-image: url("../images/coaching-reframe-south-korea.jpg");
}
.s4 {
  background-image: url("../images/coaching-reframe-san-francisco.jpg");
}
.s5 {
  background-image: url("../images/coaching-reframe-london.jpg");
}

/* END SECTION */
.end-section {
  padding: 0 0 90px 0;
}
.container-text-contact {
  max-width: 437px;
}

/* FOOTER */
.footer-startup {
  position: relative;
  background-image: url("../images/filigrane-coaching-reframe-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: calc(100% + 100px);
  background-position-y: bottom;
  color: #fff;
}

.footer-intro {
  padding-top: 40px;
}

.footer-startup a {
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.footer-startup a:hover {
  color: rgb(221, 219, 219);
}

.footer-startup .logo-icf {
  max-width: 130px;
  height: auto;
}
.footer-startup .logo-compsy {
  max-width: 130px;
  height: auto;
}

/* RESPONSIVE */
@media (min-width: 991px) {
  header .menu-order,
  .navbar .navbar-nav {
    flex: 1;
  }

  .navbar .navbar-nav li:first-child {
    margin-left: auto;
  }

  .navbar .navbar-nav .dropdown-language {
    margin-left: auto;
  }

  .navbar .navbar-nav .dropdown-language .nav-link.active {
    color: #fff !important;
  }

  .dropdown-language > ul {
    top: 50%;
    right: 0;
    border-radius: 2px;
    background-color: #fff;
  }

  .dropdown-language:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .dropdown-language > ul li a {
    display: block;
    text-align: center;
  }
}

@media (max-width: 991px) {
  header .navbar .navbar-brand img,
  header.side-menu .logo img,
  header .sidebar-nav-menu .navbar-brand img {
    max-height: 57px;
  }

  .navbar.navbar-dark.bg-transparent
    .navbar-nav
    .nav-item:not(.dropdown-language):hover
    .nav-link {
    color: #ee7674 !important;
  }

  .dropdown-language {
    padding: 9px 15px;
  }

  .dropdown-language > ul {
    display: inline-block;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-language a {
    display: inline-block;
    padding: 0;
    color: #232323 !important;
  }

  .dropdown-language .dropdown-icon {
    display: none;
  }

  .dropdown-language > ul li a {
    padding: 9px 15px;
  }

  .navbar.navbar-dark.bg-transparent .dropdown-language .nav-link.active,
  .navbar.navbar-dark.bg-transparent .dropdown-language a:hover,
  .navbar.navbar-dark.bg-transparent .dropdown-language .nav-link:hover {
    background-color: #b84649;
    color: #fff !important;
  }

  .banner-image.reframe,
  .banner-image.about-me,
  .banner-image.skills,
  .banner-image.enneagram,
  .banner-image.services {
    background-position: 50% 50%;
    min-height: calc(100vh - 81px);
  }

  .banner-image.contact {
    background-position: 72% 50%;
    min-height: calc(100vh - 81px);
  }

  .banner-image figure .text-banner p {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  figcaption {
    margin-left: 0;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .navbar.navbar-boxed {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .bg-image-rock-zen {
    height: 100vh;
  }
  .bg-image-rock-zen .text-block {
    max-width: 620px;
  }
  .parallax-section .text-container .text-block {
    max-width: 650px;
  }
  .image-think-differently,
  .image-keep-reading {
    width: 100%;
    max-height: 380px;
  }
  .image-keep-reading {
    object-position: 50% 85%;
  }
  .full-image-desktop {
    background-position: 80% 0%;
  }
}

@media (max-width: 425px) {
  .banner-image figure .text-banner p {
    font-size: 20px;
    line-height: 30px;
  }

  .bg-image-rock-zen .text-block {
    max-width: 620px;
  }
  .parallax-section .text-container .text-block,
  .bg-image-rock-zen .text-block {
    border-radius: 0;
  }
  .list-box ul {
    border-radius: 0;
  }
}

@media screen and (min-width: 991px) and (max-width: 1010px) {
  body {
    padding-top: 0 !important;
  }
}
