body,
html {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  background-color: #f9f9fb !important;
  overflow-x: hidden;
}

.content span,
.content p,
.content ul,
.content li {
  text-align: justify !important;
  line-height: 1.5;
}

.bg-orange {
  background-color: #4d45ff !important;
  color: white;
}

.override {
  right: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  left: auto !important;
  text-align: right !important;
  top: 10% !important;
  height: 0 !important;
}

nav {
  z-index: 1000;
}

.navbar-nav {
  text-transform: uppercase;
}

.navbar-nav li a {
  color: #2a2a33 !important;
}

.navbar-nav li {
  padding-right: 10px;
}

.navbar-nav li a:hover {
  color: red important;
}

.navbar-brand {
  margin: 0px;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100% !important;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home {
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 80vh;
}

.search-bar {
  position: relative;
  z-index: 1;
  padding: 16px;
  height: 0px;
  width: 100%;
}

.input {
  box-sizing: border-box;
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 10vh;
  z-index: 0;
  max-width: 100%;
}

.text {
  z-index: 99;
  position: relative;
  left: 0;
  height: 80%;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.search-bar-input {
  font-size: 16px;
  font-weight: 300;
  color: #2a2a33 !important;
  text-transform: uppercase;
  height: 70px !important;
  line-height: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  letter-spacing: 0px;
  text-transform: none;
  padding-left: 24px;
}

.search-bar .input-group-text {
  padding: 20px !important;
}

[placeholder] {
  text-overflow: ellipsis;
}

.bold {
  font-weight: 500;
}

.btn-more {
  width: 220px;
  padding: 10px;
  font-size: 18px;
  background: #4d45ff;
  border-color: #4d45ff;
}

.btn-more:hover,
.btn-more:active,
.btn-more:focus,
.btn-more:visited {
  background-color: #32127a !important;
  border-color: #32127a !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fa-2x {
  font-size: 1.5em !important;
}

footer {
  height: auto;
  display: flex;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
}

.footer-menu li a {
  color: #2a2a33;
  text-decoration: none;
}

.footer-menu li {
  padding-top: 10px;
  list-style-type: none;
  padding-right: 20px;
}

.padding-0 {
  padding: 0px !important;
}

.margin-0 {
  margin: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.btn-outline-more {
  border-color: #4d45ff;
  color: #4d45ff;
  background: transparent;
}

.btn-outline-more:hover,
.btn-outline-more:focus,
.btn-outline-more:active {
  background-color: #4d45ff;
  color: white;
  border-color: #4d45ff;
}

.show > .btn-outline-more.dropdown-toggle {
  background-color: #4d45ff;
  color: white;
  border-color: #4d45ff;
}

.group-more .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.group-more .dropdown-menu .dropdown-item.active {
  color: white;
}

.map-box {
  width: 45%;
  height: 100vh;
  float: left;
  position: relative;
}

.estate img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}



.estate .estate-text {
  font-size: 12px;
  padding-left: 10px;
}

.estate .header-estate {
  font-size: 18px;
}

.estate-header-fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.header-input:focus {
  border-color: #ced4da;
}

#map {
  height: 83.5%;
  width: 100%;
  z-index: 90;

  margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
  #map {
    height: 78%;
  }

  .flex-center {
    margin: auto;
  }
}

.group-more .dropdown-menu .dropdown-item {
  padding: 15px;
  border: 0px;
  transition: 0.2s;
}

.group-more .dropdown-menu .dropdown-item.active {
  background: #4d45ff;
}

.group-more .dropdown-menu .dropdown-item:hover {
  background: #4d45ff;
  color: white;
}

#search_drop {
  width: 15rem;
}

.dev-lang img {
  width: 25px;
}

div.dropdown-multicol {
  width: 40em !important;
}

div.dropdown-row > a.dropdown-item {
  display: inline-block;
  width: 32.95%;
  padding: 10px !important;
}

.form-more {
  color: #4d45ff;
  border-color: #4d45ff;
  text-transform: uppercase;
  cursor: pointer;
}

.form-more option {
  color: black;
}

.form-more:active,
.form-more:visited,
.form-more:focus {
  border-color: #4d45ff;
}

.form-more:hover {
  background: #4d45ff;
  color: white;
  transition: 0.2s;
}

.form-more:hover option {
  background-color: white;
}

#owl1 .item img {
  max-width: 100% !important;
  object-fit: cover;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #owl1 .item img {
    width: 100% !important;
    height: auto !important;
  }
}

#owl1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #333;
  height: 500px;
}

#owl2 .item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  padding-top: 5px;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.icon {
  background: #4d45ff;
  color: white;
  padding: 3px;
}

.left-push {
  width: 45%;
  height: 40vh;
  float: left;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  padding: 0px;
  line-height: 1.5;
  padding-bottom: 13px !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw button {
  background: white !important;
  display: flex;
  justify-content: center;
  border: 0px;
  align-items: center;
  margin: 0px;
  padding: 0px;
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: -5px !important;
  left: -2px !important;
  width: 30px;
  height: 30px;
  color: white !important;
}

.google-image {
  max-width: none;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.gm-style-iw-d .gg {
  padding: 10px;
  font-size: 12px;
}

.gm-style-iw-d .btn-outline-more:visited {
  color: #4d45ff;
}

.gm-style-iw-d .btn-outline-more:hover {
  color: white;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: 0.5s;
}

.shadow:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.scale:hover {
  transform: scale(1.02) translate(0px, -8px);
  transition: all 300ms ease-in-out 0s;
}

.scale {
  transition: all 300ms ease-in-out 0s;
}

.bg-green {
  padding: 3px;
  border-bottom: 1px solid #32127a;
}

.btn-bg.btn-more {
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.stroke {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}

.animate-elements .fx-fadein {
  opacity: 0;
  transform: translate3d(0, 50px, -500px);
  transition-duration: 0.7s;
}

.animate-elements .fx-fadein.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#top-bar {
  background: #32127a;
  color: white;
  width: 100%;
  height: 45px;
}

#top-bar .right-side {
  float: right;
  width: 100%;
  display: inline-block;
}

ul.top-bar-menu {
  margin-top: 8px;
  float: right;
}

ul.top-bar-menu li {
  font-size: 12px;
  line-height: 29px;
  display: inline-block;
  margin: 0 20px 0 0;
  float: left;
}

#top-bar ul li a {
  display: inline-block;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transform: scale(1);
  margin-right: 0;
  float: left;
  color: white;
}

#top-bar ul.social-icons {
  float: right;
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  .group-more {
    margin-bottom: 1rem;
  }

  #btnGroupDrop2 {
    margin-left: 8px;
  }

  #top-bar ul.social-icons {
    margin-right: 0px;
  }

  #top-bar ul.top-bar-menu {
    padding-left: 0px;
  }
}

#top-bar .social-icons li {
  display: inline;
  float: left;
  text-align: left;
  margin-top: 10px;
  transform: scale(1.19);
  -webkit-transform: scale(1.19);
  -webkit-filter: blur(radius);
  padding: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#header-menu .nav-item.active {
  background: #32127a;
  border-radius: 3px;
}

#header-menu .nav-item.active .nav-link {
  color: white !important;
}

#header-menu .nav-item:hover {
  background: #32127a;
  border-radius: 3px;
}

#header-menu .nav-item:hover .nav-link {
  color: white !important;
}

#header-menu .nav-item {
  padding-left: 5px;
  transition: 0.2s;
  margin-right: 5px;
}

.list-page {
  padding-left: 0px;
}

.list-page li {
  list-style-type: none;
  padding-bottom: 15px;
}

.list-page li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.list-page a:hover {
  color: #32127a;
}

.list-page a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #32127a;
  padding: 2px;
  margin: 8px;
  transition: width 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.list-page a:hover::before {
  width: 300px;
}

@media (max-width: 768px) {
  .display-none-mobile {
    display: none !important;
  }
  .footer-menu ul {
    flex-wrap: wrap;
  }
}

.btn-primary {
  background: #4d45ff !important;
  border-color: #4d45ff !important;
}

#sub-menu {
  padding: 0px;
  top: 58px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
}

#sub-menu .dropdown-item {
  padding: 15px 25px;
}

#sub-menu .dropdown-item:hover {
  background: #32127a;
  color: white !important;
  border-radius: 3px;
}

.flex-center {
  align-items: end;
  justify-content: center;
  position: absolute;
  bottom: 15%;
  left: 0;
  margin: auto;
  margin-left: auto;
  width: 100%;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0.2) 0%,
    rgba(250, 91, 15, 0.2) 0%,
    rgba(240, 230, 140, 0.2) 0%,
    rgba(250, 91, 15, 0.2) 100%
  );
}

.overlay-background .text-title {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 36px;
  color: white;
}
.text-primary {
  color: #4d45ff !important;
}

.text-bold {
  font-weight: bold;
}