h1,
h2,
h3,
h4,
body {
  color: #315b84;
}

a {
  color: #c63941;
}

.dright {
  float: left;
  text-align: right;
  width: 30%;
}

.dleft {
  float: left;
  width: 70%;
}

.mright {
  clear: both;
  line-height: 40px;
}

.imgsrc {
  background-color: #efefef;
}

.fposition {
  top: 20px;
  position: sticky;
  background-color: #fff;
  right: 50px;
  border-radius: 10px;
  border: 1px #d9d9d9 solid;
  margin-top: 35px;
}

.closebt {
  /*display: none;*/
}

.hx1 {
  font-size: 35px;
  font-weight: 600;
  border-right: 1px #888 solid;
  padding: 0px 40px 0px 0;
}

.hx2 {
  font-size: 30px;
  font-weight: 300;
  padding: 0px 0px 0px 30px;
}

@media only screen and (max-width: 600px) {
  /*.fposition{ display:none; }*/
  .fposition {
    top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
  }

  .closebt {
    color: #c02031;
    cursor: pointer;
    display: inline-block;
  }

  .hx1 {
    font-size: 25px;
  }

  .hx2 {
    font-size: 20px;
  }
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 6px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 100px;
  width: 110px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background-size: cover;
  background-position: center center;
  border: 1px #fff solid;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.st1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Slideshow container end */
.hidenow {
  display: none;
}

.mySlides img {
  border-radius: 10px;
}

.dot {
  margin: 0 10px;
  border-radius: 7px;
}

.pAddress {
  color: #315b84;
  font-size: 35px;
}

.pStages {
  color: #a00;
  text-transform: uppercase;
  font-size: 20px;
  border: 1px #a00 solid;
  font-weight: 400;
  border-radius: 10px;
  display: inline;
  padding: 8px 15px;
  margin-top: 30px;
}

.imgTLinks {
  margin-bottom: 40px;
}

.tLink1,
.tLink2,
.tLink3,
.tLink4 {
  color: #5a5a5a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}

.tLink1:hover,
.tLink2:hover,
.tLink3:hover,
.tLink4:hover {
  border-bottom: 1px #c63941 solid;
}

.tLink1 {
  margin: 0px 20px 0px 0;
}

.tLink2 {
  margin: 0px 20px;
}

.tLink3 {
  margin: 0px 20px;
}
.tLink4 {
  margin: 0px 20px;
}

.tDivider {
  font-size: 12px;
  font-weight: 500;
  color: #c63941;
}
.bigPRight {
  padding-right: 70px;
}

.rag {
  padding: 30px 0 0;
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 13px;
  color: #315b84;
  font-weight: 400;
}

h5 {
  color: #315b84;
}

h4 {
  font-size: 20px;
  color: #315b84;
}

h3 {
  font-size: 26px;
  font-weight: 700;
}

h3.main {
  font-weight: 600;
}

.w800 {
  font-weight: 800 !important;
}

.bLineUp {
  border-top: 0.35px #9d9d9d solid;
}
.bLineDown {
  border-bottom: 0.35px #9d9d9d solid;
}

.bRight {
  border-right: 0.35px #9d9d9d solid;
}

.bLeft {
  border-left: 0.35px #9d9d9d solid;
}

.pUp45 {
  padding-top: 45px;
}
.pUp25 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.pBottom30 {
  padding-bottom: 30px;
}

.pBottom10 {
  padding-bottom: 10px;
}

.bPad1 {
  padding: 38px 15px;
}
.bPad2 {
  padding: 20px 20px 15px 15px;
}
.bPad3 {
  padding: 0 20px;
}
.iconFix {
  display: flex;
  align-items: center;
  float: right;
  margin-bottom: 40px;
}

.coundownTmr {
  margin-top: 30px;
}

h4 span {
  font-family: "Montserrat", sans-serif;
}

h3.invOpp {
  font-weight: 400;
  font-size: 24px !important;
  margin-top: 30px;
}
.pLocation {
  margin-bottom: 2px;
  margin-top: 16px;
}

.property-name {
  font-family: "inter";
  font-weight: 700;
  color: #fff;
}
.pTitles {
  font-family: "inter";
  font-weight: 400;
  color: #393939;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 45px;
}
.vid-title {
  font-family: "inter";
  font-weight: 600;
  color: #393939;
  margin-bottom: 20px;
  font-size: 20px;
}
.slider-thumb {
  text-align: center;
  margin-top: -120px;
}

.ppt-disclaimer {
  font-style: italic;
  font-weight: 600;
  margin: 40px 0 30px;
}

.ppt-description {
  color: #262626;
  text-align: left;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  font-family: "Alliance No1 Light", sans-serif;
  font-weight: 300;
}
.intro-icons {
  width: 55px;
  display: block;
  margin: 0 auto 20px;
}
.redNotice {
  color: #df2234;
  font-size: 12px;
  margin-bottom: 10px;
}

.bxLeft {
  color: #0c4180;
  font-weight: 300;
  font-family: "Alliance No1 Light", sans-serif;
  font-size: 14px;
}
.bxRight {
  color: #262626;
  font-weight: 400;
  font-family: "Alliance No1 Light", sans-serif;
  font-size: 22px;
}
.bxRight1 {
  color: #262626;
  font-weight: 400;
  font-family: "Alliance No1 Light", sans-serif;
  font-size: 22px;
}

.highlight-t {
  background-color: #134887;
  min-height: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background-position: center center;
  background-size: cover;
}

.highlight-t h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

.highlight-box {
  border: 1px #c8c8c8 solid;
  height: 100%;
}
.p14 {
  padding: 14px;
}

.r-line {
  background-color: #e31f34;
  height: 2px;
  width: 70%;
  display: block;
}
.propicons {
  margin: 0 auto;
  width: 80%;
}
.pIconMain {
  padding: 2px 5px;
}
.pIconQuest {
  font-size: 14px;
}
.pIconAns {
  font-size: 18px;
}
.wys .div {
  margin-bottom: 70px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border: 5px solid white;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.close:hover {
  color: #ff4444;
}

header.header_in .main-menu > ul > li span:hover > a {
  opacity: 1;
  color: #e31e34;
}

.ppt-header {
  background-color: #000;
  background-size: cover;
  background-position: center center;
}
.max-wid {
  max-width: 960px;
  margin: 60px auto 20px;
}
.max-wid1 {
  max-width: 820px;
  margin: 60px auto 20px;
}
.max-wid2 {
  max-width: 1000px;
  margin: 60px auto 20px;
}
.d-filter {
  background: #041122b1;
  padding: 450px 0 80px;
}

.e-button {
  background-color: #e41e33; /* Button background */
  color: white; /* Text color */
  border: 0.5px solid white; /* White border */
  border-radius: 8px; /* Rounded corners */
  padding: 5px 60px; /* Padding */
  font-size: 16px; /* Text size */
  cursor: pointer; /* Pointer cursor */
  transition: all 0.3s ease; /* Smooth transition */
}

.e-button:hover {
  background-color: white; /* Change background on hover */
  color: #e41e33; /* Change text color on hover */
  border: 0.5px solid #e41e33; /* Change border on hover */
}

.e-link {
  background-color: #e41e33;
  color: #fff !important;
  border: 0.5px solid white;
  border-radius: 8px;
  padding: 5px 60px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  display: inline-block;
}

.e-link:hover {
  background-color: white; /* Change background on hover */
  color: #e41e33 !important; /* Change text color on hover */
  border: 0.5px solid #e41e33; /* Change border on hover */
}

.modal-backdrop.show {
  opacity: 0.5 !important; /* Ensures the correct final opacity */
}
@media (max-width: 768px) {
  .d-filter {
    text-align: center;
  }
  .property-name {
    margin-bottom: 20px;
  }
  .max-wid {
    padding: 0 30px;
  }
  .team-div div {
    margin-bottom: 10px;
  }
  .max-wid1 {
    width: 90%;
  }
  .l-up {
    border-top: 0.35px #9d9d9d solid;
  }
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-text .material-icons {
  font-size: 16px;
  vertical-align: middle;
}

.logo-divs {
  padding: 20px 50px;
}

.team-div {
  padding: 20px 50px;
}

.team-div img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin-bottom: 28px;
}

.team-div h3 {
  color: #22538e;
  font-size: 20px;
  margin-bottom: -3px;
  font-weight: 500;
}

.team-div div {
  color: #222;
}

.team-text {
  color: #555;
  font-size: 13px;
}

.row.team-div {
  display: flex;
  align-items: center;
}

.team-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-line {
  margin: 10px 50px 0;
  border-bottom: 0.5px #777 solid;
}

.new-disc {
  font-style: italic;
  font-size: 13px;
}

.property-name {
  font-family: "inter";
  font-weight: 700;
  color: #fff;
  font-size: 45px;
}

.d-filter {
  background: rgba(4, 17, 34, 0.6);
  padding: 350px 0 80px;
}

.ppt-header {
  background-color: #000;
  background-size: cover;
  background-position: center center;
}

.ppt-description {
  color: #262626;
  text-align: left;
  margin: 30px auto;
  font-size: 15px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
}

.bxLeft {
  font-weight: 400;
}

.max-wid1 {
  max-width: 820px;
  margin: 60px auto;
}

.big-space {
  --bs-gutter-x: 2.5rem !important;
}

.feat1x img {
  height: 210px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.eb-box {
  border: 0.5px #777 solid;
  border-radius: 10px;
  margin: -30px auto 0;
  background-color: #fff;
  max-width: 400px;
  text-align: center;
  padding: 10px;
}

.btitle {
  font-size: 14px;
}

.e-button {
  margin-top: 10px;
}

.d-filter {
  background: rgba(4, 17, 34, 0.68);
  padding: 350px 0 80px;
}
