@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Poppins";
}

body {
  background-color: #FDFDEF;
  min-height: 100vh;
}

.navBarCont {
  position: sticky;
  top: 0;
  height: 81px;
  z-index: 1000;
  padding: 10px 0px;
}
.navBarCont .navBarMainImg {
  max-width: 150px;
}
.navBarCont .navBarMainImg .navBarInner {
  height: 61px;
  width: 115px;
}
.navBarCont .navBarMainImg .navBarInner.newlogo {
  display: none;
}
@media only screen and (max-width: 1050px) {
 /* .navBarCont {
    height: 71px;
  }*/
  .navBarCont .navBarInner {
    height: 51px;
    width: 96px;
  }
}
@media only screen and (max-width: 832px) {
  /*.navBarCont {
    height: 61px;
  }*/
  .navBarCont .navBarInner {
    height: 41px;
    width: 77px;
  }
}

.headerTag {
  display: contents;
}

.contentContainer {
  margin-top: -81px;
}
@media only screen and (max-width: 1050px) {
  .contentContainer {
    margin-top: -71px;
  }
}
@media only screen and (max-width: 832px) {
  .contentContainer {
    margin-top: -61px;
  }
}

.headerMenuItemOuterContainer {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.headerMenuItemContainer {
  color: #241C4F;
  flex-grow: 1;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .headerMenuItemContainer {
    display: none !important;
  }
}
.headerMenuItemContainer .headerMenuItem {
  color: black;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s;
}
.headerMenuItemContainer .headerMenuItem:hover, .headerMenuItemContainer .headerMenuItem:focus {
  font-weight: 550;
}
@media only screen and (max-width: 1200px) {
  .headerMenuItemContainer .headerMenuItem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
.headerMenuItemContainer .nav-item.active .headerMenuItem {
  font-weight: 550;
}

.afterglowFont {
  font-family: Afterglow;
}

.navBarCont {
  background: #FDFDF3;
  transition: 0.25s ease;
  background: rgba(253, 253, 243, 0);
}

.navBarCont.stuck {
  background: rgb(253, 253, 243);
}

.headerMenuButtonContainer .signInButton {
  font-family: Afterglow;
  font-weight: 500;
  width: 120px;
  box-shadow: inset 0px 0px 0px 1px lightgray;
  text-align: center;
  transition: 0.1s;
  cursor: pointer;
}
.headerMenuButtonContainer .signInButton:hover {
  font-weight: 600;
}
.headerMenuButtonContainer .rateQuoteButton {
    font-family: Afterglow;
    font-weight: 500;
    color: #241C4F !important;
    width: 120px;
    text-align: center;
    background: #FF7426;
    transition: 0.1s;
    cursor: pointer;
}
.headerMenuButtonContainer .rateQuoteButton:hover {
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .headerMenuButtonContainer .rateQuoteButton {
    color: black;
    box-shadow: inset 0px 0px 0px 1px lightgray;
    background: unset;
  }
}
.headerMenuButtonContainer .hamburgerButton {
  color: white;
  width: 40px;
  height: 40px;
  background: #FF7426;
  display: none !important;
  transition: 0.1s;
  cursor: pointer;
}
.headerMenuButtonContainer .hamburgerButton i {
  font-size: 23px;
}
.headerMenuButtonContainer .hamburgerButton i:hover, .headerMenuButtonContainer .hamburgerButton i:focus {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .headerMenuButtonContainer .hamburgerButton {
    height: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMenuButtonContainer .hamburgerButton {
    display: flex !important;
  }
}

.bannerInfoContainer {
  background-color: #241C4F;
  color: white;
}

.callIcon {
  width: 25px;
  height: 25px;
  margin: 5px;
  display: inline-block;
  -webkit-mask: url("../img/icon/call icon.svg");
          mask: url("../img/icon/call icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #FF7426;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media only screen and (max-width: 832px) {
  .bannerInfo {
    justify-content: space-around !important;
    text-align: center;
  }
  .bannerInfo .bannerCallInfo {
    display: none !important;
  }
}
.footerContainer {
  background: #161131;
  line-height: unset !important;
}
.footerContainer div, .footerContainer h6 {
  font-size: small;
}
.footerContainer h4 {
  font-size: medium;
}
.footerContainer .h4 {
  font-size: medium;
}
.footerContainer .footerInnerContainer .footerEndRow {
  border-top: 1px solid rgba(81, 81, 81, 0.4);
}
@media only screen and (max-width: 832px) {
  .footerContainer .footerInnerContainer .footerEndRow .newsLetterCont {
    display: flex !important;
  }
}
.footerContainer .footerInnerContainer .bottomEqualHousingItemContainer {
  display: flex;
}
@media only screen and (max-width: 832px) {
  .footerContainer .footerInnerContainer > div {
    flex-direction: column;
  }
  .footerContainer .footerInnerContainer .topEqualHousingIcon {
    display: flex !important;
    width: 70px;
    height: 73px;
  }
  .footerContainer .footerInnerContainer .footerItem {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 832px) and (max-width: 832px) {
  .footerContainer .footerInnerContainer .footerItem {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footerContainer .footerInnerContainer .footerItem :first-child {
    padding-top: 5px;
  }
  .footerContainer .footerInnerContainer .footerItem :last-child {
    padding-bottom: 5px;
  }
  .footerContainer .footerInnerContainer .footerItem:not(.iconCont) {
    padding-left: 10px;
    border-top: 1px solid rgba(81, 81, 81, 0.4);
  }
}
@media only screen and (max-width: 832px) {
  .footerContainer .footerInnerContainer .socialMediaCont {
    justify-content: start !important;
  }
  .footerContainer .footerInnerContainer .newsLetterInput {
    max-width: 800px;
  }
  .footerContainer .footerInnerContainer .bottomEqualHousingItemContainer {
    display: none;
  }
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(81, 81, 81, 0.4);
  padding: 7px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: small;
  cursor: pointer;
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon div {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
  width: 14px;
  height: 14px;
  -webkit-mask-position: center;
          mask-position: center;
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon:hover, .footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon:focus {
  background: white;
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon:hover div, .footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon:focus div {
  background: #241C4F;
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .fbIcon {
  -webkit-mask-image: url("/img/icon/fb.svg");
          mask-image: url("/img/icon/fb.svg");
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .linkedInIcon {
  -webkit-mask-image: url("/img/icon/linkedin.svg");
          mask-image: url("/img/icon/linkedin.svg");
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .twitterIcon {
  -webkit-mask-image: url("/img/icon/twitter.svg");
          mask-image: url("/img/icon/twitter.svg");
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .youtubeIcon {
  -webkit-mask-image: url("/img/icon/youtube.svg");
          mask-image: url("/img/icon/youtube.svg");
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .tiktokIcon {
  -webkit-mask-image: url("/img/icon/tiktok.svg");
          mask-image: url("/img/icon/tiktok.svg");
}
.footerContainer .footerInnerContainer .socialMediaCont .socialMediaIcon .instagramIcon {
  -webkit-mask-image: url("/img/icon/instagram.svg");
          mask-image: url("/img/icon/instagram.svg");
}
.footerContainer .footerInnerContainer .footerItemHeaderCont .plusIcon, .footerContainer .footerInnerContainer .footerItemHeaderCont .minusIcon {
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #FF7426;
  display: none;
  cursor: pointer;
}
.footerContainer .footerInnerContainer .footerItemHeaderCont .plusIcon {
  -webkit-mask: url("/img/icon/plus.svg");
          mask: url("/img/icon/plus.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.footerContainer .footerInnerContainer .footerItemHeaderCont .minusIcon {
  -webkit-mask: url("/img/icon/minus.svg");
          mask: url("/img/icon/minus.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media only screen and (max-width: 832px) {
  .footerContainer .footerInnerContainer .footerItemHeaderCont .minusIcon {
    display: none;
  }
  .footerContainer .footerInnerContainer .footerItemHeaderCont .plusIcon {
    display: block;
  }
}
@media only screen and (max-width: 832px) {
  .footerContainer .footerInnerContainer .footerItem {
    overflow: hidden;
  }
  .footerContainer .footerInnerContainer .footerItem .footerItemContentCont {
    transition: all 0.5s ease;
    max-height: 0;
    position: relative;
  }
  .footerContainer .footerInnerContainer .footerItem.active .footerItemContentCont {
    max-height: 500px;
  }
  .footerContainer .footerInnerContainer .footerItem.active .minusIcon {
    display: block;
  }
  .footerContainer .footerInnerContainer .footerItem.active .plusIcon {
    display: none;
  }
}
.footerContainer .footerInnerContainer .footerIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 5px;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(81, 81, 81, 0.4);
}
.footerContainer .footerInnerContainer .footerIconContainer .footerIcon {
  width: 20px;
  height: 20px;
  background-color: #FF7426;
  cursor: pointer;
}
.footerContainer .footerInnerContainer .footerIconContainer .footerIcon.locationIcon {
  -webkit-mask: url("/img/icon/location.svg");
          mask: url("/img/icon/location.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.footerContainer .footerInnerContainer .footerIconContainer .footerIcon.phoneIcon {
  -webkit-mask: url("/img/icon/phone.svg");
          mask: url("/img/icon/phone.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.footerContainer .footerInnerContainer .footerIconContainer .footerIcon.mailIcon {
  -webkit-mask: url("/img/icon/mail.svg");
          mask: url("/img/icon/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.footerContainer .footerInnerContainer .footerIconContainer:hover, .footerContainer .footerInnerContainer .footerIconContainer:focus {
  background-color: #FF7426;
}
.footerContainer .footerInnerContainer .footerIconContainer:hover .footerIcon, .footerContainer .footerInnerContainer .footerIconContainer:focus .footerIcon {
  background-color: #241C4F;
}
.footerContainer .footerInnerContainer .quickLinkItem {
  padding-left: 24px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  color: white;
}
.footerContainer .footerInnerContainer .quickLinkItem:hover, .footerContainer .footerInnerContainer .quickLinkItem:focus {
  text-decoration: underline;
}
.footerContainer .footerInnerContainer .quickLinkItem:before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background-color: #FF7426;
  position: absolute;
  top: 50%;
  left: 6px;
  color: lightgray;
}
.footerContainer .footerInnerContainer .contactUsItem {
  max-width: 500px;
}
.footerContainer .footerInnerContainer .contactUsItem i {
  color: #241C4F;
}
.footerContainer .footerInnerContainer .subscribeNowBtn {
  background: #FF7426;
  width: -moz-fit-content;
  width: fit-content;
}
.footerContainer .footerInnerContainer .newsLetterInput {
  border-radius: 0;
  padding: 10px;
  height: 40px;
  border: 1px solid rgba(149, 149, 149, 0.4);
  outline: rgba(149, 149, 149, 0.9);
  background: rgba(81, 81, 81, 0.4);
  color: white;
  max-width: 400px;
  width: calc(100% - 20px);
}
.footerContainer .footerInnerContainer .newsLetterInput::-moz-placeholder {
  color: lightgray;
}
.footerContainer .footerInnerContainer .newsLetterInput::placeholder {
  color: lightgray;
}

.hamburgerMenuContainer {
  background: rgba(81, 81, 81, 0.4);
  width: 50px;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.hamburgerMenuContainer.active {
  opacity: 1;
  pointer-events: all;
}
.hamburgerMenuContainer.active .hamburgerMenuInnerContainer {
  transition: 0.3s ease;
  transition-delay: 0.1s;
  transform: translateX(0%);
  padding: 10px 0px;
}
.hamburgerMenuContainer.inactive {
  opacity: 0;
  transition-delay: 0.1s;
  pointer-events: none;
}
.hamburgerMenuContainer.inactive .hamburgerMenuInnerContainer {
  transition: 0.3s ease;
  transition-delay: 0s;
  transform: translateX(100%);
}
.hamburgerMenuContainer .hamburgerMenuInnerContainer {
  background: #241C4F;
  height: 100%;
  width: 70vw;
  max-width: 600px;
  right: 0;
  transform: translateX(100%);
}
.hamburgerMenuContainer .hamburgerMenuCloseBtn {
  color: white;
  width: 40px;
  height: 40px;
  margin-top: 46px;
  background: linear-gradient(135deg, #ff7426 10%, #11006b);
  filter: saturate(200%);
  transition: 0.1s;
  cursor: pointer;
}
@media only screen and (max-width: 832px) {
  .hamburgerMenuContainer .hamburgerMenuCloseBtn {
    margin-top: 32px;
  }
}
.hamburgerMenuContainer .hamburgerMenuCloseBtn i {
  font-size: 23px;
}
.hamburgerMenuContainer .hamburgerMenuCloseBtn i:hover, .hamburgerMenuContainer .hamburgerMenuCloseBtn i:focus {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .hamburgerMenuContainer .hamburgerMenuCloseBtn {
    height: 35px;
  }
}
.hamburgerMenuContainer .hamburgerMenuItem {
  cursor: pointer;
  transition: 0.1s;
  text-decoration: none;
}
.hamburgerMenuContainer .hamburgerMenuItem:hover, .hamburgerMenuContainer .hamburgerMenuItem:focus, .hamburgerMenuContainer .hamburgerMenuItem.active {
  font-weight: 550;
}
.overflow-y-scroll {
    overflow-y: scroll;
}/*# sourceMappingURL=main.css.map */
:root {
    --image-color-stop1: #241C4F;
    --image-color-stop2: #F36C37;
}