* {
  font-family: "Euclid Circular A", FontAwesome, sans-serif !important;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
h1 {
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 74px !important;
  line-height: 100% !important;
  letter-spacing: -5% !important;
}
h2 {
  font-size: 38px !important;
  font-weight: 400 !important;
  font-style: SemiBold;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}
h3 {
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 28px !important;
  leading-trim: NONE;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}
caption {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 20%;
}
.tag1 {
  border-radius: 12px;
  background-color: #d7d7d7;
  padding: 10px;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 20%;
  text-align: center;
  text-transform: uppercase;
}
.tag2 {
  letter-spacing: -0.8px;
  text-align: center;
  border-radius: 43px;
  border: solid 1px #d7d7d7;
  padding: 0.25rem 0.5rem;
  margin: 4px 2px;
  display: inline-block;
}
p {
  letter-spacing: -0.8px;
}
.compact {
  line-height: 100% !important;
  letter-spacing: -5% !important;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  margin: 10px 10px;
  padding: 10px 16px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background: rgba(208, 145, 26, 1);
  border-color: rgba(208, 145, 26, 1);
  color: #fff !important;
  padding: 10px 30px;
}
.btn.btn-primary:hover {
  background: rgba(208, 145, 26, 0.5);
  border-color: rgba(208, 145, 26, 0.5);
  color: #fff !important;
}
.btn.btn-variant1 {
  background: rgba(39, 163, 254, 1);
  border-color: rgba(39, 163, 254, 1);
  color: #fff !important;
}
.btn.btn-variant1:hover {
  background: rgba(19, 82, 151, 1);
  border-color: rgba(19, 82, 151, 1);
  color: #fff !important;
}
.btn.btn-variant2 {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  color: #000 !important;
}
.btn.btn-variant2:hover {
  background: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, 1);
  color: #000 !important;
}
.btn.btn-filter {
  background: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, 1);
  color: #000 !important;
}
.btn.btn-filter:hover {
  background: rgba(19, 82, 151, 1);
  border-color: rgba(19, 82, 151, 1);
  color: #fff !important;
}
.btn-group,
.btn-group-vertical {
  z-index: 3 !important;
}
.sticky-wrapper .site-navbar {
  border-bottom: transparent;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: rgba(19, 82, 151, 1);
  border-bottom: transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a:hover {
  color: rgba(208, 145, 26, 1) !important;
}
.sticky-wrapper.is-sticky .site-navbar ul.dropdown li a {
  color: #343a40 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul.dropdown li a:hover {
  color: #343a40 !important;
}
.sticky-wrapper .shrink {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 4px;
  margin: 0px 4px;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: rgba(208, 145, 26, 1);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border-radius: 12px;
  border-top: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  border-radius: 12px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background-color: #8acdff8c;
}
.form-control {
  height: 43px;
  border-radius: 12px;
}
.site-section {
  padding: 2.5em 1em;
}
.site-footer {
  padding: 2em;
  background-image: linear-gradient(180deg, #248fee, #041e42);
}
.site-footer p {
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer ul li {
  color: #fff;
}
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 0px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #777;
}
.callout h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #777;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout:hover {
  border-left-color: #428bca;
}
.callout:hover h3 {
  color: #428bca;
}
.my-cover {
  height: calc(80vh);
  display: flex;
  align-items: anchor-center;
}
.my-gradient {
  background: linear-gradient(0deg, #041e42, #041e42), linear-gradient(0deg, rgba(36, 143, 238, 0) 0%, rgba(36, 143, 238, 0.3) 100%);
  background-size: cover;
  background-blend-mode: difference;
}
.bg-squared {
  background: #f0f0f0;
  border-radius: 12px;
}
.stacked {
  border-radius: 12px;
  box-shadow: 0px 4px 9.9px 0px rgba(0, 0, 0, 0.25);
  top: -5.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
}
i[class^="fi-"] {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
*::-webkit-scrollbar {
  display: none;
}
.item .hero-image {
  border-radius: 12px;
  position: relative;
  width: 100%; /* Adjust the width as needed */
  padding-top: 100%; /* 1:1 aspect ratio */
  overflow: hidden; /* Ensures any overflow is hidden */
}
.item .hero-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* Make the image cover the container */
  height: 100%; /* Make the image cover the container */
  object-fit: cover; /* Maintain aspect ratio and cover the area */
  transform: translate(-50%, -50%); /* Center the image */
}
.item .hero-text {
  position: absolute;
  bottom: 0px;
  padding: 0.5rem 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.item .hero-title {
  font-size: 29px;
  color: white;
  line-height: 1.2;
  word-break: break-all;
}
.item .hero-title h3 {
  text-shadow: 1px 1px 1px black;
}
.item .hero-title .btn {
  text-transform: uppercase;
}
.item .hero-description {
  color: white;
  font-size: 12px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  text-shadow: 1px 1px 1px black;
}
.item:hover .hero-description {
  max-height: 300px;
  transition: max-height 0.25s ease-in;
}
.release-image img {
  max-width: 700px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
}
.release-text {
  position: absolute;
  bottom: 0px;
  padding: 0.5rem 1.5rem;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 1px black;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  padding-bottom: 2rem;
  align-items: center;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text {
  display: flex;
  justify-content: center;
}
.col-image {
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.icon-squared {
  background-color: #135297;
  width: 56px;
  height: 56px;
  padding: 12px;
  color: white !important;
}
.mobile-flex {
  display: flex;
  flex-direction: row;
}
.testimonial {
  max-width: 400px;
  padding: 1rem;
  margin: 0 auto !important;
  background: #f0f0f0;
  border-radius: 12px;
  text-align: start;
  color: #4f4f4f;
}
.testimonial blockquote {
  font-size: 1rem;
  font-style: normal;
}
.testimonial figure img {
  max-width: 100px;
  margin: 0 1rem 0 0;
  border-radius: 50%;
}
.section-title {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 1.9px;
}
.section-title-lg {
  color: #fff;
  font-size: 74px !important;
  font-weight: 600;
}
.site-blocks-cover h1 {
  color: #fff;
  font-size: 74px !important;
  font-weight: 600;
}
.cardbox {
  display: flex;
  gap: 20px;
}
.cardbox:hover {
  border-radius: 1rem;
  -webkit-box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3);
}
.award {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Euclid Circular A", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
}
.award-title {
  min-height: 2.5em;
  display: flex;
  align-items: center;
}
.award img {
  margin-bottom: 1rem;
  border-radius: 12px;
  height: 350px;
  width: auto;
  object-fit: cover;
}
.award h3 {
  font-weight: 600;
}
.award span {
  margin-right: 1rem;
}
.award-label {
  background-color: #27a3fe;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 2rem;
  border-radius: 12px;
  z-index: 1;
  text-transform: uppercase;
}
.award-item {
  position: relative;
  margin: 20px;
}
.propertybox {
  display: flex;
  gap: 20px;
}
.property {
  color: #000;
  font-family: "Euclid Circular A", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
}
.property img {
  margin-bottom: 1rem;
  border-radius: 12px;
  height: 350px;
  width: auto;
  object-fit: cover;
}
.property h3 {
  font-weight: 600;
}
.property span {
  margin-right: 1rem;
}
.property-label {
  background-color: #27a3fe;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  top: 2rem;
  left: 2rem;
  border-radius: 12px;
  z-index: 1;
  text-transform: uppercase;
}
.property-item {
  position: relative;
  margin: 20px;
}
.property-details {
  padding: 0;
  list-style-type: none;
}
.splide__pagination {
  bottom: -2rem !important;
}
@media (min-width: 720px) {
  .slider {
    padding-left: 3em;
    padding-right: 3em;
  }
  .site-section {
    padding: 5em 1em;
  }
  .site-footer {
    padding: 4em 0;
  }
  .dr-breakout-btn {
    display: none;
  }
  .dr-breakout {
    display: inline;
    background: transparent;
    box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
  }
  .dr-breakout li {
    display: inline;
  }
  .dr-breakout li a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
    background-color: #507281;
  }
}
@media (max-width: 720px) {
  .site-blocks-cover h1 {
    font-family: "Euclid Circular A";
    font-weight: 700;
    font-style: Bold;
    font-size: 38px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .slider {
    padding-left: 1em;
    padding-right: 1em;
  }
  .section-title {
    font-size: 30px !important;
  }
  .section-title-lg {
    font-size: 38px !important;
  }
  .grid-flex {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .col {
    order: vertical;
    padding: 0;
  }
  .col-left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text {
    margin-top: 1rem;
  }
  .Aligner-item {
    width: 90%;
  }
  .mobile-center {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    li,
    p {
      text-align: center;
    }
  }
  .mobile-flex {
    flex-direction: column-reverse;
  }
  .dr-breakout li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-menu {
    border: transparent;
    border-radius: 12px;
  }
  #awards-section {
    padding-top: 8em;
  }
  #mission-section .section-title {
    padding-top: 2em;
  }
  .release-image {
    margin-top: 1rem;
  }
  .release-image img {
    max-width: 100%;
  }
  .btn-newrelease {
    margin: 0 auto !important;
  }
}
