@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&family=Roboto+Slab:wght@400;700&display=swap");
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

#contents {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  opacity: 1;
}

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #26408A;
  -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
  animation: ball-pulse-sync 1s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 10s;
  animation-fill-mode: both;
  -webkit-animation-duration: 10s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.home {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 5.1rem;
}

@media (max-width: 460px) {
  i
.navbar-brand {
    padding: 2rem;
  }
}

nav.navbar-expand-md {
  padding: 1rem 1rem 1rem 2rem;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 460px) {
  nav.navbar-expand-md {
    padding: 1rem;
  }
}

nav li.nav-item {
  margin-right: 3rem;
  font-weight: 500;
}

@media (max-width: 460px) {
  nav li.nav-item {
    margin-right: 0;
    text-align: center;
  }
}

nav li.nav-item a {
  color: #979795;
  font-size: 0.9rem;
}

nav li.nav-item a:hover {
  color: #26408A;
}

nav li.nav-item .exclusive {
  color: #AD9C7B;
  border-bottom: 1px dotted #AD9C7B;
}

nav li.nav-item .exclusive:hover {
  color: #9A8660;
}

.homeheight {
  height: calc(100vh - 82px);
}

.homeheight .rightside {
  background-color: rgba(37, 70, 98, 0.9);
  height: 100%;
  overflow-y: hidden;
}

.homeheight .rightside .borderpart {
  margin-right: 3rem;
  margin-left: 3rem;
}

@media (max-width: 460px) {
  .homeheight .rightside .borderpart {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

.homeheight .rightside .textpart {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.5rem;
}

.homeheight .rightside .textpart strong {
  font-weight: 500;
}

.homeheight .rightside .textpart .smalltext {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 1.8rem;
  font-weight: 300;
  margin-bottom: 1.8rem;
}

.homeheightm {
  height: auto !important;
  min-height: calc(100vh - 82px);
}

@media (max-width: 460px) {
  .homeheightm {
    min-height: auto;
  }
}

.h100p {
  height: 100%;
}

.h100p .align-self-end {
  width: 100%;
}

.buttonlink {
  background-color: #AD9C7B;
  padding: 0.6rem 2.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7rem;
}

@media (max-width: 460px) {
  .buttonlink {
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.buttonlink:after {
  content: url(../img/knowusbetter.svg);
  margin-left: 10px;
  vertical-align: center;
  line-height: 0rem;
}

.buttonlink:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9A8660;
}

.controller {
  background-color: #AD9C7B;
  float: right;
  width: 12rem;
  margin-top: 2.5rem;
  height: 5.5rem;
  background-image: url("../img/straightline.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.controller a {
  padding: 1.8rem 1.8rem 2.4rem;
  line-height: 5rem;
  text-decoration: none;
  opacity: 0.7;
}

.controller a:hover {
  opacity: 1;
}

.carousel.slide {
  width: calc(100% - 12rem);
  background-color: #fff;
  height: 8rem;
  font-size: 1.7rem;
  color: #979795;
  line-height: 2.3rem;
  font-weight: 400;
  padding: 1.6rem 1.2em 1.5rem 1.5rem;
  overflow-y: hidden;
}

.leftside {
  padding: 0;
}

@media (max-width: 460px) {
  .leftside {
    padding: 15px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blueprofile {
  background-image: url("../img/bluebg.svg");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 460px) {
  .blueprofile {
    background: transparent;
  }
}

.brownprofile {
  background-image: url("../img/brownbg.svg");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 460px) {
  .brownprofile {
    background: transparent;
  }
}

.nonav .navbar-expand-md {
  background-color: transparent;
}

.tel {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: #fff !important;
  display: none;
}

@media (max-width: 460px) {
  .tel {
    color: #979795 !important;
    margin-top: 2rem;
    font-weight: 900;
  }
}

.centralblue {
  background-image: url("../img/bluecenterbg.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

@media (max-width: 460px) {
  .centralblue {
    background: transparent;
  }
}

.centralblue .autopspace {
  margin-top: 4rem;
}

@media (max-width: 460px) {
  .centralblue .autopspace {
    margin: auto;
  }
}

.centralblue h5 {
  color: #746F74;
}

.centralblue .aboutcontent {
  color: #AEA6AE;
  width: 70%;
  margin-top: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 4rem;
}

@media (max-width: 460px) {
  .centralblue .aboutcontent {
    width: auto;
  }
}

.centralblue .fourblock {
  border: 15px solid #fff;
  border-left: 0;
  height: calc(10rem + 35px);
}

@media (max-width: 460px) {
  .centralblue .fourblock {
    border: 0;
    height: auto;
  }
}

.centralblue .outerblock {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  height: calc(12rem + 40px);
}

@media (max-width: 460px) {
  .centralblue .outerblock {
    padding: 0;
    height: auto;
  }
}

.centralblue .recbox {
  padding: 2rem 1.8rem 2rem 1.8rem;
  width: 25%;
  font-size: 0.75rem;
  float: left;
  min-height: 10.5rem;
}

@media (max-width: 460px) {
  .centralblue .recbox {
    padding: 1rem;
    width: 50%;
  }
}

.centralblue .blueline {
  width: 1.8rem;
  height: 1px;
  background-color: #6E83BF;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.centralblue .whiteline {
  width: 1.8rem;
  height: 1px;
  background-color: #fff;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.centralblue .investin {
  color: #6E83BF;
  background-color: #fff;
}

.centralblue .parttitle {
  font-size: 0.86rem;
  margin-top: -1rem;
}

.centralblue .stock {
  color: #fff;
  background-color: #6E83BF;
}

.centralblue .fund {
  color: #fff;
  background-color: #C4C4C4;
}

.centralblue .investgob {
  color: #fff;
  background-color: #A2A6CC;
}

.centralblue .bole {
  position: absolute;
  left: 0;
  margin-top: -20px;
}

@media (max-width: 460px) {
  .centralblue .bole {
    display: none;
  }
}

.centralblue .bori {
  position: absolute;
  right: 0;
  margin-top: 8.7rem;
}

@media (max-width: 460px) {
  .centralblue .bori {
    display: none;
  }
}

.centralblue .newrightside {
  vertical-align: bottom;
}

.centralblue .newrightside a {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

@media (max-width: 800px) {
  .centralblue .newrightside a {
    color: #6E83BF;
  }
}

.centralblue .newrightside .fb a {
  color: #3B5998 !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: right;
}

.centralblue .newrightside .fb img {
  max-width: 1.2rem;
  margin-right: 0.6rem;
  margin-left: 0.4rem;
}

.phone {
  float: left;
  width: 16px;
  fill: white !important;
  margin-right: 5px;
  margin-top: 7px;
}

@media (max-width: 460px) {
  .phone {
    color: #6E83BF;
  }
}

.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animated.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animated.delay-55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animated.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.delay-9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.animated.delay-10s {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.expertblock {
  position: relative;
}

@media (max-width: 800px) {
  .expertblock {
    position: unset;
  }
}

.expertblock .realestate {
  background-color: #F2F2F2;
  padding: 2rem 3rem 3rem 2rem;
  width: 17.6rem;
  position: absolute;
  border-bottom: 50px solid #fff;
}

@media (max-width: 800px) {
  .expertblock .realestate {
    position: unset;
    width: 100%;
    border: 0;
  }
}

.expertblock .realestate .ebdes {
  font-size: 0.8rem;
  color: #AEA6AE;
}

.expertblock .investmenteb {
  background-color: #C4C4C4;
  padding: 1rem 2rem 2rem 2rem;
  width: 24.7rem;
  position: absolute;
  left: 16.2rem;
  top: 3rem;
}

@media (max-width: 800px) {
  .expertblock .investmenteb {
    position: unset;
    width: 100%;
  }
}

.expertblock .investmenteb .ebdes {
  font-size: 0.8rem;
  color: #fff;
}

.expertblock .pevc {
  background-color: #A2A6CC;
  padding: 1rem 2rem 2rem 2rem;
  width: 28rem;
  position: absolute;
  left: 25rem;
  top: 13.6rem;
}

@media (max-width: 800px) {
  .expertblock .pevc {
    position: unset;
    width: 100%;
  }
}

.expertblock .pevc .ebdes {
  font-size: 0.8rem;
  color: #fff;
}

.expertblock .whitelinel {
  width: 3rem;
  height: 1px;
  background-color: #fff;
  margin-top: 0.7rem;
}

.expertblock .blueliine {
  width: 2.6rem;
  height: 1px;
  background-color: #A2A6CC;
  margin-top: 0.7rem;
}

.expertblock .ebtitle {
  color: #6E83BF;
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
}

.scp {
  width: 100%;
  height: calc(100vh - 82px);
  overflow: hidden;
}

.scc {
  width: 100%;
  height: calc(100vh - 82px);
  overflow-y: scroll;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* So the width will be 100% + 17px */
}

.iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 860px) {
  .specnav {
    display: none !important;
    opacity: 0;
  }
}

.centralbrown {
  font-family: "Roboto Slab", serif;
}

.centralbrown .autopspace {
  height: 7rem;
}

@media (max-width: 460px) {
  .centralbrown .autopspace {
    height: auto;
  }
}

.centralbrown h5 {
  font-size: 1.9rem;
  color: #746F74;
  line-height: 2.3rem;
}

.centralbrown .desc {
  color: #AEA6AE;
  font-size: 0.86rem;
  margin-top: 1.3rem;
  width: 85%;
  margin-bottom: 2.4rem;
}

@media (max-width: 460px) {
  .centralbrown .desc {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.centralbrown .buttonlinkblue {
  background-color: #6E83BF;
  padding: 0.6rem 2.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7rem;
  font-family: 'Quicksand', sans-serif;
}

@media (max-width: 460px) {
  .centralbrown .buttonlinkblue {
    display: block;
    text-align: center;
  }
}

.centralbrown .buttonlinkblue:hover {
  background-color: #5067A8;
  text-decoration: none;
}

.centralbrown .buttonlinkblue::after {
  content: url(../img/knowusbetter.svg);
  margin-left: 10px;
  vertical-align: center;
  line-height: 0rem;
}

.centralbrown .smallbrownbtn {
  background-color: #D1C3A7;
  padding: 0.6rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7rem;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.centralbrown .smallbrownbtn:hover {
  background-color: #AD9C7B;
  text-decoration: none;
}

.centralbrown .videomodal .modal-content {
  padding: 0;
}

.centralbrown .videomodal .modal-content .modal-body {
  padding: 0;
}

.centralbrown .landarea {
  background-color: rgba(240, 240, 240, 0.8);
  width: 26rem;
  height: 12rem;
  position: absolute;
  padding: 1.6rem 2rem;
  top: 50%;
  left: 25%;
}

@media (max-width: 460px) {
  .centralbrown .landarea {
    position: static;
    width: 100%;
    height: 10rem;
    padding: 1rem;
  }
}

.centralbrown .landarea .ropani {
  font-size: 1.7rem;
  font-family: 'Quicksand', sans-serif;
  color: #AD9C7B;
  line-height: 1.9rem;
  text-align: left;
  margin-bottom: 2rem;
}

.centralbrown .landarea .plot {
  width: 3rem;
  text-align: right;
}

.centralbrown .landarea .nobglink {
  font-size: 0.8rem;
  color: #AD9C7B;
  font-weight: 500;
}

@media (max-width: 460px) {
  .centralbrown .landarea .nobglink {
    font-size: 1rem;
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.centralbrown .landarea .nobglink::after {
  content: url(../img/brownlink.svg);
  margin-left: 1rem;
  vertical-align: top;
  line-height: 1.3rem;
}

.centralbrown .brownbg {
  background-color: #C6B698;
  padding: 1rem 2rem;
  width: 100%;
  min-height: 8rem;
  font-family: 'Quicksand', sans-serif;
  height: 8rem;
  -webkit-transition: height 1s;
  transition: height 1s;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 460px) {
  .centralbrown .brownbg {
    all: unset !important;
    display: block;
    padding: 1rem !important;
  }
  .centralbrown .brownbg:hover {
    height: auto;
    position: static;
  }
}

.centralbrown .brownbg .projectlisthid {
  display: none;
  -webkit-transition: display 0.5s;
  transition: display 0.5s;
}

@media (max-width: 460px) {
  .centralbrown .brownbg .projectlisthid {
    display: block;
  }
}

.centralbrown .brownbg:hover {
  height: 60vh;
  position: fixed;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  bottom: 0;
}

.centralbrown .brownbg:hover .projectlisthid {
  display: block;
  -webkit-transition: display 2s;
  transition: display 2s;
}

.centralbrown .brownbg .moreprojects {
  color: #E7D8BD;
  font-size: 1.2rem;
}

.centralbrown .brownbg .projectlisthid, .centralbrown .brownbg .projectlist {
  margin-top: 0.5rem;
}

.centralbrown .brownbg .projectlisthid .plist, .centralbrown .brownbg .projectlist .plist {
  width: 50%;
  float: left;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: 'Quicksand', sans-serif;
}

@media (max-width: 460px) {
  .centralbrown .brownbg .projectlisthid .plist, .centralbrown .brownbg .projectlist .plist {
    width: 100%;
  }
}

.centralbrown .brownbg .projectlisthid .plist a, .centralbrown .brownbg .projectlist .plist a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 460px) {
  .centralbrown .brownbg .projectlisthid .plist a, .centralbrown .brownbg .projectlist .plist a {
    color: #AD9C7B;
  }
}

.centralbrown .brownbg .projectlisthid .plist a:hover, .centralbrown .brownbg .projectlist .plist a:hover {
  opacity: 0.7;
}

.centralbrown .nextproject {
  background-color: #AD9C7B;
  width: 100%;
  height: 12vh;
}

@media (max-width: 460px) {
  .centralbrown .nextproject {
    position: fixed;
  }
}

.centralbrown .nextproject .previous, .centralbrown .nextproject .next {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

@media (max-width: 460px) {
  .centralbrown .nextproject .previous:after, .centralbrown .nextproject .next:after {
    content: "Next Project";
    font-size: 0.8rem;
    padding: 1rem;
    display: block;
    text-align: center;
    color: #fff;
  }
}

.centralbrown .nextproject .previous img, .centralbrown .nextproject .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centralbrown .brownlist ul a {
  color: #7E725A;
  font-family: 'Quicksand', sans-serif;
}

.paddingright0 {
  padding-right: 0;
}

@media (max-width: 460px) {
  .paddingright0 {
    padding: 0;
  }
}

.marginb8m {
  margin-bottom: 8rem;
  cursor: pointer;
}

@media (max-width: 460px) {
  .marginb8m {
    margin: 0;
  }
}

.modal-content {
  background-color: #6E83BF;
  padding: 2.5rem;
  font-family: 'Quicksand', sans-serif;
  border: 0;
  border-radius: 0;
}

@media (max-width: 460px) {
  .modal-content {
    padding: 1rem;
  }
}

.modal-content .modal-body .close {
  position: absolute;
  right: 0;
}

.modal-content .modal-body .modal-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.modal-content .modal-body .modal-title:after {
  content: url(../img/knowusbetter.svg);
  margin-left: 10px;
  vertical-align: center;
  line-height: 0rem;
}

.modal-content .modal-body .detailist {
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #fff;
}

@media (max-width: 460px) {
  .modal-content .modal-body .detailist br {
    margin-bottom: 15px;
  }
}

.modal-lg {
  max-width: 700px;
}

.gallery .modal-content {
  padding: 0;
  background-color: unset;
}

.gallery .modal-content .carousel.slide {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 0;
}

.gallery .modal-lg {
  max-width: 60% !important;
}

@media (max-width: 460px) {
  .gallery .modal-lg {
    max-width: 100% !important;
  }
}
/*# sourceMappingURL=custom.css.map */