html,
body {
  height: 100%;
}


.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.7s;


  background-color: rgb(255 255 255 / .5);

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

.header.header-top {
  background-color: #fff;
}

.bg_imo {
  background-image: url('../images/7.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0 0 30px 0;
}

.bg_gray {
  background-color: #FAFBFC;
}



.bg-footer {

  background: #002269 url('../images/bg.png') no-repeat center bottom;
  background-size: cover;
  position: relative;
  font-size: 14px;
  font-size: .9em;
  position: relative;
  clear: both;
}

.bg-footer h1,
.bg-footer h2,
.bg-footer h3,
.bg-footer h4,
.bg-footer h5,
.bg-footer h6 {
  color: #fff;

  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 1em !important;
  font-family: poppins, Arial, sans-serif;
}

.bg-footer a:not(.btn):not(.no-footer-css) {
  color: #777;
  transition: all .1s ease-in-out;
}

.footer-social-menu li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-social-menu li a:hover {
  background-color: #fff;
  color: #002269;
  border-color: #fff
}

.footer-list li a {
  display: inline-block;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, .5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-list li a:hover {
  color: #fff;
  letter-spacing: .4px
}

.footer-alt {
  color: #fff;
  padding: 20px 0;
}

body[data-layout-mode=dark] .bg-subscribe {
  background-color: #242c34
}

body[data-layout-mode=dark] .bg-footer,
body[data-layout-mode=dark] .footer-alt {
  background: #242c34
}

.row>* {
  position: relative
}

.bg-soft-primary {
  background-color: rgba(118, 109, 244, .15) !important;
  color: #002269 !important
}

.bg-soft-primary .border {
  border-color: #002269 !important
}

.bg-soft-secondary {
  background-color: rgba(116, 120, 141, .15) !important;
  color: #74788d !important
}

.bg-soft-secondary .border {
  border-color: #74788d !important
}

.bg-soft-success {
  background-color: rgba(4, 133, 101, .15) !important;
  color: #048565 !important
}

.bg-soft-success .border {
  border-color: #048565 !important
}

.bg-soft-info {
  background-color: rgba(95, 208, 243, .15) !important;
  color: #5fd0f3 !important
}

.bg-soft-info .border {
  border-color: #5fd0f3 !important
}

.bg-soft-warning {
  background-color: rgba(247, 204, 83, .15) !important;
  color: #f7cc53 !important
}

.bg-soft-warning .border {
  border-color: #f7cc53 !important
}

.bg-soft-danger {
  background-color: rgba(218, 55, 70, .15) !important;
  color: #da3746 !important
}

.bg-soft-danger .border {
  border-color: #da3746 !important
}

.bg-soft-pink {
  background-color: rgba(232, 62, 140, .15) !important;
  color: #e83e8c !important
}

.bg-soft-pink .border {
  border-color: #e83e8c !important
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, .15) !important;
  color: #f8f9fc !important
}

.bg-soft-light .border {
  border-color: #f8f9fc !important
}

.bg-soft-dark {
  background-color: rgba(49, 64, 71, .15) !important;
  color: #314047 !important
}

.bg-soft-dark .border {
  border-color: #314047 !important
}

.bg-soft-purple {
  background-color: rgba(118, 109, 244, .15) !important;
  color: #002269 !important
}

.bg-soft-purple .border {
  border-color: #002269 !important
}

.bg-soft-blue {
  background-color: rgba(31, 134, 239, .15) !important;
  color: #1f86ef !important
}

.bg-soft-blue .border {
  border-color: #1f86ef !important
}

.bg-soft-green-dark {
  background-color: rgba(4, 133, 101, .15) !important;
  color: #048565 !important
}

.bg-soft-green-dark .border {
  border-color: #048565 !important
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, .15) !important;
  color: #fff !important
}

.bg-soft-white .border {
  border-color: #fff !important
}

.info_sistema {
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  background: #114586;
}

.icon_info {
  border-radius: 50%;
  background: #114586;
  height: 50px;
  width: 50px;
}

.icon_info i {
  color: #fff;
  font-size: 16px;

}

/**/
.upper-header {
  background-color: #f9f9f9 !important;
  height: 40px;
  transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
}

.upper-header.header-top-none {
  height: 0;
}

.upper-header.bg-current {
  background-color: var(--theme-color) !important;
}

.upper-header.bg-current-shade {
  background-color: var(--theme-color-shade) !important;
}

.upper-header ul {
  margin-bottom: 0;
  margin-top: 20px;
}

.upper-header ul li {
  position: relative;
  padding-left: 15px;
}

.upper-header ul li:after {
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background-color: #ddd;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}

.upper-header ul li a {
  color: #ddd;
  font-size: 13px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.upper-header ul li a i {
  position: relative;
  font-size: 16px;
}

.upper-header.bg-greylight ul li a {
  color: #999;
}


.header-wrapper {
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(153, 153, 153, 0.22);
}


/* BASE */

.text-grey-100 {
  color: #f8f9fa !important;
}

.text-grey-200 {
  color: #e9ecef !important;
}

.text-grey-300 {
  color: #dee2e6 !important;
}

.text-grey-400 {
  color: #ced4da !important;
}

.text-grey-500 {
  color: #adb5bd !important;
}

.text-grey-600 {
  color: #6c757d !important;
}

.text-grey-700 {
  color: #495057 !important;
}

.text-grey-800 {
  color: #343a40 !important;
}

.text-grey-900 {
  color: #212529 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}




/**/
.property-listing {
  border: 1px solid #e5e9ec;
  border-radius: 6px
}

.property-listing.property-1 .listing-img-wrapper {
  overflow: hidden;
  position: relative
}

.property-listing.property-1 .listing-img-wrapper>a {
  display: block;
  position: relative;
  transition: all .4s ease;
  width: 100%
}

.property-listing.property-1 .listing-img-wrapper>a:before {
  background: linear-gradient(180deg, transparent 25%, #1e2a4c);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.property-listing.property-1 .listing-img-wrapper img {
  max-height: 240px;
  width: 100%
}

.property-listing.property-1 .listing-detail-wrapper {
  align-items: center;
  display: flex;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  width: 100%
}

.property-listing.property-1 .listing-short-detail {
  flex: 1
}

.property-listing.property-1 .listing-name {
  font-size: 17px;
  margin-bottom: 2px
}

.property-listing.property-1 .listing-location {
  font-size: 15px;
  margin-bottom: 2px
}

.property-listing.property-1 .listing-location i {
  margin-right: 5px
}

.property-listing.property-1 .like-btn {
  border: 1px solid #e5e9ec;
  border-radius: 50%;
  color: #0ac1a7;
  display: inline-block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  transition: .4s ease;
  width: 40px
}

.property-listing.property-1 .listing-like-top {
  left: 20px;
  position: absolute;
  top: 20px
}

.property-listing.property-1 .listing-like-top i {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .2);
  color: #fe3e67;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 40px;
  margin-right: 3px;
  text-align: center;
  width: 38px
}

.property-listing.property-1 .listing-features-info ul {
  display: table;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: .5rem 1rem 1.5rem;
  width: 100%
}

.property-listing.property-1 .listing-features-info ul li {
  display: inline-block;
  flex: 0 0 33.333333%;
  list-style: none;
  width: 33.333333%
}

.property-listing.property-1 .listing-features-info ul li:last-child {
  border-right: none
}

.property-listing.property-1 .listing-features-info ul li strong {
  font-weight: 600;
  margin-right: 5px
}

.property-listing.property-1 .listing-footer-wrapper {
  align-items: center;
  border-top: 1px solid #e5e9ec;
  display: flex;
  padding: .9rem 1rem;
  vertical-align: middle;
  width: 100%
}

.property-listing.property-1 .listing-footer-wrapper .listing-price {
  color: #0ac1a7;
  flex: 1
}

.property-listing.property-1 .listing-price .list-pr {
  color: #2a4fba;
  font-size: 18px;
  margin: 0
}

.property-listing.property-1 .listing-detail-btn .more-btn {
  background: #0fca98 !important;
  border: 1px solid #0fca98 !important;
  border-radius: 2px;
  color: #fff;
  padding: 6px 12px
}

.property-listing.property-1 .listing-rating {
  bottom: 20px;
  left: 20px;
  position: absolute
}

.property-listing.property-1 .listing-rating i {
  color: #fff;
  margin-right: 3px
}

.property-listing.property-1 .listing-rating i.filled {
  color: #ff9800
}

.property-listing.property-1 .property-type {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .4);
  -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .4);
  color: #21293a;
  font-size: 12px;
  padding: 4px 15px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px
}

.property-listing.property-1 .listing-img-wrapper>a:focus:before,
.property-listing.property-1 .listing-img-wrapper>a:hover:before {
  background: linear-gradient(180deg, transparent 5%, #1e2a4c)
}

.property-listing.property-1 .property-listing:focus .like-btn,
.property-listing.property-1 .property-listing:hover .like-btn {
  background: #ff9800;
  border-color: #ff9800;
  color: #fff
}

.property-listing {
  background: #fff;
  border: none;
  border-radius: .5rem;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.property-listing.shadow-none {
  box-shadow: none;
  -webkit-box-shadow: none
}

.list-img-slide,
.property-listing.property-2 .listing-img-wrapper {
  max-height: 240px;
  min-height: 240px;
  overflow: hidden;
  position: relative
}

.property-listing.property-2 .listing-img-wrapper>a {
  display: block;
  position: relative;
  transition: all .4s ease;
  width: 100%
}

.property-listing.property-2 .listing-img-wrapper>a:before {
  background: linear-gradient(180deg, transparent 25%, #1e2a4c);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.property-listing.property-2 .listing-img-wrapper img {
  max-height: 240px;
  min-height: 240px;
  width: 100%
}

.property-listing.property-2 .listing-detail-wrapper {
  align-items: center;
  display: flex;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  width: 100%
}

.property-listing.property-2 .listing-short-detail {
  flex: 1
}

.property-listing.property-2 .listing-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative
}

.property-listing.property-2 .listing-location {
  font-size: 14.5px;
  margin-bottom: 2px
}

.property-listing.property-2 .list-status {
  background: #0ac186;
  border-radius: 50%;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 20px;
  line-height: 22px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: -3px;
  width: 20px;
  z-index: 2
}

.property-listing.property-2 .listing-location i {
  margin-right: 5px
}

.property-listing.property-2 .listing-features-info ul {
  display: table;
  margin: 0;
  padding: .5rem 1rem 1.5rem;
  width: 100%
}

.property-listing.property-2 .listing-features-info ul li {
  display: inline-block;
  list-style: none;
  width: 33.333333%
}

.property-listing.property-2 .listing-features-info ul li:last-child {
  border-right: none
}

.property-listing.property-2 .listing-features-info ul li strong {
  font-weight: 600;
  margin-right: 5px
}

.property-listing.property-2 .listing-footer-wrapper {
  align-items: center;
  border-top: 1px solid #e5e9ec;
  display: flex;
  padding: .5rem 1rem;
  vertical-align: middle;
  width: 100%
}

.property-listing.property-2 .listing-footer-wrapper .listing-like {
  color: #0ac1a7;
  flex: 1
}

.property-listing.property-2 .like-btn {
  background: #f3f4f7;
  border: 1px solid #edeff3;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 38px;
  text-align: center;
  transition: all .4s ease;
  width: 36px
}

.property-listing.property-2 .listing-contact-info,
.property-listing.property-2 .listing-price {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1
}

.property-listing.property-2 .listing-contact-info>*,
.property-listing.property-2 .listing-price .list-pr,
.property-listing.property-2 .listing-price>* {
  color: #fff;
  margin: 0
}

.property-listing.property-2 .listing-detail-btn .more-btn {
  background: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 2px;
  color: #fff;
  padding: 6px 15px
}

.property-listing.property-2 .list-rating i {
  background: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 26px;
  margin-right: 3px;
  text-align: center;
  width: 30px
}

.property-listing.property-2 .list-save i {
  background: #fe3e67;
  border: 1px solid #fe3e67;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 36px;
  margin-right: 3px;
  text-align: center;
  width: 38px
}

.property-listing.property-2 .list-save-top {
  position: absolute;
  right: 20px;
  top: 20px
}

.property-listing.property-2 .list-save-top i {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .2);
  color: #fe3e67;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 40px;
  margin-right: 3px;
  text-align: center;
  width: 38px
}

.property-listing.property-2 .listing-category {
  background: hsla(0, 0%, 100%, .1);
  border-radius: 50px;
  bottom: 25px;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .2);
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  position: absolute;
  right: 20px;
  text-transform: capitalize
}

.property-listing.property-2 .listing-post-status i {
  margin-right: 7px;
  position: relative;
  top: 1px
}

.property-listing.property-2 .listing-img-wrapper>a:focus:before,
.property-listing.property-2 .listing-img-wrapper>a:hover:before {
  background: linear-gradient(180deg, transparent 5%, #1e2a4c)
}

.property-listing.property-2:focus .like-btn,
.property-listing.property-2:hover .like-btn {
  background: #ff9800;
  border-color: #ff9800;
  color: #fff
}

.property-listing.property-2.modern .property-type {
  background: #323d50;
  bottom: 0;
  position: relative;
  right: 0
}

.property-listing.property-2.modern .modern-pro-wrap span {
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 8px 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1
}

.property-listing.property-2.modern .list-img-slide {
  border-radius: .5rem;
  max-height: 100%;
  min-height: auto;
  overflow: hidden;
  position: relative
}

.property-listing.property-2.modern .listing-img-wrapper img {
  height: 100%;
  margin-bottom: -2px;
  max-height: 100%;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.property-listing.property-2.modern .listing-img-wrapper {
  padding: 10px 10px 0
}

.property-listing.property-2.modern .property-locations {
  font-size: 14px
}

.property-listing.property-2.modern .property-locations i {
  margin-right: 4px
}

.property-listing.property-2.modern .price-features-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1.5rem 0
}

.property-listing.property-2.modern .listing-card-info-icon {
  flex: 0 0 33.333333%;
  width: 33.333333%
}

.property-listing.property-2.modern .home-type.theme-cl {
  font-size: 13px;
  margin-bottom: 5px
}

.property-listing.property-2.modern .listing-name {
  margin-bottom: 5px
}

.property-listing.property-2 .listing-name .prt-link-detail {
  position: relative
}

.property-listing.property-2 .slick-slide a:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .15;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.property-listing.property-2.modern .slick-slide a:before {
  opacity: .1
}

.property-listing .slick-arrow.slick-next {
  transform-origin: 100% 0
}

.property-listing .slick-arrow {
  border-radius: 50%;
  height: 30px;
  opacity: 1;
  overflow: hidden;
  transition: .1s;
  width: 30px;
  z-index: 1
}

.property-listing .slick-next {
  right: 5px
}

.property-listing .slick-prev {
  left: 5px
}

.property-listing .slick-arrow:before {
  background: hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  box-shadow: 0 5px 24px rgba(31, 37, 59, .15);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 30px
}

.property-listing .slick-arrow.slick-next:before {
  left: 0;
  text-align: center
}

.property-listing .slick-arrow.slick-prev:before {
  right: 0;
  text-align: center
}

.property-listing:hover .slick-arrow:before {
  opacity: 1
}


.listing-card-info-icon {
  color: #616e96;
  display: inline-block;
  flex: 0 0 33.333333%;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  vertical-align: top;
  width: 33.333333%
}

.listing-card-info-icon {
  align-items: center;
  display: inline-flex;
  flex: inherit;
  margin-right: 1.2rem;
  width: auto
}

.listing-card-info-icon:last-child {
  margin: 0
}

.listing-card-info-icon {
  font-size: 12px;
  margin-right: .7rem
}

.list-fx-features {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  position: relative;
  width: 100%
}

.list-fx-features {
  justify-content: center;
  margin-top: 20px
}

.list-fx-features {
  margin-top: 10px
}

.inc-fleat-icon {
  align-items: center;
  background: #edf1f9;
  border-radius: 50%;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  margin-right: 7px;
  width: 25px
}

.listing-detail-footer {
  align-items: center;
  border-top: 1px solid #e4e8f3;
  display: flex;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  width: 100%
}

.footer-first {
  flex: 1
}

.footer-flex .prt-view {
  background: #0fca98;
  border-radius: 50px;
  color: #fff !important;
  display: inline-flex;
  height: 30px;
  padding: 4px 18px
}

.footer-flex .prt-view {
  align-items: center;
  justify-content: center
}

.prt-types {
  background: #efefef;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.prt-types.venda {
  background: rgba(247, 68, 0, .1);
  color: #f74400
}

.prt-types.locacao {
  background: rgba(136, 102, 218, .1);
  color: #8866da
}

.listing-card-info-price {
  color: #08184b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: .35em;
  position: relative
}


/**/
.section-title {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
}

.section-title h2 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 13px;
  font-size: 25px;
  letter-spacing: -.070em;
  font-weight: 700;
  font-family: Quicksand, sans-serif;
}

.section-title h2 span {
  font-weight: 300;
}

.section-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 55px;
  height: 3px;
  background-color: #04598C;
  content: "";
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  z-index: 997;
}

.section-title .sec_2 a {
  color: #04598C;
  padding: 1px 6px;
}

.section-title i {
  font-size: 25px;
}

.section-title h5 {
  text-align: right;
  position: absolute;
  right: 0;
  top: 20px
}

.sec_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

.whats {
  color: #25D366;
}


.custom_select {

  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: 38px;
}


/**/
@media (min-width: 1250px) {
  .container {
    max-width: 1230px;
  }

}

.header-top-section {}


.header-top-section.header-top-none {


  animation: hide 1s linear;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.listing_list_style {
  position: relative;
  text-align: right;
}

.listing_list_style ul li {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.listing_list_style ul li .stts {
  color: #0D263B;
}

.listing_list_style ul li.gird,
.listing_list_style ul li.list {
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.listing_list_style ul li.gird a,
.listing_list_style ul li.list a {
  color: #0D263B;
  font-size: 15px;
}

.listing_list_style ul li.gird:hover,
.listing_list_style ul li.list:hover {
  background-color: #E6E9EC;
}

.listing_list_style .bootstrap-select>.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #696969;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  z-index: 0;
}

.listing_list_style .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  line-height: 35px;
}

.listing_list_style .bootstrap-select .dropdown-menu li:hover a {
  color: #0D263B;
  font-weight: 600;
}

.listing_list_style .bootstrap-select>.dropdown-toggle:hover,
.listing_list_style .bootstrap-select>.dropdown-toggle:active,
.listing_list_style .bootstrap-select>.dropdown-toggle:visited,
.listing_list_style .bootstrap-select>.dropdown-toggle:focus {
  background-color: transparent;
  border: none;
}

.listing_list_style ul li:hover {
  cursor: pointer;
}

.listing_list_style .bootstrap-select .dropdown-menu {
  min-width: auto;
}

.listing_list_style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 122px;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}



.search-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a0a0a0;
  background-color: #ffffff;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
  color: #ffffff;
  border: none;
  margin-right: 0;
  background-color: #3E4095;
  width: 100%;
  text-align: center;
}

.search-btn:hover {
  background-color: #00a376;
}

.bg-white {
  background-color: #fff;
}

.property_block_wrap {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #e6eaf3;
}


.property_block_wrap .block-body {
  padding: 0.8rem 1.5rem;
}


.form-group--space .form-control {
  margin-bottom: 10px;
}

.btn-block {
  width: 100%;
}

.btn-thm {
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  background-color: #F5C34B;
  border: 1px solid #F5C34B;
  border-radius: 8px;
  color: #1A3760;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus {
  background-color: #E6AA1B;
  border-color: #E6AA1B;
  color: #1A3760;
}


.btn-whatsapp {
  background-color: #28A745;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
  background-color: #48C740;
  color: #fff;
}

.contact_form button {
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 23px;
  height: 50px;
  width: 173px;
}

.contact_form input[type=checkbox],
.contact_form input[type=radio] {
  height: 18px;
  width: 18px;
  top: 10px;
}


.hero-bottom {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-bottom-info {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  padding: 8px 12px;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
}


@import 'https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap';

.imaginarts {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;

  font-weight: 900;

  color: #fff !important;
}

.imaginarts span {
  color: #CC5130;
}



/******/

.main-banner-wrap1 {
  position: relative;
  padding: 180px 0px;
  background: no-repeat center center / cover;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap1 {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap1 {
    padding: 50px 0px;
  }
}

.main-banner-wrap1 .banner-shape1 {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -3px;
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap1 .banner-shape1 {
    display: none;
  }
}

.main-banner-wrap1 .banner-shape1 svg {
  width: calc(139% + 1.3px);
  height: 500px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-banner-wrap1 .banner-shape1 .banner-shpape-fill {
  fill: #fff;
}


.main-banner-wrap6 {
  background-color: #F1F8F6;
  position: relative;
  overflow: hidden;
  min-height: 840px;
}

.main-banner-wrap6 .item-banner-thumb {
  position: absolute;
  top: -350px;
  right: -253px;
  width: 1199px;
  overflow: hidden;
  z-index: 2;
}

.item-banner-thumb1 {
  background: url('/images/house.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.main-banner-wrap6 .shape-element ul li {
  position: absolute;
}

.main-banner-wrap6 .shape-element ul li:nth-child(1) {
  bottom: 0;
  left: 0;
}

.main-banner-wrap6 .shape-element ul li:nth-child(2) {
  bottom: -5px;
  left: 50%;
}

.main-banner-wrap6 .shape-element ul li:nth-child(3) {
  top: 0;
  left: 0;
  transition: all 0.15s;
}

.main-banner-wrap6 .shape-element ul li:nth-child(4) {
  top: 100px;
  left: 50%;
  animation: rtTopBottom ease-in-out forwards infinite;
  animation-duration: 5s;
}

.main-banner-wrap6 .shape-element ul li:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.main-banner-wrap6 .shape-element ul li:nth-child(6) {
  top: 35%;
  left: 35%;
  animation: rtTopBottom ease-in-out forwards infinite;
  animation-duration: 10s;
}




.main-banner-box1 {
  z-index: 2;
  position: relative;
  text-align: center;
}

.main-banner-box1 .item-title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.2;
  margin-bottom: 35px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box1 .item-title {
    padding: 0;
    font-size: 48px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box1 .item-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .main-banner-box1 .item-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 320px) {
  .main-banner-box1 .item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.main-banner-box1 .listing-category-list .search-radio {
  margin-bottom: 24px;
}

.main-banner-box1 .listing-category-list .search-radio .list-inline li {
  display: inline-block;
  margin-right: 30px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.main-banner-box1 .listing-category-list .search-radio .list-inline li:hover label i {
  background-color: var(--rt-primary-color);
}

.main-banner-box1 .listing-category-list .search-radio .list-inline li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.2;
}

.main-banner-box1 .listing-category-list .search-radio .list-inline li label i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 15px;
  transition: 0.4s;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.main-banner-box1 .listing-category-list .search-radio .list-inline li label span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.main-banner-box1 .listing-category-list .search-radio .list-inline .active i {
  background-color: var(--rt-primary-color);
}

.main-banner-box1 .listing-category-list .search-radio input[type="radio"] {
  display: none;
}

.main-banner-box1 .search-content {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 10px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 42px 38px 0px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.main-banner-box1 .search-content .form-group {
  margin-bottom: 0;
  position: relative;
  width: 230px;
}

.main-banner-box1 .search-content .form-group:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0px;
  z-index: 1;
}

.main-banner-box1 .search-content .form-group .form-control {
  color: #878c9f;
  border: none;
}

.main-banner-box1 .search-content .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.main-banner-box1 .search-content .property-content {
  position: relative;
  width: 230px;
}

.main-banner-box1 .search-content .property-content:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0px;
  z-index: 1;
}

.main-banner-box1 .search-content .property-content select {
  border: none;
}

.main-banner-box1 .search-content .property-content select:focus {
  outline: 0;
  box-shadow: none;
}

.main-banner-box1 .search-content .property-content .nice-select {
  border: none;
  padding-right: 100px;
}

.main-banner-box1 .search-content .property-content .nice-select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: var(--rt-primary-color) transparent transparent transparent;
  transform: rotate(0);
}

.main-banner-box1 .search-content .property-content .nice-select .current {
  color: #878c9f;
  font-size: 15px;
  font-weight: 500;
}

.main-banner-box1 .search-content .property-content .nice-select .list .option {
  font-weight: 400;
  min-width: 220px;
}

.main-banner-box1 .search-content .property-content .nice-select.open:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-color: #212121 transparent transparent transparent;
}

.main-banner-box1 .search-content .city-content {
  width: 230px;
  position: relative;
}

.main-banner-box1 .search-content .city-content:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0px;
  z-index: 1;
}

.main-banner-box1 .search-content .city-content select {
  border: none;
  color: #878c9f;
}

.main-banner-box1 .search-content .city-content select:focus {
  outline: 0;
  box-shadow: none;
}

.main-banner-box1 .search-content .city-content .nice-select {
  border: none;
  padding-right: 135px;
}

.main-banner-box1 .search-content .city-content .nice-select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: var(--rt-primary-color) transparent transparent transparent;
  transform: rotate(0);
}

.main-banner-box1 .search-content .city-content .nice-select .current {
  color: #878c9f;
  font-size: 15px;
  font-weight: 500;
}

.main-banner-box1 .search-content .city-content .nice-select .list .option {
  font-weight: 400;
  min-width: 220px;
}

.main-banner-box1 .search-content .city-content .nice-select.open:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-color: #212121 transparent transparent transparent;
}

.main-banner-box1 .search-content .item-filter-area {
  padding: 17px 20px 17px 0px;
  background-color: #ffffff;
  color: #212121;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.main-banner-box1 .search-content .item-filter-area:hover {
  color: var(--rt-primary-color);
}

.main-banner-box1 .search-content .form-button {
  width: 230px;
}

.main-banner-box1 .search-content .form-button .slider-button {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.main-banner-box1 .search-content .form-button .slider-button .slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.main-banner-box1 .search-content .form-button .slider-button .slider-btn .item-text {
  padding: 19px 20px;
  background-color: var(--rt-primary-color);
  border-radius: 0px 4px 4px 0px;
  transition: all 0.3s ease-in-out;
}

.main-banner-box1 .search-content .form-button .slider-button .slider-btn .item-text:hover {
  background-color: #212121;
}

.main-banner-box1 .search-content .form-button .slider-button .slider-btn .item-text i {
  margin-left: 10px;
}

.main-banner-box1 p {
  color: #ecedee;
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.main-banner-box1 p .banner-p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}


.main-banner-box6 {
  text-align: left;
}

.main-banner-box6 .item-title {
  color: #114586;
  font-size: 54px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 30px;
  max-width: 640px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box6 .item-title {
    padding: 0;
    font-size: 48px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box6 .item-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .main-banner-box6 .item-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 320px) {
  .main-banner-box6 .item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.main-banner-box6 .bg-title-wrap {
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.main-banner-box6 .bg-title-wrap .background-title {
  display: inline-block;
  font-family: "Quentin";
  font-size: 100px;
  line-height: 130px;
  color: #dceeea;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .main-banner-box6 .bg-title-wrap .background-title {
    display: none;
  }
}

.main-banner-box6 .ad-type-wrapper.search-radio .list-inline {
  display: flex;
  flex-wrap: wrap;
}

.main-banner-box6 .ad-type-wrapper.search-radio .list-inline li label {
  padding: 10px 28px 10px;
  background: #fff;
  margin-bottom: -18px;
  margin-right: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-size: 15px;
  color: #000;
}

.main-banner-box6 .ad-type-wrapper.search-radio .list-inline li label:hover {
  background: var(--rt-primary-color);
  color: #fff;
}

.main-banner-box6 .ad-type-wrapper.search-radio .list-inline li .active {
  background: var(--rt-primary-color);
  color: #fff;
}

.main-banner-box6 .banner-search-wrap {
  margin: 0;
}

.main-banner-box6 .banner-search-wrap .item-para {
  color: #70778A;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main-banner-box6 .banner-search-wrap .item-para {
    color: #000;
  }
}

.main-banner-box6 .banner-search-wrap .item-para .banner-p {
  color: #0E2E50;
}

.main-banner-box6 .banner-search-wrap .item-para .item-shape {
  position: absolute;
  top: 25px;
  left: 180px;
}

.banner-search-wrap {
  margin: 0px 110px;
}

@media only screen and (max-width: 991px) {
  .banner-search-wrap {
    margin: 0;
  }
}

.banner-search-wrap-2 {
  margin: 0;
}


/***/
.hero-section {
  padding: 160px 0;
  z-index: 20;
}

.bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.half-hero-bg-media {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.half-hero-bg-media .slick-dots {
  width: auto;
  left: auto;
  right: 40px;
  z-index: 20;
}

.half-hero-bg-media .slick-dots li button {
  background: #fff;
}

.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.half-hero-bg-media .slideshow-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}


.slideshow-item,
.slideshow-container .slick-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}



/* slick-slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none;
}


.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.half-hero-bg-media {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.hero-section h4,
.hero-section h2 {
  color: #fff;
  font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-section .slick-list,
.hero-section .slick-list div {
  height: 100%;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.half-hero-bg-media .slick-dots {
  width: auto;
  left: auto;
  right: 40px;
  z-index: 20;
}

.half-hero-bg-media .slick-dots li button {
  background: #fff;
}

.half-hero-bg-media .slideshow-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

.half-hero-bg-media .slideshow-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

.slideshow-item,
.slideshow-container .slick-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.full-height {
  height: 100%;
}

.hero-section {
  padding: 180px 0;
  z-index: 20;
  height: 100vh;
}



.scroll-down-wrap {
  position: absolute;
  left: 0;
  bottom: -100px;
}

.hero-slider-wrap .scroll-down-wrap {
  bottom: -50px;
}

.scroll-down-wrap.sdw_center {
  left: 50%;
  margin-left: -10px;
}

.scroll-down-wrap span {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
}

.mousey {
  float: left;
  width: 20px;
  height: 30px;
  border-radius: 4px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  box-sizing: border-box;
}

.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

.slider-progress-bar {
  position: absolute;
  top: 160px;
  right: 40px;
  z-index: 20;
}

.progress-indicator svg {
  position: relative;
  top: -5px;
  height: 50px;
  transform: rotate(-90deg);
  width: 50px;
}

.progress-bar__background {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.0;
}

.progress-bar__progress {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.circ {
  transform: scale(1.0) rotate(-90deg);
  transition: transform .3s ease;
  z-index: 3;
  position: relative;
}

.circ circle {
  stroke-dasharray: 440px;
}

.circ1 {
  stroke-dashoffset: 440px;
}

.slider-progress-bar.act-slider .circ1 {
  stroke-dashoffset: 220px;
  transition: linear 6s stroke-dashoffset;
}


/**/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px
  }
}

/**/


.navbar-nav .nav-link.active {
  color: #0957CB;
}

.utf-banner-headline-text-part h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.utf-banner-headline-text-part span.typed-words {
  font-size: 40px;
  color: #e33324;
  font-weight: 700;
  line-height: 50px;
  margin-top: 5px;
  display: inline-block;
}

.content_top {
  margin-top: 141px !important;
}

.custom-img {
  min-height: 260px;
}


.featured_gradient {
  width: 100%;
  position: absolute;
  bottom: -17px;
  opacity: 1;
  height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);

}

.app-search {
  padding: calc(32px * .5) 0
}

.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: var(--bs-topbar-search-bg);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px
}

.app-search .bx-search-alt {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: var(--bs-gray-600)
}
