img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}



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


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q{
	quotes: none
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 30px;
}

html,
body {
  height: 100%;
  background-color: #FFFFFF !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 975px;
  padding: 50px 10%;
}

.content__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 50px 20px;
}

.posts {
  background-color: #FFFFFF;
}

.posts .col {
  margin-bottom: 20px;
}

.posts .col .card-body {
  background-color: #FFFFFF;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

footer {
  margin-top: auto;
}

a {
  text-decoration: none;
}

button,
.btn {
  transition: all 0.3s ease-in-out !important;
  background: ;
  color: ;
}

button:hover,
.btn:hover {
   text-decoration: underline !important;
  transition: all 0.3s ease-in-out !important;
}

.header__logo-holder {
      display: inline-block;
      height: 60px;
    }

    .header__logo-holder img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    body.active {
      overflow: hidden;
    }

    a {
      text-decoration: none;
    }

    #header {
      transition: all 0.5s;
      z-index: 997;
      background: #1A1A2E;
    }

    #header .logo {
      font-size: 30px;
      margin: 0;
      padding: 0;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    #header .logo img {
      max-height: 40px;
    }

    .header__container {
      max-width: 975px;
      margin: 0px auto;
      padding: 20px;
    }

    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }

    .navbar li {
      position: relative;
    }

    .navbar a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 30px;
      font-size: 15px;
      font-weight: 600;
      transition: 0.3s;
      text-decoration: none;
      color: #FFFFFF;
    }

    .navbar a i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

    .navbar a:hover,
    .navbar li:hover>a {
      opacity: 0.5;
      color: #FFFFFF;
      text-decoration: none;
    }

    .mobile-nav-toggle {
      font-size: 28px;
      cursor: pointer;
      display: none;
      line-height: 0;
      transition: 0.5s;
      color: #0F3460;
    }

    @media (max-width: 991px) {
      .mobile-nav-toggle {
        display: block;
      }

      .navbar ul {
        display: none;
      }
    }

    .navbar-mobile {
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      transition: 0.3s;
      z-index: 999;
      background: #FFFFFF;
    }

    .navbar-mobile .fa-times {
      color: #0F3460;
    }

    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 25px;
      right: 20px;
    }

    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 55px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      overflow-y: auto;
      transition: 0.3s;
      background-color: #1A1A2E;
    }

    .navbar-mobile a {
      padding: 10px 20px;
      font-size: 15px;
      color: #FFFFFF;
    }

    #hero {
      width: 100%;
      height: 100vh;
      background-attachment: fixed;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      position: relative;
      padding-top: 82px;
      background-image: url("/wp-content/uploads/2021/03/lech-naumovich-j1qmcItYB0k-unsplash-scaled.jpg");
    }

    #hero:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .2;
      background-color: #1A1A2E;
    }

    #hero .container {
      position: relative;
      z-index: 1;
    }

    .hero__container {
      max-width: 975px;
      margin: 0px auto;
      padding: 0 30px;
      position: relative;
      z-index: 1;
    }

    #hero h1 {
      margin: 0;
      font-size: 48px;
      font-weight: 700;
      color: #1A1A2E;
    }

    #hero h2 {
      margin: 10px 0 0 0;
      font-size: 24px;
      color: #1A1A2E;
    }

    .btn-get-started {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 4px;
      transition: 0.5s;
      margin-top: 30px;
      background: transparent;
      color: #0F3460;
      border: 2px solid #0F3460;

    }

    .btn-get-started:hover {
      background: #0F3460;
      border: 2px solid #0F3460;
      color: #F2F7FD;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      #hero {
        text-align: center;
        padding-top: 58px;
      }

      #hero h1 {
        font-size: 28px;
      }

      #hero h2 {
        font-size: 18px;
        line-height: 24px;
      }
    }

    @media (max-height: 500px) {
      #hero {
        height: 120vh;
      }
    }



    .hero__container._to-animate {
      opacity: 0;
      transform: translateY(300px);
      transition: opacity 0.3s ease 0s,
        transform 0.3s ease 0s;
    }

    .hero__container._to-animate._animated {
      opacity: 1;
      transform: translateY(0px);
    }

.home-first1 {
  padding: 60px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

.home-first1 .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.home-first1__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 0 20px;
}

.home-first1 .title {
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

.home-first1 .text {
  color: #1A1A2E ;
}

.home-first1._to-animate .home-first1__container {
  opacity: 0;
  transform: translateY(200px);
  transition: transform 0.3s ease 0s, opacity 0.6s ease 0s;
}

.home-first1._to-animate._animated .home-first1__container {
  opacity: 1;
  transform: translateY(0px);

}

.home-second3 .content {
  background: url('/wp-content/uploads/2021/06/ales-krivec-N-aTikX-b00-unsplash-scaled.jpg') center/cover no-repeat;
  position: relative;
}

.home-second3 .content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.home-second3__container {
  max-width: 975px !important;
  margin: 0px auto;
  padding: 112px 20px;
  position: relative;
  z-index: 1;
}

.home-second3 .content__box {
  width: 100%;
  box-shadow: 0px 0px 25px rgba(6, 40, 69, 0.15);
}

@media (min-width: 768px) {
  .home-second3 .content__box {
    display: flex;
  }
}

.home-second3 .content__picture {
  width: 100%;
  background: url('/wp-content/uploads/2021/06/ivan-torres-SVITzHh1Cdg-unsplash-scaled.jpg') center/cover no-repeat;
}

@media (min-width: 768px) {
  .home-second3 .content__picture {
    flex: 1 1 45%;
  }
}

.home-second3 .content__picture img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .home-second3 .content__picture img {
    display: none;
  }
}

.home-second3 .text {
  padding: 30px;
  font-size: 16px;
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  .home-second3 .text {
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .home-second3 .text {
    flex: 1 1 55%
  }
}

.home-second3 .content-text {
  margin-bottom: 0px;
  line-height: 25px;
  color: #1A1A2E ;
}

.home-second3._to-animate .content__box {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-second3._to-animate._animated .content__box {
  opacity: 1;
  transform: translateY(0px);
}

.simple-heading {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 50px auto;
}

.simple-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 576px) {
  .simple-heading__title {
    font-size: 32px;
  }
}

.simple-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  color: #1A1A2E ;
}

@media (min-width: 576px) {
  .simple-heading__subtitle {
    font-size: 18px;
  }
}

.home-third1 {
  background-color: #FFFFFF;
}

.home-third1__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 55px 20px 60px 20px;
}

@media (min-width: 768px) {
  .home-third1__container {
    padding: 85px 0px 100px 0px;
  }
}

@media (min-width: 768px) {
  .home-third1__row {
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.home-third1__row-item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-third1__row-item {
    padding: 30px 25px;
    flex: 0 1 33.33333%;
    margin: 0;
    margin-bottom: 30px;
  }

  .home-third1__row-item_centre {
    padding: 0px 25px;
  }
}

.home-third1__row-item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .home-third1__row-item:last-child {
    margin-bottom: 30px;
  }
}

.home-third1__card {
  box-shadow: 0px 0px 25px rgba(6, 40, 69, 0.15);
  border-radius: 15px;
  overflow: hidden;
  max-width: 450px;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .home-third1__card {
    max-width: 265px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.home-third1__card-pic {
  width: 100%;
}

.home-third1__card-pic img {
  width: 100%;
  object-fit: cover;
}

.home-third1__text-block {
  text-align: center;
  padding: 20px 20px 35px 20px;
}

@media (min-width: 768px) {
  .home-third1__text-block {
    flex: 1 100%;
    display: flex;
    flex-direction: column;
  }
}

.home-third1__card-text {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 35px;
  color: #1A1A2E;
}

@media (min-width: 768px) {
  .home-third1__card-text {
    flex: 1 1 100%;
  }
}

.home-third1__link {
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #1A1A2E;
}

@media (min-width: 768px) {
  .home-third1__link:hover {
    color: #E94560;
  }

  .home-third1__link:hover span {
    margin-right: 8px;
  }
}

.home-third1__link span {
  transition: all 0.3s ease 0s;
  line-height: 23px;
  margin-right: 5px;
}

.home-third1__link i {
  transition: all 0.3s ease 0s;
}

.home-third1__link i::before {
  line-height: none;
}

.home-third1 .simple-heading._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-third1 .simple-heading._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.home-third1 .home-third1__row-item._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  .home-third1 .home-third1__row-item._to-animate:nth-child(3n+1) {
    transition: all 0.3s ease 0.06s;
  }

  .home-third1 .home-third1__row-item._to-animate:nth-child(3n+2) {
    transition: all 0.3s ease 0.12s;
  }

  .home-third1 .home-third1__row-item._to-animate:nth-child(3n+3) {
    transition: all 0.3s ease 0.18s;
  }
}

.home-third1 .home-third1__row-item._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.card-body img {
  width: 100%;
  height: 100%;
}

.home-four6 {
  background: url("/wp-content/uploads/2021/06/orca-ad0ms1fF8Hc-unsplash-scaled.jpg") center/cover no-repeat;
}

.home-four6__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 135px 20px 110px 20px;
}

.home-four6__content {
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  text-align: center;
  max-width: 1040px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .home-four6__content {
    padding: 50px 60px;
  }
}

.home-four6__content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #1A1A2E;
}

.home-four6__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 576px) {
  .home-four6__title {
    font-size: 56px;
    margin-bottom: 40px;
  }
}

.home-four6__text {
  font-size: 22px;
  line-height: 140%;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .home-four6__text {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.home-four6__button {
  display: inline-flex;
  border-radius: 50px;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #F2F7FD;
  background-color: #0F3460;
}

@media (min-width: 576px) {
  .home-four6__button {
    padding: 25px 55px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .home-four6__button:hover {
    color: #1A1A2E;
    background-color: #FFFFFF;
  }
}

.home-four6__container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-four6__container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.home-five7 {
  overflow: hidden;
  background-color: #FFFFFF;
}

.home-five7__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 40px 20px;
}

.home-five7 .accordion-collapse {
  border: 0;
}

.home-five7 .accordion-button {
  padding: 15px 15px 20px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  text-align: left;
  position: relative;
  color: #F2F7FD !important;
  background-color: #0F3460 !important;
}

.home-five7 .accordion-button:hover {
  text-decoration: none !important;
  transform: scale(1) !important;
}

@media (min-width: 992px) {
  .home-five7 .accordion-button:hover {
    transform: scale(1.1) !important;
  }
}

.home-five7 .accordion-button i {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(0deg);
  font-size: 20px;
  transition: all 0.3s ease 0s;
}

.home-five7 .accordion-button.collapsed {
  color: #FFFFFF !important;
  background-color: #1A1A2E !important;
}


.home-five7 .accordion-button.collapsed i {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(-180deg);
}

.home-five7 .accordion-button:after {
  display: none;
}

.home-five7 .accordion-button:focus {
  box-shadow: none;
}

.home-five7 .accordion-button:not(.collapsed) {
  background: none;
  border-bottom: 0;
}

.home-five7 .accordion-body {
  padding: 30px 10px;
  border: 0;
  color: #1A1A2E ;
}

button {
  background: #1A1A2E !important;
}

.home-five7 .simple-heading._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-five7 .simple-heading._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.home-five7 .accordion-item._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-five7 .accordion-item._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.devider-left-heading {
  max-width: 700px;
  margin: 0px 0 50px 0;
}

.devider-left-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #1A1A2E ;
  display: flex;
  align-items: center;
}

.devider-left-heading__subtitle:after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #E94560;
  margin-left: 10px;

}

@media (min-width: 576px) {
  .devider-left-heading__subtitle {
    font-size: 18px;
  }
}

.devider-left-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 576px) {
  .devider-left-heading__title {
    font-size: 32px;
  }
}

.home-six5 {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.home-six5 .home-six5-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #E94560;
}

.home-six5__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 0 20px;
}

.home-six5 .home-six5-heading {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .home-six5 .home-six5-heading {
    display: block;
  }
}

.home-six5 .home-six5-item i {
  font-size: 20px;
  float: left;
  line-height: 0;
  margin: 0;
  color: #E94560;
}

.home-six5 .home-six5-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 10px;
  color: #1A1A2E;
}

@media (min-width: 992px) {
  .home-six5 .home-six5-item h4 {
    margin-left: 30px;
  }
}

.home-six5 .home-six5-item p {
  font-size: 15px;
  color: #1A1A2E ;
}

.home-six5 .devider-left-heading._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-six5 .devider-left-heading._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.home-six5 .row.align-items-stretch._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.home-six5 .row.align-items-stretch._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.devider-left-heading {}

.footer__logo-holder {
  display: inline-block;
  height: 70px;
}

.footer__logo-holder img {
  height: 100%;
  object-fit: contain;
}

.footer__container {
  max-width: 975px !important;
  margin: 0px auto;
  padding: 0 20px;
}

footer .bg-custom {
  background: #1A1A2E }

footer .bg-bot {
  background: #FFFFFF;
  color: #1A1A2E ;
}

footer {
  line-height: 1.5;
  font-size: 14px;
  color: #FFFFFF;
}

footer ul a {
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
}

footer ul a:hover {
  color: #FFFFFF;
  opacity: .7;
}

.logo-block {
  max-width: 300px;
  font-size: 12px;
}

footer.container-fluid {
  padding: 0 !important;
}

.footer__container._to-animate,
.footer-copyright._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.footer__container._to-animate._animated,
.footer-copyright._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.header__logo-holder {
          display: inline-block;
          height: 60px;
        }

        .header__logo-holder img {
          height: 100%;
          width: 100%;
          object-fit: contain;
        }

        body.active {
          overflow: hidden;
        }

        a {
          text-decoration: none;
        }

        #header {
          transition: all 0.5s;
          z-index: 997;
          background: #1A1A2E;
        }

        #header .logo {
          font-size: 30px;
          margin: 0;
          padding: 0;
          line-height: 1;
          font-weight: 700;
          letter-spacing: 2px;
          text-transform: uppercase;
        }

        .header__container {
          max-width: 975px;
          margin: 0px auto;
          padding: 20px;
        }

        #header .logo img {
          max-height: 40px;
        }

        .navbar ul {
          margin: 0;
          padding: 0;
          display: flex;
          list-style: none;
          align-items: center;
        }

        .navbar li {
          position: relative;
        }

        .navbar a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 10px 0 10px 30px;
          font-size: 15px;
          font-weight: 600;
          transition: 0.3s;
          text-decoration: none;
          color: #FFFFFF;
        }

        .navbar a i {
          font-size: 12px;
          line-height: 0;
          margin-left: 5px;
        }

        .navbar a:hover,
        .navbar li:hover>a {
          opacity: 0.5;
        }

        .mobile-nav-toggle {
          color: #0F3460;
          font-size: 28px;
          cursor: pointer;
          display: none;
          line-height: 0;
          transition: 0.5s;
        }

        @media (max-width: 991px) {
          .mobile-nav-toggle {
            display: block;
          }

          .navbar ul {
            display: none;
          }
        }

        .navbar-mobile {
          position: fixed;
          overflow: hidden;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          transition: 0.3s;
          z-index: 999;
          background: #FFFFFF;
        }

        .navbar-mobile .fa-times {
          color: #0F3460        }

        .navbar-mobile .mobile-nav-toggle {
          position: absolute;
          top: 25px;
          right: 20px;
        }

        .navbar-mobile ul {
          display: block;
          position: absolute;
          top: 55px;
          right: 15px;
          bottom: 15px;
          left: 15px;
          padding: 10px 0;
          overflow-y: auto;
          transition: 0.3s;
          background-color: #1A1A2E;
        }

        .navbar-mobile a {
          padding: 10px 20px;
          font-size: 15px;
          color: #FFFFFF;
        }

.img-fluid {
  object-fit: cover;
}

.page-content6 {
  background-color: #FFFFFF;
}

.page-content6__container {
  max-width: 975px;
  margin: 0px auto;
  padding: 0 20px;
}

.page-content6 {
  padding: 60px 0;
  overflow: hidden;
}

.page-content6 .icon-boxes h4 {
  font-size: 18px;
  color: red;
  margin-bottom: 15px;
}

.page-content6 .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: red;
  margin-bottom: 15px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

.page-content6 .icon-box {
  margin-top: 40px;
}

.page-content6 .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #E94560;
}

.page-content6 .icon-box .icon i {
  transition: all 0.3s ease 0s;
  font-size: 28px;
  color: #E94560;

}

.page-content6 .icon-box:hover .icon {
  background: #E94560;
  border-color: #E94560;
}

.page-content6 .icon-box:hover .icon i {
  color: #0F3460;
}

.page-content6 .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1A1A2E;
}

.page-content6 .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
  color: #1A1A2E ;
}

.page-content6 .image-box {
  min-height: 500px;
}

.page-content6__container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.page-content6__container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content6__content._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0.45s;
}

.page-content6__content._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content6-content._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0.6s;
}

.page-content6-content._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.simple-left-heading {
  max-width: 700px;
  margin: 0px 0 50px 0;
}

.simple-left-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0px;
  color: #1A1A2E ;
}

@media (min-width: 576px) {
  .simple-left-heading__subtitle {
    font-size: 18px;
  }
}

.simple-left-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 576px) {
  .simple-left-heading__title {
    font-size: 32px;
  }
}

.page-content2 {
  padding: 60px 20px;
  overflow: hidden;
  color: #1A1A2E ;
  background-color: #FFFFFF;
}

.page-content2__container {
  padding: 60px 20px;
  margin: 0px auto;
  box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  max-width: 975px;
}

@media (max-width: 992px) {
  .page-content2 .container {
    padding: 30px;
  }
}

.page-content2 .content h3 {
  font-weight: 400;
  font-size: 22px;
  font-family: 'Calistoga', cursive;
  color: #1A1A2E;
}

@media (min-width: 576px) {
  .page-content2 .content h3 {
    font-size: 32px;
  }
}

.page-content2 .content ul {
  list-style: none;
  padding: 0;
  color: #1A1A2E ;
}

.page-content2 .content ul li {
  padding-bottom: 10px;
  color: #1A1A2E ;
}

.page-content2 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #E94560;
}

.page-content2 .content p:last-child {
  margin-bottom: 0;
}

.page-content2 .img-wrap {
  background: none;
}

@media (min-width: 992px) {
  .page-content2 .img-wrap {
    height: 100%;
    background: url("/wp-content/uploads/2021/06/quino-al-gLnHYHYyD3c-unsplash-scaled.jpg") center/cover no-repeat;
  }

  .page-content2 .img-wrap .img-fluid {
    display: none;
  }
}

.page-content2__container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.page-content2__container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content2 .row._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0.45s;
}

.page-content2 .row._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content1 {
  padding: 60px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

.page-content1__content {
  background-color: #FFFFFF;
}

.page-content1 .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.page-content1 .section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

.page-content1__container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  max-width: 975px;
  margin: 0px auto;
  padding: 0 20px;
}

.page-content1 .image-box img {
  height: 600px;
  padding: 15px 0;
  object-fit: cover;
}

@media (min-width:992px) {
  .page-content1 .image-box img {
    width: 600px;
    height: 100%;
  }
}

.page-content1 .page-content1-content {
  padding: 40px;
}

.page-content1 .icon-box+.icon-box {
  margin-top: 40px;
}

.page-content1 .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  transition: 0.5s;
  background: #0F3460;
}

.page-content1 .icon-box .icon i {
  font-size: 32px;
  color: #F2F7FD;
}

.page-content1 .icon-box:hover .icon {
  background-color: #F2F7FD;
}

.page-content1 .icon-box:hover .icon i {
  color: #0F3460;
}

.page-content1 .icon-box .title {
  margin-left: 95px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A2E;
}


.page-content1 .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
  color: #1A1A2E ;
}

.page-content1 .video-box {
  position: relative;
}

.page-content1__container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.page-content1__container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content1__content._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0.45s;
}

.page-content1__content._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.page-content1-content._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0.6s;
}

.page-content1-content._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.simple-top-heading {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 50px auto;
}

.simple-top-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 5px;
  color: #1A1A2E ;
}

@media (min-width: 576px) {
  .simple-top-heading__subtitle {
    font-size: 18px;
  }
}

.simple-top-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 576px) {
  .simple-top-heading__title {
    font-size: 32px;
  }
}

.about-first3 {
  padding: 60px 0;
  overflow: hidden;
  background: #FFFFFF;
}

.about-first3__container {
  max-width: 975px !important;
  margin: 0px auto;
  padding: 0 20px;
}

.about-first3 .row__item {
  padding-top: 20px;
}

.about-first3 .section-header {
  text-align: center;
  padding-bottom: 40px;
}

.about-first3 .section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #1A1A2E;
}

.about-first3 .section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #1A1A2E;
}

@media (max-width: 768px) {
  .about-first3 .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.about-first3 .row {
  justify-content: center;
}

.about-first3 .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 49px -13px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background: #FFFFFF;
}

.about-first3 .member .member-img {
  position: relative;
  overflow: hidden;
}

.about-first3 .member .member-info {
  padding: 10px 15px 20px 15px;
}

.about-first3 .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

.about-first3 .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A2E ;
}

.about-first3 .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #1A1A2E ;
}

.about-first3 .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.about-first3 .member:hover .social {
  right: 8px;
  opacity: 1;
}

.about-first3 .simple-top-heading._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.about-first3 .simple-top-heading._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.about-first3 .row__item._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.about-first3 .row__item._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.about-second1 .content {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  background: url(/wp-content/uploads/2021/06/artem-verbo-w8sxtkYsRns-unsplash-scaled-e1624522681963.jpg) 0 0 / cover no-repeat;
  transition: all 0.3s ease 0s;
}

@media (min-width: 576px) {
  .about-second1 .content {
    min-height: 500px;
  }
}

.about-second1 .container {
  flex: 1 1 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-second1 .title {
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  max-width: 975px;
  color: #1A1A2E;
  font-family: 'Calistoga', cursive;
}

@media (min-width: 768px) {
  .about-second1 .title {
    font-size: 36px;
  }
}

.about-second1 .title:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  .about-second1 .title {
    padding: 50px 90px;
    font-size: 52px;
    font-weight: 700;
  }
}

.about-second1 .container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.about-second1 .container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}

.devider-heading {
  max-width: 700px;
  margin: 0px auto 40px auto;
  text-align: center;
}

.devider-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0px;
  font-family: 'Calistoga', cursive;
  color: #1A1A2E;
}

.devider-heading__title:after {
  content: '';
  display: block;
  width: 100px;
  margin: 10px auto;
  border-radius: 20px;
  height: 3px;
  background-color: #E94560;
}

@media (min-width: 576px) {
  .devider-heading__title {
    font-size: 32px;
  }
}

.devider-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0px;
  color: #1A1A2E ;
}

@media (min-width: 576px) {
  .devider-heading__subtitle {
    font-size: 18px;
  }
}

.slider__pagination {
  display: flex;
  position: relative !important;
  justify-content: center;
}

.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  transition: all 0.3s ease 0s;
  border: 2px solid #E94560;
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: #E94560;
}

.about-third5 {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.about-third5__container {
  max-width: 975px !important;
  margin: 0px auto;
  padding: 0 20px;
}

.about-third5-carousel {
  margin-bottom: 20px;
}

.about-third5 .testimonial-item {
  text-align: center;
}

.about-third5 .testimonial-item .testimonial-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  border: 4px solid #FFFFFF;
}

.about-third5 .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #1A1A2E;
}

.about-third5 .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #1A1A2E;
}

.about-third5 .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.about-third5 .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.about-third5 .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #1A1A2E ;
}

.about-third5 .devider-heading._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease;
}

.about-third5 .devider-heading._to-animate._animated {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.3s ease 0s;
}

.about-third5__container._to-animate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.3s ease 0s;
}

.about-third5__container._to-animate._animated {
  opacity: 1;
  transform: translateY(0px);
}


.grundlagen-thumb { display:block; margin-bottom:16px; border-radius:6px; overflow:hidden; }
.grundlagen-thumb img { width:100%; height:160px; object-fit:cover; display:block; transition:transform .4s ease; }
.grundlagen-thumb:hover img { transform:scale(1.04); }


.card-img-top { height: auto; }


footer h4 { font-size: 26px; font-weight: 500; margin-bottom: 14px; line-height: 1.2; }


.content__container { padding-top: 172px; }
.content__container > h1 { font-size: 34px; line-height: 1.2; margin-bottom: 24px; color: #1A1A2E; font-weight: 700; }
@media (max-width: 768px) {
  .content__container { padding-top: 108px; }
  .content__container > h1 { font-size: 26px; }
}


.content__text h2,
.content__text h3,
.content__text h4 { color: #1A1A2E; font-weight: 700; line-height: 1.25; }
.content__text h2 { font-size: 26px; margin: 1.6em 0 0.5em; }
.content__text h3 { font-size: 21px; margin: 1.4em 0 0.45em; }
.content__text h4 { font-size: 18px; margin: 1.3em 0 0.4em; }
.content__text > h2:first-child,
.content__text > h3:first-child { margin-top: 0; }
@media (max-width: 768px) {
  .content__text h2 { font-size: 22px; }
  .content__text h3 { font-size: 19px; }
}


.content__text ul,
.content__text ol { margin: 0 0 1.1em; padding-left: 1.6em; }
.content__text ul { list-style: disc; }
.content__text ol { list-style: decimal; }
.content__text li { margin-bottom: 0.5em; line-height: 1.6; }
.content__text li::marker { color: #1A1A2E; }
.content__text li > ul,
.content__text li > ol { margin: 0.5em 0 0.5em; }


.content__text p { margin: 0 0 1.1em; }
.content__text p:last-child { margin-bottom: 0; }


body.blog .posts > .container,
body.archive .posts > .container,
body.search .posts > .container { padding-top: 172px; }
@media (max-width: 768px) {
  body.blog .posts > .container,
  body.archive .posts > .container,
  body.search .posts > .container { padding-top: 108px; }
}
