:root {
  --marquee-width: calc(100vw - 4rem);
  --marquee-height: 16vh;
  --marquee-vrt-height: 450px;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-vrt-elements-displayed: 3;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-element-height: calc(var(--marquee-vrt-height) / var(--marquee-vrt-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  --marquee-animation-duration-vrt: calc(var(--marquee-elementsvrt) * 3s);
}
@media (max-width: 1256px) {
  :root {
    --marquee-elements-displayed: 4;
    --marquee-vrt-elements-displayed: 3;
  }
}
@media (max-width: 992px) {
  :root {
    --marquee-elements-displayed: 3;
    --marquee-vrt-elements-displayed: 2;
  }
}
@media (max-width: 768px) {
  :root {
    --marquee-elements-displayed: 2;
    --marquee-vrt-elements-displayed: 2;
  }
}

html {
  /* height: 100%; */
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  /* height: 100%; */
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}

nav {
  height: 80px;
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 501;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  opacity: 0.5;
}

.hs_24 {
  width: 100%;
  position: relative;
  padding: 3rem 2rem;
}

@media (min-width: 1560px) {
  .hs_24 {
    padding: 5rem 2rem;
  }
  .hs_24 .container-fluid {
    max-width: 1720px;
  }
}
@media (min-width: 1024px) {
  .hs_24 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .hs_24 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 424px) {
  .hs_24 .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.lora_p1 .lora {
  color: #195286;
}

.color_p1 {
  color: #195286;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.cta_24 {
  border: 1px solid #FCB614;
  border-radius: 36px;
  padding: 1rem 1.6rem;
  color: #fff;
  font-size: 16px;
  margin-top: 1.6rem;
  display: inline-flex;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1560px) {
  .cta_24 {
    margin-top: 2.6rem;
  }
}
.cta_24::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}
.cta_24.ct-b {
  color: #333;
}
.cta_24.ct-b::after {
  color: #333;
}
.cta_24:hover, .cta_24:focus {
  background: #FCB614;
  color: #000000;
}
.cta_24:hover::after, .cta_24:focus::after {
  color: #000000;
}
.cta_24:hover::after, .cta_24:focus::after {
  margin-left: 15px;
  margin-right: -5px;
}

.h24_title {
  font-weight: 300;
  color: #333333;
  font-size: 26px;
}
@media (min-width: 992px) {
  .h24_title {
    font-size: 36px;
  }
}
@media (min-width: 1560px) {
  .h24_title {
    font-size: 46px;
  }
}
.h24_title .lora {
  color: #195286;
  font-weight: 700;
}
.h24_title.text-white .lora {
  color: #fff;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.home_banner_24 {
  position: relative;
}
.home_banner_24 .banner_24 .slider_item {
  width: 100%;
  height: calc(100dvh - 80px);
  background: #195286;
}
.home_banner_24 .banner_24 .slider_item .bv_text span {
  font-weight: 200;
  font-size: 60%;
  position: relative;
  top: -13px;
  left: -10px;
}
.home_banner_24 .banner_24 .slider_item .bv_text,
.home_banner_24 .banner_24 .slider_item .bi_text {
  padding: 2rem;
  position: absolute;
  bottom: 10%;
  left: 1rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .home_banner_24 .banner_24 .slider_item .bv_text,
  .home_banner_24 .banner_24 .slider_item .bi_text {
    bottom: 20%;
  }
}
.home_banner_24 .banner_24 .slider_item .bv_text .cta_24,
.home_banner_24 .banner_24 .slider_item .bi_text .cta_24 {
  background: #FCB614;
  color: #333;
  font-size: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 1560px) {
  .home_banner_24 .banner_24 .slider_item .bv_text .cta_24,
  .home_banner_24 .banner_24 .slider_item .bi_text .cta_24 {
    font-size: 1.4rem;
  }
}
.home_banner_24 .banner_24 .slider_item .bv_text .cta_24:hover,
.home_banner_24 .banner_24 .slider_item .bi_text .cta_24:hover {
  background: #FCB614;
}
.home_banner_24 .banner_24 .slider_item .bv_text .cta_24::after,
.home_banner_24 .banner_24 .slider_item .bi_text .cta_24::after {
  color: #333;
}
.home_banner_24 .banner_24 .slider_item .bv_text h1,
.home_banner_24 .banner_24 .slider_item .bv_text h2,
.home_banner_24 .banner_24 .slider_item .bi_text h1,
.home_banner_24 .banner_24 .slider_item .bi_text h2 {
  font-size: 44px;
  color: #fff;
  font-family: "roboto";
  line-height: 45px;
  font-weight: 700;
}
@media (min-width: 1256px) {
  .home_banner_24 .banner_24 .slider_item .bv_text h1,
  .home_banner_24 .banner_24 .slider_item .bv_text h2,
  .home_banner_24 .banner_24 .slider_item .bi_text h1,
  .home_banner_24 .banner_24 .slider_item .bi_text h2 {
    font-size: 52px;
    line-height: 63px;
  }
}
@media (min-width: 1560px) {
  .home_banner_24 .banner_24 .slider_item .bv_text h1,
  .home_banner_24 .banner_24 .slider_item .bv_text h2,
  .home_banner_24 .banner_24 .slider_item .bi_text h1,
  .home_banner_24 .banner_24 .slider_item .bi_text h2 {
    font-size: 65px;
    line-height: 79px;
  }
}
.home_banner_24 .banner_24 .slider_item .bv_text h3,
.home_banner_24 .banner_24 .slider_item .bi_text h3 {
  font-size: 24px;
  color: #fff;
  font-family: "roboto";
  line-height: 32px;
  font-weight: 700;
  max-width: 400px;
}
@media (min-width: 1256px) {
  .home_banner_24 .banner_24 .slider_item .bv_text h3,
  .home_banner_24 .banner_24 .slider_item .bi_text h3 {
    font-size: 32px;
    line-height: 43px;
    max-width: 500px;
  }
}
@media (min-width: 1560px) {
  .home_banner_24 .banner_24 .slider_item .bv_text h3,
  .home_banner_24 .banner_24 .slider_item .bi_text h3 {
    font-size: 45px;
    line-height: 59px;
    max-width: 700px;
  }
}
.home_banner_24 .banner_24 .slider_item .bv_text p,
.home_banner_24 .banner_24 .slider_item .bi_text p {
  color: #fff;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .home_banner_24 .banner_24 .slider_item .bv_text p,
  .home_banner_24 .banner_24 .slider_item .bi_text p {
    font-size: 20px;
  }
}
.home_banner_24 .banner_24 .slider_item .bv_text .lable,
.home_banner_24 .banner_24 .slider_item .bi_text .lable {
  background-color: #FCB614;
  color: #333333;
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
}
.home_banner_24 .banner_24 .slider_item::after {
  position: absolute;
  width: 100%;
  height: 20%;
  background: rgb(0, 7, 13);
  background: linear-gradient(0deg, rgb(0, 7, 13) 0%, rgba(0, 6, 23, 0) 100%);
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}
.home_banner_24 .banner_24 .slider_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (min-width: 992px) {
  .home_banner_24 .banner_24 .slider_item video {
    display: block;
  }
}
.home_banner_24 .banner_24 .slider_item .hb_img_24 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.home_banner_24 .banner_24 .slick-dots {
  bottom: 2rem;
  text-align: left;
  padding-left: 3rem;
}

.home_banner_24 .banner_24 .slick-dots li {
  transition: all 0.3 ease-in-out;
}
.home_banner_24 .banner_24 .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3 ease-in-out;
}
.home_banner_24 .banner_24 .slick-dots li.slick-active {
  width: 50px;
}
.home_banner_24 .banner_24 .slick-dots li.slick-active button {
  width: 50px;
  border-radius: 10px;
  border: 4px solid #FCB614;
}
.home_banner_24 .hs_s_nav {
  display: none;
}
.home_banner_24 .hs_s_nav h3 {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1560px) {
  .home_banner_24 .hs_s_nav {
    bottom: 4rem;
  }
  .home_banner_24 .hs_s_nav .hs_slider_nav h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .home_banner_24 .hs_s_nav {
    position: absolute;
    bottom: 2.6rem;
    width: calc(100% - 4rem);
    left: 3rem;
    display: flex;
  }
  .home_banner_24 .hs_s_nav .hs_slider_nav {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-right: 3rem;
    float: left;
    color: white;
  }
  .home_banner_24 .hs_s_nav .hs_slider_nav:last-child {
    margin-right: 0;
  }
  .home_banner_24 .hs_s_nav .hs_slider_nav span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    border-radius: 2px;
  }
  .home_banner_24 .hs_s_nav .hs_slider_nav span.progressBar .inProgress {
    background-color: #fcb614;
    width: 0%;
    height: 4px;
    border-radius: 2px;
  }
}
.home_banner_24::after {
  content: " ";
  background: rgb(252, 182, 20);
  background: linear-gradient(270deg, rgb(252, 182, 20) 0%, rgb(25, 82, 134) 100%);
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  z-index: 6;
}

@media (max-width: 424px) {
  .home_banner_24 .banner_24 .slick-dots {
    padding-left: 2rem;
  }
  .home_banner_24 .banner_24 .slider_item .bv_text, .home_banner_24 .banner_24 .slider_item .bi_text{
    bottom: 3rem;
    padding-left: 1rem;
  }
  .home_banner_24 .banner_24 .slider_item .bv_text h1{
    font-size: 34px;
  }
  .home_banner_24 .banner_24 .slider_item .bi_text .cta_24{
    margin-top: 0.6rem;
  }
  .home_banner_24 .banner_24 .slider_item .hb_img_24, .home_banner_24 .banner_24 .slider_item .paragraph-video .hb_img_24 {
    object-position: bottom;
  }
}

.home_why_jade_24 .lora_p1 {
  font-size: 26px;
  font-weight: 300;
  color: #333333;
  line-height: normal;
}
@media (min-width: 992px) {
  .home_why_jade_24 .lora_p1 {
    font-size: 30px;
  }
}
@media (min-width: 1560px) {
  .home_why_jade_24 .lora_p1 {
    font-size: 40px;
  }
}
.home_why_jade_24 .num_24 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 1560px) {
  .home_why_jade_24 .num_24 {
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .home_why_jade_24 .num_24 {
    justify-content: space-around;
  }
}
.home_why_jade_24 .num_24 .jd_num {
  --num_h3_size: 28px;
  padding-top: 2rem;
  color: #195286;
  background-image: url("/themes/custom/jade_subtheme/images/home-page/num_bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(var(--num_h3_size) * 5);
  height: calc(var(--num_h3_size) * 5);
  min-width: 110px;
  min-height: 110px;
}
@media (min-width: 992px) {
  .home_why_jade_24 .num_24 .jd_num {
    --num_h3_size: 40px;
  }
}
@media (min-width: 1560px) {
  .home_why_jade_24 .num_24 .jd_num {
    --num_h3_size: 50px;
  }
}
.home_why_jade_24 .num_24 .jd_num h3 {
  font-family: "lora";
  font-weight: 700;
  font-size: var(--num_h3_size);
}
.home_why_jade_24 .num_24 .jd_num p {
  font-size: calc(var(--num_h3_size) / 2);
}

.jd_cr {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 246, 255) 100%);
  text-align: center;
  padding: 3rem 2rem;
}
@media (min-width: 1560px) {
  .jd_cr {
    padding-bottom: 5rem;
  }
}
.jd_cr div {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-top: 3.6rem;
}
@media (min-width: 1560px) {
  .jd_cr div {
    gap: 6rem;
  }
}
.jd_cr div img {
  height: 80px;
}
@media (min-width: 992px) {
  .jd_cr div img {
    height: 100px;
  }
}
@media (min-width: 1560px) {
  .jd_cr div img {
    height: 140px;
  }
}

.home_services_24 {
  background: rgb(1, 30, 74);
  background: linear-gradient(0deg, rgb(1, 30, 74) 0%, rgb(0, 57, 108) 100%);
}
.home_services_24 .h24_title {
  text-align: center;
}
.home_services_24 .jds_nav {
  max-width: 400px;
}
.home_services_24 .jds_nav .nav-tabs {
  border: none;
  position: sticky;
  top: 104px;
}
.home_services_24 .jds_nav .nav-tabs li {
  margin-bottom: 1rem;
}
.home_services_24 .jds_nav a {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.4784313725);
  border: none;
  padding-left: 0;
}
.home_services_24 .jds_nav .nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
  border-bottom: 3px solid #FCB614;
  display: inline-block;
}
.home_services_24 .tab-pane {
  grid-template-columns: repeat(auto-fit, minmax(200px, 380px));
}
@media (min-width: 1560px) {
  .home_services_24 .tab-pane {
    grid-template-columns: repeat(auto-fit, minmax(200px, 420px));
  }
}
.home_services_24 .tab-content > .active {
  display: grid !important;
}
.home_services_24 .jds_card {
  border-radius: 1rem;
  position: relative;
  display: flex;
  height: 220px;
  margin: 1rem;
  transform: rotateX(0deg);
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transition: all 0.3s ease-in-out;
}
.home_services_24 .jds_card::before {
  content: " ";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 135, 255) 100%);
  height: 100%;
  width: 100%;
  filter: blur(1.2rem);
  position: absolute;
}
.home_services_24 .jds_card a {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  position: relative;
  align-items: end;
}
.home_services_24 .jds_card a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.home_services_24 .jds_card a::after {
  content: "";
  background: rgb(1, 30, 74);
  background: linear-gradient(0deg, rgb(1, 30, 74) 0%, rgba(1, 30, 74, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.home_services_24 .jds_card a .jds_card_text {
  position: relative;
  z-index: 3;
  padding: 1.6rem 2rem;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.home_services_24 .jds_card a .jds_card_text h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.home_services_24 .jds_card a .jds_card_text p {
  color: #FCB614;
  font-weight: 700;
}
@media (min-width: 992px) {
  .home_services_24 .jds_card::before {
    content: " ";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 135, 255) 100%);
    height: 100%;
    width: 100%;
    filter: blur(1.2rem);
    position: absolute;
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .home_services_24 .jds_card:hover {
    transform: perspective(900px) rotateX(-5deg) translateZ(0);
  }
  .home_services_24 .jds_card:hover::before {
    opacity: 1;
  }
  .home_services_24 .jds_card:hover a img {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 70%, black 100%);
    mask-image: linear-gradient(to top, transparent 0%, black 70%, black 100%);
  }
  .home_services_24 .jds_card:hover a .jds_card_text {
    transform: translateY(5px);
  }
}
.home_services_24 .ja_r .jds_card {
  min-height: 220px;
  height: auto;
  background: #fff;
}
.home_services_24 .ja_r .jds_card a {
  background: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  cursor: inherit;
}
.home_services_24 .ja_r .jds_card a img {
  position: relative;
  display: block;
  width: auto;
  max-height: 150px;
  -o-object-fit: inherit;
     object-fit: inherit;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 20px;
}
.home_services_24 .ja_r .jds_card a .jds_card_text {
  color: #000;
}
.home_services_24 .ja_r .jds_card a::after {
  display: none;
}
.home_services_24 .ja_r .jds_card:hover {
  transform: perspective(900px) rotateX(-5deg) translateZ(0);
}
.home_services_24 .ja_r .jds_card:hover a img {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 0%, black 0%);
  mask-image: linear-gradient(to top, transparent 0%, black 0%, black 0%);
}
.home_services_24 .ja_r .ex_link a {
  cursor: pointer;
}

/*for mobile view*/

@media (max-width: 424px) {
  .home_services_24 .jds_nav a{
    font-size: 25px;
  }
  .home_services_24 .jds_card{
    margin-left: 0;
    margin-right: 0;
  }
}


.home_stories_24 {
  position: relative;
  overflow: hidden;
}
.home_stories_24 .h24_title {
  text-align: center;
}
.home_stories_24 .jds_vid {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem;
  gap: 3vw;
}
@media (min-width: 992px) {
  .home_stories_24 .jds_vid {
    flex-wrap: nowrap;
  }
}
.home_stories_24 .jds_vid_img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 30px -8px;
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .home_stories_24 .jds_vid_img {
    width: 50%;
  }
}
@media (min-width: 1560px) {
  .home_stories_24 .jds_vid_img {
    width: 35%;
  }
}
.home_stories_24 .jds_vid_img a,
.home_stories_24 .jds_vid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.home_stories_24 .jds_vid_text {
  width: 100%;
}
@media (min-width: 992px) {
  .home_stories_24 .jds_vid_text {
    width: 50%;
  }
}
@media (min-width: 1560px) {
  .home_stories_24 .jds_vid_text {
    width: 75%;
  }
}
.home_stories_24 .jds_vid_text .jds_q {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 20px;
  line-height: normal;
}
@media (min-width: 992px) {
  .home_stories_24 .jds_vid_text .jds_q {
    font-size: 25px;
  }
}
@media (min-width: 1560px) {
  .home_stories_24 .jds_vid_text .jds_q {
    font-size: 30px;
  }
}
.home_stories_24 .jds_vid_text .desc {
  color: #195286;
}
@media (min-width: 1560px) {
  .home_stories_24 .jds_vid_text .desc {
    font-size: 1.6rem;
  }
}
.home_stories_24 .jds_vid_text .jds_logo {
  max-height: 31px;
}
@media (min-width: 1560px) {
  .home_stories_24 .jds_vid_text .jds_logo {
    max-height: 41px;
  }
}
.home_stories_24 .slick-dots {
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  bottom: 0;
}
.home_stories_24 .slick-dots li {
  transition: all 0.3 ease-in-out;
  height: 12px;
  width: 12px;
}
.home_stories_24 .slick-dots li button {
  background: #959595;
  border-radius: 50%;
  transition: all 0.3 ease-in-out;
  height: 12px;
  width: 12px;
}
.home_stories_24 .slick-dots li.slick-active {
  width: 40px;
  height: 16px;
}
.home_stories_24 .slick-dots li.slick-active button {
  width: 40px;
  height: 16px;
  border-radius: 10px;
  border: 1px solid #FCB614;
  background: #fff;
}
.home_stories_24::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  color: rgba(237, 240, 243, 0.7843137255);
  font-size: 8rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 700;
}

.logo_mrq {
  /* .marquee-content:hover {
      animation-play-state: paused;
    } */
}
.logo_mrq .marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.logo_mrq .marquee:before,
.logo_mrq .marquee:after {
  position: absolute;
  top: 0;
  width: 20rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.logo_mrq .marquee:before {
  left: 0;
  background: linear-gradient(to right, #fff 10%, transparent 100%);
}
.logo_mrq .marquee:after {
  right: 0;
  background: linear-gradient(to left, #fff 10%, transparent 100%);
}
.logo_mrq .marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.logo_mrq .marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
}
.logo_mrq .marquee-content li img {
  height: auto;
  max-height: 74px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .logo_mrq .marquee-content li img {
    max-height: 60px;
  }
}
@media (max-width: 768px) {
  .logo_mrq .marquee:before,
  .logo_mrq .marquee:after {
    width: 5rem;
  }
}
.logo_mrq.vrt .marquee {
  width: 100%;
  height: var(--marquee-vrt-height);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 30%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 5%, black 30%, black 90%, transparent 100%);
}
.logo_mrq.vrt .marquee::after, .logo_mrq.vrt .marquee::before {
  display: none;
}
.logo_mrq.vrt .marquee .marquee-content {
  animation: scrolling-v var(--marquee-animation-duration-vrt) linear infinite;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.logo_mrq.vrt .marquee li {
  padding: 0;
  height: var(--marquee-element-height);
}
.logo_mrq.vrt .marquee li img {
  max-width: 297px;
  max-height: 117px;
}
@keyframes scrolling-v {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-1 * var(--marquee-element-height) * var(--marquee-elementsvrt)));
  }
}

.home_partner_24 {
  background: rgb(4, 23, 61);
  background-image: url("/themes/custom/jade_subtheme/images/home-page/jd_partner_bg.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center right;
  position: relative;
  overflow: hidden;
}
.home_partner_24 p {
  font-weight: 200;
  font-size: 22px;
  max-width: 600px;
  line-height: normal;
}
@media (min-width: 1560px) {
  .home_partner_24 p {
    font-size: 32px;
    max-width: 800px;
  }
}

.home_insight_24 .h24_insights_slider {
  margin-top: 2rem;
}
.home_insight_24 .h24_insights_slider .slick-list {
  padding-bottom: 1.6rem;
}
.home_insight_24 .h24_insights_slider .slick-track {
  display: flex;
}
.home_insight_24 .h24_insights_slider .his_card {
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  background-color: #195286;
  color: #fff;
  margin: 0.6rem;
  transition: all ease-in-out 0.3s;
  height: auto;
}
.home_insight_24 .h24_insights_slider .his_card a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.home_insight_24 .h24_insights_slider .his_card a .is_card_img {
  height: 226px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.home_insight_24 .h24_insights_slider .his_card a .is_card_text {
  padding: 2rem;
  padding-top: 1rem;
}
.home_insight_24 .h24_insights_slider .his_card a .is_card_text p {
  font-weight: 400;
  font-size: 18px;
}
.home_insight_24 .h24_insights_slider .his_card a .is_card_text h4 {
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: normal;
}
@media (min-width: 1560px) {
  .home_insight_24 .h24_insights_slider .his_card a .is_card_text h4 {
    font-size: 32px;
  }
}
.home_insight_24 .h24_insights_slider .his_card:hover {
  background-color: #FCB614;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 30px -8px;
}
.home_insight_24 .h24_insights_slider .his_card:hover a {
  color: #333;
}
.home_insight_24 .his_nav {
  gap: 2rem;
  width: 100%;
}
.home_insight_24 .his_nav .fas {
  cursor: pointer;
  color: #FCB614;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #FCB614;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.home_insight_24 .his_nav .fas:hover {
  padding: 1px;
  background: #195286;
  border: 0;
  box-shadow: none;
}

.home_foundation_24 .jf_sub_title {
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 1560px) {
  .home_foundation_24 .jf_sub_title {
    font-size: 32px;
  }
}
.home_foundation_24 .jf_bg {
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  background-image: url(/themes/custom/jade_subtheme/images/home-page/csr_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 500px;
  padding: 4rem;
  color: #fff;
}
.home_foundation_24 .jf_bg .text_wrap {
  width: 100%;
  max-width: 500px;
}

.home_kelly_24 {
  background-image: url(/themes/custom/jade_subtheme/images/home-page/kelly_kraft_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  overflow: hidden;
}
.home_kelly_24 img {
  max-height: 500px;
}
.home_kelly_24 p {
  max-width: 400px;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1560px) {
  .home_kelly_24 p {
    font-size: 32px;
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .home_kelly_24::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.6549019608);
    left: 0;
    top: 0;
  }
  .home_kelly_24 img {
    max-height: 350px;
  }
}

.home_form_24 {
  background: rgb(0, 56, 114);
  background: linear-gradient(223deg, rgb(0, 56, 114) 0%, rgb(0, 56, 114) 100%);
}
.home_form_24 button {
  background: transparent;
  cursor: pointer;
}

#h24_contact_form .modal-dialog {
  max-width: 1560px;
  margin: 0 auto;
}
#h24_contact_form .modal-dialog .modal-content {
  padding: 2rem;
  background: transparent;
  background: rgb(190, 212, 231);
  background: linear-gradient(0deg, rgb(190, 212, 231) 0%, rgb(251, 252, 255) 100%);
}
#h24_contact_form .modal-dialog .modal-content, .home_page_form {
  padding: 2rem;
  background: transparent;
  background: rgb(190, 212, 231);
  background: linear-gradient(0deg, rgb(190, 212, 231) 0%, rgb(251, 252, 255) 100%);
}
.home_page_form {
  padding-top:4rem;
}

#h24_contact_form .modal-dialog .modal-content .form_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 30px -8px;
  padding: 1.6rem;
}
.home_banner_24::after {
  content: " ";
  background: rgb(252, 182, 20);
  background: linear-gradient(270deg, rgb(252, 182, 20) 0%, rgb(25, 82, 134) 100%);
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  z-index: 6;
}
.home_page_form::after {
  content: " ";
  background: rgb(252, 182, 20);
  background: linear-gradient(270deg, rgb(252, 182, 20) 0%, rgb(25, 82, 134) 100%);
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
  z-index: 6;
  left:0;
}
@media (min-width: 1256px) {
  #h24_contact_form .modal-dialog .modal-content .form_wrap {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) {
  #h24_contact_form .modal-dialog .modal-content .form_wrap {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1256px) {
  #h24_contact_form .modal-dialog .modal-content {
    padding: 3rem;
  }
}
#h24_contact_form .modal-dialog .modal-content::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/themes/custom/jade_subtheme/images/home-page/jade_man.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}
#h24_contact_form .modal-dialog .modal-content .close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 3;
}/*# sourceMappingURL=home_style_24.css.map */