.ff-magistral {
  font-family: "Magistral", sans-serif !important;
}

.fs-sm {
  font-size: clamp(18px, 3vw, 20px) !important;
}

.fs-rg {
  font-size: clamp(19px, 3vw, 22px) !important;
}

.fs-md {
  font-size: clamp(20px, 4vw, 30px) !important;
}

.fs-md2 {
  font-size: clamp(26px, 5vw, 42px) !important;
}

.fs-lg {
  font-size: clamp(32px, 6vw, 62px) !important;
}

.fs-xl {
  font-size: clamp(42px, 8vw, 130px) !important;
}

.fw-l {
  font-weight: 200 !important;
}

.fw-r {
  font-weight: 300 !important;
}

.fw-m {
  font-weight: 400 !important;
}

.fw-sb {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: 900 !important;
}

.fw-bi {
  font-weight: bold;
  font-style: italic;
}

.lh-2 {
  line-height: 2;
}

.highlight {
  color: #00a9e0 !important;
}
.highlight span, .highlight div {
  color: #00a9e0 !important;
}

.c-white {
  color: #fff !important;
}

.no-p {
  padding: 0 !important;
}

.xsmall-p {
  padding-top: clamp(15px, 2.5vw, 35px) !important;
  padding-bottom: clamp(15px, 2.5vw, 35px) !important;
}

.small-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: clamp(20px, 4vh, 50px) !important;
}

.norm-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.large-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

.xlarge-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: clamp(60px, 15vh, 150px) !important;
}

.xsmall-top-p {
  padding-top: clamp(15px, 2.5vw, 35px) !important;
  padding-bottom: 0 !important;
}

.small-top-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: 0 !important;
}

.norm-top-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: 0 !important;
}

.large-top-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: 0 !important;
}

.xlarge-top-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: 0 !important;
}

.xsmall-bot-p {
  padding-bottom: clamp(15px, 2.5vw, 35px) !important;
  padding-top: 0 !important;
}

.small-bot-p {
  padding-bottom: clamp(20px, 4vh, 50px) !important;
  padding-top: 0 !important;
}

.norm-bot-p {
  padding-bottom: clamp(20px, 6vh, 90px) !important;
  padding-top: 0 !important;
}

.large-bot-p {
  padding-bottom: clamp(40px, 10vh, 120px) !important;
  padding-top: 0 !important;
}

.xlarge-bot-p {
  padding-bottom: clamp(60px, 15vh, 150px) !important;
  padding-top: 0 !important;
}

.small-top-xsmall-bot-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: clamp(15px, 2.5vw, 35px) !important;
}

.small-top-norm-bot-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.norm-top-small-bot-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(20px, 4vh, 50px) !important;
}

.norm-top-large-bot-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

.large-top-norm-bot-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.xlarge-top-large-bot-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

@media (max-width: 849.98px) {
  .no-p-tablet {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .small-p-tablet {
    padding-top: clamp(20px, 4vh, 50px) !important;
    padding-bottom: clamp(20px, 4vh, 50px) !important;
  }
  .small-top-no-bot-p-tablet {
    padding-top: clamp(20px, 4vh, 50px) !important;
    padding-bottom: 0 !important;
  }
  .norm-p-tablet {
    padding-top: clamp(20px, 6vh, 90px) !important;
    padding-bottom: clamp(20px, 6vh, 90px) !important;
  }
  .norm-top-small-bot-p-tablet {
    padding-top: clamp(20px, 6vh, 90px) !important;
    padding-bottom: clamp(20px, 4vh, 50px) !important;
  }
}
@media (max-width: 549.98px) {
  .no-p-mobile {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
#rd-carousel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#rd-carousel #carousel-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
#rd-carousel #carousel-img-wrapper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#rd-carousel #carousel-img-wrapper .bg-img:not(:first-of-type) {
  opacity: 0;
}
#rd-carousel #carousel-img-wrapper .bg-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#rd-carousel #overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
#rd-carousel #carousel-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: inherit;
  z-index: 1;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item {
  display: flex;
  flex-direction: column;
  padding: 50px max(30px, (100vw - 1500px) / 2);
  position: absolute;
  z-index: 1;
  height: 100%;
  max-height: 60vh;
  width: 100%;
  pointer-events: none;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont {
  margin-top: auto;
  margin-bottom: 1rem;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont * {
  color: #fff;
  margin-bottom: 0px;
  line-height: 110% !important;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont .line, #rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont .word {
  overflow: hidden;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont h1, #rd-carousel #carousel-content-wrapper .carousel-content-item .title-cont h2 {
  font-size: clamp(32px, 6vw, 62px) !important;
  font-weight: 300 !important;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .description-cont {
  max-width: 650px;
  margin-bottom: 1rem;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .description-cont * {
  color: #fff;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .description-cont p {
  max-width: 520px;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item .button {
  width: fit-content;
  margin-bottom: auto;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item:not(:first-of-type) {
  transform: translateY(50%);
  opacity: 0;
}
#rd-carousel #carousel-content-wrapper .carousel-content-item.show {
  pointer-events: all;
}
#rd-carousel #rd-carousel-nav-cont {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
}
#rd-carousel #rd-carousel-nav-cont #rd-carousel-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#rd-carousel #rd-carousel-nav-cont #rd-carousel-nav button {
  margin: 0px;
  pointer-events: all;
}
#rd-carousel #rd-carousel-nav-cont #rd-carousel-nav button img {
  min-width: clamp(12px, 5vh, 18px);
}
#rd-carousel #rd-carousel-nav-cont #indicator-cont {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 5vw, 28px);
}
#rd-carousel #rd-carousel-nav-cont #indicator-cont .current {
  position: relative;
  margin-right: 3px;
  min-height: clamp(20px, 5vw, 32px);
  min-width: 12px;
}
#rd-carousel #rd-carousel-nav-cont #indicator-cont .current span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.1;
}
#rd-carousel #rd-carousel-nav-cont #indicator-cont .current span:not(:first-of-type) {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
#rd-carousel #rd-carousel-nav-cont #indicator-cont #rd-carousel-total {
  margin-left: 3px;
}
#rd-carousel #rd-carousel-nav-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(60px, 10vw, 120px);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

@media (max-width: 849.98px) {
  #rd-carousel #rd-carousel-nav-cont {
    height: 100px;
    bottom: 0;
    top: unset;
  }
  #rd-carousel #rd-carousel-nav-cont #rd-carousel-nav {
    max-width: 250px;
    margin: 0 auto;
  }
  #rd-carousel #rd-carousel-nav-cont #rd-carousel-nav button img {
    min-width: clamp(10px, 5vh, 16px);
  }
  #rd-carousel #rd-carousel-nav-cont #indicator-cont {
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}
@media (max-width: 549.98px) {
  #rd-carousel #rd-carousel-nav-cont #rd-carousel-nav button {
    padding: 0 5px;
  }
  #rd-carousel #rd-carousel-nav-cont #rd-carousel-nav button img {
    min-width: 10px;
  }
}
.rd-project-carousel {
  min-height: 675.9116px;
  margin-top: clamp(20px, 4vh, 50px);
  margin-bottom: clamp(15px, 2.5vw, 35px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rd-project-carousel .rd-project-carousel-inner {
  min-height: inherit;
  width: 100%;
  max-width: min(80vw, 1500px);
  position: relative;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item {
  position: absolute;
  top: 0;
  left: 250%;
  transform: translateX(-50%) scale(0.8);
  opacity: 0.8;
  width: 100%;
  display: flex;
  justify-content: center;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .img-wrapper {
  width: 100%;
  max-width: min(1198px, 90%);
  position: relative;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container {
  width: 100%;
  height: 0;
  padding-top: 56.42%;
  position: relative;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .project-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .project-inner .project-title * {
  color: transparent !important;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  mix-blend-mode: difference;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item .project-inner .project-title a .line {
  display: flex !important;
  flex-direction: column;
  line-height: 1;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item:first-of-type {
  left: 50%;
  transform: translateY(0%) translateX(-50%) scale(1);
  opacity: 1;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item:nth-of-type(2) {
  left: 150%;
}
.rd-project-carousel .rd-project-carousel-inner .rd-project-item:last-of-type {
  left: -50%;
}
.rd-project-carousel .rd-project-nav-cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(30px, (100vw - 1500px) / 2);
  background: rgb(0, 0, 0);
  margin-top: clamp(20px, 6vh, 90px);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav {
  display: flex;
  align-items: center;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button {
  margin: 0;
  padding: 0;
  min-width: clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button.rd-project-nav-left {
  justify-content: flex-start;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button.rd-project-nav-left:hover {
  transform: translateX(-3px);
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button.rd-project-nav-right {
  justify-content: flex-end;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button.rd-project-nav-right:hover {
  transform: translateX(3px);
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav button:focus-visible {
  outline: none;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav .indicator-cont {
  display: flex;
  align-items: center;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav .indicator-cont .current {
  position: relative;
  margin-right: 3px;
  min-height: 20.8px;
  min-width: 8px;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav .indicator-cont .current span {
  position: absolute;
  right: 0%;
  line-height: 1.1;
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav .indicator-cont .current span:not(:first-of-type) {
  opacity: 0;
  transform: translateY(100%);
}
.rd-project-carousel .rd-project-nav-cont .rd-project-nav .indicator-cont .rd-project-total {
  margin-left: 3px;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta {
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.get-in-touch i {
  position: relative;
  display: flex;
  align-items: center;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.get-in-touch i::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  mask-size: contain !important;
  -webkit-mask-size: contain;
  background-color: #fff;
  transition: background-color 0.1s ease-in-out;
  mask: url("/wp-content/uploads/2024/07/arrow-right-white.svg") no-repeat 50% 50%;
  -webkit-mask: url("/wp-content/uploads/2024/07/arrow-right-white.svg") no-repeat 50% 50%;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.get-in-touch:hover i::before {
  background-color: #00a9e0;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.follow span {
  white-space: nowrap;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.follow .social-icons {
  width: fit-content !important;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.follow .social-icons i {
  transition: color 0.1s ease-in-out;
}
.rd-project-carousel .rd-project-nav-cont .carousel-cta.follow .social-icons i:hover {
  color: #00a9e0;
}
.rd-project-carousel.hero .rd-project-carousel-inner {
  max-width: 70vw;
  min-height: 35.5446vw;
  pointer-events: none;
}
.rd-project-carousel.hero .rd-project-carousel-inner * {
  pointer-events: none;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .img-wrapper {
  max-width: 90%;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container .bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .project-inner .project-title {
  max-width: 850px;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .project-inner .project-title * {
  color: #fff !important;
}
.rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .project-inner .button {
  pointer-events: all;
}
.rd-project-carousel:hover {
  cursor: grab;
}

@media (max-width: 849.98px) {
  .rd-project-carousel .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container {
    padding-top: 90vw;
  }
  .rd-project-carousel.hero .rd-project-carousel-inner {
    min-height: inherit;
  }
}
@media (max-width: 549.98px) {
  .rd-project-carousel.hero {
    min-height: 135vw;
  }
  .rd-project-carousel.hero .rd-project-nav-cont {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rd-project-carousel.hero .rd-project-nav-cont .rd-project-nav, .rd-project-carousel.hero .rd-project-nav-cont .carousel-cta {
    flex-basis: 100%;
    min-width: 100%;
    order: 1;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .rd-project-carousel.hero .rd-project-nav-cont .carousel-cta {
    order: 2;
  }
  .rd-project-carousel.hero .rd-project-carousel-inner {
    max-width: 75vw;
  }
  .rd-project-carousel.hero .rd-project-carousel-inner .rd-project-item .img-wrapper .img-container {
    padding-top: 130vw;
  }
}
.home-banner-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.home-banner-grid > .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0px;
}
.home-banner-grid > .col:nth-of-type(1) {
  grid-column: 1/6;
  grid-row: 1/5;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  min-height: 600px;
}
.home-banner-grid > .col:nth-of-type(2) {
  grid-column: 6/12;
  grid-row: 1/4;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.home-banner-grid > .col:nth-of-type(3) {
  grid-column: 6/12;
  grid-row: 4/5;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.home-banner-grid > .col .col-inner, .home-banner-grid > .col .banner {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .home-banner-grid > .col:nth-of-type(1) {
    grid-row: 1/5;
  }
  .home-banner-grid > .col:nth-of-type(2) {
    grid-row: 1/3;
  }
  .home-banner-grid > .col:nth-of-type(3) {
    grid-row: 3/5;
  }
}
@media (max-width: 849.98px) {
  .home-banner-grid > .col:nth-of-type(1) {
    grid-column: 6/12;
  }
  .home-banner-grid > .col:nth-of-type(2) {
    grid-column: 1/6;
  }
  .home-banner-grid > .col:nth-of-type(3) {
    grid-column: 1/6;
  }
}
@media (max-width: 549.98px) {
  .home-banner-grid > .col:nth-of-type(1) {
    min-height: 100vw;
  }
}
.rd-btn-banner .video-button-wrapper .open-video {
  border: unset;
  position: relative;
}
.rd-btn-banner .video-button-wrapper .open-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% - 2px)) translateY(-50%) skew(-12deg, 0deg);
  background-color: #00a9e0;
  width: 250%;
  max-width: 83px;
  height: 0;
  padding-top: min(250%, 83px);
  opacity: 0.95;
  transition: all 0.15s ease-in-out;
}
.rd-btn-banner .video-button-wrapper .open-video i::before {
  content: "";
  display: block;
  width: 35px;
  height: 30px;
  background-image: url("/wp-content/uploads/2024/07/play-btn.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rd-btn-banner .video-button-wrapper .open-video:hover {
  background-color: transparent;
}
.rd-btn-banner .video-button-wrapper .open-video:hover::before {
  opacity: 1;
  transform: translateX(calc(-50% - 2px)) translateY(-50%) skew(0deg, 0deg);
}

.triple-iconbox-sec {
  position: relative;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.triple-iconbox-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1d1d1d;
}
.triple-iconbox-sec .triple-iconbox-row {
  border: 2px solid #00a9e0;
  border-radius: 10px;
  padding: 30px;
  min-height: 270px;
  align-items: center;
  background-color: #000;
}
.triple-iconbox-sec .triple-iconbox-row .outline-text {
  color: transparent !important;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
}
.triple-iconbox-sec .triple-iconbox-row .col {
  padding-bottom: 0px !important;
}
.triple-iconbox-sec .triple-iconbox-row .col:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.triple-iconbox-sec .triple-iconbox-row .col .iconbox-a-c {
  justify-content: center;
}
.triple-iconbox-sec .triple-iconbox-row .col .iconbox-a-c .icon-box-text {
  width: fit-content;
  flex: unset;
}
.triple-iconbox-sec .triple-iconbox-row .col .iconbox-a-c .icon-box-text * {
  width: fit-content;
}

@media (max-width: 549.98px) {
  .triple-iconbox-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .triple-iconbox-sec .row.triple-iconbox-row {
    padding: 30px 20px;
  }
  .triple-iconbox-sec .row.triple-iconbox-row .col {
    padding: 0 !important;
  }
  .triple-iconbox-sec .row.triple-iconbox-row .col:not(:last-of-type) {
    border-right: unset;
    margin-bottom: 1rem;
  }
  .triple-iconbox-sec .row.triple-iconbox-row .col .icon-box {
    justify-content: flex-start;
  }
  .triple-iconbox-sec .row.triple-iconbox-row .col .icon-box .icon-box-img {
    flex-basis: 25%;
    max-width: 100px;
  }
  .triple-iconbox-sec .row.triple-iconbox-row .col .icon-box .icon-box-text {
    flex-basis: 75%;
  }
}
.testimonial-slider .row {
  transform: translateY(10%);
  transition: all 0.15s ease-in-out;
}
.testimonial-slider .row .col .col-inner {
  padding: clamp(15px, 8vmin, 40px);
}
.testimonial-slider .row .col .col-inner .icon-box .icon-box-img {
  position: relative;
}
.testimonial-slider .row .col .col-inner .icon-box .icon-box-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-10%);
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/07/quotes-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-slider .row .col .col-inner .icon-box .icon-box-text p {
  line-height: 2;
}
.testimonial-slider .row.is-selected {
  transform: translateY(0%);
}
.testimonial-slider .flickity-page-dots {
  position: initial;
  padding-top: clamp(15px, 2.5vw, 35px);
}
.testimonial-slider .flickity-page-dots li {
  background-color: transparent;
  opacity: 1;
  padding: 8px;
  border: 2px solid transparent !important;
  position: relative;
}
.testimonial-slider .flickity-page-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: 50%;
  background-color: #00a9e0;
  border-radius: 100px;
}
.testimonial-slider .flickity-page-dots li.is-selected {
  background-color: transparent !important;
  border-color: #00a9e0 !important;
}

@media (max-width: 849.98px) {
  .testimonial-slider .row .col .col-inner {
    padding: 30px 15px;
  }
  .testimonial-slider .row .col .col-inner .icon-box {
    flex-direction: column;
  }
  .testimonial-slider .row .col .col-inner .icon-box .icon-box-text {
    text-align: center;
    margin-top: 1rem;
    padding-left: 0 !important;
  }
  .testimonial-slider .row .col .col-inner .icon-box .icon-box-text p {
    line-height: 1.6;
    font-size: 14px !important;
  }
}
#rd-latest-news-cont {
  display: flex;
}
#rd-latest-news-cont .rd-latest-news-item {
  display: flex;
  background-color: #1d1d1d;
  flex-basis: 50%;
  max-width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
#rd-latest-news-cont .rd-latest-news-item .img-wrapper {
  flex-basis: 45%;
  max-width: 45%;
}
#rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container {
  position: relative;
  height: 0;
  padding-top: 110%;
}
#rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container .post-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00a9e0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 15px;
  z-index: 2;
}
#rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container .post-date .day, #rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container .post-date .month {
  color: #fff;
}
#rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#rd-latest-news-cont .rd-latest-news-item .item-content {
  flex-basis: 55%;
  max-width: 55%;
  padding: 20px 25px;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .post-author {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .post-author i {
  display: flex;
  align-items: center;
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  mask-size: contain !important;
  -webkit-mask-size: contain;
  background-color: #00a9e0;
  transition: background-color 0.1s ease-in-out;
  mask: url("/wp-content/uploads/2024/07/authot-icon.svg") no-repeat 50% 50%;
  -webkit-mask: url("/wp-content/uploads/2024/07/authot-icon.svg") no-repeat 50% 50%;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .post-author p {
  margin-bottom: 0px;
}
#rd-latest-news-cont .rd-latest-news-item .item-content h5 a {
  color: #fff;
}
#rd-latest-news-cont .rd-latest-news-item .item-content h5 a:hover {
  color: #00a9e0;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .post-excerpt {
  color: rgba(255, 255, 255, 0.8) !important;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .button {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  padding: 6px 20px;
  margin-bottom: 0px;
  width: fit-content;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .button span {
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .button:hover {
  background-color: transparent !important;
}
#rd-latest-news-cont .rd-latest-news-item .item-content .button:hover span {
  color: #00a9e0;
}
#rd-latest-news-cont .rd-latest-news-item:first-of-type {
  margin-right: 15px;
}
#rd-latest-news-cont .rd-latest-news-item:last-of-type {
  margin-left: 15px;
}

@media (max-width: 849.98px) {
  #rd-latest-news-cont {
    flex-direction: column;
  }
  #rd-latest-news-cont .rd-latest-news-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  #rd-latest-news-cont .rd-latest-news-item .img-wrapper .img-container {
    height: 100%;
    padding-top: 0;
    min-height: 40vw;
  }
  #rd-latest-news-cont .rd-latest-news-item:first-of-type {
    margin-right: 0px;
    margin-bottom: 1rem;
  }
  #rd-latest-news-cont .rd-latest-news-item:last-of-type {
    margin-left: 0px;
  }
}
@media (max-width: 549.98px) {
  #rd-latest-news-cont .rd-latest-news-item {
    flex-direction: column;
  }
  #rd-latest-news-cont .rd-latest-news-item .img-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  #rd-latest-news-cont .rd-latest-news-item .item-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section.no-p-sides {
  padding-left: 0px;
  padding-right: 0px;
}

.button.title-btn span {
  color: #00a9e0;
  font-size: 12px;
}
.button.title-btn i::before {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  background-image: url("/wp-content/uploads/2024/07/arrow-right-blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.button.large-btn span {
  font-size: 18px;
  font-weight: 800;
}
.button.large-btn i::before {
  content: "";
  display: block;
  width: 39px;
  height: 35px;
  background-image: url("/wp-content/uploads/2024/07/arrow-right-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 549.98px) {
  .button.large-btn span {
    font-size: 16px;
  }
  .button.large-btn i::before {
    width: 28px;
  }
}
.iconbox-a-c {
  align-items: center;
}
.iconbox-a-c .icon-box-text {
  padding-left: 30px !important;
}

@keyframes kenBurns {
  0% {
    background-position: 50% 50%;
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  25% {
    background-size: 140%;
    -webkit-background-size: 140%;
    background-position: 100% 40%;
  }
  50% {
    background-size: 110%;
    -webkit-background-size: 110%;
    background-position: 10% 10%;
  }
  75% {
    background-size: 120%;
    -webkit-background-size: 120%;
    background-position: 100% 50%;
  }
  100% {
    background-size: 100%;
    -webkit-background-size: 100%;
    background-position: 50% 50%;
  }
}