/*
Theme Name:   Twenty Twenty Four Child Theme
Description:  A Twenty Twenty-Four child theme
Author:       Rija
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfour
*/
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-fwd-delay {
  -webkit-animation: fade-in-fwd 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
          animation: fade-in-fwd 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
}

.puff-in-center {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

.header_hero_group {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  height: 100vh;
}

.feat_img_title_block {
  position: relative;
}

header nav.wp-block-navigation .wp-block-navigation__container > li {
  padding: 10px 15px;
}

header nav.wp-block-navigation .wp-block-navigation__container > li a:hover {
  text-decoration: none;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:hover {
  -webkit-transition: 400ms;
  transition: 400ms;
  border: none;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:hover button {
  -webkit-transition: 1400ms;
  transition: 1400ms;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1) {
  border-bottom: solid 3px #70b7ac;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1):hover {
  background-color: #70b7ac;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1):hover > a {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1):hover svg {
  stroke: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1) ul {
  border-radius: 5px;
  padding: 5px 0;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1) ul li:hover {
  background: #70b7ac;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1) ul li a {
  color: #000;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(1) ul li a:hover {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2) {
  border-bottom: solid 3px #b42127;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2):hover {
  background-color: #b42127;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2):hover > a {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2):hover svg {
  stroke: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2) ul {
  border-radius: 5px;
  padding: 5px 0;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2) ul li:hover {
  background: #b42127;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2) ul li a {
  color: #000;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(2) ul li a:hover {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3) {
  border-bottom: solid 3px #f8bd3b;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3):hover {
  background-color: #f8bd3b;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3):hover > a {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3):hover svg {
  stroke: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3) ul {
  border-radius: 5px;
  padding: 5px 0;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3) ul li:hover {
  background: #f8bd3b;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3) ul li a {
  color: #000;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(3) ul li a:hover {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4) {
  border-bottom: solid 3px #194b57;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4):hover {
  background-color: #194b57;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4):hover > a {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4):hover svg {
  stroke: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4) ul {
  border-radius: 5px;
  padding: 5px 0;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4) ul li:hover {
  background: #194b57;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4) ul li a {
  color: #000;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(4) ul li a:hover {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5) {
  border-bottom: solid 3px #4881b6;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5):hover {
  background-color: #4881b6;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5):hover > a {
  color: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5):hover svg {
  stroke: #fff;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5) ul {
  border-radius: 5px;
  padding: 5px 0;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5) ul li:hover {
  background: #4881b6;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5) ul li a {
  color: #000;
}

header nav.wp-block-navigation .wp-block-navigation__container > li:nth-child(5) ul li a:hover {
  color: #fff;
}

.home_cta {
  position: relative;
}

.wp-block-post-title a {
  display: inline;
  position: relative;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#b30606), to(#000)) left bottom no-repeat;
  background: linear-gradient(#b30606, #000) left bottom no-repeat;
  background-size: 0% 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page h1 {
  background: #eee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: absolute;
  bottom: 40px;
  border-radius: 4px;
  left: 180px;
}

.card_link {
  position: relative;
  overflow: hidden;
}

.card_link > .wp-block-group {
  position: initial;
}

.card_link figure {
  margin: 0;
  overflow: hidden;
}

.card_link figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.card_link a.wp-block-post-excerpt__more-link {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* Desktop-only media query */
@media screen and (min-width: 1024px) {
  .page-id-353 .wp-block-post-featured-image img {
    -o-object-position: 0px -13px;
       object-position: 0px -13px;
  }
  .card_link:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .card_link:hover .wp-block-post-title a::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .card_link:hover .wp-block-post-title a {
    background-size: 100% 2px;
  }
}

@media screen and (max-width: 600px) {
  .feat_img_title_block figure {
    margin-bottom: 0 !important;
    height: 200px !important;
  }
  .page h1 {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #eee;
    border-radius: 0;
  }
  main.wp-block-group {
    padding: 40px 15px;
  }
  nav.is-responsive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-container-core-columns-is-layout-1 {
    gap: 10px;
  }
  .card_link a.wp-block-post-excerpt__more-link {
    display: block;
  }
  header
nav.wp-block-navigation
.wp-block-navigation__container
> .wp-block-navigation-item
> .wp-block-navigation-item__content {
    font-weight: bold;
    font-size: 1.1em;
  }
  .testimonials figure {
    margin: 0 auto;
  }
  .testimonials h2 {
    text-align: center;
  }
  .testimonials li {
    padding: 0 15px;
  }
  .home_testimonials .wp-block-post-featured-image {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .home_testimonials h2 {
    padding: 0 15px;
  }
}

.wp-block-navigation__responsive-container-content.is-menu-open > ul {
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li a:hover {
  text-decoration: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: 7px;
  padding-top: 10px;
}
/*# sourceMappingURL=style.css.map */