body {
    font-family: 'Proxima Nova' !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-feature-settings: 'liga' off;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    text-decoration: none !important;
}

.h-font {
    font-family: 'Behind The Nineties';
}

a.brandlogo {
    width: 140px;
    display: block;
}


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 20px;

}


.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    transition-property: opacity;
    transition-timing-function: linear;
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    flex-direction: column;
}

.banner-content h1 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 600;
}

.banner-text {
    display: flex;
    color: white;
    gap: 6px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

header {
    position: absolute;
    z-index: 9;
    background: white;
    padding: 14px 5vw;
    left: 0;
    top: 0;
    right: 0;
    transition: 0.5s all;

}

header.active {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 18px #00000026;
    background-color: white;
}

header .menu {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

header .menu li a {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: 0.5s all;
    letter-spacing: 1px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

header .menu li a:hover {
    background-color: #005245;
    color: white;
}


header .menu .text-wrapper {
    display: inline-block;
    position: relative;
    height: 26px;
    /* height of one text line */
    overflow: hidden;
}

header .menu .text {
    display: block;
    letter-spacing: 1px;
}

.brand-value {
    padding: 120px 5vw 0 5vw;
    background-color: #f6f6f6;
}

.brand-example {
    border: 1px solid #00000087;
    display: inline-flex;
    border-radius: 22px;
    padding: 3px 18px;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    color: black;
}

.brand-example span {
    width: 12px;
    height: 12px;
    background: #005245;
    border-radius: 100%;
    flex: 0 0 12px;
}

.brand-value h2 {
    font-size: 64px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
    word-spacing: 4px;
    margin-bottom: 34px;
}

.brand-value p {
    font-size: 20px;
    max-width: 680px;
}

.value-vision {
    padding: 80px 5vw 120px 5vw;
    background: #f6f6f6;
}

.value-vision .card {
    background-color: white;
    border-radius: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 43px 25px;
    display: flex;
    border: 0;
    transition: 0.5s all;
    flex-direction: column;
    gap: 40px;
}

.value-vision .card .icon-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.value-vision .card .icon-text .icon figure {
    margin: 0;
}

.value-vision .card .icon-text .icon figure img {
    height: 50px;
}

.value-vision .card .icon-text .htext {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.value-vision .card .icon-text .icon {
    flex: 0 0 50px;
    display: inline-flex;
}

.value-vision .card:hover {
    transform: translateY(-10px);
}

.c-text {
    border-top: 1px solid #00000026;
    padding-top: 32px;
    font-size: 16px;
    line-height: 1.5;
}

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

.content_bg.gradient.reverse:after {
    background: linear-gradient(0deg, rgba(23, 30, 34, .9) 0, rgba(23, 30, 34, .75) 39.79%, rgba(23, 30, 34, 0) 100%)
}

.content_bg.gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 30, 34, 0) 0, rgba(23, 30, 34, .75) 60.21%, rgba(23, 30, 34, .9) 100%)
}

.content_bg.parallax_bg img {
    position: absolute;
    top: 0;
    height: 100%;
}

.content_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.brand-value-two .container-fluid {
    position: relative;
    z-index: 1;
}

.brand-value-two {
    padding: 90px 5vw;
}

.brand-value-two h1 {
    color: white;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 400;
    margin-bottom: 34px;
}

.brand-value-two p {
    font-size: 20px;
    color: white;
    max-width: 680px;
}

.brand-value-two .row:nth-child(2) {
    margin-top: 60px;
}

.value-vision-area {
    display: flex;
    flex-direction: row;
    gap: 54px;
}

.value-vision-area .card {
    border-radius: 0;
    background: #f6f6f1;
    padding: 40px 20px;
    transition: 0.5s all;
    border-radius: 12px;
}

.value-vision-area .card .icon figure img {
    height: 50px;
}

.value-vision-area .card .htext {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.value-vision-area .card p {
    color: black;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 21px;
    margin-bottom: 0;
}

.value-vision-area .card:hover {
    transform: translateY(-10px);
}

.get-in-touch {
    background: #f6f6f6;
    padding: 90px 5vw;
}

.getin-touch-card {
    background-image: url(../images/getintouch.png);
    padding-top: 70px;
    padding-left: 60px;
    padding-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    background-position: 30% 0%;
    height: 100%;
}

.getin-touch-card h2 {
    border: 1px solid #00000087;
    display: inline-flex;
    border-radius: 20px;
    padding: 5px 18px;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
}


.getin-touch-card p {
    max-width: 400px;
    font-size: 70px;
    line-height: 67px;
    color: #000;
    font-weight: 600;
}

.form-card {
    background: #005245;
    padding: 70px 50px 70px;
    border-radius: 20px;
}

.form-card h2 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: 2px;
}

.form-card .form-control {
    border: 1px solid #f6f6f633;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 28px;
    background-color: transparent;
    color: white !important;
}

.form-card .form-control:focus {
    background-color: transparent;
    box-shadow: unset;
}

.form-card .form-control::placeholder {
    color: white;
    opacity: 0.6;
}

.form-card form .row {
    row-gap: 40px;
}

.form-card form button {
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
}

.form-card form button span img {
    height: 14px;
}

.form-card form button span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: black;
    border-radius: 8px;
}

.form-card form button img {
    filter: brightness(0.5) invert(1);
}

.form-card form button img {
    transition: 0.5s all;
}

.form-card form button:hover img {
    transform: scale(0.8)
}

.getin-touch-card h2 span {
    width: 12px;
    height: 12px;
    background: #005245;
    border-radius: 100%;
    flex: 0 0 12px;
}

.grid-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.getin-touch-card {
    position: relative;
}

.foter-column {
    padding: 90px 48px 60px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #2d3336;
    width: 24%;
}

.foter-column:first-child {
    width: 28%;

}

footer {
    background-color: #1b1b1b;
}

.title {
    display: inline-block;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 17px;
    transition: all .3s;
    margin-bottom: 16px;
}

footer p {
    color: white;
    margin-bottom: 6px;
}

ul.footer-menu {
    padding: 0;
    margin: 0;
    color: white;
    list-style: none;
}

ul.footer-menu li a {
    color: white;
}

ul.footer-menu li a:hover {
    opacity: 0.6;
}

.foter-column:last-child {
    border: 0;
}

ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

ul.social li a {
    display: inline-flex;
    background: #44494c;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: white;
}

ul.social li a:hover {
    background: #015245;
}

.footer-bottom p,
.footer-bottom a {
    margin: 0;
    color: white;
}

.footer-bottom {
    background: black;
    padding: 7px 50px;
}

.footer-bottom p {
    font-size: 14px;
}

.footer-bottom .row .col-md-4:nth-child(2) {
    text-align: center;
}

ul.social li a i {
    font-size: 12px;
}

.relems {
    position: relative;
    padding: 120px 5vw;
    background-image: url(../images/relmsbg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.relems .row:first-child {
    margin-bottom: 90px;
}

.relems::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
}

.relems .container-fluid {
    position: relative;
    z-index: 1;
}

.relems h2 {
    color: white;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.relems p {
    color: white;
    font-size: 20px;
    max-width: 570px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.relems h2 {
    color: white;
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.relems p {
    color: white;
    font-size: 20px;
    max-width: 570px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.b-card {
    background: #ffffff3d;
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 40px 16px;
    border-radius: 8px;
    min-height: 230px;

}

.b-card h3 {
    font-size: 22px;
    letter-spacing: 4px;
    font-family: 'Behind The Nineties';
    margin-bottom: 32px;
    color: white
}

.b-card p {
    font-size: 18px;
    margin-bottom: 0;
}



.timelinenew {
    padding: 90px 0;
    background: white;
    color: white
}

.timelinenew ul {
    gap: 6.9444444444vw;
    max-width: 62.5vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.timelinenew ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6vw;
}

.timelinenew .myslider {
    margin-top: 60px;

}


.left-div {
    width: 20vw;
}

.right-div {
    width: 30vw;
}

.block-title h2 {
    position: sticky;
    top: 190px;
    font-size: 54px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: black;
}

.left-div .line {
    width: 100%;
    height: 1px;
    background: #818080;
}

.year {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 80px;
    font-family: 'Behind The Nineties';
    letter-spacing: 4px;
}

.left-div p {
    color: white;
    font-size: 20px;
    line-height: 1.4;
}

.block-title {
    padding-right: 60px;
}

.right-div figure {
    margin: 0;
    width: 100%;

    background: white;
    display: block;
}

.partners {
    padding: 90px 5vw;
    background-color: #f6f6f6;
}

.partners h2 {
    font-size: 54px;
    letter-spacing: 4px;
    margin-bottom: 64px;
    color: black;
}

.spotlight {
    background: #1b1b1b;
    padding: 90px 5vw 150px 5vw;
    position: relative;
}

.spotlight .card {
    padding: 16px;
    margin: 0 20px;
    border-radius: 12px;

}

.spotlight .card figure {
    border-radius: 12px;
    overflow: hidden;
}

.spotlight h2 {
    text-transform: uppercase;
    font-size: 54px;
    color: white;
    margin-bottom: 90px;
}

.spotlight .card h3 {
    font-size: 24px;
    line-height: 1.4;
}

.news-slider-btn button {
    width: 50px;
    height: 50px;
    border: 0;
    background: black;
    border-radius: 100%;
    color: white;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.news-slider-btn .news-prev {
    position: absolute;
    left: 1vw;
    bottom: 20vw;
}

.news-slider-btn .news-next {
    position: absolute;
    right: 1vw;
    bottom: 20vw;
}

.currentDate {
    background: black;
    color: white;
    display: inline-block;
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

button.menu-hambruger {
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

button.menu-hambruger span {
    width: 31px;
    height: 1px;
    background: white;
    display: inline-block;
}


/* Menu css */

.menu-icon {

    position: relative;
    z-index: 2;
    cursor: pointer;
}

.menu-icon__line {
    height: 1px;
    width: 30px;
    display: block;
    background-color: black;
    margin-bottom: 7px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
    width: 30px;
}

.menu-icon__line-right {
    width: 30px;
    float: right;
}

.nav {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;

}

.nav:before,
.nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
    color: white;
}

.nav:after {
    background: black;
    transition-delay: 0s;
}

.nav:before {
    transition-delay: 0.1s;
}

.nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
    visibility: hidden;
    transition: 0.5s all;

}

.nav__list-item {
    position: relative;
    display: inline-block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    color: white;
}

.nav__list-item:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 20px;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav__list-item:hover:before {
    width: 100%;
}

body.nav-active .menu-icon__line {
    background-color: white;
    transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    transform: translateY(8px) rotate(45deg);
    width: 30px;
    background: white;
}

body.nav-active .menu-icon__line-right {
    transform: translateX(-1px) rotate(45deg);
    width: 17px;
    display: none;
}

body.nav-active .nav {
    visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
    transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
    transition-delay: 0.1s;
}

body.nav-active .nav:before {
    transition-delay: 0s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.5s ease, transform 0.3s ease, color 0.5s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.6s;
}

.nav-active .nav__content {
    visibility: visible;
}

ul.nav__list {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
}

.nav__list-item a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 3vw;
    transition: 0.5s all;
}

.nav__list-item a:hover {
    color: white;
    opacity: 0.7;
}

/* End Menu Styling */

.Real-Estate-Realms {
    padding: 120px 5vw;
    background: #1b1b1b;
}

.Real-Estate-Realms h2 {
    color: white;
    font-size: 54px;
    letter-spacing: 4px;
    margin-bottom: 23px;
}

.Real-Estate-Realms p {
    color: white;
    font-size: 14px;
    max-width: 610px;
    line-height: 1.4;
}

.Real-Estate-Realms h5 {
    color: white;
}

.Real-Estate-Realms .icon i {
    color: white;
}


.Real-Estate-Realms .col-md-12 .row:first-child {
    margin-top: 150px;

}

.Real-Estate-Realms .col-md-12 .row {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #818080;
}

.Real-Estate-Realms h6 {
    text-transform: uppercase;
    color: white;
    font-size: 34px;
    font-family: 'Behind The Nineties';
    padding-right: 40px;
    letter-spacing: 4px;
}

.realms-content {
    color: white;
    font-size: 20px;
    padding-left: 40px;
    line-height: 1.6;
}

.Real-Estate-Realms .col-md-12 .row figure {
    margin-bottom: 0;
}

.RealEstateRealms {
    padding: 120px 0vw 120px 0vw;
    background: #1b1b1b;
}


.RealEstateRealms h1 {
    color: white;
    font-size: 54px;
    letter-spacing: 4px;
    margin-bottom: 23px;

}

.RealEstateRealms p {
    color: white;
    font-size: 22px;
    max-width: 610px;
    line-height: 1.4;
}

.v-card {
    /* background: white; */
    /* padding: 30px 16px; */
    /* border-radius: 4px; */
    /* outline: 1px solid #818080; */
    /* outline-offset: 2px; */
    position: relative;
}

.RealEstateRealms .row+.row {
    margin-top: 90px;
}

.v-card h2 {
    position: absolute;
    left: 20px;
    top: 30px;
}

.v-card:hover figure img {
    transform: scale(1.2);

}

.v-card figure img {
    height: 480px;
    object-fit: cover;
    transition: 1s all;
    width: 100%;
}

.v-card a:hover {
    color: white;
    right: 20px
}

.v-card a {

    position: absolute;
    right: 40px;
    bottom: 20px;
    display: inline-flex;
    gap: 13px;
    color: white;
    text-transform: uppercase;
    transition: 0.5s all;
    z-index: 2;
}

.v-card a img {
    width: 50px;
    flex: 0 0 50px;
}

.v-card h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Behind The Nineties';
    margin-bottom: 0px;
    font-size: 28px;

    letter-spacing: 2px;
    text-shadow: 0 0 19px #000;

    z-index: 3;

}

.v-card p {
    color: black;
    font-size: 16px;
    margin-bottom: 20px;
}

.v-card figure {
    margin-bottom: 0;
    /* border-radius: 4px; */
    overflow: hidden;
}

/* .RealEstateRealms .row .col-md-3:nth-child(even) {
    margin-top: 120px;
} */

.title-wraper {
    height: 550px;
    background-image: url(../images/servicetitle2.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
}

.title-wraper::before {
    /* content: " "; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.title-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    padding: 17px 50px;
    font-size: 22px;
    text-transform: uppercase;
    background: #005253;
    border-top-right-radius: 30px;
    letter-spacing: 4px;
}

.title-text::before {
    content: " ";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    bottom: 100%;
    background: radial-gradient(circle farthest-side at 100% 0%, #0000 100%, #015252);
}

.title-text::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle farthest-side at 100% 0%, #0000 100%, #015252);
    width: 20px;
    height: 22px;
    position: absolute;
    bottom: 0;
    right: -20px;
}

.fade-in-bottom {
    opacity: 0;
    transform: translateY(50px);
    /* start 30px below */
}

.grow-on-scroll img {
    width: 0;
    height: 100%;

}

.about-block {
    background: #1b1b1b;
    padding: 120px 5vw;
    color: white;
}

.about-block h1 {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 110px;
}

.about-block figure img {
    height: 500px;
    object-fit: cover;
    object-position: right;
}

.about-block p {
    font-size: 20px;
    line-height: 1.4;

}

.about-block p strong {
    letter-spacing: 1px;
}

.about-block .col-md-5 {
    padding-left: 114px;
}

.about-block a {
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
    width: 220px;
    text-transform: uppercase;
    margin-top: 40px;
    color: black;
    padding-right: 10px;
}

.about-block a:hover {
    background: gainsboro;
    color: black;
}


.about-block a span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: black;
    border-radius: 8px;
}

.about-block a img {
    filter: brightness(0.5) invert(1);
    height: 14px;
}

.about-block a img {
    transition: 0.5s all;
}

.about-block a :hover img {
    transform: scale(0.8)
}

.mission-mg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mission.positon-relative {
    position: relative;
}

.mission-mg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-content {
    min-height: 600px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5vw;
    padding-bottom: 10vw;
    color: white;
}

.mission h2 {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mission p {
    max-width: 370px;
    font-size: 18px;
}

.mission::before {
    /* content: " "; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 30, 34, .9) 0, rgba(23, 30, 34, .75) 39.79%, rgba(23, 30, 34, 0) 100%);
    z-index: 1;
}

.mission-content h2 {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.mission-content p {
    max-width: 400px;
    font-size: 20px;
    line-height: 1.5;
}

.vision {

    z-index: 4;
    overflow: hidden;

}

.vline {
    width: 1px;
    height: 100%;
    background: black;
    display: table;
    margin: auto;
}

.vision .mission-content {
    padding-bottom: 4vw;
}

.partners-block {
    background: #1b1b1b;
    border-radius: 20px;
    padding: 100px 40px 100px 40px;
}

.trust-partners {
    padding: 90px 0;
}

.partners-block h2 {
    color: white;
    font-size: 18px;
    margin-bottom: 52px;
    text-transform: uppercase;
}

.partners-block p {
    color: white;
}

.partners-block img {
    filter: brightness(0) invert(1);
}

.contact-titlewraper {
    background-image: url(../images/contactbg.jpg);
}

.contact-form {
    padding: 120px 0;
    background: #f6f6f6;
}

.contact-form h3 {
    font-size: 54px;
    font-weight: 500;
    color: black;
    margin-bottom: 22px;
}

.contact-form p {
    font-size: 20px;
    color: #5f6e7a;
}

.contact-form form .form-control {
    padding: 14px 20px 14px 25px;
    background: #eaebea;
    border: 0;
    height: 70px;
}



.contact-form form label {
    margin-bottom: 12px;
    font-size: 18px;
}

.contact-form form {
    margin-top: 44px;
}

.contact-form form .row {
    row-gap: 34px;
}

.contact-form form textarea.form-control {
    padding: 14px 20px 14px 25px;
    background: #eaebea;
    border: 0;
    height: 120px;
}

.contact-form figure {
    display: table;
    margin-left: auto;
    margin-top: 210px;
    border-radius:20px;
    overflow:hidden;
}

.contact-form form button {
    background: black;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
    color: white;
    display: inline-flex;
    width: 220px;
}

.contact-form form button span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: white;
    border-radius: 8px;
}

.contact-form form button span img {
    height: 14px;
}

.contact-form form .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.about-titlewraper {
    background-image: url(../images/aboutbg.webp);
    background-position: center;
}

.blog-titlewraper {
    background-image: url(../images/blogbg.jpg);

}

.about-titlewraper::before {
    opacity: 0.4;
}

.blogs a {
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
    display: inline-flex;
    width: 220px;
    padding-right: 12px;
    color: black;
    margin-top: 34px;
}

.blogs a span img {
    height: 12px;
    filter: brightness(0) invert(1);
    transition: 0.5s all;
}

.blogs a span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: black;
    border-radius: 8px;
}

.blogs a:hover span img {
    transform: scale(0.8);
}

.blogs a:hover {
    color: black;
    background: #f0f0f0;
}

.Real-Estate-Realms.blogs p {
    font-size: 18px;
    color: #b0b0b0;
}

.Real-Estate-Realms.blogs h6 {
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 34px;
}

.Real-Estate-Realms.blogs .col-md-12 .row:first-child {
    margin-top: 0;
    border-top: 0;
}

.Real-Estate-Realms.blogs {
    background: black;
}

.career-titlewraper {
    background-image: url(../images/careerbg.jpg);
}

.career-title {
    padding: 120px 5vw 40px 5vw;
    background-color: #f6f6f6;
}

.career-title h1 {
    font-size: 54px;
    letter-spacing: 4px;
    color: black;
}

.career-card {
    background-color: #f0ebdd;
    border-radius: 15px;
    padding: 30px 25px;
}

.career-card h3 {
    font-weight: 500;
    margin-bottom: 54px;
    display: inline-block;
    background: black;
    color: white;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.career-card h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33em;
    color: black;
    margin-bottom: 10px;
}

.career-card h4 p {
    font-size: 16px;
}

.career-card a {
    background: black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    border: 0;
    font-size: 16px;
    padding-left: 20px;
    width: 162px;
    padding-right: 10px;
    color: white;
    margin-top: 40px;
}

.career-card a span {
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: white;
    border-radius: 8px;
}

.career-card a span img {
    height: 14px;
    transition: 0.5s all;
}

.career-title .row+.row {
    margin-top: 120px;
    row-gap: 44px;
}

.career-card a:hover {
    color: white;
}

.career-card a:hover span img {
    transform: scale(0.8);
}


.owl-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px dashed black;
    margin-top: 80px !important;
}

.owl-dots .owl-dot {
    margin-top: 30px;
    position: relative;
}

.owl-dots .owl-dot::before {
    content: '';
    position: absolute;
    top: -38px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid black;
    left: 17px;
    background: black;
    transition: 0.6s all;
}

.owl-dots .owl-dot.active::before {
    transform: scale(1.8)
}

.owl-dots .owl-dot button {
    color: black;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
    border: 0;
    background: transparent;
    opacity: 0.5;
    font-weight: 400;
    transform: translateY(-50px);
    padding-top: 50px;
    transition: 0.6s all;
}

.owl-dots .owl-dot button:hover,
.owl-dots .owl-dot.active button {
    color: black;
    opacity: 9;

}

.myslider .owl-item .item p {
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    max-width: 400px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


.myslider .owl-item .item {
    transition: 0.4s all;
}

.myslider .owl-item .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}


.myslider .owl-item.center .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    margin: 0;
}

.myslider .owl-item .item {
    position: relative;
}

.owl-item .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
    bottom: 0;
}



.aboutacrstone {
    padding: 100px 5vw 100px 5vw;
    background: white;
}

.aboutacrstone h1 {
    color: black;
    font-size: 54px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.aboutacrstone p {
    color: black;
    font-size: 18px;
    max-width: 820px;
    text-align: center;
    display: table;
    margin: auto;
}

.aboutacrstone p+p {
    margin-top: 20px;
}

.v-card::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 61%) 100%);
    z-index: 1;
}

.contact-form.jobform {
    padding-top: 0;

}

.form-control[type=file] {
    padding-top: 24px !important;
}

.pt-01 {
    padding-top: 141px;
}

.vision .row .col-md-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-02 {
    padding-top: 170px !important;
}

a.footer-logo {
    margin-top: 50px;
}

.mission-vision {
    background-image: url(../images/missonbg.webp);
    background-size: cover;
    position: relative;
    padding: 10vw 5vw;
    text-align: center;
}

.mission-vision p {
    max-width: 450px;
    display: table;
    margin: auto;
    color: white;
    font-size: 18px;
}

.mission-vision h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}

.mission-vision::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
}

.mission-vision .container-fluid {
    position: relative;
    z-index: 1;
}

.mission-vision .row .col-md-6:nth-child(2) {
    border-left: 1px solid white;
}

.v-card::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgb(0 0 0 / 100%) 10%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}

.banner-tagline {
    background-image: url(../images/city-sunset.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 160px 0;
    text-align: center;
    color: white;
    position: relative;
}

.banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-tagline::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}

.banner-tagline h1 {
    text-transform: uppercase;
    font-family: 'Behind The Nineties';
    letter-spacing: 4px;
    font-size: 54px;
}

.banner-tagline .banner-text {
    font-size: 24px;
}

a.fix-call:hover {
    color: white;
}

a.fix-call {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #399744;
    color: white;
    font-size: 26px;
    box-shadow: 0 0 11px #f1f1f13b;
}

.privacy-content ul li {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.8;
}

.privacy-content {
    padding: 90px 0;
    background-color: white;
}

.privacy-content p {
    font-size: 18px;
    line-height: 1.6;

}

.privacy-content p+h3 {
    margin-top: 40px;
}

.privacy-content h3 {
    font-family: 'Behind The Nineties';

}

.footer-bottom p a:hover {
    color: white;
}

.loader.hidden {

    opacity: 0;
    pointer-events: none;
}

.loader img:nth-child(2) {
    filter: grayscale(1) contrast(1.5) brightness(1);
    height: 150px;
}

.loader {

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.loader img {
    height: 100px;
}

.serv-btn {
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
    width: 220px;
    text-transform: uppercase;
    margin-top: 30px;
    color: black;
    padding-right: 10px;
    margin-left: 40px;
}

.serv-btn span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: black;
    border-radius: 8px;
}

.serv-btn span img {
    filter: brightness(0.5) invert(1);
    height: 14px;
    transition: 0.5s all;
}

.serv-btn:hover {
    color: black;
    background: gainsboro;

}

.Real-Estate-Realms h6 a {
    color: white;
}

.Real-Estate-Realms h6 a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 600px) {


    .timelinenew ul {
        max-width: 100%;
    }

    .timelinenew ul li .left-div {
        width: 100%;
    }

    .timelinenew ul li {
        flex-direction: column;
    }

    .right-div {
        width: 100%;
    }

    .getin-touch-card p {
        font-size: 34px;
        line-height: 1.4;
    }

    .getin-touch-card {
        display: none;
    }

    .get-in-touch {
        padding: 60px 0;
    }

    .foter-column {
        padding: 40px 16px;
        width: 100%;
        border-radius: 0;
        border-top: 1px solid #2d3336;
    }

    .foter-column:first-child {
        width: 100%;
    }

    .foter-column:last-child {
        border-top: 1px solid #2d3336;
    }

    .footer-bottom p {
        text-align: center;
        margin-bottom: 4px;
    }

    .footer-bottom {
        padding: 20px 0 20px 0;

    }

    .foter-column p a,
    .foter-column p a:hover {
        color: white;
    }

    a.fix-call {
        bottom: 20px;
        width: 40px;
        height: 40px;

    }

    ul.social {
        margin-bottom: 4px;
    }

    .spotlight .card {
        margin: 0 10px
    }

    .spotlight {
        padding: 60px 0;
    }

    .partners {
        padding: 60px 0;
    }

    .banner-text {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        line-height: 1.3;
        font-size: 18px;
    }

    .nav__list-item a {
        font-size: 8vw;
    }

    .brand-value h2 {
        font-size: 44px;
        margin-top: 23px;
    }

    .brand-value {
        padding: 60px 0 0;
    }

    .value-vision {
        padding: 60px 0;
    }

    .value-vision .row {
        row-gap: 44px;
    }

    .RealEstateRealms {
        padding: 60px 0 0;
    }

    .RealEstateRealms .row+.row {
        margin-top: 80px;
    }

    .RealEstateRealms .row .col-md-3:nth-child(even) {
        margin-top: 0;
    }

    .RealEstateRealms .row+.row {
        row-gap: 0;
    }

    .timelinenew {
        padding: 60px 0 0;
    }

    .block-title {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .form-card {
        padding: 60px 20px;
    }

    .form-card h2 {
        font-size: 34px;
        text-align: center;
    }

    .foter-column {
        border-right: 0;
    }

    .title-wraper {
        height: 300px;
    }

    header {
        padding: 8px 0px;
    }

    .about-block .col-md-5 {
        padding-left: 16px;
    }

    .mission-content {
        min-height: 370px;
        padding-bottom: 20vw;
    }

    .partners-block {
        padding: 60px 20px;
    }

    .trust-partners {
        padding: 60px 0;
    }

    .realms-content {
        padding-left: 0;
        margin-top: 23px;
    }

    .Real-Estate-Realms {
        padding: 60px 0 16px 0;

    }

    .Real-Estate-Realms.blogs h6 {
        padding-right: 0;
        margin-top: 22px;
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .contact-form {
        padding: 60px 0;
    }

    .contact-form figure {
        display: none;
    }

    .title-text {
        font-size: 16px;
        padding: 14px 24px;
    }

    .Real-Estate-Realms .col-md-12 .row:first-child {
        margin-top: 40px;
    }

    .career-title {
        padding: 60px 0 0;
    }

    .career-title .row+.row {
        margin-top: 60px;
    }



    a.footer-logo img {
        max-width: 210px;
        display: table;
        margin: auto;
    }

    .career-card h3 {
        margin-bottom: 33px;
    }

    .career-card h4 {
        margin-bottom: 0;
    }

    .career-card a {
        margin-top: 26px;
    }

    .career-title h1 {
        font-size: 34px;
        letter-spacing: 2px;
        /* text-align: center; */
        margin-top: 0;
    }

    .career-title .brand-example {
        display: none;
    }

    .contact-form h3 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .blogs a {
        margin-top: 12px;
        height: 44px;
    }

    .blogs a span {
        height: 32px;
        width: 32px;
    }

    .Real-Estate-Realms h2 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .Real-Estate-Realms p {
        font-size: 18px;
    }

    .Real-Estate-Realms h6 {
        padding-right: 0;
    }

    .realms-content {
        font-size: 18px;
    }

    .Real-Estate-Realms h6 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 16px;
        letter-spacing: 2px;
    }

    .banner-content h1 {
        font-size: 11vw;
    }

    .RealEstateRealms h1 {
        font-size: 44px;
    }

    .block-title h2 {
        font-size: 44px;
    }

    .partners h2 {
        font-size: 44px;
        text-align: center;
    }

    .spotlight h2 {
        font-size: 44px;
        letter-spacing: 2px;
    }

    .news-slider-btn .news-next {
        bottom: 80vw;
    }

    .news-slider-btn .news-prev {
        bottom: 80vw;
    }

    .RealEstateRealms p {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .about-block h1 {
        font-size: 34px;
        margin-bottom: 44px;
    }

    .about-block {
        padding: 50px 0;
    }

    .mission-content h2 {
        font-size: 44px;
    }

    .owl-dot.active {
        display: flex !important;
    }

    .owl-dot {
        display: none !important;
    }

    .myslider .owl-item .item p {
        padding: 0 20px;
    }

    .owl-dots {
        margin-top: 50px !important;
    }

    .timelinenew .myslider {
        margin-top: 0;
    }

    .v-card figure img {
        height: 500px;
    }

    .aboutacrstone h1 {
        font-size: 44px;
    }

    .aboutacrstone {
        padding: 60px 0;
    }

    .timelinenew .myslider img {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .pt-01 {
        padding-top: 40px;
    }

    .vision .row .col-md-4 {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .vision .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .vision .row .col-md-4:nth-child(1) {
        order: 2;
    }

    .col-md-4.pt-02 {
        padding-top: 50px !important;
    }

    .vision {
        padding-bottom: 60px;
    }

    a.footer-logo {
        margin-top: 0px;
    }

    .mission-vision .row .col-md-6:nth-child(2) {
        border: none;
    }

    .mission-vision {
        padding: 60px 0;
    }

    .mission-vision .row {
        row-gap: 64px;
    }

    .mission-vision h1 {
        font-size: 34px;
    }

    .mission-vision p {
        font-size: 16px;
    }

    .banner {
        top: 10px;
        height: auto;
    }

    .banner-tagline h1 {
        font-size: 34px;
    }

    .banner-tagline .banner-text {
        font-size: 18px;
    }

    .banner-tagline {
        padding: 120px 0;
        background-attachment: scroll;
    }

    .about-block figure img {

        height: unset;
    }

    .service-title {
        margin-top: 90px;
    }

    .about-titlewraper {
        margin-top: 90px;
    }

    .career-titlewraper {
        margin-top: 90px;
    }

    .contact-titlewraper {
        margin-top: 90px;
    }

    .serv-btn {
        margin-left: 0;
        height: 53px;
    }

    .serv-btn span {
        height: 30px;
        width: 30px;
    }

    .imgmob-height {
        min-height: unset !important;
    }

    .banner video {
        position: relative;
        width: 100%;
        height: auto;
    }
}



/*ahad changes*/

.feature-section .listing li {
    display: flex;
    align-items: flex-start;

}

.feature-section .main-heading {
    color: white;
}


/* Icon styling */
.feature-section .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 22px;
    color: #333;
    border-radius: 6px;
    transition: 0.3s;
}

/*.feature-section .listing li:hover .icon {*/
/*    background: #c9a96e;*/
/*    color: #fff;*/
/*    border-color: #c9a96e;*/
/*}*/



.feature-section .listing li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.feature-section .listing li p {
    margin-bottom: 0px;
}


.download-btn {
    text-align: center;
    background: black;
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    /* margin-top: 24px; */
    border: 1px solid white;
}

.main_downloadbutton {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.delight-section p {
    font-size: 15px;
    font-weight: 500;
}