@import url(global.css);
@import url(responsive.css);
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
}
.top-bar ul.top-info li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-bar p {
  margin-bottom: 0;
}
.top-bar ul.list-unstyled {
  margin-right: -12px;
}
.top-bar ul.list-unstyled li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.logo-area ul.top-info-box {
  display: flex;
  flex: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  justify-content: end;
}
.logo-area ul.top-info-box li {
  border-right: 1px solid #dedede;
  padding-right: 25px;
  margin-right: 25px;
}
.logo-area ul.top-info-box li.last {
  border-right: 0;
}
.logo-area ul.top-info-box li:last-child {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
}
.logo-area ul.top-info-box li p {
  margin-bottom: 0;
}
.logo-area ul.top-info-box li p.info-box-subtitle {
  color: #021d33;
  font-size: 15px;
  font-weight: 700;
}

header.header_sec {
  position: relative;
  top: -1px;
  z-index: 3;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  width: 100%;
  background-color: #021d33;
}
header.header_sec nav a {
  color: #fff !important;
  font-weight: 600;
}
header.header_sec nav a.navbar-brand img {
  max-width: 100px;
}
header.header_sec nav ul.dropdown-menu {
  padding: 0;
}
header.header_sec nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}
header.header_sec nav li.nav-item.dropdown:hover ul.dropdown-menu li a {
  color: #000 !important;
}

.header_sec.sticky {
  position: sticky;
}
.header_sec.sticky nav ul li a {
  color: #fff !important;
}

section.video_Section {
  position: relative;
}
section.video_Section .banner_video {
  width: 100%;
  min-height: 620px;
  height: 100vh;
  position: relative;
}
section.video_Section .banner_video .v_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.video_Section .banner_wrapper {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}
section.video_Section .banner_wrapper .banner_heading {
  position: absolute;
  bottom: 0px;
  height: auto;
  color: #fff;
  padding: 20px;
}

section.offer_section {
  background-image: url("../../assets/images/bg-2.jpg");
  background-size: cover;
  background-position: center;
}
section.offer_section .offer_left_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.offer_section .offer_left_wrapper .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5rem;
}
section.offer_section .offer_left_wrapper .service-content h4 {
  line-height: 28px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 17px;
  color: #000000;
  font-family: "Manrope", sans-serif !important;
}
section.offer_section .offer_left_wrapper .service-content p {
  color: #657078;
}
section.offer_section .offer_left_wrapper .service-content .circle {
  background: #fff;
  border: 1px solid #d7dbde;
  padding: 10px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offer_section .offer_left_wrapper .service-content .circle i {
  color: #67c1ee;
}
section.offer_section .offer_left_wrapper .service-bg-image {
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.offer_section .offer_left_wrapper .service-bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #1c242a;
  opacity: 0;
}
section.offer_section .offer_left_wrapper .service-bg-image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.offer_section .offer_left_wrapper .service-wrapper {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: 10px 41px 57px -17px rgba(0, 0, 0, 0.22);
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .service-bg-image {
  opacity: 1;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .service-content {
  z-index: 1;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .service-content h4, section.offer_section .offer_left_wrapper .service-wrapper:hover .service-content p {
  color: #fff;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .service-bg-image::before {
  opacity: 0.6;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .circle {
  background-color: #67c1ee;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .circle i {
  color: #fff;
}
section.offer_section .offer_left_wrapper .service-wrapper:hover .icon svg {
  fill: #fff;
}

.profile_sec {
  background-image: url("../../assets/images/Funds-Loan.jpg");
  background-size: 61%;
  height: 100vh;
  background-position: 150%;
  display: flex;
  background-repeat: no-repeat;
  position: relative;
}

.our_services .ce-service-box-two {
  transition: all 0.5s linear;
}
.our_services .ce-service-box-two:hover {
  background: linear-gradient(45deg, rgb(102, 185, 236) 50%, rgb(76, 93, 151) 50%);
  transition: all 0.4s linear;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.our_services .ce-service-box-two .icon img {
  filter: drop-shadow(2px 4px 6px #67c1ee);
}
.our_services .ce-service-box-two:hover .icon img {
  filter: invert(1) brightness(1.5);
  transition: all 0.4s linear;
  transform: scale3d(1.1, 1.1, 1.1);
}
.our_services .ce-service-box-two:hover .main-content .service_title {
  color: #fff;
}
.our_services .ce-service-box-two:hover .subtitle {
  color: #fff;
}
.our_services .ce-service-box-two:hover .service-content {
  border-color: transparent;
}
.our_services .service-content {
  border: 1px solid #d7dbde;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  z-index: 1;
  position: relative;
  text-align: left;
  flex: 1;
}
.our_services .service-content .icon {
  margin-bottom: 1rem;
}
.our_services .service-content .service_title {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 19px;
}

.why_choose_sec .row {
  box-shadow: 0 10px 50px 0 rgba(64, 73, 81, 0.08);
}
.why_choose_sec .row .col-lg-4 {
  border-style: dashed;
  border-width: 1px 1px 0 0;
  border-color: #cfcfcf;
}
.why_choose_sec .row .col-lg-4:nth-child(3n) {
  border-right-width: 0 !important;
}
.why_choose_sec .row .col-lg-4:nth-child(-n+3) {
  border-top-width: 0 !important;
}
.why_choose_sec .wt-icon-box-wraper {
  padding: 30px 15px;
  transition: all 0.5s linear;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.why_choose_sec .wt-icon-box-wraper .icon-sm {
  margin-bottom: 20px;
}
.why_choose_sec .wt-icon-box-wraper .icon-sm img {
  border: 1px solid #67c1ee;
  border-radius: 100%;
  padding: 6px;
  width: 55px;
}
.why_choose_sec .animate_line {
  position: relative;
  z-index: 0;
}
.why_choose_sec .animate_line::before, .why_choose_sec .animate_line::after {
  content: "";
  right: 8px;
  top: -3px;
  width: 0;
  height: 0;
}
.why_choose_sec .animate_line::after {
  right: unset;
  top: unset;
  left: 8px;
  bottom: -3px;
}
.why_choose_sec .animate_line:hover:before, .why_choose_sec .animate_line:hover:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: linear-gradient(45deg, rgb(102, 185, 236) 30%, rgb(76, 93, 151) 100%);
  z-index: -1;
  transition: all 0.5s linear;
}

section.testimonial-lr-section .slick-track {
  display: flex;
}
section.testimonial-lr-section .slide-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.085);
  margin: 15px;
  padding: 35px 30px 25px;
  flex-direction: column;
  flex: 1;
  height: auto;
}
section.testimonial-lr-section .slide-item .slider-slide {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
}
section.testimonial-lr-section .test_icons.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.testimonial-lr-section .test_icons.left.slick-arrow {
  left: -60px;
}
section.testimonial-lr-section .test_icons.right.slick-arrow {
  right: -60px;
}
section.testimonial-lr-section .test_icons.slick-arrow a {
  border: 1px solid #67c1ee;
  padding: 0.7rem;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  color: #67c1ee;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
section.testimonial-lr-section .test_icons.slick-arrow a:hover {
  background-color: #67c1ee;
  color: #fff;
}
section.testimonial-lr-section span.reviews ul {
  display: flex;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
section.testimonial-lr-section span.reviews li {
  color: darkorange;
}

section.newsletter_sec {
  background: linear-gradient(45deg, rgb(102, 185, 236) 30%, rgb(76, 93, 151) 100%);
}
section.newsletter_sec input.newsleter_email {
  border-radius: 50px;
  box-shadow: unset !important;
  color: #fff;
  font-size: 16px;
  padding: 17px 20px;
  background: 0 0;
}
section.newsletter_sec input.newsleter_email::-moz-placeholder {
  color: #fff;
}
section.newsletter_sec input.newsleter_email::placeholder {
  color: #fff;
}
section.newsletter_sec input.newsleter_email:focus {
  border-color: #d7dbde;
}
section.newsletter_sec .btn.submit_btn {
  border: 1px solid #d7dbde;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 11px 30px;
  color: #021d33;
}

footer.footer_sec {
  background-color: #041828;
  background-position: center;
}
footer.footer_sec .footer_wrapper {
  color: #fff;
}
footer.footer_sec .footer_wrapper h4 {
  margin-bottom: 2rem;
}
footer.footer_sec .footer_wrapper ul li {
  margin-bottom: 10px;
}
footer.footer_sec .footer_wrapper ul li a {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  color: #b2bdc6;
}
footer.footer_sec .footer_wrapper ul li a i {
  margin-top: 5px;
}
footer.footer_sec .footer_wrapper ul.social {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
footer.footer_sec .footer_wrapper ul.social li a {
  display: flex;
  padding: 1.3rem;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
}
footer.footer_sec .footer_wrapper .footer_des p {
  font-size: 14px;
  text-align: justify;
  color: #b2bdc6;
}
footer.footer_sec .footer_wrapper_main {
  justify-content: space-between;
  row-gap: 2rem;
}
footer.footer_sec .footer_wrapper_main > div {
  flex-basis: 20%;
}

section.sub_footer {
  background-color: #021d33;
}
section.sub_footer p {
  color: #fff;
  font-size: 14px;
}

.bg_img {
  background-image: url("../../assets/images/breadcrum_img.jpg");
  padding: 13% 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  margin-top: -40px !important;
}
.bg_img::before {
  content: "";
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg_img .breadcrum_wrapper {
  position: relative;
}
.bg_img .breadcrum_wrapper nav ol li {
  font-size: 18px;
  font-weight: 600;
}
.bg_img .breadcrum_wrapper nav ol li a {
  color: #fff;
}
.bg_img .breadcrum_wrapper nav ol li.breadcrumb-item.active {
  color: #67c1ee;
}
.bg_img .breadcrum_wrapper nav ol li::before {
  color: #fff;
}

.slider_sec .detail_image .thum_main {
  width: 18%;
}
.slider_sec .detail_image .thum_main ul {
  width: 100%;
}
.slider_sec .detail_image .thum_main ul .thumb_img {
  padding-top: 90%;
  margin: 0.3rem 0;
  min-height: 5.375rem;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_sec .detail_image .thum_main ul .thumb_img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.313rem;
}
.slider_sec .detail_image .gallery_main {
  width: 82%;
}
.slider_sec .detail_image .gallery_main .gallery_img {
  position: relative;
  width: 100%;
  padding-top: 74%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_sec .detail_image .gallery_main .gallery_img img {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.313rem;
}

.video_section .video_wrapper .video_frame.position-realtive {
  position: relative;
}
.video_section .video_wrapper .video_frame.position-realtive .icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_section .video_wrapper .video_frame.position-realtive .icon-container span.play_icon {
  position: absolute;
  width: 65px;
  display: none;
}
.video_section .video_wrapper .video_frame.position-realtive .icon-container span.play_icon.play {
  display: block;
}
.video_section .video_wrapper .video_frame.position-realtive .icon-container span.play_icon img {
  width: 100%;
  height: 100%;
}

.description-section .sec_title {
  border-bottom: 1px solid #dce0e0;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.description-section .des_wrapper .des_content ul li, .description-section .des_wrapper .feature_des ul li {
  position: relative;
  display: flex;
  align-items: start;
}
.description-section .des_wrapper .des_content ul li:before, .description-section .des_wrapper .feature_des ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #4b4d7e;
  font-weight: bolder;
  font-size: 12px;
  padding: 3px;
}
.description-section .details_wrapper .detail-wrap {
  padding: 1rem;
  background-color: rgba(102, 180, 234, 0.1294117647);
  border: 1px solid #68c2ee;
  border-radius: 5px;
}
.description-section .details_wrapper .detail-wrap ul.list-2-cols {
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.description-section .details_wrapper .detail-wrap ul.list-2-cols li.flex-fill {
  flex: 1 1 auto;
  flex-basis: 48% !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.description-section .contactinfo_wrapper .agent-details .agent-image {
  width: 175px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1rem;
  border-radius: 5px;
  aspect-ratio: 4/3;
}
.description-section .contactinfo_wrapper .agent-details .agent-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.description-section .contactinfo_wrapper .agent-details li.agent-social-media span a {
  width: 35px;
  height: 35px;
  border: 1px solid #d7dbde;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.description-section .contactinfo_wrapper .agent-details .agent-information li {
  margin-bottom: 7px;
}
.description-section .contactinfo_wrapper .agent-details .agent-information li i.fa-whatsapp {
  font-size: 16px;
}
.description-section .aside_sec {
  position: sticky;
  top: -50px;
}
.description-section .aside_sec .property-form .agent-details .agent-image {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.4rem;
  border-radius: 5px;
  aspect-ratio: 4/3;
  display: flex;
  width: 100px;
  align-items: center;
}
.description-section .aside_sec .property-form .agent-details .agent-link a {
  color: #085F87;
}
.description-section .aside_sec .property-form .calls_btn {
  display: flex;
  /* flex-wrap: wrap; */
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.description-section .aside_sec .property-form .calls_btn > * {
  flex-basis: 48%;
}
.description-section .aside_sec .property-form .calls_btn .call_btn {
  display: inline-block;
}
.description-section .aside_sec .property-form .calls_btn .call_btn .show-on-click {
  display: none;
}
.description-section .aside_sec .property-form .calls_btn .call_btn:focus .show-on-click {
  display: block;
}
.description-section .aside_sec .property-form .calls_btn .call_btn:focus .hide-on-click {
  display: none;
}

.cp_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cp_slider {
  flex: 1;
  margin-bottom: 0 !important;
}

.cp_slider .slick-track {
  height: 100%;
}

.cp_slider img {
  width: 100%;
  height: 100%;
}

.cp_images {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.cp_images .cp_f_img img {
  width: 100%;
  height: 100%;
}

.cp_content_wrapper p {
  text-align: justify;
}

.cp_content_wrapper .cp_button a {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.future_projects_sec .future_sliter-item {
  margin: 10px;
}
.future_projects_sec .future_sliter-item img {
  width: 100%;
}

.boundary_street_sec {
  background-image: url("../../assets/images/projects/bg-page2.jpg");
}
.boundary_street_sec .container {
  max-width: 1240px;
}
.boundary_street_sec .boundary_street_slider_wrapper .slick-track {
  display: flex;
}
.boundary_street_sec .boundary_street_slider_wrapper .boundary_street_slider-item {
  display: flex !important;
  flex: 1;
  height: auto;
  margin: 0 10px;
}
.boundary_street_sec .boundary_street_slider_wrapper .boundary_street_slider-item img {
  width: 100%;
  height: 100%;
}
.boundary_street_sec .boundary_street_slider_wrapper .test_icon.left.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.boundary_street_sec .boundary_street_slider_wrapper .test_icon.right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
}
.boundary_street_sec .boundary_street_slider_wrapper .test_icon.right.slick-arrow::after {
  left: -15px;
}
.boundary_street_sec .boundary_street_slider_wrapper .test_icon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.boundary_street_sec .boundary_street_slider_wrapper .test_icon a {
  color: #fff;
  position: relative;
  z-index: 2;
}
.boundary_street_sec .cp_button a.btn.theme_btn {
  background-color: #e1e4e6;
  color: #000;
}

.rockbank_sec .boundary_street_slider_wrapper .slick-track {
  display: flex;
}
.rockbank_sec .boundary_street_slider_wrapper .boundary_street_slider-item {
  display: flex !important;
  flex: 1;
  height: auto;
  margin: 0 10px;
}
.rockbank_sec .boundary_street_slider_wrapper .boundary_street_slider-item img {
  width: 100%;
}
.rockbank_sec .boundary_street_slider_wrapper .test_icon.left.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.rockbank_sec .boundary_street_slider_wrapper .test_icon.right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
}
.rockbank_sec .boundary_street_slider_wrapper .test_icon.right.slick-arrow::after {
  left: -15px;
}
.rockbank_sec .boundary_street_slider_wrapper .test_icon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.rockbank_sec .boundary_street_slider_wrapper .test_icon a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.sydney_project {
  background-image: url(../../assets/images/bg-2.jpg);
  background-size: cover;
  background-position: center;
}
.sydney_project .sydney_project_wrapper {
  position: relative;
  min-height: 600px;
}
.sydney_project .sydney_project_wrapper .sydney_project_img {
  background-color: #085f87;
}
.sydney_project .sydney_project_wrapper .sydney_project_img img {
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
}
.sydney_project .sydney_project_wrapper .sydney_project_left {
  position: relative;
  height: 100%;
  display: flex;
  flex-basis: 70%;
}
.sydney_project .sydney_project_wrapper .sydney_project_left .sydney_project_slider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  max-width: 470px;
}
.sydney_project .sydney_project_wrapper .sydney_project_left .sydney_project_slider .sydney_project-item img {
  width: 100%;
}
.sydney_project .sydney_project_wrapper .sydney_project_right .ps-8 {
  padding-left: 14rem;
}
.sydney_project .sydney_project_wrapper .cp_button a.btn.theme_btn {
  background-color: #e1e4e6;
  color: #000;
}

.donnybrook_section {
  background-image: url("../../assets/images/projects/bckg-img.jpg");
  background-blend-mode: soft-light;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--theme-primary-color);
}
.donnybrook_section .donnybrook_slider-item {
  margin: 10px;
}
.donnybrook_section .donnybrook_slider-item img {
  width: 100%;
}
.donnybrook_section .cp_button a.theme_fill_btn {
  border-color: transparent;
}
.donnybrook_section .cp_button a.theme_fill_btn:hover {
  border-color: #e1e4e6;
  color: #fff;
}
.donnybrook_section .cp_button a.theme_btn {
  color: #fff;
}
.donnybrook_section .cp_button a:active {
  background-color: #6cb0e7 !important;
  color: #fff;
  border-color: aliceblue;
}

.property_strategy_consultancy .property_top_wrapper ul li {
  border: 1px solid #ddd;
  padding: 10px;
  color: #000;
  font-weight: 700;
  transition: all 0.5s linear;
}
.property_strategy_consultancy .property_top_wrapper ul li:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.project_offer_section {
  background-image: url("../../assets/images/projects/30.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.project_offer_section .offer_wrapper {
  z-index: 2;
  padding: 2rem;
}
.project_offer_section .offer_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 16px;
}
.project_offer_section .offer_wrapper .offer_wrapper_title, .project_offer_section .offer_wrapper .hustle-cta-container {
  color: #fff;
  position: relative;
  z-index: 2;
}

section.offer_section.complete_sec {
  background-position: -210%;
}

.contact_wrapper .form_details label {
  font-weight: 600;
}
.contact_wrapper .form_details .input-fc input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  padding: 13px 33px 13px 33px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 800;
  text-align: center;
  background: #085F87;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  min-height: 45px;
  min-width: 135px;
}
.contact_wrapper .form_details .contact_p_info .icon_info-bundle .information-container .icon_container i {
  color: #fff;
  background-color: #085F87;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.contact_wrapper .form_details .follows_icon .social_icon .social-list li {
  display: inline-block;
  margin-right: 14px;
}
.contact_wrapper .form_details .follows_icon .social_icon .social-list li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0px 3px;
}
.contact_wrapper .form_details .follows_icon .social_icon .social-list li a.icon_container i {
  color: #fff;
  background-color: #085F87;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

section.profile_sec.why_choose_us,
section.profile_sec.aeon_reality_sec {
  min-height: 500px;
  background-position: 175%;
  height: 75vh;
}
section.profile_sec.why_choose_us .wrapper_content p,
section.profile_sec.aeon_reality_sec .wrapper_content p {
  text-align: justify;
}

section.profile_sec.aeon_reality_sec {
  background-image: url("../../assets/images/about/2.jpg");
}

section.profile_sec.why_choose_us {
  background-image: url("../../assets/images/about/1.jpg");
  background-position: -70%;
}

.team_section .team_container > * {
  padding: 1em;
}
.team_section .team_container .team_link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.team_section .team_container .team_link .team_img {
  position: relative;
  animation: fade-in ease-in-out 1s both;
}
.team_section .team_container .team_link .team_text {
  padding: 1em 0.5em;
  color: #000;
  background-color: #fff;
  text-align: center;
}
.team_section .team_container .team_link:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -0.5em, 0);
}

.finance_step_sec .finance_step_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
.finance_step_sec .finance_step_wrapper .box_img img {
  border-radius: 5px 0 0 5px;
}
.finance_step_sec .finance_step_box > div {
  flex-basis: 43%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.finance_step_sec .finance_step_box .twae-icon {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-color: #125A7B;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #d6d6d6;
}
.finance_step_sec .finance_step_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.finance_step_sec .finance_step_box:nth-child(2n) .twae-label-extra-label {
  text-align: right;
}
.finance_step_sec .finance_step_box:nth-child(2n) .finance_box_wrapper {
  border-left: 2px solid #125a7b;
  border-right: unset;
}
.finance_step_sec .finance_step_box:nth-child(2n) .finance_box_wrapper::after {
  right: unset;
  left: 0;
  transform: translate(-10px, -100%) rotate(0deg);
}
.finance_step_sec .finance_step_box .finance_box_wrapper {
  border-radius: 6px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3);
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-right: 2px solid #125a7b;
  position: relative;
}
.finance_step_sec .finance_step_box .finance_box_wrapper .box_title {
  padding: 10px 0;
  padding-right: 10px;
}
.finance_step_sec .finance_step_box .finance_box_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  right: 0;
  top: 50%;
  border-color: transparent #125a7b transparent transparent;
  transform: translate(10px, -100%) rotate(180deg);
}
.finance_step_sec .finance_step_box::after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% + 96px);
  top: 0;
  bottom: 0;
  background-color: #d6d6d6;
  left: 50%;
  transform: translateX(-50%);
}
.finance_step_sec .finance_step_box:first-child::after {
  top: 45px;
}
.finance_step_sec .finance_step_box:last-child::after {
  bottom: 60px;
  top: unset;
}
.finance_step_sec .twae-label-extra-label span.twae-label {
  font-size: 20px;
  font-weight: bolder;
  color: #144861;
}

section.appraisal_sec.offer_section {
  background-position: -191% !important;
  background-repeat: round;
}

.floor_sliders {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
}
.floor_sliders .floor_item {
  border: 1px solid #FFBE36;
  box-shadow: inset 0 2px 20px #FCD76C;
  border-radius: 3px;
  display: flex;
  flex-basis: 49%;
  position: relative;
}
.floor_sliders .floor_item .floor_img {
  flex: 1;
}
.floor_sliders .floor_item .floor_img a {
  display: flex;
  flex: 1;
  border: 0;
  border-radius: 5px;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  align-items: center;
}
.floor_sliders .floor_item .floor_img a img {
  display: flex;
  flex: 1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.floor_sliders .floor_item .floor_img .pdf_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.floor_sliders .floor_item .floor_img .pdf_btn a.theme_fill_btn {
  background-color: #FFBE36;
}

.blog_rules_section .rules .disk li {
  list-style: disc;
}

.blog_area .blog-wrapper .blog_content .read_more_btn a {
  text-decoration: underline !important;
  text-decoration-color: #085f87 !important;
  color: #085f87;
}
.blog_area .blog-wrapper .blog_content .read_more_btn a:hover {
  color: #085f87;
}

.section_wrapper .aside_sec .recent_post .recent_post_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_wrapper .aside_sec .recent_post .recent_post_wrapper .recent_post_img {
  flex-basis: 30%;
}
.section_wrapper .aside_sec .recent_post .recent_post_wrapper .recent_post_img img {
  image-rendering: auto;
}
.section_wrapper .aside_sec .recent_post .recent_post_wrapper .recent_post_heading {
  flex-basis: 66%;
}/*# sourceMappingURL=theme.css.map */