@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import "../path/@fortawesome/fontawesome-free/css/fontawesome.min.css";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

          body.portfolio-page section.portfolio .container-fluid .columns .column#map-section {
              height: 500px;
              margin-bottom: 15px;
              padding: 0;
          }

                          body.portfolio-page section.portfolio .container-fluid .column.map-section #map {
                              height: 100%;
                          }

        body.portfolio-page section.portfolio .container-fluid .columns .column {
            width: 100%;
        }
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

@media(max-width:768px) {
    .detail-banner .hero-content .page-title::after, .hero-section .hero-content .page-title::after {
        display: none !important;
    }

        body.portfolio-detail-page section.detail-banner .hero-content .page-title {
            line-height: 1.5 !important;
        }

    .detail-banner .hero-content, .hero-section .hero-content .container {
        position: relative !important;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

        .detail-banner .hero-content .breadcrumb, .hero-section .hero-content .breadcrumb {
        padding: 0 !important;
    }
        body.portfolio-detail-page section.detail-banner .porfolio-price {
            justify-content: flex-start !important;
        }
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.columns {
  display: flex;
  width: 100%;
}

.columns .column {
  width: 50%;
}

.columns .column-25 {
  width: 25%;
}

.columns .column-75 {
  width: 75%;
}

.columns .column-30 {
  width: 30%;
}

.columns .column-70 {
  width: 70%;
}

.underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.underline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #000000;
}

.v-align-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: left !important;
}

.grid-container {
  display: grid !important;
}

.clearfix {
  float: none;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.shadow {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
  color: #000000;
}

.mobile-visible {
  display: none;
}

strong {
  font-weight: bold !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #ffffff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.d-flex {
  display: flex !important;
  flex-direction: row;
}

.d-flex-row {
  flex-direction: row !important;
}

.d-flex-column {
  flex-direction: column !important;
}

.d-flex-justified-start {
  justify-content: flex-start !important;
}

.d-flex-justified-end {
  justify-content: flex-end !important;
}

.d-flex-justified-center {
  justify-content: center !important;
}

.d-flex-justified-space-between {
  justify-content: space-between !important;
}

.d-flex-align-items-start {
  align-items: flex-start !important;
}

.d-flex-align-items-end {
  align-items: flex-end !important;
}

.d-flex-align-items-center {
  align-items: center !important;
}

.d-flex--wrap {
  flex-wrap: wrap !important;
}

.d-none {
  display: none !important;
}

.img-responsive {
  width: 100%;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 1478px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.hidden {
  opacity: 0;
  display: none;
}

.w-50 {
  width: 50%;
}

.h-100 {
  height: 100%;
}

.text-center {
  text-align: center !important;
}

.padding-b--30px {
  padding-bottom: 30px !important;
}

.padding-t--30px {
  padding-top: 30px !important;
}

.padding-r--30px {
  padding-right: 30px !important;
}

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

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

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

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

.header {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
}
.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header .nav {
  max-height: 111px;
  height: 100%;
}
.header .nav .navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .navbar .columns {
  justify-content: space-between;
  align-items: center;
}
.header .nav .navbar .columns .column.branding-column {
  width: 20%;
}
.header .nav .navbar .columns .column.nav-column {
  width: 70%;
}
.header .nav .navbar .nav-menu .menu {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}
.header .nav .navbar .nav-menu .menu li {
  position: relative;
  padding: 30px 0;
}
.header .nav .navbar .nav-menu .menu li:hover > .sub-menu {
  display: flex;
  pointer-events: all;
}
.header .nav .navbar .nav-menu .menu li .sub-menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 100px;
  padding: 10px 0 30px 10px;
  background-color: #fff;
  min-width: 275px;
  border-radius: 10px 0 0 10px;
  pointer-events: fill;
  min-height: 200px;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li {
  position: initial;
  padding: 0 20px 0 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li:hover > .sub-content {
  display: flex;
  width: 350px;
  padding: 10px 20px 30px 30px;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li:hover > .sub-content li a span:hover::before {
  display: none;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a span:hover {
  color: #d80027;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a span:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 50%;
  background-color: #d80027;
  transform: translateY(-50%);
  z-index: 2;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a span:hover i {
  display: block;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li a span i {
  display: none;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li .sub-content {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #ebebeb;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px 0 30px 10px;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li .sub-content li {
  width: 100%;
  display: grid;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li .sub-content a[href="#"] {
  display: none;
}
.header .nav .navbar .nav-menu .menu li .sub-menu li .sub-content a[href="#"]:empty {
  display: none;
}
.header .nav .navbar .nav-menu .menu li .sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 10px;
  padding: 5% 0;
  pointer-events: auto;
}
.header .nav .navbar .nav-menu .menu li .sub-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  /* right: 0; */
  height: 75%;
  width: 0.5px;
  background: #cdcdcd;
  pointer-events: auto;
  transform: translateY(-50%);
}
.header .nav .navbar .nav-menu .menu .header-button {
  background-color: #d80027;
  color: #fff;
  padding: 0 10px;
  border-radius: 8px;
}
.header .nav .navbar .nav-menu .menu .header-button a {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .nav .navbar .nav-menu .menu .header-button i {
  margin-right: 10px;
}
.header .nav .navbar .nav-menu .menu .lang-box .lang-wrapper {
  background-color: #e5e5e5;
  border-radius: 8px;
}
.header .nav .navbar .nav-menu .menu .lang-box .lang-wrapper .langs .lang {
  font-weight: 600;
  padding: 0 10px;
}
.header .nav .navbar .nav-menu .menu .lang-box .lang-wrapper .langs .lang a {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .nav .navbar .nav-menu .menu .lang-box .lang-wrapper .langs .lang img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
}
.header .nav .navbar .nav-menu .menu .lang-box .lang-wrapper .langs .lang.current {
  display: none;
}
.header .nav .navbar .nav-menu .mobile-menu-icon {
  display: none;
  cursor: pointer;
  font-size: 25px;
  color: #d80027;
}
.header .nav .navbar .nav-menu .mobile-menu-icon .close {
  display: none;
}
.header .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 11%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow-y: hidden;
}
.header .mobile-menu-overlay .mobile-menu {
  display: none;
  position: fixed;
  top: 10%;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  overflow-y: auto;
  font-size: 20px;
}
.header .mobile-menu-overlay .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .mobile-menu-overlay .mobile-menu ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.header .mobile-menu-overlay .mobile-menu ul .sub-menu,
.header .mobile-menu-overlay .mobile-menu ul .sub-content {
  display: none;
  padding-left: 20px;
}
.header .mobile-menu-overlay .mobile-menu ul .sub-menu .menu-item span,
.header .mobile-menu-overlay .mobile-menu ul .sub-menu a span,
.header .mobile-menu-overlay .mobile-menu ul .sub-content .menu-item span,
.header .mobile-menu-overlay .mobile-menu ul .sub-content a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .mobile-menu-overlay .mobile-menu ul .sub-menu li:last-child,
.header .mobile-menu-overlay .mobile-menu ul .sub-content li:last-child {
  border-bottom: none;
}
.header .mobile-menu-overlay .mobile-menu ul .sub-content li {
  padding-right: 0;
}
.header .mobile-menu-overlay .mobile-menu ul .lang-box {
  border: none;
}
.header .mobile-menu-overlay .mobile-menu ul .lang-box .lang-wrapper .langs .lang a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .mobile-menu-overlay .mobile-menu ul .lang-box .lang-wrapper .langs .lang a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.header .mobile-menu-overlay .mobile-menu ul .lang-box .lang-wrapper .langs .lang.current {
  display: none;
}
.header .mobile-menu-overlay .mobile-menu ul .lang-box .lang-wrapper .langs .lang.other {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

footer {
  background-color: #fff;
}
footer .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
footer .social-icons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 72%;
  height: 2px;
  background-color: #cdcdcd;
}
footer .social-icons .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5c5c5;
  margin: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
}
footer .social-icons .icon:hover {
  background-color: #d80027;
  color: #fff;
}
footer .footer-navbar {
  padding-bottom: 30px;
}
footer .footer-navbar .columns .column:hover .footer-navbar-title {
  color: #d80027;
}
footer .footer-navbar .columns .column .footer-navbar-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  margin: 20px 0;
}
footer .footer-navbar .columns .column .footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
footer .footer-navbar .columns .column .footer-nav .footer-nav-item {
  font-size: 18px;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
}
footer .footer-navbar .columns .column .footer-nav .footer-nav-item .fa-chevron-right {
  display: none;
  color: #d80027;
  padding-right: 10px;
}
footer .footer-navbar .columns .column .footer-nav .footer-nav-item:hover {
  color: #d80027;
  font-weight: 600;
}
footer .footer-navbar .columns .column .footer-nav .footer-nav-item:hover .fa-chevron-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-navbar .columns .column .footer-nav .footer-contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
footer .footer-navbar .columns .column .footer-nav .footer-contact-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer-navbar .columns .column .footer-nav .footer-contact-item img {
  padding-right: 10px;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
footer .copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #cdcdcd;
}
footer .copyright a {
  width: 95px;
}

.collaborations-section {
  margin: 40px 0;
}
.collaborations-section .collaborations-card {
  border: 0.5px solid #cdcdcd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 50px;
  text-align: center;
}
.collaborations-section .collaborations-card h4 {
  font-size: 40px;
  font-weight: 600;
}
.collaborations-section .collaborations-card .collaborations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.collaborations-section .collaborations-card .collaborations .collaboration {
  position: relative;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collaborations-section .collaborations-card .collaborations .collaboration img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(3555%) hue-rotate(162deg) brightness(111%) contrast(98%);
  height: 68px;
  object-fit: cover;
}
.collaborations-section .collaborations-card .collaborations .collaboration:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(6959%) hue-rotate(330deg) brightness(107%) contrast(135%);
}
.collaborations-section .collaborations-card .collaborations .collaboration::after {
  content: "";
  border-right: 0.5px solid #cdcdcd;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.collaborations-section .collaborations-card .collaborations .collaboration:last-child::after {
  display: none;
}

.hero-section {
  height: 400px;
  position: relative;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  width: 100%;
  height: 100%;
}
.hero-section .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.hero-section .hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.hero-section .hero-content .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-section .hero-content .page-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  position: relative;
  padding-right: 60px;
}
.hero-section .hero-content .page-title::after {
  content: "";
  margin: 0 20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.hero-section .hero-content .breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
.hero-section .hero-content .breadcrumb li:first-child {
  padding-right: 10px;
  position: relative;
}
.hero-section .hero-content .breadcrumb li:first-child::after {
  content: "/";
  padding-left: 10px;
  font-style: italic;
  opacity: 0.5;
}

.detail-banner {
  position: relative;
  height: 250px;
  background: linear-gradient(90deg, rgba(0, 82, 180, 0.9836309524) 65%, rgba(80, 145, 222, 0.7119222689) 100%);
}
.detail-banner .container {
  height: 100%;
}
.detail-banner .hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.detail-banner .hero-content .page-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  position: relative;
  padding-right: 60px;
}
.detail-banner .hero-content .page-title::after {
  content: "";
  margin: 0 20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.detail-banner .hero-content .breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
.detail-banner .hero-content .breadcrumb li:first-child {
  padding-right: 10px;
  position: relative;
}
.detail-banner .hero-content .breadcrumb li:first-child::after {
  content: "/";
  padding-left: 10px;
  font-style: italic;
  opacity: 0.5;
}

.blog-news-post {
  min-height: 500px;
  height: 100%;
  width: 100%;
}
.blog-news-post .blog-news-post-image {
  height: 300px;
  margin-bottom: 20px;
}
.blog-news-post .blog-news-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-news-post .blog-news-post-content .share-type-time .type {
  padding-right: 15px;
  position: relative;
  font-weight: 600;
}
.blog-news-post .blog-news-post-content .share-type-time .type::after {
  content: "";
  border: 0.5px solid #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.blog-news-post .blog-news-post-content .share-type-time .time {
  padding-left: 10px;
}
.blog-news-post .blog-news-post-content .share-info {
  margin-bottom: 20px;
}
.blog-news-post .blog-news-post-content .share-info h6 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  line-height: 24.5px;
}
.blog-news-post .blog-news-post-content .share-info p {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-news-post .blog-news-post-content .read-more-button {
  height: 52px;
  width: 207px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-news-post .blog-news-post-content .read-more-button span {
  padding: 12px 40px;
  background: #e5e5e5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog-news-post:hover .blog-news-post-content .share-type-time {
  color: #2e3192;
}
.blog-news-post:hover .read-more-button span {
  background: #d80027;
  color: #fff;
}

.other-news-section .columns {
  justify-content: space-between;
  align-items: center;
}
.other-news-section .columns .column .other-news-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 41.65px;
}
.other-news-section .columns .column #other-news-nav {
  text-align: end;
}
.other-news-section .columns .column #other-news-nav button {
  background-color: transparent;
  border: none;
}
.other-news-section .columns .column #other-news-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
.other-news-section .columns .column #other-news-nav button:hover i {
  opacity: 1;
  color: #d80027;
}

.other-projects-section {
  padding: 40px 0 5%;
}
.other-projects-section .columns {
  justify-content: space-between;
  align-items: center;
}
.other-projects-section .columns .column .other-projects-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 41.65px;
}
.other-projects-section .columns .column #other-projects-nav {
  text-align: end;
}
.other-projects-section .columns .column #other-projects-nav button {
  background-color: transparent;
  border: none;
}
.other-projects-section .columns .column #other-projects-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
.other-projects-section .columns .column #other-projects-nav button:hover i {
  opacity: 1;
  color: #d80027;
}
.other-projects-section .eternal-right-container .card-container {
  width: 100%;
  max-width: 457px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.other-projects-section .eternal-right-container .card-container:hover .card-content .review button {
  background-color: #d80027;
  color: #fff;
}
.other-projects-section .eternal-right-container .card-container .image-container {
  position: relative;
  height: 315px;
}
.other-projects-section .eternal-right-container .card-container .image-container #main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: border-bottom 0.3s;
  border-bottom: 4px solid transparent;
}
.other-projects-section .eternal-right-container .card-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.other-projects-section .eternal-right-container .card-container .card-content .info {
  width: 100%;
  text-align: start;
  padding: 15px 0;
}
.other-projects-section .eternal-right-container .card-container .review {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.other-projects-section .eternal-right-container .card-container .review a {
  width: 100%;
}
.other-projects-section .eternal-right-container .card-container .review button {
  background-color: #cdcdcd;
  color: #000000;
  border: none;
  padding: 15px 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  width: 100%;
}
.other-projects-section .eternal-right-container .card-container h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.other-projects-section .eternal-right-container .card-container p {
  margin: 0 0 5px;
}

.projects {
  text-align: center;
  margin: 20px;
}
.projects .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.projects .card-grid .card-container {
  width: 33%;
  max-width: 457px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.projects .card-grid .card-container:hover .card-content .review button {
  background-color: #d80027;
  color: #fff;
}
.projects .card-grid .card-container .image-container {
  position: relative;
  height: 315px;
}
.projects .card-grid .card-container .image-container #main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: border-bottom 0.3s;
  border-bottom: 4px solid transparent;
}
.projects .card-grid .card-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.projects .card-grid .card-container .card-content .info {
  width: 100%;
  text-align: start;
  padding: 15px 0;
}
.projects .card-grid .card-container .review {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.projects .card-grid .card-container .review a {
  width: 100%;
}
.projects .card-grid .card-container .review button {
  background-color: #cdcdcd;
  color: #000000;
  border: none;
  padding: 15px 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  width: 100%;
}
.projects .card-grid .card-container h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.projects .card-grid .card-container p {
  margin: 0 0 5px;
}

.project-detail .project-detail-title {
  margin: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-detail .project-detail-title h3 {
  font-size: 34px;
  font-weight: 600;
}
.project-detail .project-detail-title .project-detail-desc {
  width: 66%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 400;
}
.project-detail .project-detail-info {
  background-color: #f1f1f1;
  padding: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.project-detail .project-detail-info .columns .column {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-detail .project-detail-info .columns .column .info .info-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.project-detail .project-detail-info .columns .column .info .info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.project-detail .project-detail-info .columns .column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
.project-detail .project-detail-info .columns .column:last-child::after {
  display: none;
}

.project-detail-images {
  margin: 40px 0 70px;
}
.project-detail-images .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.project-detail-images .images .fancybox {
  width: 344px;
  height: 255px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-detail-images .images .fancybox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-images .images .fancybox .img-maximize {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 99;
}
.project-detail-images .images .fancybox .img-maximize img {
  width: 30px;
  height: 30px;
}
.project-detail-images .images .fancybox:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.project-detail-images .images .fancybox:hover .img-maximize {
  display: flex;
}

.sidebar {
  width: 100%;
  margin-right: 50px;
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
}
.sidebar ul li {
  margin-bottom: 10px;
}
.sidebar ul li a {
  text-decoration: none;
  color: #333;
}
.sidebar ul li a:hover {
  color: #d80027;
}
.sidebar input,
.sidebar select {
  padding: 20px;
  outline: none;
  border: 1px solid rgba(138, 146, 152, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  color: #333;
  background-color: #e9e9e9;
}
.sidebar input::placeholder,
.sidebar select::placeholder {
  color: #333;
}
.sidebar .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .select-wrapper select {
  margin: 0;
  display: inline-block;
  padding-right: 2.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar .select-wrapper::after {
  content: "";
  border-right: 1px solid rgba(138, 146, 152, 0.3);
  position: absolute;
  right: 2.5em;
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
}
.sidebar .select-wrapper i {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  pointer-events: none;
  color: gray; /* Adjust the color as needed */
}
.sidebar .size input::placeholder {
  text-align: end;
}
.sidebar .price input::placeholder {
  text-align: end;
}

.contact-form {
  margin: 20px 0;
}
.contact-form h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-form form input,
.contact-form form textarea {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid rgba(138, 146, 152, 0.3);
  outline: none;
  font-size: 18px;
  background-color: rgb(252, 252, 252);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.contact-form form input:focus-visible,
.contact-form form textarea:focus-visible {
  border-color: #2e3192;
  color: #2e3192;
  font-weight: 600;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.65;
}
.contact-form form label {
  margin-bottom: 10px;
  color: #111;
  opacity: 0.75;
}
.contact-form form label a {
  text-decoration: underline;
  font-weight: 600;
}
.contact-form form .submit-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.contact-form form button {
  padding: 15px 7%;
  background-color: #d80027;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.contact-form form button:hover {
  background-color: #cc0000;
}

#contact-form,
#face-to-face-form,
#online-form {
  display: flex;
  flex-direction: column;
}
#contact-form input,
#contact-form textarea,
#contact-form select,
#face-to-face-form input,
#face-to-face-form textarea,
#face-to-face-form select,
#online-form input,
#online-form textarea,
#online-form select {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid rgba(138, 146, 152, 0.3);
  outline: none;
  font-size: 18px;
  background-color: rgb(252, 252, 252);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
}
#contact-form input:focus-visible,
#contact-form textarea:focus-visible,
#contact-form select:focus-visible,
#face-to-face-form input:focus-visible,
#face-to-face-form textarea:focus-visible,
#face-to-face-form select:focus-visible,
#online-form input:focus-visible,
#online-form textarea:focus-visible,
#online-form select:focus-visible {
  border-color: #2e3192;
  color: #2e3192;
  font-weight: 600;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder,
#contact-form select::placeholder,
#face-to-face-form input::placeholder,
#face-to-face-form textarea::placeholder,
#face-to-face-form select::placeholder,
#online-form input::placeholder,
#online-form textarea::placeholder,
#online-form select::placeholder {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.65;
}
#contact-form textarea,
#contact-form textarea:not([rows]),
#face-to-face-form textarea,
#face-to-face-form textarea:not([rows]),
#online-form textarea,
#online-form textarea:not([rows]) {
  min-height: 50px;
}
#contact-form select,
#face-to-face-form select,
#online-form select {
  color: #a5a5a5;
}
#contact-form label,
#face-to-face-form label,
#online-form label {
  margin-bottom: 10px;
  color: #111;
  opacity: 0.75;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact-form label input,
#face-to-face-form label input,
#online-form label input {
  width: initial;
  margin: 0;
  margin-right: 10px;
}
#contact-form label a,
#face-to-face-form label a,
#online-form label a {
  text-decoration: underline;
  font-weight: 600;
}
#contact-form .form-flex,
#face-to-face-form .form-flex,
#online-form .form-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#contact-form .submit-form,
#face-to-face-form .submit-form,
#online-form .submit-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px;
}
#contact-form button,
#face-to-face-form button,
#online-form button {
  width: 35%;
  padding: 15px 7%;
  background-color: #d80027;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#contact-form button:hover,
#face-to-face-form button:hover,
#online-form button:hover {
  background-color: #d80027;
}

.service-content .service-img {
  width: 100%;
  height: 460px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.service-content .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-content .service-text {
  margin: 40px 0 80px;
}
.service-content .service-text h2 {
  font-size: 32px;
  font-weight: 600;
}

.eternal-right-container {
  position: relative;
  max-width: 1660px;
  margin: 0 0 0 auto;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.featured-listings {
  margin: 40px 0;
}
.featured-listings h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  margin-top: 40px;
}
.featured-listings .desc {
  font-size: 18px;
  line-height: 30px;
}
.featured-listings .columns {
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.featured-listings .columns .column .featured-listings-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 41.65px;
  margin: 0;
}
.featured-listings .columns .column #featured-listings-nav {
  text-align: end;
}
.featured-listings .columns .column #featured-listings-nav button {
  background-color: transparent;
  border: none;
}
.featured-listings .columns .column #featured-listings-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
.featured-listings .columns .column #featured-listings-nav button:hover i {
  opacity: 1;
  color: #d80027;
}
.featured-listings .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.featured-listings .card-container {
  width: 100%;
  max-width: 457px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.featured-listings .card-container:hover .card-content .info .name-location p {
  color: #2e3192;
}
.featured-listings .card-container:hover .card-content .price-review h3 {
  color: #2e3192;
}
.featured-listings .card-container:hover .card-content .price-review button {
  background-color: #d80027;
  color: #fff;
}
.featured-listings .card-container .image-container {
  position: relative;
  height: 315px;
}
.featured-listings .card-container .image-container #main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: border-bottom 0.3s;
  border-bottom: 4px solid transparent;
}
.featured-listings .card-container .image-container .image-section {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33.33%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.featured-listings .card-container .image-container .image-section:nth-child(1) {
  left: 0;
}
.featured-listings .card-container .image-container .image-section:nth-child(2) {
  left: 33.33%;
}
.featured-listings .card-container .image-container .image-section:nth-child(3) {
  left: 66.66%;
}
.featured-listings .card-container .image-container .image-section.active {
  border-bottom: 4px solid #d80027;
}
.featured-listings .card-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.featured-listings .card-container .card-content .info {
  width: 100%;
  border-bottom: 0.5px solid #cdcdcd;
  text-align: start;
  padding: 15px 0;
}
.featured-listings .card-container .card-content .info .name-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-listings .card-container .card-content .info .name-location p {
  font-weight: 400;
}
.featured-listings .card-container .card-content .info .name-location p i {
  padding-right: 10px;
}
.featured-listings .card-container .card-content .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.featured-listings .card-container .card-content .detail .square-meters,
.featured-listings .card-container .card-content .detail .room,
.featured-listings .card-container .card-content .detail .bath {
  text-align: start;
}
.featured-listings .card-container .card-content .detail .square-meters span,
.featured-listings .card-container .card-content .detail .room span,
.featured-listings .card-container .card-content .detail .bath span {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-listings .card-container .card-content .detail .square-meters span img,
.featured-listings .card-container .card-content .detail .room span img,
.featured-listings .card-container .card-content .detail .bath span img {
  width: 25px;
  height: 25px;
}
.featured-listings .card-container .card-content .detail .square-meters span strong,
.featured-listings .card-container .card-content .detail .room span strong,
.featured-listings .card-container .card-content .detail .bath span strong {
  padding-left: 10px;
}
.featured-listings .card-container .card-content .price-review {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.featured-listings .card-container .card-content .price-review button {
  background-color: #cdcdcd;
  color: #000000;
  border: none;
  padding: 15px 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}
.featured-listings .card-container .card-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.featured-listings .card-container .card-content p {
  margin: 0 0 5px;
}

.popup-container {
  position: fixed;
  right: 2%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  z-index: 2;
}
.popup-container .popup-button {
  position: relative;
  z-index: 1;
}
.popup-container .popup-button .popup-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #2e3192;
  border-radius: 50%;
  cursor: pointer;
}
.popup-container .popup-button .popup-icon .icon img {
  width: 24px;
  height: 24px;
}
.popup-container .popup-button .popup-icon .icon-overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #d80027;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.popup-container .popup-message {
  position: absolute;
  top: -125%;
    right: 35%;
    min-width: 500px;
    width: 100%;
  /* top: -130%;
  right: 2%;
  width: 20%; */
  background-color: #fff;
  border-radius: 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 0;
  display: none;
  padding: 10px;
  cursor: pointer;
}
.popup-container .popup-message .close-popup {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popup-container .popup-message .message-content {
  padding: 10px;
}
.popup-container .popup-message .message-content p {
  margin: 5px 0 0 0;
}
.popup-container .popup-message .message-content p:first-child {
  font-weight: bold;
  margin: 0;
}
.popup-container .popup-message .message-triangle {
  position: absolute;
  bottom: -2px;
  right: -7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #fff;
  transform: rotateZ(235deg);
}
.popup-container .popup-message.show {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal .modal-container {
  background: #fff;
  border-radius: 8px;
  max-height: 780px;
  height: 70%;
  padding: 0;
}
.modal .modal-container .close-modal {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.modal .modal-container .columns {
  height: 100%;
}
.modal .modal-container .columns .column {
  padding: 3%;
}
.modal .modal-container .columns .column.heading-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.modal .modal-container .columns .column.heading-column::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #cdcdcd;
  opacity: 0.65;
  transform: translateY(-50%);
}
.modal .modal-container .columns .column.heading-column .modal-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
}
.modal .modal-container .columns .column.heading-column .modal-heading h1 {
  font-size: 40px;
  margin: 20px 0;
}
.modal .modal-container .columns .column.heading-column .modal-heading span {
  display: none;
}
.modal .modal-container .columns .column.heading-column .modal-heading .back-button {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 40px 0 0;
}
.modal .modal-container .columns .column.heading-column .modal-heading .back-button i {
  margin-right: 15px;
}
.modal .modal-container .columns .column.heading-column .phone-numbers {
  display: flex;
}
.modal .modal-container .columns .column.heading-column .phone-numbers .phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.modal .modal-container .columns .column.heading-column .phone-numbers .phone i {
  font-size: 24px;
  margin-right: 10px;
  color: #d80027;
}
.modal .modal-container .columns .column.heading-column .phone-numbers .whatsapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal .modal-container .columns .column.heading-column .phone-numbers .whatsapp i {
  font-size: 24px;
  margin-right: 10px;
  color: #00d722;
}
.modal .modal-container .columns .column.form-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-container .columns .column.form-column .contact-forms {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.4588235294);
  padding: 15% 20px 20px;
  border-radius: 10px;
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button .button-img {
  width: 25px;
  height: 25px;
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button .button-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(19%) saturate(265%) hue-rotate(314deg) brightness(98%) contrast(90%);
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button:hover {
  background-color: #d80027;
  color: #fff;
}
.modal .modal-container .columns .column.form-column .contact-forms .form-button:hover .button-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(1%) hue-rotate(109deg) brightness(105%) contrast(101%);
}
.modal .form-content h2 {
  margin-top: 0;
}
.modal .thank-you-img {
  background: url(../img/house-img4.png) right center/cover no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 7px 7px 0px;
}

.show-modal {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}
body .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body .right-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  overflow-y: auto;
}
body .right-modal .close-right-modal {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 999;
}
body .right-modal .property-value-container {
  padding: 20px;
}
body .right-modal .property-value-container h2 {
  margin-bottom: 10px;
}
body .right-modal .property-value-container span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
body .right-modal .property-value-container .questions .question {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
}
body .right-modal .property-value-container .questions .question p {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 25px;
}
body .right-modal .property-value-container .questions .question p span {
  color: #d80027;
  font-size: 25px;
  margin-right: 10px;
}
body .right-modal .property-value-container .questions .question input[type=text],
body .right-modal .property-value-container .questions .question input[type=tel],
body .right-modal .property-value-container .questions .question input[type=email],
body .right-modal .property-value-container .questions .question textarea,
body .right-modal .property-value-container .questions .question select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body .right-modal .property-value-container .questions .question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  opacity: 0.65;
}
body .right-modal .property-value-container .questions .question:last-child::after {
  display: none;
}
body .right-modal .property-value-container .radio-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
body .right-modal .property-value-container .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .right-modal .property-value-container .radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .right-modal .property-value-container .radio-container .checkmark i {
  display: none;
  color: white;
}
body .right-modal .property-value-container .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body .right-modal .property-value-container .radio-container input:checked ~ .checkmark {
  background-color: #2196f3;
}
body .right-modal .property-value-container .radio-container input:checked ~ .checkmark i {
  display: block;
}
body .right-modal .property-value-container input[type=file] {
  display: none;
}
body .right-modal .property-value-container .custom-file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
  border: 1px dashed #ccc;
  border-radius: 15px;
  cursor: pointer;
}
body .right-modal .property-value-container .custom-file-upload p {
  margin: 0;
  font-size: 16px !important;
  color: #d80027;
  font-weight: 600;
}
body .right-modal .property-value-container .custom-file-upload p i {
  margin-left: 10px;
}
body .right-modal .property-value-container .custom-file-upload span {
  font-size: 12px;
  color: #999;
  margin: 0;
}
body .right-modal .property-value-container #fileList {
  margin-top: 20px;
}
body .right-modal .property-value-container #fileList li {
  margin: 5px 0;
}
body .right-modal .property-value-container button {
  width: 100%;
  padding: 15px 7%;
  background-color: #d80027;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body .right-modal .property-value-container button:hover {
  background-color: #d80027;
}
body section:first-child {
  margin-top: 100px;
}
body.home {
  position: relative;
}
body.home section.hero-banner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 750px;
}
body.home section.hero-banner .tab-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: flex;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body.home section.hero-banner .tab-menu .tab-link {
  padding: 14px 70px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
}
body.home section.hero-banner .tab-menu .tab-link.active {
  background-color: #d80027;
  border-radius: inherit;
}
body.home section.hero-banner .owl-carousel {
  width: 100%;
  height: calc(100% - 80px);
}
body.home section.hero-banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  height: 20px;
}
body.home section.hero-banner .owl-carousel .owl-dots .owl-dot {
  background-color: #fff;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 10px;
}
body.home section.hero-banner .owl-carousel .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
body.home section.hero-banner .owl-carousel .tab-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
body.home section.hero-banner .owl-carousel .tab-content .carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home section.hero-banner .owl-carousel .tab-content .hero-carousel-content {
  z-index: 1;
}
body.home section.hero-banner .owl-carousel .tab-content h5 {
  position: absolute;
  top: 10%;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  -moz-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -o-transform: translate(-50%, 10%);
  width: 70%;
  text-align: center;
  z-index: 1;
}
body.home section.hero-banner .owl-carousel .tab-content .container {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -67%);
  -webkit-transform: translate(-50%, -67%);
  -moz-transform: translate(-50%, -67%);
  -ms-transform: translate(-50%, -67%);
  -o-transform: translate(-50%, -67%);
  z-index: 1;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 35px 50px 50px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper select {
  outline: none;
  width: 100%;
  max-width: 280px;
  border-bottom: 0.2px solid #fff !important;
  font-weight: 800;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper select option {
  background-color: white;
  color: black;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper select option:hover {
  background-color: #f0f0f0;
  color: #d80027;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper select::after {
  content: "";
  border-right: 1px solid rgba(138, 146, 152, 0.3);
  position: absolute;
  right: 2.5em;
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper i {
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translateY(-50%);
  pointer-events: none;
  color: white; /* Adjust the color as needed */
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box select,
body.home section.hero-banner .owl-carousel .tab-content .container .search-box button {
  padding: 10px;
  border: none;
  background: none;
  color: #fff;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box button {
  background-color: #d80027;
  border-radius: 5px;
  padding: 10px 17px;
}
body.home section.hero-banner .owl-carousel .tab-content .container .search-box button img {
  width: 70px;
  /* width: 20px; */
  /* height: 20px; */
}
body.home section.services {
  margin: 50px 0;
  font-family: "Arimo", sans-serif;
}
body.home section.services .columns {
  justify-content: space-between;
  align-items: center;
}
body.home section.services .columns .column .services-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 41.65px;
}
body.home section.services .columns .column #carousel-nav {
  text-align: end;
}
body.home section.services .columns .column #carousel-nav button {
  background-color: transparent;
  border: none;
}
body.home section.services .columns .column #carousel-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
body.home section.services .columns .column #carousel-nav button:hover i {
  opacity: 1;
  color: #d80027;
}
body.home section.services .services-carousel .service {
  width: 300px;
  height: 260px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(189, 189, 189, 0.25), rgba(255, 255, 255, 0));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin: 40px 35px;
}
body.home section.services .services-carousel .service a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.home section.services .services-carousel .service .service-icon {
  width: 65px;
  height: 65px;
  border: 2px solid #d80027;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
body.home section.services .services-carousel .service .service-icon .icon {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(4875%) hue-rotate(342deg) brightness(81%) contrast(112%);
}
body.home section.services .services-carousel .service .service-name {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 500;
}
body.home section.services .services-carousel .service .fa-arrow-up-long {
  transform: rotateZ(45deg);
  color: white;
  display: none;
}
body.home section.services .services-carousel .service:hover {
  background-image: url("assets/img/services.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #d80027;
  box-shadow: rgba(216, 0, 39, 0.3215686275) 0px 0px 40px 0px;
}
body.home section.services .services-carousel .service:hover a {
  background-color: rgba(0, 0, 0, 0.5);
}
body.home section.services .services-carousel .service:hover .service-icon {
  background-color: #d80027;
}
body.home section.services .services-carousel .service:hover .service-icon .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
}
body.home section.services .services-carousel .service:hover .service-name {
  color: #fff;
}
body.home section.services .services-carousel .service:hover .fa-arrow-up-long {
  display: block;
}
body.home section.featured-listings {
  margin: 20px;
  text-align: center;
}
body.home section.featured-listings .card-grid .card-container {
  width: 33%;
}
body.home section.comments-section {
  text-align: center;
  padding: 50px 0;
}
body.home section.comments-section h2 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #333;
}
body.home section.comments-section .eternal-right-container {
  overflow: hidden;
}
body.home section.comments-section #comment-carousel-nav button {
  background-color: transparent;
  border: none;
  margin: 10px 0;
}
body.home section.comments-section #comment-carousel-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
body.home section.comments-section #comment-carousel-nav button:hover i {
  color: #d80027;
  opacity: 1;
}
body.home section.comments-section .comment-carousel .item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
  min-height: 270px;
}
body.home section.comments-section .comment-carousel .item .comment {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.home section.comments-section .comment-carousel .item .comment img {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info::after {
  content: "";
  border-bottom: 1px solid;
  opacity: 0.1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info .user-info img {
  width: 40px;
  height: 40px;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info .user-info .user {
  text-align: start;
  padding-left: 10px;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info .user-info .user h4 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #060a23;
  font-weight: 600;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .info .user-info .user span {
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  color: #060a23;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .comment {
  margin: 20px 0;
  text-align: start;
}
body.home section.comments-section .comment-carousel .item .comment .comment-content .comment p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
body.home section.current-shares-section {
  background-color: #f5f5f5;
  padding: 40px 0;
}
body.home section.current-shares-section .columns {
  justify-content: space-between;
  align-items: center;
}
body.home section.current-shares-section .columns .column .current-shares-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 41.65px;
}
body.home section.current-shares-section .columns .column #current-shares-nav {
  text-align: end;
}
body.home section.current-shares-section .columns .column #current-shares-nav button {
  background-color: transparent;
  border: none;
}
body.home section.current-shares-section .columns .column #current-shares-nav button i {
  font-size: 27px;
  opacity: 0.5;
}
body.home section.current-shares-section .columns .column #current-shares-nav button:hover i {
  opacity: 1;
  color: #d80027;
}
body.home section.current-shares-section .eternal-right-container .current-share {
  opacity: 0.5;
}
body.home section.current-shares-section .eternal-right-container .current-share:hover {
  opacity: 1;
}
body.home footer {
  background-color: #f5f5f5;
}
body.institutional-page section.who-we-are {
  margin: 70px 0;
}
body.institutional-page section.who-we-are .columns .column h2 {
  font-size: 34px;
  font-weight: 600;
}
body.institutional-page section.who-we-are .columns .column p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
body.institutional-page section.mission-vision {
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}
body.institutional-page section.mission-vision .mission-vision-bg {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
body.institutional-page section.mission-vision .mission-vision-bg img {
  width: 100%;
  max-height: 555px;
  height: 100%;
  object-fit: cover;
}
body.institutional-page section.mission-vision .mission-vision-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(64, 125, 201, 0.9) 0%, rgba(0, 82, 180, 0.99) 100%);
}
body.institutional-page section.mission-vision .mission-vision-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  width: 70%;
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .mission-vision-tab {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0 20px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .mission-vision-tab.active {
  opacity: 1;
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .mission-vision-tab:hover {
  opacity: 0.75;
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .change-line-position {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .line {
  position: relative;
  height: 4px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}
body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .line .indicator {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 4px;
  width: 50px;
  background-color: #fff;
  transition: left 0.3s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.institutional-page section.mission-vision .mission-vision-content .tab-content .content {
  display: none;
}
body.institutional-page section.mission-vision .mission-vision-content .tab-content .content.active {
  display: block;
}
body.institutional-page section.mission-vision .mission-vision-content .tab-content .content p {
  font-size: 16px;
}
body.institutional-page section.statistics {
  margin: 40px 0 70px;
}
body.institutional-page section.statistics .columns {
  justify-content: space-between;
}
body.institutional-page section.statistics .columns .column {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.institutional-page section.statistics .statistic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.institutional-page section.statistics .statistic .counter {
  font-size: 100px;
  font-weight: 500;
  line-height: 120px;
  color: #2e3192;
}
body.institutional-page section.statistics .statistic p {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #a5a5a5;
  margin: 0;
}
body.institutional-page section.gallery {
  margin: 50px 0 70px;
  position: relative;
}
body.institutional-page section.gallery h5 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
body.institutional-page section.gallery .gallery-carousel .item {
  height: 450px;
  margin: 40px;
  padding: 20px;
  opacity: 0.5;
}
body.institutional-page section.gallery .gallery-carousel .item img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body.institutional-page section.gallery .gallery-carousel .owl-item.active.center {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
body.institutional-page section.gallery .gallery-carousel .owl-item.active.center .item {
  opacity: 1;
}
body.institutional-page section.gallery .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translate(-50%, -50%);
}
body.institutional-page section.gallery .owl-nav .owl-prev,
body.institutional-page section.gallery .owl-nav .owl-next {
  color: #cdcdcd;
  cursor: pointer;
  font-size: 25px;
}
body.institutional-page section.gallery .owl-nav .owl-prev:hover,
body.institutional-page section.gallery .owl-nav .owl-next:hover {
  color: #d80027;
}
body.institutional-page section.gallery .owl-nav .owl-prev {
  left: -50px;
  right: 66%;
}
body.institutional-page section.gallery .owl-nav .owl-next {
  right: -50px;
}

body.kvkk-page section.kvkk {
  margin: 70px 0;
}
body.kvkk-page section.kvkk p{
      font-size: 20px;
      font-weight: 400;
      line-height: 32px;
}

body.our-team section.team {
  margin: 70px 0;
}
body.our-team section.team .team-members {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.our-team section.team .team-members .column {
  width: 33.33%;
}
body.our-team section.team .team-members .column .team-member {
  height: 410px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
}
body.our-team section.team .team-members .column .team-member .member-image {
  position: relative;
  width: 353px;
  height: 337px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
body.our-team section.team .team-members .column .team-member .member-image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body.our-team section.team .team-members .column .team-member .member-image .member-social {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d80027;
  color: #fff;
  padding: 20px;
  gap: 10px;
  border-radius: 10px 0 10px;
  -webkit-border-radius: 10px 0 10px;
  -moz-border-radius: 10px 0 10px;
  -ms-border-radius: 10px 0 10px;
  -o-border-radius: 10px 0 10px;
}
body.our-team section.team .team-members .column .team-member .member-info .member-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
body.our-team section.team .team-members .column .team-member .member-info .member-title {
  font-weight: 200;
  line-height: 30px;
}
body.our-team section.team .team-members .column .team-member:hover .member-image img {
  filter: none;
  -webkit-filter: none;
}
body.our-team section.team .team-members .column .team-member:hover .member-image .member-social {
  display: flex;
}
body.our-team section.team .team-members .column .team-member:hover .member-info .member-name {
  color: #d80027;
}
body.blog-page section.all-blog-new-posts {
  margin: 70px 0;
}
body.blog-page section.all-blog-new-posts .column-75 {
  position: relative;
}
body.blog-page section.all-blog-new-posts .column-75::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #cdcdcd;
  opacity: 0.5;
}
body.blog-page section.all-blog-new-posts .posts .columns {
  display: flex;
  flex-wrap: wrap;
}
body.blog-page section.all-blog-new-posts .posts .columns .column {
  padding: 0 30px 30px 0;
}
body.blog-page section.all-blog-new-posts .search-filter-area {
  background-color: #eaeaea;
  margin-left: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-search {
  position: relative;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-search #search-input {
  padding: 20px;
  padding-right: 70px;
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-search .search-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  background-color: #d80027;
  border: none;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 40px;
  width: 40px;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 0.65;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button:last-child {
  margin: 0;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button .fa-chevron-right {
  display: none;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button:hover {
  color: #d80027;
  font-weight: 600;
  opacity: 1;
}
body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button:hover .fa-chevron-right {
  display: block;
}
body.blog-detail section.detail-banner .hero-content .page-title {
  font-size: 45px;
}
body.blog-detail section.detail-banner .hero-content .breadcrumb {
  width: 35%;
}
body.blog-detail section.detail-content {
  padding: 40px 0 60px;
}
body.blog-detail section.detail-content .blog-detail-text {
  position: relative;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor {
  position: absolute;
  top: 0;
  left: -10%;
  color: #40403b;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .active {
  color: #2e3192;
  opacity: 1 !important;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cdcdcd;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .big {
  font-size: 25px;
  opacity: 0.7;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .big:hover {
  color: #2e3192;
  opacity: 1;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .medium {
  font-size: 18px;
  opacity: 0.7;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .medium:hover {
  color: #2e3192;
  opacity: 1;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .small {
  font-size: 14px;
  opacity: 0.7;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .font-sizes .small:hover {
  color: #2e3192;
  opacity: 1;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page,
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .print-page {
  opacity: 0.7;
  font-size: 18px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page::after,
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .print-page::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cdcdcd;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page:hover,
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .print-page:hover {
  color: #2e3192;
  opacity: 1;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page {
  position: relative;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page #shareBtn {
  position: relative;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .link-page #linkDisplay {
  position: absolute;
  background-color: #f0f0f0;
  color: #2e3192;
  opacity: 1 !important;
  border: 1px solid #ccc;
  padding: 5px;
  display: none; /* Başlangıçta gizli */
  white-space: nowrap;
  z-index: 1000; /* Diğer içeriklerin üstünde görünür */
  top: 100%; /* LinkPage'in altında */
  left: 100%; /* LinkPage'in sağında */
  transform: translate(10px, 10px); /* 10px boşluk */
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .editor .print-page::after {
  border: none;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .share .share-button {
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  font-size: 18px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .share .share-button::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cdcdcd;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .share .share-button:last-child::after {
  border: none;
}
body.blog-detail section.detail-content .blog-detail-text .text-editor .share .share-button:hover {
  color: #2e3192;
  opacity: 1;
}
body.blog-detail section.detail-content .blog-detail-image {
  width: 100%;
  max-width: 864px;
  height: auto;
  max-height: 676px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
}

body.blog-detail section.detail-content .blog-detail-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print {
  body.blog-detail header,
  body.blog-detail footer {
    visibility: hidden;
  }
}
body.service-fees-page section.service-fees {
  padding: 70px 0;
}
body.service-fees-page section.service-fees .table-container {
  overflow-x: auto;
}
body.service-fees-page section.service-fees .table-container .styled-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
body.service-fees-page section.service-fees .table-container .styled-table th,
body.service-fees-page section.service-fees .table-container .styled-table td {
  padding: 12px;
  border: 1px solid #cdcdcd;
}
body.service-fees-page section.service-fees .table-container .styled-table th {
  font-weight: bold;
  color: #d80027;
  text-align: center;
}
body.service-fees-page section.service-fees .table-container .styled-table td a {
  color: #0052b4;
  text-decoration: none;
  text-decoration: underline;
  font-weight: 600;
}
body.service-fees-page section.service-fees .table-container .styled-table td.price {
  text-align: center;
  width: 185px;
}
body.service-fees-page section.service-fees .table-container .note {
  margin-top: 10px;
  font-size: 14px;
}
body.service-fees-page section.service-fees .table-container .note span {
  font-weight: 600;
  color: #d80027;
}
body.our-services-page section.our-services-section {
  margin: 50px 0 7%;
}
body.our-services-page section.our-services-section .columns {
  gap: 5%;
}
body.our-services-page section.our-services-section .sub-menu .sub-menu-title {
  font-weight: 600;
  font-size: 20px;
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: context-menu;
}
body.our-services-page section.our-services-section .sub-menu .sub-menu-title.active-title {
  color: #d80027;
}
body.our-services-page section.our-services-section .sub-menu .sub-menu-title.active-title:hover {
  color: #d80027;
}
body.our-services-page section.our-services-section .sub-menu .sub-menu-title:hover {
  color: #333;
}
body.our-services-page section.our-services-section .sub-menu .sub-content {
  margin-top: 10px;
}
body.our-services-page section.our-services-section .sub-menu .sub-content li {
  width: 100%;
}
body.our-services-page section.our-services-section .sub-menu .sub-content .nav-link {
  background-color: transparent;
  padding: 10px;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body.our-services-page section.our-services-section .sub-menu .sub-content .nav-link.active {
  background-color: #d80027;
  color: #fff;
}
body.sectors section.sectors-text {
  margin: 3% 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.sectors section.sectors-text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.sectors section.sectors-text .text {
  width: 76%;
  text-align: center;
}
body.sectors section.sectors-text .text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}
body.sectors section.sectors-text .text p {
  font-size: 20px;
  font-weight: 400;
}
body.sectors section.sectors-text .contact-button {
  margin-top: 50px;
}
body.sectors section.sectors-text .contact-button button {
  background-color: #d80027;
  color: #fff;
  border: none;
  padding: 15px 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}
body.portfolio-page section.portfolio {
  margin: 3% 0 4%;
}
body.portfolio-page section.portfolio .sidebar .portfolio-filters p {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #d80027;
}
body.portfolio-page section.portfolio .sidebar .portfolio-filters .price,
body.portfolio-page section.portfolio .sidebar .portfolio-filters .size {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.portfolio-page section.portfolio .sidebar .portfolio-filters .price input:first-child,
body.portfolio-page section.portfolio .sidebar .portfolio-filters .size input:first-child {
  margin-right: 10px;
}
body.portfolio-page section.portfolio .sidebar .show-map-button {
  padding-bottom: 7%;
  position: relative;
}
body.portfolio-page section.portfolio .sidebar .show-map-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 0.16;
}
body.portfolio-page section.portfolio .sidebar .portfolio-search {
  padding-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.portfolio-page section.portfolio .button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  max-height: 50px;
}
body.portfolio-page section.portfolio .button.blue {
  background-color: #2e3192;
}
body.portfolio-page section.portfolio .button.red {
  background-color: transparent;
  border: 2px solid rgba(138, 146, 152, 0.3);
  width: 50%;
}
body.portfolio-page section.portfolio .button.red a {
  color: #333;
}
body.portfolio-page section.portfolio .button.red:hover {
  background-color: #d80027;
  border: 2px solid #d80027;
}
body.portfolio-page section.portfolio .button.red:hover a {
  color: #fff;
}
body.portfolio-page section.portfolio .button a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 5% 0;
}
body.portfolio-page section.portfolio .button a i {
  margin-right: 8px;
}
body.portfolio-page section.portfolio .featured-listings {
  margin: 0 25px;
}
body.portfolio-page section.portfolio .featured-listings .card-grid {
  margin: 0;
  justify-content: flex-start;
}
body.portfolio-page section .container-fluid {
  padding-right: 0;
}
body.portfolio-page section .container-fluid .column .featured-listings {
  margin: 0;
}
body.portfolio-page section .container-fluid .column .featured-listings .card-grid .card-container {
  width: 50%;
}
body.portfolio-page section .container-fluid .column.map-section {
  position: relative;
  padding-left: 40px;
}
body.portfolio-page section .container-fluid .column.map-section #hide-map {
  position: absolute;
  top: 2%;
  right: 3%;
  z-index: 1;
  background-color: #e3e3e3;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body.portfolio-page section .container-fluid .column.map-section #hide-map i {
  padding-left: 10px;
}
body.portfolio-page section .container-fluid .column.map-section #hide-map:hover {
  background-color: #d80027;
  color: #fff;
}
body.portfolio-page section .container-fluid .column.map-section #map {
  height: 100%;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c {
  padding: 0 !important;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 99;
  background-color: #fff;
  border-radius: 8px;
  max-width: 396px;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-chr button {
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-chr button span {
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  mask-repeat: no-repeat;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window img {
  width: 100%;
  max-height: 206px;
  height: 100%;
  object-fit: cover;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window .window-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window .window-info .info-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window .window-info .info-content .fa-location-dot {
  color: #d80027;
  font-size: 25px;
  margin-right: 10px;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window .window-info .info-content p {
  margin: 0;
}
body.portfolio-page section .container-fluid .column.map-section #map .gm-style .gm-style-iw-c .gm-style-iw-d .info-window .window-info .info-button a {
  padding: 10px 20px;
  background-color: #d80027;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body.portfolio-detail-page section.detail-banner .columns {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
body.portfolio-detail-page section.detail-banner .porfolio-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.portfolio-detail-page section.detail-banner .porfolio-price h3 {
  background-color: #fff;
  color: #d80027;
  margin: 0;
  padding: 15px 20%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel {
  max-width: 640px;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__slide img {
  width: 100%;
  height: auto;
}
body.portfolio-detail-page section.portfolio-detail .area-title {
  font-size: 20px;
  font-weight: 600;
  color: #d80027;
  margin: 0;
}
body.portfolio-detail-page section.portfolio-detail .columns {
  margin: 2% 0;
  border-top: 0.5px solid #cdcdcd;
}
body.portfolio-detail-page section.portfolio-detail .columns .column-25,
body.portfolio-detail-page section.portfolio-detail .columns .column-75 {
  margin: 20px 0;
}
body.portfolio-detail-page section.portfolio-detail .columns .column-75 {
  margin: 0;
  padding-left: 30px;
}
body.portfolio-detail-page section.portfolio-detail .columns .column-75 .columns {
  border: none;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-date {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  padding: 15px;
  margin-bottom: 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-date p {
  margin: 0;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-date p strong {
  padding-right: 10px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-img {
  background-color: #dce0e3;
  padding: 20px 0;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-img img {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  object-fit: cover;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 50px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .consultant-info,
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content p {
  margin: 0;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content p.name {
  font-size: 18px;
  font-weight: 600;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .consultant-info {
  margin-bottom: 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons {
  width: 100%;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons .button {
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons .button a {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons .button.red {
  background-color: #d80027;
  margin-bottom: 10px;
  color: #fff;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons .button.red-border {
  background-color: #fff;
  border: 2px solid #d80027;
  color: #d80027;
  font-weight: 600;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 20px;
  padding: 20px 40px 50px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad .social-icons .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5c5c5;
  margin: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad .social-icons .icon:hover {
  background-color: #d80027;
  color: #fff;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 20px;
  padding: 20px 40px 50px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .address i {
  color: #d80027;
  margin-right: 10px;
  font-size: 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location {
  width: 100%;
  height: 237px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location .show-location {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d80027;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location .show-location a {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location .show-location a i {
  margin-right: 10px;
  font-size: 20px;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel {
  max-width: 580px;
  height: 530px;
  width: 100%;
  max-height: 100%;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__viewport .f-carousel__track .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__thumbs .f-thumbs__viewport {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__thumbs .f-thumbs__viewport .f-thumbs__track {
  --width: 100% !important;
  width: 100% !important;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__thumbs .f-thumbs__viewport .f-thumbs__track .f-thumbs.is-horizontal .f-thumbs__slide {
  width: 130px !important;
  height: 100px !important;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__thumbs .f-thumbs__viewport .f-thumbs__track .f-thumbs.is-horizontal .f-thumbs__slide .f-thumbs__slide__img {
  width: 130px;
  height: 100px;
  object-fit: cover;
}
body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel .f-carousel__nav {
  display: none;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 20px;
  padding: 30px;
  margin-left: 20px;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component {
  overflow: auto;
  width: 100%;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table {
  border: 1px none #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr td {
  border: 1px none #dededf;
  padding: 5px;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr td a span {
  color: #d80027;
  font-weight: 600;
  text-decoration: underline;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr td a i {
  color: #d80027;
  font-weight: 600;
  font-size: 20px;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr td:first-child {
  font-weight: 600;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr:nth-child(even) td {
  background-color: #eff3f5;
  color: #000000;
}
body.portfolio-detail-page section.portfolio-detail .detailed-infos .table_component table tr:nth-child(odd) td {
  background-color: #ffffff;
  color: #000000;
}
body.portfolio-detail-page section.portfolio-detail .ad-description {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 20px;
  padding: 30px 30px 50px;
}
body.contact-page section.maps {
  height: 700px;
  position: relative;
}
body.contact-page section.maps #contact-map {
  width: 100%;
  height: 100%;
  position: relative;
}
body.contact-page section.maps #contact-map::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 65%);
  z-index: 1;
}
body.contact-page section.maps #contact-map .marker {
  position: absolute;
  z-index: 1000;
  pointer-events: auto;
}
body.contact-page section.maps #contact-map .gm-style div,
body.contact-page section.maps #contact-map .gm-style img {
  pointer-events: none;
}
body.contact-page section.maps .address-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.contact-page section.maps .address-box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
body.contact-page section.maps .address-box .box {
  padding: 20px 20px 40px;
  border: 2px solid transparent;
  border-radius: 10px;
  width: 375px;
  margin-right: 20px;
}
body.contact-page section.maps .address-box .box:hover, body.contact-page section.maps .address-box .box.active {
  background-color: #f8f8f8;
  border-color: #d80027;
  color: #333;
}
body.contact-page section.maps .address-box .box:hover h1, body.contact-page section.maps .address-box .box.active h1 {
  color: #d80027;
}
body.contact-page section.maps .address-box .box h1 {
  margin: 20px 0 40px;
}
body.contact-page section.maps .address-box .box p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.contact-page section.maps .address-box .box p img {
  margin-right: 10px;
}
body.contact-page section.maps .address-box .box:last-child {
  margin: 0;
}
body.contact-page section.contact-detail {
  margin: 5% 0 7%;
}
body.contact-page section.contact-detail .columns {
  align-items: center;
}
body.contact-page section.contact-detail .form-image {
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}
body.contact-page section.contact-detail .form-image img {
  height: 100%;
  object-fit: cover;
}
body.contact-page section.contact-detail .contact-form {
  margin-left: 50px;
}

@media only screen and (max-width: 1280px) {
  .header .nav .navbar .columns .column.nav-column {
    width: 80%;
  }
  .header .nav .navbar .nav-menu {
    display: flex;
    justify-content: flex-end;
  }
  .header .nav .navbar .nav-menu li {
    margin-right: 10px;
  }
  .header .nav .navbar .nav-menu li:last-child {
    margin: 0;
  }
  footer .footer-navbar .columns .column:last-child {
    width: 70%;
  }
  .container {
    max-width: 1140px;
  }
  .eternal-right-container {
    max-width: 1180px;
  }
  .blog-news-post .blog-news-post-content .share-info p {
    width: 100%;
  }
  .collaborations-section .collaborations-card {
    padding: 8% 50px;
  }
  .collaborations-section .collaborations-card h4 {
    margin: 0;
  }
  .collaborations-section .collaborations-card .collaborations .collaboration img {
    object-fit: contain;
    padding: 0 20px;
  }
  .featured-listings .card-grid {
    gap: 15px 10px;
  }
  .featured-listings .card-container {
    width: 49%;
    max-width: none;
  }
  .projects .card-grid {
    gap: 15px 10px;
  }
  .projects .card-grid .card-container {
    width: 32%;
    max-width: none;
  }
  body {
    font-size: 16px;
  }
  body.home section.hero-banner .owl-carousel .tab-content h5 {
    font-size: 35px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container {
    top: 75%;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
    -moz-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    -o-transform: translate(-50%, -75%);
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box select {
    width: 100%;
    max-width: 190px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box button {
    padding: 10px 15px;
  }
  body.home section.hero-banner .tab-menu {
    width: 70%;
  }
  body.home section.hero-banner .tab-menu .tab-link {
    padding: 14px 35px;
    width: 100%;
  }
  body.home section.services .columns .column .services-title {
    font-size: 28px;
    line-height: 35px;
  }
  body.home section.services .services-carousel .service {
    width: 100%;
  }
  body.home section.featured-listings .card-grid {
    gap: 15px 10px;
  }
  body.home section.featured-listings .card-grid .card-container {
    max-width: 353px;
  }
  body.home section.comments-section .eternal-right-container {
    overflow: hidden;
  }
  body.institutional-page section.mission-vision .mission-vision-content {
    width: 70%;
  }
  body.institutional-page section.statistics .statistic .counter {
    font-size: 75px;
  }
  body.institutional-page section.gallery .owl-nav .owl-prev {
    left: 32%;
    right: auto;
  }
  body.institutional-page section.gallery .owl-nav .owl-next {
    right: 7%;
  }
  body.blog-page section.all-blog-new-posts .search-filter-area {
    padding: 30px 10px;
  }
  body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button {
    justify-content: flex-start;
  }
  body.blog-detail section.detail-banner .hero-content .page-title {
    font-size: 35px;
    padding-right: 0px;
  }
  body.blog-detail section.detail-banner .hero-content .breadcrumb {
    width: 40%;
  }
  body.blog-detail section.detail-banner .hero-content .breadcrumb li a {
    font-size: 14px;
  }
  body.blog-detail section.detail-content .blog-detail-image {
    width: 665px;
    height: 465px;
    top: -35%;
  }
  body.blog-detail section.other-news-section {
    margin-bottom: 3%;
  }
  body.portfolio-page section.portfolio .featured-listings {
    margin: 0 0 0 25px;
  }
  body.our-services-page section.our-services-section .sub-menu .sub-menu-title {
    font-size: 18px;
  }
  body.sectors section.featured-listings .card-container {
    width: 100%;
    max-width: none;
  }
  body.sectors section.featured-listings .card-container .card-content {
    padding: 5%;
    font-size: 14px;
  }
  body.sectors section.featured-listings .card-container .card-content .price-review button {
    padding: 15px 55px;
  }
  body.portfolio-page section .container-fluid .column .featured-listings .card-grid .card-container {
    width: 48%;
  }
  body.portfolio-page section .container-fluid .column .featured-listings .card-grid .card-container .image-container {
    height: 170px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content {
    padding: 20px 20px 50px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad {
    padding: 20px 20px 50px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location {
    padding: 20px 20px 50px;
  }
  body.portfolio-detail-page section.featured-listings .card-container {
    width: 100%;
  }
  body.contact-page section.maps .address-box .container {
    max-width: 1478px;
    margin: 0;
  }
  body.contact-page section.maps .address-box .box {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }
  body.contact-page section.maps .address-box .box p {
    font-size: 14px;
    flex-wrap: wrap;
  }
  footer .social-icons::before {
    width: 63%;
  }
}
@media only screen and (max-width: 1024px) {
  .popup-container .popup-message {
    width: 30%;
    top: -145%;
  }
  .modal .modal-container {
    height: 80%;
  }
  .eternal-right-container {
    max-width: 980px;
  }
  .hero-section {
    height: 270px;
  }
  .collaborations-section .collaborations-card h4 {
    font-size: 30px;
  }
  .hero-section .hero-content .page-title {
    font-size: 35px;
  }
  .detail-banner .hero-content {
    width: 70%;
  }
  .featured-listings .card-container .card-content.container {
    padding: 0 15px;
  }
  .featured-listings .card-container .card-content .detail {
    flex-wrap: wrap;
  }
  .featured-listings .card-container .card-content .detail .square-meters,
  .featured-listings .card-container .card-content .detail .room,
  .featured-listings .card-container .card-content .detail .bath {
    margin: 10px 0;
  }
  .featured-listings .card-container .card-content .price-review {
    flex-wrap: wrap;
  }
  .featured-listings .card-container .card-content .price-review a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .featured-listings .card-container .card-content .price-review a button {
    width: 100%;
  }
  footer .footer-navbar .columns .column .footer-navbar-title {
    font-size: 18px;
  }
  footer .footer-navbar .columns .column .footer-nav .footer-nav-item {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  body.home section.hero-banner {
    height: 100vh;
    max-height: 500px;
  }
  body.home section.hero-banner .owl-carousel .tab-content {
    height: 100vh;
    max-height: 500px;
  }
  body.home section.featured-listings .card-grid .card-container {
    max-width: 48%;
    width: 50%;
  }
  body.home section.comments-section .comment-carousel .item {
    height: 370px;
  }
  body.home section.current-shares-section .eternal-right-container .current-shares-carousel .owl-stage{
    /* width: 30% !important;
    margin-right: 30px !important; */
    width: 100% !important;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.home section.current-shares-section .eternal-right-container .current-shares-carousel .owl-stage .owl-item {
    margin-right: 0 !important;
    width: 30% !important;
  }

  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs {
    width: 75%;
  }
  body.institutional-page section.statistics .statistic .counter {
    font-size: 55px;
    line-height: 85px;
  }
  body.institutional-page section.statistics .statistic p {
    font-size: 16px;
  }
  body.institutional-page section.gallery .owl-nav .owl-next {
    right: -5%;
  }
  body.our-team section.team .team-members .column {
    width: 33%;
  }
  body.our-team section.team .team-members .column .team-member .member-image {
    width: 100%;
  }
  body.blog-page section.all-blog-new-posts .search-filter-area .blog-filter .filter-button {
    text-align: justify;
  }
  body.blog-detail section.detail-content .columns .column:first-child {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.blog-detail section.detail-content .blog-detail-text {
    width: 80%;
  }
  body.blog-detail section.detail-content .blog-detail-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
  body.blog-detail section.detail-content .blog-detail-image img {
    border-radius: 10px;
  }
  body.portfolio-page section .container-fluid .column.map-section {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {

  .header .nav .navbar {
    padding: 2% 0;
  }
  .header .nav .navbar .columns .column.branding-column {
    width: 25%;
  }
  .header .nav .navbar .columns .column.nav-column {
    width: 75%;
  }
  .header .nav .navbar .nav-menu ul.menu {
    display: none;
  }
  .header .nav .navbar .nav-menu .mobile-menu-icon {
    display: block;
  }
    .header .mobile-menu-overlay {
      top: auto;
    }
    .header .mobile-menu-overlay .mobile-menu {
          top: 9%;
    }
  .eternal-right-container {
    max-width: 955px;
  }
  .featured-listings .columns .column:first-child {
    width: 85%;
  }
  .project-detail-images .images {
    gap: 10px;
  }
  .project-detail-images .images .fancybox {
    width: 32%;
    margin: 0;
  }
  body .right-modal {
    width: 50%;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box {
    padding: 35px 35px 50px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper i {
    right: 0em;
  }
  body.home section.hero-banner .tab-menu {
    width: 80%;
    top: 49%;
  }

  .eternal-right-container {
    max-width: 777px;
  }
  body.sectors section.sectors-text .text {
    width: 85%;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content .contact-buttons .button.red-border {
    padding: 0 10px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad .social-icons .icon {
    width: 45px;
    height: 45px;
  }
  body.contact-page section.maps .address-box {
    padding: 10px 0;
  }
  body.contact-page section.maps .address-box .container {
    flex-direction: column;
    align-items: flex-start;
  }
  body.contact-page section.maps .address-box .box {
    padding: 10px 20px;
  }
  body.contact-page section.maps .address-box .box.active {
    overflow: scroll;
  }
  body.contact-page section.maps .address-box .box h1 {
    margin: 0 0 20px;
  }
  body.contact-page section.maps .address-box .box p {
    flex-wrap: nowrap;
  }
  footer .footer-navbar .columns {
      flex-wrap: wrap;
  }
  footer .social-icons::before {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .eternal-right-container {
    max-width: 735px;
  }
  .hero-section .hero-content .page-title {
    font-size: 27px;
  }
  .featured-listings .columns .column .featured-listings-title {
    font-size: 28px;
  }
  .featured-listings .card-container .image-container {
    height: 220px;
  }
  .featured-listings .card-container .card-content .info .name-location {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .service-content .service-text {
    margin: 40px 0;
  }
  .service-content .service-text h2 {
    font-size: 28px;
  }
  .contact-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact-form form input,
  .contact-form form textarea {
    padding: 12px;
    font-size: 16px;
  }
  .contact-form form input::placeholder,
  .contact-form form textarea::placeholder {
    font-size: 16px;
  }
  .contact-form form .submit-form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact-form form button {
    padding: 15px 12%;
  }
  .projects .card-grid .card-container .card-content {
    padding: 0 15px;
  }
  .projects .card-grid .card-container .image-container {
    height: 220px;
  }
  .projects .card-grid .card-container .review {
    width: 100%;
  }
  .projects .card-grid .card-container .review button {
    width: 100%;
    padding: 15px 50px;
  }
  .project-detail .project-detail-title h3 {
    font-size: 30px;
  }
  .project-detail .project-detail-title .project-detail-desc {
    width: 90%;
    font-size: 16px;
    margin-top: 0;
  }
  .project-detail .project-detail-info .columns .info .info-title {
    font-size: 18px;
  }
  .project-detail .project-detail-info .columns .info .info-text {
    font-size: 14px;
  }
  .project-detail-images .images .fancybox {
    height: 200px;
  }
  .other-projects-section .eternal-right-container .card-container .image-container {
    height: 220px;
  }
  .other-projects-section .eternal-right-container .card-container .card-content {
    padding: 0 15px;
  }
  .other-projects-section .eternal-right-container .card-container .review {
    width: 100%;
  }
  .other-projects-section .eternal-right-container .card-container .review button {
    width: 100%;
    padding: 15px 50px;
  }
  .detail-banner .hero-content .columns .column-75 {
    height: 100%;
  }
  .detail-banner .hero-content .page-title {
    font-size: 35px;
  }
  .blog-news-post {
    min-height: 440px;
  }
  .blog-news-post .blog-news-post-image {
    height: 210px;
  }
  footer .social-icons::before {
    width: 50%;
  }
  footer .footer-navbar .columns {
    flex-wrap: wrap;
  }
  footer .footer-navbar .columns .column {
    width: 30%;
  }
  body.home section.hero-banner .tab-menu {
    width: 95%;
    top: 47%;
  }
  body.home section.hero-banner .tab-menu .tab-link {
    padding: 15px 20px;
  }
  body.home section.hero-banner .owl-carousel .tab-content h5 {
    font-size: 30px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box {
    padding: 35px 20px 50px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box button {
    padding: 10px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box button img {
    min-width: 20px;
    width: 100%;
  }
  
  body.home section.hero-banner .owl-carousel .tab-content .container {
    padding: 20px;
  }
  body.sectors section.sectors-text .text {
    width: 100%;
  }
  body.sectors section.sectors-text .text h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  body.sectors section.sectors-text .text p {
    font-size: 16px;
  }
  body.sectors section.sectors-text .contact-button {
    margin-top: 35px;
  }
  body.our-services-page section.our-services-section .columns .column-30 {
    width: 35%;
  }
  body.portfolio-page section.portfolio .columns {
    flex-direction: column;
  }
  body.portfolio-page section.portfolio .columns .column-30,
  body.portfolio-page section.portfolio .columns .column-70 {
    width: 100%;
  }
  body.portfolio-page section.portfolio .sidebar {
    padding: 10px 10px 20px 10px;
    height: 200px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.portfolio-page section.portfolio .sidebar .show-map-button {
    padding-bottom: 5%;
  }
  body.portfolio-page section.portfolio .sidebar .portfolio-filters {
    height: 55%;
    overflow: scroll;
  }
  body.portfolio-page section.portfolio .featured-listings {
    margin: 0;
  }
  body.portfolio-page section.portfolio .featured-listings .card-container .card-content .info .name-location {
    justify-content: space-between;
  }
  body.portfolio-page section.portfolio .container-fluid {
    width: 97%;
  }
  body.portfolio-page section.portfolio .container-fluid .columns {
    flex-direction: column-reverse;
  }
  body.portfolio-page section.portfolio .container-fluid .columns .column {
    width: 100%;
  }
  body.portfolio-page section.portfolio .container-fluid .columns .column#map-section {
    height: 500px;
    margin-bottom: 15px;
    padding: 0;
  }

  body.portfolio-page section.portfolio .container-fluid .columns .column .featured-listings .card-grid .card-container {
    width: 49%;
  }
  body.portfolio-page section.portfolio .container-fluid .column.map-section #map {
    height: 100%;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-date {
    padding: 15px 10px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content {
    padding: 20px 10px 50px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .consultant-informations .consultant-content p {
    text-align: center;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .share-ad {
    padding: 20px 10px 50px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location {
    padding: 20px 10px 50px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-informations .ad-location .location .show-location a {
    flex-direction: column;
  }
  body.portfolio-detail-page section.portfolio-detail .columns .column-75 .columns {
    flex-direction: column;
  }
  body.portfolio-detail-page section.portfolio-detail .columns .column-75 .columns .column {
    width: 100%;
  }
  body.institutional-page section.who-we-are {
    margin: 45px 0;
  }
  body.institutional-page section.who-we-are .columns .column h2 {
    font-size: 25px;
  }
  body.institutional-page section.who-we-are .columns .column p {
    font-size: 16px;
  }
  body.institutional-page section.mission-vision .container {
    padding: 0;
  }
  body.institutional-page section.mission-vision .mission-vision-bg {
    height: 100%;
  }
  body.institutional-page section.mission-vision .mission-vision-bg img {
    min-height: 600px;
  }
  body.institutional-page section.mission-vision .mission-vision-content {
    width: 80%;
    height: 100%;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs {
    width: 100%;
  }
  body.institutional-page section.gallery {
    margin: 50px 0 20px;
  }
  body.institutional-page section.gallery .owl-nav .owl-next {
    right: -25%;
  }
  body.blog-page section.all-blog-new-posts .columns {
    flex-direction: column-reverse;
  }
  body.blog-page section.all-blog-new-posts .column-75,
  body.blog-page section.all-blog-new-posts .column-25 {
    width: 100%;
  }
  body.blog-page section.all-blog-new-posts .column-75::after,
  body.blog-page section.all-blog-new-posts .column-25::after {
    display: none;
  }
  body.blog-page section.all-blog-new-posts .column-75 .posts .columns,
  body.blog-page section.all-blog-new-posts .column-25 .posts .columns {
    flex-direction: row;
    gap: 10px;
  }
  body.blog-page section.all-blog-new-posts .column-75 .posts .columns .column,
  body.blog-page section.all-blog-new-posts .column-25 .posts .columns .column {
    padding: 0;
    width: 49%;
  }
  body.blog-page section.all-blog-new-posts .column-25 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
  }
  body.blog-page section.all-blog-new-posts .search-filter-area {
    width: 50%;
  }
  body.blog-detail section.detail-banner .hero-content {
    width: 80%;
  }
  body.blog-detail section.detail-content .blog-detail-text .text p:first-child {
    margin-top: 0;
  }
  body.our-team section.team .team-members {
    gap: 5px;
  }
  body.our-team section.team .team-members .column {
    width: 32%;
  }
  body.our-team section.team .team-members .column .team-member {
    height: 300px;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  body.our-team section.team .team-members .column .team-member .member-image {
    height: 220px;
  }
  body.contact-page section.maps .address-box .box {
    width: 305px;
  }
  body.contact-page section.contact-detail .form-image {
    height: 520px;
  }
  body.contact-page section.contact-detail .contact-form {
    margin-left: 30px;
  }
  body.contact-page section.contact-detail .columns .column:first-child {
    width: 40%;
  }
  body.contact-page section.contact-detail .columns .column:last-child {
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  /* .header .mobile-menu-overlay {
    top: 11%;
  } */
  .header .mobile-menu-overlay .mobile-menu {
    top: 11%;
    width: 60%;
  }
  .header .nav .navbar {
    padding: 3% 0;
  }
  .header .nav .navbar .columns .column.branding-column {
    width: 33%;
  }
  .header .nav .navbar .columns .column.branding-column .branding .white-logo img{
    height: 55px !important;
  }
  .featured-listings h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .eternal-right-container {
    max-width: 500px;
  }
  .hero-section .hero-content .page-title {
    line-height: 35px;
  }
  .detail-banner .hero-content {
    width: 90%;
  }
  .detail-banner .hero-content .page-title {
    font-size: 30px;
    line-height: 45px;
  }
  .detail-banner .hero-content .breadcrumb {
    width: 45%;
  }
  .collaborations-section .collaborations-card {
    padding: 8% 10px;
  }
  .collaborations-section .collaborations-card h4 {
    font-size: 20px;
  }
  .collaborations-section .collaborations-card .collaborations .collaboration img {
    padding: 0 5px;
  }
  .popup-container .popup-message {
    width: 45%;
    right: 45%;
    top: -140%;
    min-width: 365px;
  }
  .modal .modal-container {
    height: 90%;
  }
  .modal .modal-container .columns .column.heading-column .modal-heading {
    width: 100%;
  }
  .modal .modal-container .columns .column.heading-column .modal-heading h1 {
    font-size: 25px;
  }
  .modal .modal-container .columns .column.heading-column .phone-numbers {
    flex-direction: column;
  }
  .modal .modal-container .columns .column.heading-column .phone-numbers .phone {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .modal .modal-container .columns .column.form-column .contact-forms {
    width: 100%;
    justify-content: center;
  }
  .contact-form {
    margin: 20px 0 0;
  }
  .contact-form h2 {
    font-size: 25px;
  }
  #face-to-face-form input,
  #face-to-face-form textarea,
  #face-to-face-form select,
  #contact-form input,
  #contact-form textarea,
  #contact-form select,
  #online-form input,
  #online-form textarea,
  #online-form select {
    padding: 10px;
    font-size: 14px;
  }
  #face-to-face-form input::placeholder,
  #face-to-face-form textarea::placeholder,
  #face-to-face-form select::placeholder,
  #contact-form input::placeholder,
  #contact-form textarea::placeholder,
  #contact-form select::placeholder,
  #online-form input::placeholder,
  #online-form textarea::placeholder,
  #online-form select::placeholder {
    font-size: 14px;
  }
  #face-to-face-form .submit-form,
  #contact-form .submit-form,
  #online-form .submit-form {
    margin: 0px 0 5px;
  }
  .featured-listings .columns .column .featured-listings-title {
    font-size: 20px;
  }
  .featured-listings .columns .column #featured-listings-nav button i {
    font-size: 20px;
  }
  .featured-listings .card-container .image-container {
    height: 175px;
  }
  .featured-listings .card-container .card-content .info .name-location {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-content .service-img {
    height: 200px;
  }
  .service-content .service-text {
    margin: 25px 0;
  }
  .service-content .service-text h2 {
    font-size: 20px;
  }
  .projects .card-grid .card-container {
    width: 48%;
  }
  .project-detail .project-detail-info .columns .column .info .info-title {
    font-size: 16px;
  }
  .project-detail .project-detail-info .columns .column .info .info-text {
    font-size: 14px;
  }
  .project-detail-images {
    margin: 40px 0 20px;
  }
  .project-detail-images .images .fancybox {
    height: 155px;
  }
  .other-projects-section {
    padding: 0px 0 5%;
  }
  .other-projects-section .columns .column .other-projects-title {
    font-size: 20px;
    line-height: 25px;
  }
  .other-projects-section .columns .column #other-projects-nav button i {
    font-size: 20px;
  }
  .other-news-section .columns .column .other-news-title {
    font-size: 26px;
    line-height: 15px;
  }
  .other-news-section .columns .column #other-news-nav button i {
    font-size: 20px;
  }
  footer .social-icons .icon {
    width: 35px;
    height: 35px;
    margin: 7px;
  }
  footer .footer-navbar .columns {
    gap: 5px;
  }
  footer .footer-navbar .columns .column {
    width: 29%;
  }
  footer .footer-navbar .columns .column .footer-nav .footer-nav-item {
    font-size: 14px;
    line-height: 33px;
  }
  footer .footer-navbar .columns .column .footer-navbar-title {
    font-size: 16px;
  }
  footer .copyright p {
    margin: 0;
  }
  footer .copyright a {
    width: 20%;
  }
  body.home section.hero-banner .tab-menu {
    top: 48%;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container {
    padding: 10px;
  }
  body.home section.services .columns .column:first-child {
    width: 80%;
  }
  body.home section.services .columns .column .services-title {
    font-size: 18px;
    line-height: 25px;
  }
  body.home section.services .services-carousel .service {
    height: 185px;
    margin: 20px 0px;
  }
  body.home section.services .services-carousel .service .service-icon {
    width: 55px;
    height: 55px;
  }
  body.home section.services .services-carousel .service .service-name {
    margin: 18px 0;
    font-size: 16px;
  }
  body.home section.comments-section .comment-carousel .item {
    width: 85%;
  }
  body.home section.current-shares-section .columns .column .current-shares-title {
    font-size: 24px;
    line-height: 0px;
  }
  body.home section.current-shares-section .columns .column #current-shares-nav button i {
    font-size: 20px;
  }
  body.sectors section.sectors-text .text h2 {
    font-size: 25px;
  }
  body.sectors section.sectors-text .text p {
    font-size: 14px;
  }
  body.sectors section.sectors-text .contact-button {
    margin-top: 15px;
  }
  body.our-services-page section.our-services-section {
    margin: 30px 0 7%;
  }
  body.our-services-page section.our-services-section .sidebar {
    padding: 15px;
  }
  body.our-services-page section.our-services-section .columns .column-30 {
    width: 45%;
  }
  body.our-services-page section.our-services-section .sub-menu .sub-menu-title {
    margin: 0;
  }
  body.institutional-page section.who-we-are {
    margin: 45px 0 0;
  }
  body.institutional-page section.who-we-are .columns {
    flex-direction: column;
    justify-content: center;
  }
  body.institutional-page section.who-we-are .columns .column {
    width: 100%;
  }
  body.institutional-page section.mission-vision {
    padding: 50px 30px;
  }
  body.institutional-page section.mission-vision .mission-vision-bg {
    height: 100%;
  }
  body.institutional-page section.mission-vision .mission-vision-content {
    width: 90%;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .mission-vision-tab {
    font-size: 20px;
  }
  body.institutional-page section.mission-vision .mission-vision-content .tab-content .content p {
    font-size: 14px;
  }
  body.institutional-page section.statistics {
    margin: 0px 0 50px;
  }
  body.institutional-page section.statistics .statistic .counter {
    font-size: 45px;
  }
  body.institutional-page section.gallery h5 {
    font-size: 35px;
    line-height: 0px;
  }
  body.institutional-page section.gallery .gallery-carousel .item {
    height: 300px;
    margin: 0;
  }
  body.institutional-page section.gallery .owl-nav {
    width: 70%;
  }
  body.our-team section.team .team-members .column {
    width: 32%;
  }
  body.our-team section.team .team-members .column .team-member {
    height: 250px;
  }
  body.our-team section.team .team-members .column .team-member .member-image {
    height: 170px;
  }
  body.blog-detail section.detail-banner .hero-content {
    width: 90%;
  }
  body.blog-detail section.detail-banner .hero-content .page-title {
    font-size: 30px;
    line-height: 45px;
  }
  body.blog-detail section.detail-banner .hero-content .breadcrumb {
    width: 45%;
  }
  body.blog-detail section.detail-content {
    padding: 40px 0 0px;
  }
  body.blog-detail section.detail-content .columns {
    flex-direction: column-reverse;
  }
  body.blog-detail section.detail-content .columns .column {
    width: 100%;
  }
  body.blog-detail section.detail-content .columns .column:first-child {
    width: 100%;
    padding-left: 50px;
  }
  body.blog-detail section.detail-content .blog-detail-text {
    width: 100%;
    margin-top: 25px;
  }
  .blog-news-post .blog-news-post-content .read-more-button span {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 500px) {
  /* .header .mobile-menu-overlay {
    top: 5.6%;
  } */
  .header .mobile-menu-overlay .mobile-menu {
    top: 8%;
    width: 70%;
  }
            /* .header .nav .navbar .columns .column.branding-column {
              width: 60%;
            } */
  .featured-listings .card-container .card-content p {
    font-size: 12px;
  }
  .featured-listings .card-container .card-content .price-review button {
    padding: 15px;
  }
  .eternal-right-container {
    max-width: 400px;
  }
  .collaborations-section .collaborations-card .collaborations {
    flex-wrap: wrap;
  }
  .collaborations-section .collaborations-card .collaborations .collaboration {
    width: 50%;
    justify-content: flex-start;
  }
  .collaborations-section .collaborations-card .collaborations .collaboration::after {
    display: none;
  }
  .collaborations-section .collaborations-card .collaborations .collaboration img {
    max-width: 200px;
    width: 100%;
  }
  .modal .modal-container {
    height: 55%;
  }
  #contact-form button,
  #face-to-face-form button,
  #online-form button {
    width: 50%;
  }
  .projects .card-grid .card-container .image-container {
    height: 135px;
  }
  .projects .card-grid .card-container .review button {
    padding: 15px;
  }
  .project-detail-images .images .fancybox {
    width: 48%;
  }
  .featured-listings .card-container {
    width: 100%;
  }
  .other-news-section .columns .column .other-news-title {
    line-height: 30px;
  }
  .blog-news-post .blog-news-post-image {
    height: 165px;
  }
  footer .social-icons::before {
    width: 30%;
  }
  footer .footer-navbar .columns .column {
    width: 32%;
  }
  footer .footer-navbar .columns .column .footer-nav .footer-contact-item,
  footer .footer-navbar .columns .column .footer-nav a {
    flex-wrap: wrap;
  }
  footer .footer-navbar .columns .column:last-child {
    width: 65%;
  }
  body .right-modal {
    width: 75%;
  }
  body.home section.hero-banner .owl-carousel .tab-content h5 {
    width: 80%;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box {
    padding: 15px 10px 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box .select-wrapper {
    max-width: 170px;
  }
  body.home section.hero-banner .owl-carousel .tab-content .container .search-box select {
    width: 100%;
  }
  body.home section.hero-banner .tab-menu .tab-link {
    padding: 15px 5px;
    font-size: 13px;
  }
  body.home section.featured-listings .card-grid .card-container {
    max-width: 100%;
    width: 100%;
  }
  body.home section.comments-section .comment-carousel .item {
    width: 74%;
  }
  body.home section.current-shares-section .columns .column .current-shares-title {
    line-height: 30px;
  }
  .blog-news-post .blog-news-post-content .share-info h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-news-post .blog-news-post-content .read-more-button span {
    padding: 12px 11px;
  }
  body.our-services-page section.our-services-section .columns {
    flex-direction: column;
  }
  body.our-services-page section.our-services-section .columns .column-30 {
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
  }
  body.our-services-page section.our-services-section .columns .column-70 {
    width: 100%;
  }
  body.our-services-page section.our-services-section .sidebar {
    height: 100%;
    overflow: scroll;
    margin: 0;
  }
  body.ongoing-projects-detail section.project-detail .project-detail-info .columns {
    flex-wrap: wrap;
  }
  body.ongoing-projects-detail section.project-detail .project-detail-info .columns .column {
    margin-bottom: 10px;
  }
  body.ongoing-projects-detail section.project-detail .project-detail-info .columns .column::after {
    display: none;
  }
  body.portfolio-page section.portfolio .container-fluid {
    padding-right: 30px;
    width: 100%;
  }
  body.portfolio-page section.portfolio .container-fluid .columns .column .featured-listings .card-grid .card-container {
    width: 100%;
  }
  body.portfolio-detail-page section.detail-banner .columns {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }
  body.portfolio-detail-page section.detail-banner .columns .column-75 {
    width: 100%;
    height: 100%;
  }
  body.portfolio-detail-page section.detail-banner .columns .column-25 {
    width: 100%;
  }
  body.portfolio-detail-page section.detail-banner .porfolio-price {
    justify-content: flex-end;
  }
  body.portfolio-detail-page section.detail-banner .hero-content .page-title {
    font-size: 20px;
  }
  body.portfolio-detail-page section.portfolio-detail .columns {
    flex-direction: column;
  }
  body.portfolio-detail-page section.portfolio-detail .columns .column-25,
  body.portfolio-detail-page section.portfolio-detail .columns .column-75 {
    width: 100%;
    padding: 0;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-images #ad-images-carousel {
    height: 325px;
  }
  body.portfolio-detail-page section.portfolio-detail .detailed-infos {
    margin: 0;
    padding: 30px 10px;
  }
  body.portfolio-detail-page section.portfolio-detail .ad-description {
    padding: 30px 10px;
  }
  body.institutional-page section.who-we-are {
    margin: 0;
  }
  body.institutional-page section.mission-vision .mission-vision-bg {
    height: 100%;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs {
    width: 100%;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .mission-vision-tab {
    font-size: 16px;
    margin: 0;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .change-line-position .line {
    width: 85px;
  }
  body.institutional-page section.mission-vision .mission-vision-content .mission-vision-tabs .change-line-position .line .indicator {
    width: 40px;
  }
  body.institutional-page section.mission-vision .mission-vision-content .tab-content .content p {
    font-size: 12px;
  }
  body.institutional-page section.statistics {
    margin: 0px 0 50px;
  }
  body.institutional-page section.statistics .columns {
    flex-wrap: wrap;
  }
  body.blog-page section.all-blog-new-posts {
    margin: 35px 0;
  }
  body.blog-page section.all-blog-new-posts .search-filter-area {
    width: 100%;
    margin: 0;
  }
  body.blog-page section.all-blog-new-posts .column-75 .posts .columns .column {
    width: 100%;
  }
  body.contact-page section.maps {
    height: 100%;
  }
  body.contact-page section.maps #contact-map {
    height: 500px;
  }
  body.contact-page section.maps .address-box {
    position: relative;
    height: 700px;
  }
  body.contact-page section.maps .address-box .box {
    width: 100%;
    padding: 20px;
  }
  body.contact-page section.contact-detail .columns .column:first-child {
    display: none;
  }
  body.contact-page section.contact-detail .columns .column:last-child {
    width: 100%;
  }
  body.contact-page section.contact-detail .contact-form {
    margin-left: 0;
  }
  footer .copyright {
    flex-wrap: wrap;
    padding: 30px 30px 30px 0;
  }
}

.pagination {
  display: flex;
  padding: 1rem 0;
  list-style: none;
}

.page-item {
  margin: 0 0.25rem;
}

.page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #007bff;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #007bff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.page-link:hover {
  background-color: #007bff;
  color: #fff;
}

.page-item.disabled .page-link {
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
  background-color: #e9ecef;
}

.page-item.active .page-link {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/*# sourceMappingURL=style.css.map */
