/* color variables */
/* Screen Size */
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
/* styles */
body {
  background-color: #F5F5F5;
  font-family: 'Open Sans', sans-serif;
}

.container-fluid.wide {
  padding: 0;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

.ac-navbar {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.3s;
}

.ac-navbar a.nav-link {
  padding: 25px 0px;
  line-height: 30px;
  padding-right: 1em;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}

.ac-navbar a.nav-link::before {
  content: '';
  display: block;
  position: relative;
  bottom: -35px;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: #E31E1E;
  transition: width ease-in-out 0.2s;
}

.ac-navbar a.nav-link:hover::before {
  content: '';
  display: block;
  position: relative;
  bottom: -35px;
  left: 0;
  height: 3px;
  width: 50%;
  background-color: #E31E1E;
}

.ac-navbar .nav-item.active a.nav-link::before {
  content: '';
  display: block;
  height: 3px;
  width: 50%;
  background-color: #E31E1E;
}

.ac-navbar .navbar-nav {
  margin-right: 10%;
}

.ac-navbar.waypoint {
  background-color: white;
  box-shadow: 0px 2px 25px #ccc;
}

.ac-navbar.waypoint a.nav-link {
  color: #555;
}

.hero {
  background-image: url("../assets/hero/hero-7.jpg");
  background-size: cover;
  height: 100vh;
  background-position: center bottom;
}

.hero .caption {
  position: absolute;
  left: 0;
  top: 50%;
  height: 30vh;
  margin-top: -15vh;
  background-color: rgba(226, 226, 226, 0.65);
  width: 35%;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 2% 5%;
  vertical-align: middle;
  font-size: 1.7em;
}

.hero .caption em {
  color: #E31E1E;
  font-style: normal;
}

.hero .caption .line {
  height: 2px;
  width: 25%;
  background-color: #E31E1E;
  position: relative;
  bottom: -50px;
}

.logo-crest {
  position: fixed;
  z-index: 1030;
  left: 10%;
  padding: 15px;
  width: 10%;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.logo-crest img {
  width: 100%;
  height: auto;
}

.logo-crest.waypoint {
  width: 5%;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.services {
  padding: 10% 5%;
  box-shadow: 0px -45px 70px rgba(0, 0, 0, 0.5);
}

.services a {
  text-decoration: none;
  color: inherit;
}

.services .card {
  margin: auto 10%;
  text-align: center;
  margin-bottom: 5%;
  padding: 10%;
  transform-style: preserve-3d;
}

.services .card .inner {
  transform: translateZ(40px);
}

.services .card .card-img-top {
  width: 80%;
  margin: 0 auto;
}

.services .card .card-title {
  font-weight: 600;
  font-size: 1.5em;
  word-break: break-word;
  height: 100px;
  vertical-align: middle;
  line-height: 80px;
}

.services .card .card-title img {
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5%;
}

.heading h3 {
  font-weight: 600;
}

.heading .line {
  height: 2px;
  width: 5%;
  margin: 0 auto;
  background-color: #E31E1E;
  position: relative;
}

.heading.left {
  text-align: left;
}

.heading.left .line {
  margin: 0 0;
}

.heading.right {
  text-align: right;
}

.heading.right .line {
  margin: 0 0;
  margin-left: 90%;
}

.features {
  background-image: url("../assets/hero/hero-4.png");
  background-size: 100%;
  background-position: center top;
  background-attachment: fixed;
  padding: 5% 5%;
  height: 130vh;
}

.features .float-heading {
  width: 100%;
  margin: 5% auto;
  background-color: #F5F5F5;
  padding: 1%;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.features .float-heading .heading-text {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  height: 60px;
  font-weight: 600;
  font-size: 2.25em;
  text-transform: uppercase;
  color: #707070;
}

.features .float-heading .sep {
  width: 5px;
  background-color: #E31E1E;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5%;
}

.features .panel {
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, rgba(224, 219, 219, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, rgba(224, 219, 219, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, rgba(224, 219, 219, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, rgba(224, 219, 219, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, rgba(224, 219, 219, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, rgba(224, 219, 219, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  margin: 5% 5%;
  padding: 15% 10%;
  min-height: 350px;
  text-align: center;
  font-size: 1em;
}

.footer {
  background: rgba(225, 225, 225, 0.4);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(225, 225, 225, 0.4) 0%, rgba(128, 128, 128, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 225, 225, 0.4)), color-stop(100%, rgba(128, 128, 128, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0.4) 0%, rgba(128, 128, 128, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(225, 225, 225, 0.4) 0%, rgba(128, 128, 128, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(225, 225, 225, 0.4) 0%, rgba(128, 128, 128, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.4) 0%, rgba(128, 128, 128, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  height: 31vh;
  margin-top: -31vh;
  padding: 15px;
  box-shadow: 0px -30px 50px 5px rgba(225, 225, 225, 0.4);
}

.footer .f-list {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.footer .f-list p {
  float: right;
  width: calc(100% - 30px);
  margin-bottom: 0px;
}

.footer .f-list .socialli {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}

.footer .f-list .socialli i {
  float: left;
  width: 30px;
  font-size: 20px;
  padding-top: 3px;
  color: #E31E1E;
}

.footer .f-list .socialli a {
  float: left;
  width: calc(60% - 30px);
  color: inherit;
}

.footer h3 {
  margin-bottom: 20px;
}

.footer .input-group {
  margin-top: 15%;
  width: 80%;
}

@media (max-width: 767px) {
  .footer .input-group {
    margin-top: 0;
    width: 100%;
  }
}

.footer .page-links .link {
  color: black;
  text-decoration: none;
  position: relative;
  height: 10px;
  line-height: 10px;
  z-index: 0;
  transition: all ease-in-out 0.3s;
}

.footer .page-links .link::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 10px;
  top: 50%;
  margin-top: -1px;
  left: -15px;
  border-radius: 5px;
  background-color: #E31E1E;
  z-index: -1;
  transition: left ease-in 0.2s, width ease-in 0.2s, height ease-in 0.15s 0.2s, padding ease-in 0.15s 0.2s, top ease-in 0.15s 0.2s, margin-top ease-in 0.15s 0.2s, box-shadow ease-in 0.15s 0.3s;
}

.footer .page-links .link:hover::before {
  top: 0;
  margin-top: 0;
  height: 100%;
  padding: 2%;
  left: -10px;
  width: calc(100% + 20px);
  box-shadow: 0px 2px 3px #555;
}

.footer .page-links .link:hover {
  color: white;
}

.footer .input-group .btn-new {
  background: #e31e1e;
  color: white;
}

.footer .input-group .input-new {
  background: transparent;
  border: 1px solid black;
  height: calc(3.25rem + 2px);
  color: #000;
}

.footer .input-group .input-new::placeholder {
  color: #000;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0.5);
  height: 5vh;
  padding: 0px 15px;
}

.footer-dark p,
.footer-dark a {
  line-height: 5vh;
  height: 5vh;
  vertical-align: middle;
  margin: 0;
  color: #000;
}

.footer-dark a {
  font-size: 1.5em;
  margin-right: 3%;
  transition: all ease-in-out 0.3s;
}

.footer-dark a:hover {
  color: #E31E1E;
  text-decoration: none;
}

.paper {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  box-shadow: 0px -30px 30px -15px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0px 0px;
  background: rgba(226, 226, 226, 0.65);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(224, 219, 219, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 0.65)), color-stop(100%, rgba(224, 219, 219, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(224, 219, 219, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(224, 219, 219, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(224, 219, 219, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.65) 0%, rgba(224, 219, 219, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  transition: all ease-in-out 0.3s;
}

.paper:hover {
  box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.2), 0px 60px 40px -30px rgba(0, 0, 0, 0.2);
}

.about {
  background-color: white;
  padding: 10% 5%;
}

.testimonials {
  background-color: white;
  padding: 5% 5%;
  height: 130vh;
}

.testimonials .paper {
  text-align: center;
  margin-bottom: 15%;
}

.testimonials .paper img {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 3px 10px #aaa;
}

.testimonials .paper blockquote {
  margin-top: 5%;
  position: relative;
  text-align: right;
  width: 90%;
  margin-left: 10%;
}

.testimonials .paper blockquote::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -10px;
  height: 50px;
  width: 50px;
  top: -30px;
  opacity: 0.25;
  background-image: url("../assets/quote.svg");
  background-size: 100%;
  transition: all ease-in-out 0.3s;
}

.testimonials .paper p.author {
  text-align: right;
  position: relative;
  font-size: .9em;
  color: #555;
}

.testimonials .paper p.author::before {
  content: '';
  position: relative;
  display: inline-block;
  height: 1px;
  width: 15px;
  background-color: #E31E1E;
  top: -3px;
  left: -5px;
}

.testimonials .paper:hover > blockquote::before {
  opacity: 0.15;
}

.real-estate .hero {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../assets/hero/hero-5.png");
  background-position: center top;
  position: relative;
}

.real-estate .hero .caption {
  width: 35%;
  height: 40vh;
  margin-top: -20vh;
}

.real-estate .hero .triad {
  position: absolute;
  right: -200px;
  top: 50%;
  height: 400px;
  margin-top: -200px;
  background-color: rgba(226, 226, 226, 0.65);
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 2%;
  vertical-align: middle;
  font-size: 1.7em;
  transform: rotate(-45deg);
}

.real-estate .hero .triad em {
  display: inline-block;
  font-style: normal;
  text-align: right;
  transform: rotate(45deg);
  text-transform: uppercase;
  font-size: 1.8em;
  position: relative;
  right: -10px;
  top: 10px;
}

.real-estate .properties {
  padding: 5% 5%;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  background: white;
}

.real-estate .properties .niffin-box {
  padding: 5% 10%;
  margin-bottom: 5%;
  transition: margin-bottom 0.3s 0.3s;
  color: #000;
  cursor: pointer;
}

.real-estate .properties .niffin-box .body {
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.3s;
}

.real-estate .properties .niffin-box .body .title {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 80%;
  margin: 0 auto;
  padding: 1%;
  padding-top: 5%;
  padding-bottom: 10%;
  text-align: center;
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1;
  transition: top 0.3s 0.6s, z-index 0.3s 0.3s;
}

.real-estate .properties .niffin-box .body .title h2 {
  font-size: 1.4em;
  padding: 1%;
  margin: 0;
}

.real-estate .properties .niffin-box .body .title small {
  color: #555;
  margin-top: 5px;
  font-size: 0.8em;
  display: block;
}

.real-estate .properties .niffin-box .body .title .row {
  border-top: solid 1px #ccc;
  padding: 0px 15px;
  margin: 2% 0.5%;
  margin-top: 3%;
}

.real-estate .properties .niffin-box .body .title .row > div {
  text-align: center;
  padding: 2%;
}

.real-estate .properties .niffin-box .body .title .row > div h3 {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px;
}

.real-estate .properties .niffin-box .body .title .row > div h3.br {
  border-right: solid 1px #ccc;
}

.real-estate .properties .niffin-box .body .title .row > div small {
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 0.7em;
}

.real-estate .properties .niffin-box .body img {
  position: absolute;
  width: 80%;
  margin: 5% auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  position: relative;
  transition: margin-bottom 0.3s, margin-top 0.3s, z-index 0.3s 0.3s, width 0.3s 0.3s;
  z-index: 2;
}

.real-estate .properties .niffin-box .body .description {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  margin: 0 auto;
  padding: 5%;
  padding-bottom: 5%;
  padding-top: 10%;
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1;
  transition: bottom 0.3s 0.6s, z-index 0.3s 0.3s;
  font-size: 1em;
}

.real-estate .properties .niffin-box .body::before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 0vh;
  opacity: 0;
  transition: height 0.5s 0.0s, opacity 0.5s 0.5s;
}

.real-estate .properties .niffin-box:hover > .body > .title {
  top: -35%;
  z-index: 3;
}

.real-estate .properties .niffin-box:hover > .body > img {
  margin-top: 5%;
  width: 90%;
  z-index: 4;
}

.real-estate .properties .niffin-box:hover > .body > .description {
  bottom: -15%;
  z-index: 3;
}

.real-estate .properties .niffin-box:hover > .body::before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 3;
}

.real-estate .properties .niffin-box:hover {
  margin-bottom: 0;
}

.property-details {
  padding: 10%;
  background-color: white;
}

.property-details #propertySlider .wrapper {
  padding: 5%;
}

.property-details #propertySlider .wrapper img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.175);
}

.property-details .lSSlideOuter .lSPager.lSGallery {
  overflow: visible;
}

.property-details .lSSlideOuter .lSPager.lSGallery li {
  overflow: visible;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}

.property-details .lSSlideOuter .lSPager.lSGallery li.active {
  padding: 0px;
}

.property-details .lSGallery li img {
  border-radius: 10px;
  opacity: 0.8;
  transition: all ease-in-out 0.3s;
}

.property-details .lSGallery li.active img {
  box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 15px !important;
  opacity: 1;
}

.property-details .lSSlideOuter {
  position: relative;
}

.property-details .lSSlideOuter::before,
.property-details .lSSlideOuter::after {
  content: '';
  position: absolute;
  display: block;
  height: 150px;
  width: 100px;
  bottom: 0;
  z-index: 2;
}

.property-details .lSSlideOuter::before {
  left: 0;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.property-details .lSSlideOuter::after {
  right: 0;
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.property-details ul.attributes {
  list-style-type: none;
  margin: 5% auto;
  padding: 0;
  padding-top: 1%;
}

.property-details ul.attributes li {
  margin-bottom: 2%;
  padding: 2% 2%;
  border-top: 1px solid #ccc;
  transition: all ease-in-out 0.2s;
  border-radius: 0px 0px 5px 5px;
}

.property-details ul.attributes li .title {
  color: #ccc;
  width: 30%;
  text-align: left;
  display: block;
  float: left;
}

.property-details ul.attributes li .value {
  color: #555;
  width: 70%;
  display: block;
  text-align: right;
  float: right;
  font-weight: 600;
}

.property-details .property-title {
  margin: 0 auto;
  padding: 1%;
  text-align: center;
  background-color: white;
}

.property-details .property-title h2 {
  padding: 1%;
  margin: 0;
}

.property-details .property-title small {
  color: #555;
  margin-top: 5px;
  font-size: 1em;
  display: block;
}

.property-details .property-title .row {
  border-top: solid 1px #ccc;
  padding: 0px 15px;
  margin: 2% 0.5%;
  margin-top: 3%;
}

.property-details .property-title .row > div {
  text-align: center;
  padding: 2%;
}

.property-details .property-title .row > div h3 {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px;
}

.property-details .property-title .row > div h3.br {
  border-right: solid 1px #ccc;
}

.property-details .property-title .row > div small {
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 0.7em;
}

.expanded-details {
  padding: 0% 10%;
  background-color: white;
}

.expanded-details .info {
  height: 350px;
  overflow: auto;
}

.expanded-details .info h3 {
  font-style: normal;
  font-weight: 600;
  color: #777;
  font-size: 1.5em;
}

.expanded-details .info::-webkit-scrollbar {
  width: 0.5em;
}

.expanded-details .info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

.expanded-details .info::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.175);
  outline: 1px solid slategrey;
  border-radius: 10px;
}

.expanded-details .amenity {
  margin-left: 5%;
  margin-bottom: 15%;
  text-align: center;
  padding: 10%;
  box-shadow: 0px -30px 30px -15px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: rgba(226, 226, 226, 0.65);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(245, 219, 219, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 0.65)), color-stop(100%, rgba(245, 219, 219, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(245, 219, 219, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(245, 219, 219, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(226, 226, 226, 0.65) 0%, rgba(245, 219, 219, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.65) 0%, rgba(245, 219, 219, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.expanded-details .amenity img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  opacity: 0.75;
  transition: all ease-in-out 0.3s;
}

.expanded-details .amenity:hover {
  box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.2), 0px 40px 40px -30px rgba(0, 0, 0, 0.2);
}

.expanded-details .amenity:hover > img {
  opacity: 1;
}

.location-details {
  padding: 10% 10%;
  background-color: white;
  min-height: 130vh;
}

.location-details #map {
  height: 430px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.location-details .enquiry-form {
  width: 90%;
  margin-left: 10%;
}

.laterite .hero {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../assets/hero/hero-6.png");
  background-position: center bottom;
  position: relative;
}

.laterite .hero .caption {
  width: 45%;
  height: 40vh;
  margin-top: -20vh;
}

.laterite .hero .triad {
  position: absolute;
  right: -200px;
  top: 50%;
  height: 400px;
  margin-top: -200px;
  background-color: rgba(226, 226, 226, 0.65);
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 2%;
  vertical-align: middle;
  font-size: 1.7em;
  transform: rotate(-45deg);
}

.laterite .hero .triad em {
  display: inline-block;
  font-style: normal;
  text-align: right;
  transform: rotate(45deg);
  text-transform: uppercase;
  font-size: 1.8em;
  position: relative;
  right: 20px;
  top: 40px;
}

.laterite .projects {
  padding: 5% 5%;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  background: white;
}

.laterite .projects .niffin-box {
  padding: 5% 10%;
  margin-bottom: 5%;
  transition: margin-bottom 0.3s 0.3s;
  color: #000;
  cursor: pointer;
}

.laterite .projects .niffin-box .body {
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.3s;
}

.laterite .projects .niffin-box .body .title {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 80%;
  margin: 0 auto;
  padding: 1%;
  padding-top: 5%;
  padding-bottom: 10%;
  text-align: center;
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1;
  transition: top 0.3s 0.6s, z-index 0.3s 0.3s;
}

.laterite .projects .niffin-box .body .title h2 {
  font-size: 1.4em;
  padding: 1%;
  margin: 0;
}

.laterite .projects .niffin-box .body .title small {
  color: #555;
  margin-top: 5px;
  font-size: 0.8em;
  display: block;
}

.laterite .projects .niffin-box .body .title .row {
  border-top: solid 1px #ccc;
  padding: 0px 15px;
  margin: 2% 0.5%;
  margin-top: 3%;
}

.laterite .projects .niffin-box .body .title .row > div {
  text-align: center;
  padding: 2%;
}

.laterite .projects .niffin-box .body .title .row > div h3 {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px;
}

.laterite .projects .niffin-box .body .title .row > div h3.br {
  border-right: solid 1px #ccc;
}

.laterite .projects .niffin-box .body .title .row > div small {
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 0.7em;
}

.laterite .projects .niffin-box .body img {
  position: absolute;
  width: 80%;
  margin: 5% auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  position: relative;
  transition: margin-bottom 0.3s, margin-top 0.3s, z-index 0.3s 0.3s, width 0.3s 0.3s;
  z-index: 2;
}

.laterite .projects .niffin-box .body .description {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  margin: 0 auto;
  padding: 5%;
  padding-bottom: 5%;
  padding-top: 10%;
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1;
  transition: bottom 0.3s 0.6s, z-index 0.3s 0.3s;
  font-size: 1em;
}

.laterite .projects .niffin-box .body::before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 0vh;
  opacity: 0;
  transition: height 0.5s 0.0s, opacity 0.5s 0.5s;
}

.laterite .projects .niffin-box:hover > .body > .title {
  top: -35%;
  z-index: 3;
}

.laterite .projects .niffin-box:hover > .body > img {
  margin-top: 5%;
  width: 90%;
  z-index: 4;
}

.laterite .projects .niffin-box:hover > .body > .description {
  bottom: -15%;
  z-index: 3;
}

.laterite .projects .niffin-box:hover > .body::before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 3;
}

.laterite .projects .niffin-box:hover {
  margin-bottom: 0;
}

.laterite .further-details {
  padding: 10% 10%;
  background-color: white;
  background-image: url("../assets/hero/hero-0.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  min-height: 130vh;
}

.laterite .further-details .enquiry-form {
  width: 90%;
  margin-left: 10%;
}

.laterite .further-details .FAQ .card {
  border: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.laterite .further-details .FAQ .card-header {
  background-color: white;
  color: #555;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #ccc;
}

.laterite .further-details .FAQ .card-header em {
  color: #E31E1E;
  font-weight: 600;
  font-style: normal;
}

.laterite .further-details .FAQ .card-block {
  padding: 2% 5%;
}

.laterite .further-details .FAQ .more-less {
  float: right;
  color: #E31E1E;
}

.f2r {
  background-color: #fff;
}

.f2r .logo-crest {
  position: fixed;
  z-index: 1030;
  left: 10%;
  padding: 12px;
  width: 7%;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.f2r .logo-crest img {
  width: 100%;
  height: auto;
}

.f2r .logo-crest.waypoint {
  width: 5%;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

.f2r .ac-navbar {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px #ccc;
}

.f2r .ac-navbar a.nav-link {
  color: #555;
}

.f2r .ac-navbar.waypoint {
  background-color: white;
  box-shadow: 0px 2px 25px #ccc;
}

.f2r .ac-navbar.waypoint a.nav-link {
  color: #555;
}

.f2r a.nav-link::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.f2r a.nav-link:hover::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.f2r .nav-item.active a.nav-link::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.f2r .heading .line {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.f2r .hero {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../assets/hero/f2r-bg.png");
  background-position: center top;
  background-position-y: -5vh;
  background-repeat: no-repeat;
  position: relative;
}

.f2r .hero .logo {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30vh;
  margin-top: -15vh;
  width: 35%;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.175);
}

.f2r .hero .logo img {
  height: 100%;
  width: auto;
}

.f2r .hero .description {
  position: absolute;
  left: 0;
  top: 70vh;
  width: 80%;
}

.f2r .hero .description p {
  padding: 5%;
  padding-bottom: 3%;
  font-size: 1.5em;
}

.f2r .hero .description .line {
  margin-left: 5%;
  height: 3px;
  width: 10%;
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.f2r .products {
  min-height: 130vh;
}

.f2r .products .heading {
  padding: 0% 10%;
  margin-top: 10%;
}

.f2r .products #productSlider .wrapper img {
  width: auto;
  height: 75vh;
}

.f2r .products #productSlider .wrapper h1 {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  height: 3em;
  line-height: 3em;
  width: 100%;
  text-align: left;
  top: 48%;
  margin-top: -1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  opacity: 0;
  margin-left: 00px;
  transition: all ease-in-out 1s 0.3s;
}

.f2r .products .lslide.active .wrapper h1 {
  opacity: 1 !important;
  margin-left: 100px !important;
}

.f2r .products .lSAction > a {
  top: 90%;
}

.f2r .products .lSSlideOuter {
  position: relative;
}

.f2r .products .lSSlideOuter::before,
.f2r .products .lSSlideOuter::after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 10%;
  top: 0;
  z-index: 2;
}

.f2r .products .lSSlideOuter::before {
  left: 0;
  background: #fff;
  background: rgba(40, 40, 40, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(40, 40, 40, 0.75) 0%, rgba(40, 40, 40, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, rgba(40, 40, 40, 0.75)), color-stop(100%, rgba(40, 40, 40, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(40, 40, 40, 0.75) 0%, rgba(40, 40, 40, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(40, 40, 40, 0.75) 0%, rgba(40, 40, 40, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(40, 40, 40, 0.75) 0%, rgba(40, 40, 40, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(40, 40, 40, 0.75) 0%, rgba(40, 40, 40, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.f2r .products .lSSlideOuter::after {
  right: 0;
  background: rgba(40, 40, 40, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.product-main {
  background-color: #fff;
}

.product-main .logo-crest {
  position: fixed;
  z-index: 1030;
  left: 10%;
  padding: 12px;
  width: 7%;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.product-main .logo-crest img {
  width: 100%;
  height: auto;
}

.product-main .logo-crest.waypoint {
  width: 5%;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

.product-main .ac-navbar.waypoint {
  background-color: white;
  box-shadow: 0px 2px 25px #ccc;
}

.product-main .ac-navbar.waypoint a.nav-link {
  color: #555;
}

.product-main a.nav-link::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.product-main a.nav-link:hover::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.product-main .nav-item.active a.nav-link::before {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.product-main .heading .line {
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
}

.product-main .hero {
  width: 100%;
  height: 30vh;
  overflow-x: hidden;
  background-image: url("../assets/hero/hero-9.png");
  background-position: center top;
  background-position-y: -5vh;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-size: 100%;
  animation-name: ken-burns;
  animation-duration: 250s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  transition: ease-in-out 1s all;
}

.product-main .hero h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 55%;
  margin-left: -40%;
  text-shadow: 0px 0px 25px #000;
}

.product-main .dummy {
  height: 30vh;
  background-color: #fff;
}

.product-main .products {
  padding: 5%;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
}

.product-main .products .heading {
  margin-bottom: 2%;
}

.product-main .products .filters {
  margin: 2%;
}

.product-main .products .filters .nav-item a.nav-link {
  color: #555;
  transition: all ease-in-out 0.2s;
}

.product-main .products .filters .nav-item a.nav-link.active {
  color: #000;
  font-size: 105%;
}

.product-main .products .filters .nav-item a.nav-link::after {
  content: '';
  display: block;
  position: relative;
  left: 0px;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
  transition: width ease-in-out 0.2s;
}

.product-main .products .filters .nav-item a.nav-link:hover::after {
  content: '';
  display: block;
  position: relative;
  left: 0px;
  height: 3px;
  width: 50%;
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
  transition: width ease-in-out 0.2s;
}

.product-main .products .filters .nav-item a.nav-link.active::after {
  content: '';
  display: block;
  position: relative;
  left: 0px;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #3282BD 0%, #3282BD 25%, #98BC3D 25%, #98BC3D 50%, #EAB436 50%, #EAB436 75%, #E31E1E 75%, #E31E1E 100%);
  transition: width ease-in-out 0.2s;
}

.product-main .products .product-grid .grid-item {
  width: 23%;
  margin: 1%;
}

.product-main .products .product-grid .grid-item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.product-main .products .product-grid .grid-item p {
  position: relative;
  width: 95%;
  margin-left: 2.5%;
  text-align: center;
  padding: 1%;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 0px 0px 20px 20px;
  transition: ease-in-out 1s all;
  animation-name: swap-out;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.product-main .products .product-grid .grid-item--big {
  width: 48%;
}

.product-main .products .product-grid .grid-item:hover > p {
  animation-name: swap-in;
}

@keyframes swap-in {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 5px;
    z-index: 3;
    border-radius: 20px;
  }
  100% {
    margin-top: -10px;
    z-index: 3;
    border-radius: 20px;
  }
}

@keyframes swap-out {
  0% {
    margin-top: -10px;
    z-index: 3;
    border-radius: 20px;
  }
  50% {
    margin-top: 5px;
    z-index: 3;
    border-radius: 20px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes ken-burns {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0px 50%;
  }
  100% {
    background-position: 0 0;
  }
}

/* Responsive */
/* Logo */
@media screen and (max-width: 991px) {
  .logo-crest {
    display: none;
  }
}

/* Home */
/* Screen lg */
@media screen and (max-width: 1440px) {
  .features .float-heading .heading-text {
    font-size: 1.8em;
  }
}

/* Screen md */
@media screen and (max-width: 1024px) {
  .services .card .card-title {
    font-size: 1.5em;
  }
  .features .float-heading .heading-text {
    font-size: 1.3em;
  }
  .features .panel {
    min-height: 400px;
  }
  .hero .caption {
    font-size: 1.3em;
  }
  .services .card .card-title img {
    height: 60px;
  }
}

/* Screen sm */
@media screen and (max-width: 768px) {
  .hero .caption {
    padding: 2% 4%;
    font-size: 1em;
  }
  .card-body {
    padding: 0rem;
  }
  .services .card .card-title {
    font-size: 1.4em;
  }
  .features {
    height: auto;
  }
  .features .panel {
    margin: 0% 0%;
    padding: 10% 5%;
    font-size: 0.9em;
    min-height: 300px;
  }
  .features .float-heading .heading-text {
    font-size: 1em;
  }
  .footer {
    height: auto;
    margin-top: 0vh;
  }
  .footer h3 {
    font-size: 1.3rem;
  }
  .footer p {
    font-size: .7rem;
  }
  .footer .input-group {
    width: 100%;
  }
}

/* Screen xs */
@media screen and (max-width: 425px) {
  .hero .caption {
    width: 50%;
  }
  .services .card .card-title {
    font-size: 1.8em;
  }
  .services .card .card-title img {
    height: 70px;
  }
  .features .float-heading .heading-text {
    font-size: 1.2em;
  }
  .features .panel {
    margin: 3% 0%;
    padding: 10% 5%;
    font-size: 0.9em;
    min-height: 130px;
  }
  .footer .input-group {
    width: 108%;
  }
}

/* Hamburger Icon */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  left: 0px;
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  left: 0px;
  top: -8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/* About Us */
/* Screen md */
@media screen and (max-width: 1024px) {
  .pt {
    padding-top: 15%;
  }
  .testimonials .paper blockquote {
    margin-top: 20%;
  }
}

/* Screen sm */
@media screen and (max-width: 768px) {
  .about_us .footer {
    margin-top: auto;
  }
  .about_us .about {
    padding: 5% 5%;
  }
  .testimonials {
    height: auto;
  }
  .footer {
    margin-top: 0;
  }
  .footer p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .pt {
    padding-top: 40%;
  }
  .footer-dark .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* Real Estate */
/* Screen lg */
@media screen and (max-width: 1440px) {
  .real-estate .hero .caption {
    font-size: 1.3em;
  }
}

/* Screen md */
@media screen and (max-width: 1024px) {
  .real-estate .hero .caption {
    font-size: 1.2em;
  }
}

/* Screen sm */
@media screen and (max-width: 768px) {
  .real-estate .hero .caption {
    font-size: 1em;
  }
  .real-estate .properties .niffin-box .body .title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .real-estate .properties .niffin-box .body img {
    position: absolute;
    width: 100%;
    margin: 0;
    height: auto;
    border-radius: 5px;
    position: relative;
  }
  .real-estate .properties .niffin-box .body .description {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .auto_width {
    width: auto;
    font-size: 0.8em;
  }
  .real-estate .properties .niffin-box .body .title .row > div h3 {
    width: 105%;
  }
}

/* Screen xs */
@media screen and (max-width: 425px) {
  .real-estate .hero .caption {
    width: 60%;
  }
}

/* Laterite */
/* Screen lg */
@media screen and (max-width: 1440px) {
  .laterite .hero .caption {
    font-size: 1.3em;
  }
}

/* Screen md */
@media screen and (max-width: 1024px) {
  .laterite .hero .caption {
    font-size: 1.2em;
  }
}

/* Screen sm */
@media screen and (max-width: 768px) {
  .laterite .hero .caption {
    font-size: 1em;
  }
  .laterite .footer {
    margin-top: auto;
  }
  .laterite .about {
    padding: 5% 5%;
  }
  .further-details {
    height: auto;
  }
  .laterite .projects .niffin-box .body .title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .laterite .projects .niffin-box .body img {
    position: absolute;
    width: 100%;
    margin: 0;
    height: auto;
    border-radius: 5px;
    position: relative;
  }
  .laterite .projects .niffin-box .body .description {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .auto_width {
    width: auto;
    font-size: 0.8em;
  }
  .laterite .projects .niffin-box .body .title .row > div h3 {
    width: 105%;
  }
  .laterite .further-details {
    background-size: 390%;
  }
}

/* Screen xs */
@media screen and (max-width: 425px) {
  .laterite .hero .caption {
    width: 60%;
  }
  .laterite .further-details .enquiry-form {
    width: 100%;
    margin-left: 0;
  }
  .laterite .heading.right .line {
    margin: 0;
    margin-left: 0 !important;
  }
  .laterite .know_more.heading.right {
    text-align: left;
    padding-top: 50px;
  }
}

/* Floor 2 Roof */

@media screen and (max-width: 1440px) {
  .f2r .hero {
    overflow-y: hidden;
  }
  .f2r .hero .logo img {
    height: 100%;
    width: auto;
  }
  .f2r .products {
    min-height: 0;
  }
  .f2r .footer {
    height: auto;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .f2r .hero .logo {
    height: 25vh;
  }
  .f2r .hero .description p {
    font-size: 1.3em;
  }
  .f2r .products #productSlider .wrapper h1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 768px) {
  .f2r .hero .description p {
    font-size: 1.0em;
  }
  .f2r .products #productSlider .wrapper h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 425px) {
  .f2r .hero .description p {
    font-size: .8em;
  }
  .f2r .hero .logo {
    height: 11vh;
    right: 10px;
  }
  .f2r .products #productSlider .wrapper h1 {
    font-size: 1.4em;
  }
}

/* Property */
.property .property-details .lSSlideOuter::before, .property .property-details .lSSlideOuter::after {
  height: 120px;
}

@media screen and (max-width: 1440px) {
  .property .footer {
    height: auto;
  }
  .property .property-details .lSSlideOuter::before, .property .property-details .lSSlideOuter::after {
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .property .property-details .lSSlideOuter::before, .property .property-details .lSSlideOuter::after {
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .property .property-details .lSSlideOuter::before, .property .property-details .lSSlideOuter::after {
    height: 70px;
  }
  .property .property-details {
    margin-top: 50px;
  }
  .property .property-details #propertySlider .wrapper img {
    box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.175);
  }
  .property .property-details .property-title .row > div:nth-child(2) h3.br {
    border-right: 0px white;
  }
}

.property .ac-navbar {
  background-color: #ffffff;
}

@media screen and (max-width: 425px) {
  .property .property-details .property-title .row > div:nth-child(2) h3.br {
    border-right: 0px white;
  }
  .property .heading.right {
    text-align: left;
  }
  .property .heading.right .line {
    margin-left: 0;
  }
  .property .enquiry_box {
    padding-top: 50px;
  }
  .property .location-details .enquiry-form {
    width: 100%;
    margin-left: 0;
  }
  .property .property-details .property-title .row > div {
    width: 50%;
  }
  .property .amenity_box {
    padding-top: 50px;
  }
  .property .property-details {
    margin-top: 70px;
  }
}

/* Product- main */

/* @media screen and (max-width: 425px) {
  .product-main .products .product-grid .grid-item {
    width: 48%;
    margin: 1%;
  }
} */

/* Niffin Box Hover disabled sm  */
@media screen and (max-width: 768px) {
  .niffin-box:hover > .body > img {
    margin-top: 0 !important;
    width: 100% !important;
  }
}

.partners{
  padding: 10% 5%;
  box-shadow: 0px 69px 60px rgba(0, 0, 0, 0.5);
}

.slick-slide img {
  height: 600px;
}

.slick-slide h1 {
  position: absolute;
  top: 45%;
  color: white;
  font-weight: bold;
  padding-left: 50px;

}

.testimonials .paper .paper_img{
  margin: 0 auto;
  width: 80px;
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
}

.testimonials .paper img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0px 3px 10px #aaa;
}

.contact{
  background-color: white;
  padding: 5% 5%;
  height: 130vh;
}

.hero-service{
  position: absolute;
  bottom: 0;
  /* display: inline-flex; */
  width: 100%;
  height: 100px;
  background-color: rgba(240, 248, 255, 0.800);
  padding: 0px 30px;
}

.hero-service-card{
  height: 100px;
  vertical-align: middle;
  padding: 10px;
}

.hero-service-img{
  height: 100%;
  width: auto;
}

.hero-service-text{
  display: inline-block;
  vertical-align: middle;
}

.hero-service-text h3{
  font-weight: bold;
  line-height: 1;
}

.hero-link{
  text-decoration: none;
  color: rgb(104, 104, 104);
  transition: all ease-in-out 0.3s;
}

.hero-link:hover{
  text-decoration: none;
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 1000px) {
  .hero-service{
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .hero-service{
    height: 150px;
  }

  .hero-service-card{
    height: 50px;
  }
}

@media screen and (min-width: 996px) {
  .hero .caption {
    height: 40vh;
  }
}

.testimonials {
  padding: 150px 10%;
}

.real-estate .properties {
  box-shadow: none;
}

.slick-slide h3 {
  position: absolute;
  top: 50%;
  color: white;
  padding-left: 50px;
}

.slick-slide .show-more{
  transition: all ease-in-out 0.3s;
}

.slick-slide:hover .show-more{
  padding-left: 50px;
}

.about-short {
  background-color: white;
  padding: 5%;
  /* box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); */
}

.laterite .projects {
  box-shadow: none;
}

.laterite .further-details {
  background-color: #faf9f9;
}

.f2r .hero .logo {
  background-color: #ffffff;
}

.laterite .projects .niffin-box:hover > .body > .title {
    top: -15% !important;
}