@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face {
  font-family: "AGaramond";
  src: url('fonts/AGaramond-Regular.woff');
}
@font-face {
  font-family: "AGaramond";
  src: url('fonts/AGaramond-Bold.woff');
  font-weight: bold;
}
@font-face {
  font-family: "AGaramond";
  src: url('fonts/AGaramond-Italic.woff');
  font-style: italic;
}
@font-face {
  font-family: "AGaramond";
  src: url('fonts/AGaramond-BoldItalic.woff');
  font-weight: bold;
  font-style: italic;
}

.btn,
button {
  text-transform: uppercase;
  border-radius: 0;
  transition: all 1s;
}

/** HEADER **/

/** // Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {

}
/** // `md` applies to small devices (landscape phones, less than 768px) **/
@media (max-width: 767.98px) {
  body {
    padding-top: 56px;
  }
}
/** // Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {
  body {
    padding-top: 85px;
  }
}

.header-logo {
  background-image: url(/images/logo-cb-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.offcanvas-menu .header-logo {
  background-image: url(/images/logo-cb-white.svg) !important;
}
.main-menu a {
  color: #fff !important;
}
#home #navbar .navbar-toggler {
  font-size: 1.5em;
}
#navbar .main-menu a:hover,
#navbar .main-menu a:focus {
  color: #5994CC !important;
}
.offcanvas-header .btn {
  padding: 0;
}

  /** Large devices (desktops, 992px and up)**/
  @media (min-width: 992px) {
    .header-logo {
      padding: 5px 0;
    }
    #navbar .navbar-toggler {
      font-size: 2em;
    }
  }
  /** `md` applies to small devices (landscape phones, less than 768px) **/
  @media (max-width: 767.98px) {
    .header-logo {
      width: 150px !important;
    }
    .main-menu,
    .offcanvas-menu nav {
      margin-top: 0 !important;
    }
    .main-menu a,
    .offcanvas-header nav a {
      font-size: 13px !important;
      margin-right: 0 !important
    }
    .offcanvas-header .btn {
      margin-top: -8px;
    }
  }
  /** `xxs` applies to small devices (landscape phones, less than 768px) **/
  @media (max-width: 340px) {
    .main-menu,
    .offcanvas-menu nav {
      display: none !important;
    }
  }

/*** MENU ***/
header .navbar-toggler,
header .navbar-toggler:focus {
  border: none !important;
  box-shadow: none !important;
}
.main-menu > a {
  text-transform: uppercase;
}
.offcanvas-menu {
  width: 100% !important;
  background: none !important;
}
.offcanvas-header-bg {
  background-color: rgb(32, 30, 30, 1) !important;
  margin-bottom: 1px;
}
.offcanvas-menu .offcanvas-body {
  background-color: rgb(32, 30, 30, .85) !important;
}
.offcanvas-body-menu {
}
.offcanvas-header a,
.offcanvas-header .btn {
  color: #fff;
  font-weight: bold;
}
.offcanvas-header .btn {
  font-size: 2em;
  position: relative;
}
.offcanvas-header .btn small {
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}
.offcanvas-body .nav-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.offcanvas-body .nav-item ul {
  padding-left: 1em;
}
.offcanvas-body .nav-item ul li {
  list-style: none;
  margin-bottom: 4px;
}
.offcanvas-body .nav-item ul a {
  color: #fff;
  text-decoration: none;
}
    /** Large devices (desktops, 992px and up)**/
    @media (min-width: 992px) {
      .offcanvas-body .nav-link {
        font-size: 1.3em;
      }
      .offcanvas-body .nav-item ul a {
        font-size: 1.1em;
      }
    }

/**Footer**/
.footer a {
  color: #fff;
}
.footer .breadcrumb-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.footer .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: var(--bs-breadcrumb-divider, "|");
}
.footer .nav-link {
  padding-left: 7px;
  padding-right: 7px;
}

/*** Carousel ***/

#homeCarousel .carousel-caption {
  /* background: rgba(255, 255, 255, 0.1); */
  text-shadow: 1px 1px 2px #ffffff;
  padding: .5em;
  text-align: left;
  width: 80%;
  right: auto;
  left: 10%;
  bottom: auto;;
  top: 10%;
}
#homeCarousel .carousel-caption * {
  color: #000000;
  padding: 0;
  margin: 0;
}
.carousel-media-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
#homeCarousel video {
  position: absolute;
  top: 0;
  left: 0;
   right: 0;
  max-height: 100vh;
   max-width: none;
   min-width: 100%;
   height: 100vh;
   object-fit: fill;
}
.carousel-youtube {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
    @media (max-width: 991.98px) {
    }
    /** `md` applies to small devices (landscape phones, less than 768px) **/
    @media (max-width: 767.98px) {

      #homeCarousel .carousel-caption {
        text-align: center;
      }
      #homeCarousel .carousel-caption h1 {
        font-size: 32px;
      }
      #homeCarousel .carousel-caption h4 {
        font-size: 28px;
      }
      #homeCarousel video {
        max-width: 300%;
		height: 65vh;
      }
      .carousel-media-container {
        height: 65vh;
      }
  }

    /** Small devices (landscape phones, 576px and up)**/
    @media (min-width: 576px) {
      .youtube-video {
          height: 300px !important;
      }
    }

    /** Medium devices (tablets, 768px and up)**/
    @media (min-width: 768px) {

      #homeCarousel .carousel-caption h1 {
        font-size: 40px;
      }
      #homeCarousel .carousel-caption h4 {
        font-size: 35px;
      }

      .youtube-video {
          height: 400px !important;
      }
    }
    /** Large devices (desktops, 992px and up)**/
    @media (min-width: 992px) {

      #homeCarousel .carousel-caption h1 {
        font-size: 50px;
      }
      #homeCarousel .carousel-caption h4 {
        font-size: 40px;
      }

      .youtube-video {
          height: 500px !important;
      }
    }
    /** X-Large devices (large desktops, 1200px and up)**/
    @media (min-width: 1200px) {

      #homeCarousel .carousel-caption h1 {
        font-size: 70px;
      }
      #homeCarousel .carousel-caption h4 {
        font-size: 45px;
      }
      .youtube-video {
          height: 550px !important;
      }
    }
    /** XX-Large devices (larger desktops, 1400px and up)**/
    @media (min-width: 1400px) {
      .youtube-video {
          height: 600px !important;
      }
    }

/***Home**/
.realtor-name {
  position: relative;
}
.realtor-name img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.card-search {
  position: absolute;
  top: -8em;
  z-index: 99;
  border: none;
  background-color: rgba(239, 239, 239, 0.8);
}
.card-search .card-body {
  padding: 8px;
}
.card-search .card-body .btn {
  border-radius: 0;
}
.introduction {
  position: relative;
}

.introduction h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}
.introduction h3 {
  font-size: 30px;
  color: #000000;
}
.introfeatures {
}
.introfeatures img {
  width: 100%;
}
.intro-bg {
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
}
.home-title {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2em;
}
.card-contact a {
  color: #000;
}

.card-contact img {
  max-width: 100%;
}
.contact-icon {
  font-size: 1.5em;
  margin-top: -.3em;
}
.getintouch-section {
  position: relative;
}
.getintouch-section input[type="text"],
.getintouch-section input[type="email"],
.getintouch-section input[type="tel"],
.getintouch-section select.form-control,
.getintouch-section textarea{
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.getintouch-section input[type="text"]:focus,
.getintouch-section input[type="email"]:focus,
.getintouch-section input[type="tel"]:focus,
.getintouch-section select.form-control:focus,
.getintouch-section textarea:focus,
.getintouch-section textarea:active {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: uppercase;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: uppercase;
}
::placeholder { /* Recent browsers */
    text-transform: uppercase;
}
.getintouch-bg {
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  z-index: -1;
}

    /** Small devices (landscape phones, 576px and up)**/
    @media (min-width: 576px) {
      .carousel-btns {
          position: relative;
          top: 8em;
      }
      .carousel-btns .btn-l {
        position: absolute;
        left: -1em;
      }
      .carousel-btns .btn-r {
        position: absolute;
        right: -1em;
      }
    }
    /** Medium devices (tablets, 768px and up)**/
    @media (min-width: 768px) {
      .search-textbox {
        width: 370px !important;
      }
    }
    /** Large devices (desktops, 992px and up)**/
    @media (min-width: 992px) {
      .introduction h2 {
        font-size: 50px;
      }
      .introduction h3 {
        font-size: 30px;
      }
      .home-title {
        font-size: 3em;
      }
      .carousel-btns {
          position: relative;
          top: 10em;
      }
    }
    /** `md` applies to small devices (landscape phones, less than 768px) **/
    @media (max-width: 767.98px) {
      .realtor-name {
        text-align: center;
      }
      .realtor-name img {
        position: relative;
        bottom: -1em;
        width: 300px;
      }
      .card-search {
        right: 10px;
        left: 10px;
      }
      .introduction {
        text-align: center;
        margin-top: 0 !important;
      }
      .home-section {
        margin-bottom: 1em !important;
        padding-bottom: 1em !important;
      }
      .introfeatures {
        margin-top: 1em;
      }
      .introfeatures img {
        width: 300px;
      }
      .intro-bg {
        width: 100%;
        top: auto;
        bottom: 18%;
      }
      .introduction > .container {
        padding-bottom: .5em !important;
      }
      .getintouch-bg {
        width: 100%;
      }
      .carousel-item .col-sm-4 {
        padding-left: 3px;
        padding-right: 3px;
      }
      .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
      }
    }
    /**  `sm` applies to x-small devices (portrait phones, less than 576px) **/
    @media (max-width: 575.98px) {
      .carousel-btns {
          position: relative;
          top: -1em;
      }
    }

/*** Property Card **/
.card-property > img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none !important;
}
.card-property .card-title  {
  font-size: 1.7em;
}
.card-property .bg-primary {
  background-color: #012169 !important;
}
.card-contact .bg-primary {
  background-color: #012269 !important;
}
    /** `lg` applies to medium devices (tablets, less than 992px) **/
    @media (max-width: 991.98px) {
      .card-property .card-title {
        font-size: 1.2em !important;
      }
    }
    /** `md` applies to small devices (landscape phones, less than 768px) **/
    @media (max-width: 767.98px) {
    }


  /** Review Card ***/
  .card-review {
    padding: .8em !important;
  }
  .card-review .card-body {
    background-color: #EFEFEF;
    margin-bottom: 1em;
    position: relative;
  }
      .card-review .bi-quote {
        position: absolute;
        color: #5994CC;
        font-size: 3em;
      }
      .bi-quote-top {
        top: -.2em;
        left: .1em;
      }
      .bi-quote-bottom {
        bottom: -.2em;
        right: .1em;
        transform: rotate(180deg);
      }
  .card-review .card-body .card-text {
    font-size: 13px;
  }
  .user-image {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
  }
  .text-star {
    letter-spacing: 1px;
    color: #5994CC;
  }
  .testimonial-section {
    position: relative;
  }
  .testimonial-bg {
      background-color: #EEEEEE;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
  }

  /** Blog Card ***/

  .blog-section {
    position: relative;
  }
  .card-blog h5 {
    color: #000000;
    font-family: "Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
  }
  .card-blog .blog-date {
    color: #A7A9AC;
  }
  .card-blog .card-text {
    font-size:.8em;
  }
  .card-blog .card-link {
    color: #5994CC;
  }
  .blog-bg {
      background-color: #EFEFEF;
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      z-index: -1;
  }

/** About Page**/
.about-01-section {
  position: relative;
}
.about-01-left .h4,
.about-01-left h2 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.about-01-left a {
  color: #000;
}
.about-01-bg-left {
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
    height: 78%;
    width: 55%;
    z-index: -1;
}
.about-01-right {
  text-align: center;
}
.about-01-right img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 42%;
}
.about-01-bg-right {
    background-color: #5994CC;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 60%;
    z-index: -1;

}
.about-02-section {
  text-align: center;
}
.about-02-section img {
  max-width: 100%;
}
.about-03-section .btn {
  border-radius: 0;
  border: #5994CC 3px solid;
}
.about-03-section .btn:hover,
.about-03-section .btn:focus {
  background-color: #5994CC;
}
.about-04-section .certificate-container  {
  position: relative;
  display: inline-block;
}
.about-04-section .certificate-container img {
  width: 100%;
  max-width: 320px;
}
.about-04-section .certificate-container:before,
.about-04-section .certificate-container:after {
  content: '\F582';
  font-family: "bootstrap-icons";
  color: #D9D9D9;
  background-color:  #D9D9D9;
  width: 125px;
  height: 125px;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.about-04-section .certificate-container:before {
  top: -2px;
  left: -2px;
}
.about-04-section .certificate-container:after {
  bottom: -2px;
  right: -2px;
}
.about-04-section hr {
  border-color: #5994CC;
  border-width: 4px;
}
.getintouch-about-section {
  margin-bottom: -1.4em;
}
.getintouch-about-section a,
.contact-section a {
  color: #000;
}
  /** XX-Large devices (larger desktops, 1400px and up) **/
  @media (min-width: 1400px) {
    .about-01-right img {
    max-width: 600px;
}
  }
  /** Large devices (desktops, 992px and up)**/
  @media (min-width: 992px) {
    .about-01-left h4 {
      font-size: 2.5em;
    }
    .about-01-left h2 {
      font-size: 3em;
    }
  }
  /** `lg` applies to medium devices (tablets, less than 992px) **/
  @media (max-width: 991.98px) {

  }

  /** `md` applies to small devices (landscape phones, less than 768px) **/
  @media (max-width: 767.98px) {

    .about-01-section  {
      text-align: center;
    }
    .about-01-left {
      padding-bottom: 1em !important;
    }
    .about-01-bg-left {
      height: 100%;
    }
    .about-01-bg-left,
    .about-01-bg-right {
      width: 100%;
    }
    .about-social-section {
      padding-top: 1rem !important;
    }
    .about-01-bg-right {
      height: 15%;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .about-01-right img {
      position: relative;
      bottom: 0;
      width: 300px;
      height: auto;
    }
    .about-02-section img {
      max-width: 300px;
      margin: 0 auto;
    }
  }


/** Listings**/
.card-search-listings .card-body {
  margin: 0 auto;
}
.search-listings-btn {
  width: 100%;
  border-radius: 0;
}
/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
  .card-search-listings {
    display: inline-block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

/** Sell Page**/
.sell-section {
  position: relative;
}
.sell-section .bg-secondary {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.sell-image-container {
  position: relative;
  text-align: center;
}
.sell-image {
  max-width: 280px;
  margin-bottom: -2.5em;
  margin-top: 1em;
}

  /** Medium devices (tablets, 768px and up) **/
  @media (min-width: 768px) {
    .sell-section .bg-secondary {
      width: 60%;
    }
    .sell-section .sell-image {
      position: absolute;
      bottom: -2.5em;
      right: 0;
      max-width: 400px;
      margin-bottom: 0;
      margin-top: 0;
    }
  }



/*** Lisitng Details ***/
.listing-gallery-section {
  position: relative;
}
.carousel-control-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-control-container > button {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 1rem;
  opacity: 1;
  border-radius: 0;
}
.row-icons {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1rem;
}
.icon-placeholder {
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin: .5rem auto;
}
#carouselGallery img {
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.listing-gallery-section .bg-secondary {
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  z-index: -1;
}
.mapouter {
    position: relative;
    height: 500px;
    width: 100%;
}
.mapouter iframe {
  height: 500px;
}
  /** // Small devices (landscape phones, 576px and up) **/
  @media (min-width: 576px) {
    #carouselGallery {
      height: 500px;
    }
  }
  /** // Medium devices (tablets, 768px and up) **/
  @media (min-width: 768px) {
    #carouselGallery {
      height: 298px;
    }
  }
  /** // Large devices (desktops, 992px and up) **/
  @media (min-width: 992px) {
    #carouselGallery {
      height: 400px;
    }
  }
  /** X-Large devices (large desktops, 1200px and up) **/
  @media (min-width: 1200px)  {
    #carouselGallery {
      height: 478px;
    }
  }
  /** XX-Large devices (larger desktops, 1400px and up) **/
  @media (min-width: 1400px)  {
    #carouselGallery {
      height: 555px;
    }
  }

  /** `md` applies to small devices (landscape phones, less than 768px) **/
  @media (max-width: 767.98px) {

    .listing-gallery-section .bg-secondary {
      height: 50%;
    }
    .mapouter,
    .mapouter iframe {
        height: 300px;
    }
  }


/** Slider **/

.slider-wrapper > .container {
  position: relative;
}
.slider-wrapper .carousel-btns {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.slider-wrapper .carousel-btns {
  text-align: center;
}
.slider-wrapper .carousel-btns .btn {
  top: 50%;
  color: #A7A9AC;
  font-size: 3em;
  padding: 0;
}
.slider-wrapper .carousel-btns .btn:hover,
.slider-wrapper .carousel-btns .btn:focus {
  color: #428FDF;
}
.slider-wrapper  .carousel-btns .btn-l {
    left: -3rem;
}
.slider-wrapper  .carousel-btns .btn-r {
    right: -3rem;
}


  /** `sm` applies to x-small devices (portrait phones, less than 576px))**/
  @media (max-width: 575.98px) {
    .slider-wrapper .carousel-btns {
      position: relative;
      margin-top: -1rem;
    }
  }
  /** `md` applies to small devices (landscape phones, less than 768px) **/
  @media (max-width: 767.98px) {
    .slider-wrapper .carousel-control-container > button {
      padding: .5rem;
    }
  }

/** Accordion **/
.accordion,
.accordion-item,
.accordion-button {
  border-radius: 0 !important;
  border: none;
}
.accordion-button {
  border: #5994CC 3px solid;
  text-transform: uppercase;
  font-weight: bold;
}
.accordion-item {
  margin-bottom: .6rem;
}
.accordion-button:not(.collapsed),
.accordion-button:focus:not(:focus-visible) {
  background-color: transparent !important;
  border-color: #5994CC !important;
  box-shadow: 0 0 0 0.25rem rgba(234, 203, 163, 0.25) !important;
}
.btn-toolbar-share .btn {
  padding: 0;
}
  /** Large devices (desktops, 992px and up)**/
  @media (min-width: 992px) {
    .btn-toolbar-share {
      margin-top: -2.4rem !important;
    }
  }

/** Breadcrumb ***/
.breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumb a,
.breadcrumb .breadcrumb-item {
  text-decoration: none;
  color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '\F285';
  font-family: "bootstrap-icons";
}
/** General **/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "AGaramond","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
}
.text-primary {
   color: #012269 !important;
}
  /** BG**/
  .bg-primary {
    background-color: #201e1e !important
  }
  .bg-secondary {
    background-color: #EFEFEF !important;
  }
  .bg-gray {
    background-color: #EFEFEF;
  }
  .bg-transparent {
    background: transparent !important;
  }
  .image-placeholder {
    background-position: center;
    background-size: cover;
  }
  /** Card **/
  .card {
    border-radius: 0;
    border: none;
  }
  .card * {
    border-radius: 0;
  }
  .card-body {
    border: none !important;
  }

  /** Form **/
  .form-control,
  .form-select {
    border-radius: 0;
  }

  /** Buttons **/
  .btn {
    text-transform: uppercase;
  }
  .btn-primary {
    background-color: #5994CC !important;
    border-color: #5994CC !important;
  }

  .btn-secondary {
    background-color: #000000;
    border-color: #000000;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background-color: #428FDF !important;
    border-color: #428FDF !important;
  }


/** New Home**/
.card-search-2 {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-search-2 .card-search {
  position: static;
  top: auto;
}
.realtor-name-2 img.position-absolute {
  bottom: 0;
  right: 0;
  width: 256px;
}
.realtor-name-2 img.position-placeholder {
  width: 256px;
  height: 10px;
}
/** `sm` applies to x-small devices (portrait phones, less than 576px)**/
@media (max-width: 575.98px) {
}

/** `md` applies to small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
  .realtor-name-2 img.position-placeholder {
    height: 60px;
  }
}
/** `lg` applies to medium devices (tablets, less than 992px)**/
  @media (max-width: 991.98px) {
    .realtor-name-2 img.position-absolute,
    .realtor-name-2 img.position-placeholder {
      width: 180px;
    }
  }

  /** `xl` applies to large devices (desktops, less than 1200px)**/
  @media (max-width: 1199.98px) {
    .realtor-name-2 img.position-absolute,
    .realtor-name-2 img.position-placeholder {
      width: 200px;
    }
  }

.bg-primary-transparent {
		background-color: rgba(32, 30, 30,.8);
}