body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-208 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-208 a {
    display: inline-block;
    text-decoration: none;
    outline: none; }
  .default-1-208 .no-padding {
    padding: 0px !important; }
  .default-1-208 .no-margin {
    margin: 0px !important; }
  .default-1-208 .overlay {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: white;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.3s ease-out;
    padding: 0rem 0 0 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-208 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-208 .row-eq-height:before, .default-1-208 .row-eq-height:after {
    display: inline-block; }
  .default-1-208 .alt {
    display: flex; }
  .default-1-208 .heading-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    text-align: center; }
  .default-1-208 .heading-top {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #f27186;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -1px; }
  .default-1-208 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #44332F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 5rem;
    letter-spacing: -1px; }
  .default-1-208 .heading-border-bottom {
    outline: none;
    border: none;
    width: 280px;
    height: 3px;
    background: #ffce7b;
    margin: -0.3rem 0 1.8rem 0;
    padding: 0px;
    display: inline-block; }
  .default-1-208 .heading-desc {
    width: 60%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    color: #44332F;
    font-size: 1.5rem;
    font-weight: 400; }
  .default-1-208 .product-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .product-img-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    position: relative; }
  .default-1-208 .product-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin: 0px;
    z-index: 9; }
  .default-1-208 .product-img-bg {
    width: 80%;
    height: 150px;
    display: inline-block;
    margin: 0px;
    background: #F27186;
    position: absolute;
    -webkit-clip-path: polygon(0% 15%, 0 0, 100% 0, 100% 8%, 51% 9%, 51% 16%, 100% 16%, 100% 85%, 100% 100%, 15% 100%, 0 100%, 0% 85%);
    clip-path: polygon(0% 15%, 0 0, 100% 0, 100% 8%, 51% 9%, 51% 16%, 100% 16%, 100% 85%, 100% 100%, 15% 100%, 0 100%, 0% 85%);
    border-radius: 5px 0 5px 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .bg-color {
    background: #86BBE6 !important; }
  .default-1-208 .bg-color2 {
    background: #FFCE7B !important; }
  .default-1-208 .product-details {
    width: 100%;
    display: flex;
    margin: 3rem 0 0 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .default-1-208 .product-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #44332F;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px; }
  .default-1-208 .product-title-bottom-border {
    outline: none;
    border: none;
    width: 100px;
    height: 3px;
    background: #f27186;
    margin: 1rem 0 0 0;
    padding: 0px; }
  .default-1-208 .price-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .view-link {
    outline: none;
    text-decoration: none;
    margin: 2rem 0 0 0;
    display: inline-block;
    padding: 1.8rem 3.5rem 1.1rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    background: #F27186;
    letter-spacing: 1px;
    line-height: normal; }
  .default-1-208 .product-price {
    width: 100%;
    display: inline-block;
    margin: 1rem 0 0 0;
    color: #44332F;
    font-size: 3.5rem;
    font-weight: 500; }
  .default-1-208 .product-main:hover .product-img-bg, .default-1-208 .product-main:hover .price-main {
    opacity: 1; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-208 .heading-desc {
      width: 90%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 480px) {
    .default-1-208 .col-xs-6 {
      width: 100%; }
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body{ font-family: 'Roboto', sans-serif;}
.default46 {padding: 40px 0 20px; width: 100%; display: inline-block;}
.default46 .house-main{ width: 300px; height: 300px; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; cursor: pointer;}
.default46 .house-img{ width: 100%; height: 100%; object-fit: cover; margin: 0px; padding: 0px; border-radius: 50%; transition: all 0.3s linear; position: absolute; left: 0; top: 0;}
.default46 .house-hover-main{ width: 70%; height: 70%; border-radius: 50%; background: #ffffff; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; opacity: 0; transform: scale(0.2); -moz-transform: scale(0.2); -webkit-transform: scale(0.2); left: auto; bottom: auto;}
.default46 .house-hover-main p{ width: 100%; text-align: center; font-size: 12px; color: #353535; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; margin: 0px;}
.default46 .house-main:hover .house-img{ transform: scale(0.9);}
.default46 .house-main:hover .house-hover-main{ transform: scale(1); opacity: 1;}
.default46 .house-details{ width: 100%; display: inline-block; text-align: center; margin-bottom: 6rem;}
.default46 .house-details h3{ width: 100%; display: inline-block; margin: 4.5rem 0 2.2rem; font-size: 18px; font-weight: 400; color: #353535; letter-spacing: 0.15em; text-transform: uppercase;}
.default46 .house-details p{ width: 100%; display: inline-block; margin: 0px; font-size: 12px; font-weight: 300; color: #353535; text-transform: uppercase; letter-spacing: 0.15em; line-height: 1.8rem;}



@media screen and (min-width:901px) and (max-width:1024px){
  
}

@media screen and (min-width:768px) and (max-width:991px){
  .default46 .house-main {width: 230px; height: 230px;}
}

@media screen and (min-width:601px) and (max-width:767px){
  
}

@media screen and (min-width:481px) and (max-width:600px){
  
}

@media screen and (max-width: 480px){
  
}