<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "reset.css";
@import "components/fonts.css";
@import "components/header.css";
@import "components/sub-banner.css";
@import "components/mobile-menu.css";
@import "components/footer.css";
@import "page/contact.css";

.error404 .main,
.page-template-html-contact .main {
    padding-top: 102px;
}

.container {
    margin: 0 auto;
}

.main {
    min-height: 550px;
}

.banner-title {
    text-transform: uppercase !important;
    font-family: 'bellezaregular' !important;
    text-shadow: 0 0px 10px rgba(0, 0, 0, 0.91) !important;
    cursor: pointer !important;
}

.partner-image-area img {
    width: 100%;
}

#rev_slider_1_1_wrapper .custom.tparrows:before {
    text-shadow: 1px 0px 5px rgb(0 0 0 / 41%) !important;
}

.banner-second {
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-family: Proxima-reguler !important;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.91) !important;
}

#rev_slider_1_1_wrapper .hesperiden .tp-bullet {
    background: rgba(255, 255, 255, 0.3) !important;

}

#rev_slider_1_1_wrapper .hesperiden .tp-bullet:hover,
#rev_slider_1_1_wrapper .hesperiden .tp-bullet.selected {
    background: #fff !important;
}

.custom.tparrows:before {
    font-size: 30px !important;
}

.custom.tparrows {
    background: none !important;
}

.uranus .tp-bullet {
    width: 10px !important;
    height: 10px !important;
}

.site-logo-icon {
    width: 46px;
    margin-left: auto;
    z-index: 9;

}

.header-inside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-banner {
    width: 100%;
    min-height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .header.header-innerpages {
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e4e4e5;
} */

.about-first-section {
    width: 100%;
    padding: 180px 0px 20px;
}

.main-title {
    font-size: 50px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    font-family: 'bellezaregular';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.about-first-section p {
    text-align: center;
}

.about-partners-section {
    width: 100%;
    padding: 20px 0px 60px;
}

.about-partners-list {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.about-partners-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.about-partners-list ul li {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 290px;
    background-color: #f2f2f2;
    border-radius: 15px;
    list-style: none;
    margin-bottom: 30px;
}

/*architectural services*/

.architecture-top-tab {
    width: 100%;
    height: auto;
    padding-top: 150px;
}

.architecture-top-tab ul {
    display: flex;
    justify-content: center;
}

.architecture-top-tab ul li {
    padding: 0px 15px;
    position: relative;
    list-style: none;
}

.architecture-top-tab ul li::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: -1px;
    top: 7px;
}

.architecture-top-tab ul li:last-child::after {
    display: none;
}

.architecture-top-tab ul li a {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Proxima-reguler';
    color: #000;
}

.architecture-service-first-section {
    width: 100%;
    padding-top: 50px;
}

.architecture-service-first-section p {
    text-align: center;
}

.architecture-service-listing-section {
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.architecture-service-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e3e3e3;
}

.architecture-service-box:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 65px;
}

.architecture-service-box-image {
    width: 40%;
    background-color: #f2f2f2;
}

.architecture-service-box-image img {
    width: 100%;
}

.architecture-service-box-content {
    width: 60%;
    padding-left: 90px;
    box-sizing: border-box;
}

.architecture-service-box-content h3 {
    font-family: 'bellezaregular';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

/*Architectural Residential*/

.architecture-residential-section {
    width: 100%;
    height: auto;
    padding-top: 132px;
}

.architecture-residential-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.architecture-residential-section ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.architecture-residential-section ul li a::after {
    content: "";
    width: calc(100% - 4px);
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -3%, rgba(0, 0, 0, 0) 24%);
    top: 0px;

}

.architecture-residential-section ul li:last-child {
    margin-bottom: 0px;
}

.architecture-residential-section ul li:nth-last-child(-1) {
    margin-bottom: 0px;
}

.architecture-residential-section ul li:nth-child(odd) {
    padding-right: 4px;
}

.architecture-residential-section ul li:nth-child(even) {
    padding-left: 4px;
}

.architecture-residential-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.architecture-residential-box img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.architecture-residential-section ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.architecture-residential-content {
    position: absolute;
    bottom: 35px;
    padding: 0px 40px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.architecture-residential-content h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: 'bellezaregular';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-shadow: 0 0px 10px rgb(0 0 0 / 91%) !important;
}

.architecture-residential-content p {
    font-size: 13px;
    letter-spacing: 4px;
    font-family: 'Proxima-reguler';
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 1px 0px 5px rgb(0 0 0 / 91%) !important;
}




/*Architectural Residential Details*/

.architecture-residential-details-slider {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
}

/*swipper*/

.architecture-residential-details-slider .swiper {
    width: 100%;
    height: 100%;
}

.architecture-residential-details-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.architecture-residential-details-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-residential-details-slider .swiper-slide video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


.architecture-residential-details-sliderv .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.architecture-residential-details-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.architecture-residential-details-slider .mySwiper2 {
    /* height: 79vh; */
    height: 100vh;
    width: 100%;
}

.architecture-residential-details-slider .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 8px 30px;
}

.architecture-residential-details-slider .mySwiper .swiper-slide {
    /* width: 25%; */
    height: 156px;
    /* opacity: 0.4; */
}

.architecture-residential-details-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.architecture-residential-details-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-residential-details-slider .swiper-button-next:after,
.architecture-residential-details-slider .swiper-button-prev:after {
    font-size: 35px;
    font-weight: bold;
}

.architecture-residential-details-slider .swiper-button-next,
.architecture-residential-details-slider .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 36 * 45);
    height: calc(var(--swiper-navigation-size)/ 36 * 45);
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
}

.architecture-residential-details-slider .swiper-thumbs .swiper-button-next,
.architecture-residential-details-slider .swiper-thumbs .swiper-button-prev {
    border-radius: 0;
    margin: 0;
    width: 30px;
    height: 100%;
    top: 0;
}

.architecture-residential-details-slider .swiper-thumbs .swiper-button-next {
    right: 35px;
}

.architecture-residential-details-slider .swiper-thumbs .swiper-button-prev {
    left: 35px;
}

.architecture-residential-details-section {
    width: 100%;
    padding: 70px 0px 60px;
}

.architecture-residential-details-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.architecture-residential-details-left {
    width: 64%;
    padding-right: 110px;
    box-sizing: border-box;
}

.architecture-residential-details-left .main-title {
    text-align: left;
}

.architecture-residential-details-left h4 {
    font-size: 13px;
    letter-spacing: 4px;
    font-family: 'Proxima-reguler';
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

.architecture-residential-details-inner h3 {
    font-size: 23px;
    line-height: 30px;
    font-family: 'Proxima-reguler';
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.architecture-details-left-first {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

.architecture-details-left-second {
    width: 100%;
    height: auto;
}

.architecture-details-right {
    width: 36%;
}

.architecture-details-right h3 {
    margin-top: 10px;
}

.architecture-details-right ul {
    margin-top: 38px;
}

.architecture-details-right ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.project-info-label {
    width: 42%;
    padding-right: 10px;
}

.project-info-content {
    width: 58%;
}

.architecture-related-projects {
    width: 100%;
    height: auto;
    padding: 65px 0px 70px;
    border-top: 1px solid #e4e4e4;
}

.main-title-with-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.main-title-with-btn .main-title {
    width: auto;
    line-height: 60px;
    margin-bottom: 0px;
}

.btn-black {
    width: 100%;
    max-width: 210px;
    height: 53px;
    line-height: 53px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: auto;
    border: 1px solid transparent;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.related-projects-slider {
    width: 100%;
    margin-top: 55px;
}

.awards-main-section {
    width: 100%;
    padding: 200px 0px 50px;
}

.awards-main-banner {
    width: 100%;
    display: none;
}

.awards-main-banner img {
    width: 100%;
}

.awards-first-section {
    width: 100%;
    padding: 0px 0px 65px;
    text-align: left;
}

.star {
    margin-bottom: 35px;
}

.awards-first-section .second-title {
    margin-bottom: 12px;
}

.awards-third-section {
    width: 100%;
    padding: 0px;
    text-align: left;
}

.awards-list-section ul li .award-content h3 {
    font-family: 'Proxima-bold';
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.awards-list-section ul li .award-content h3 a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.awards-list-section ul li .award-content h3 a:hover {
    color: #d6980d;
}

.awards-second-section {
    width: 100%;
    height: auto;
    padding-top: 85px;
}

.awards-list-section {
    width: 100%;
    height: auto;
}

.awards-list-section ul {
    margin-left: -1%;
    margin-right: -1%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.awards-list-section ul li {
    width: 31.33%;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 60px;
}

.awards-list-section ul li .award-image {
    width: 100%;

    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.awards-list-section ul li .award-image a {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.awards-list-section ul li .award-image a:hover {
    border: 1px solid #000;
}

.awards-list-section ul li .award-image img {
    max-height: 180px;
}

.awards-list-section ul li .award-content {
    margin-top: 25px;
}



.media-main-section {
    width: 100%;
    height: auto;
    padding: 200px 0px 70px;
}

.media-main-section-first {
    width: 100%;
}

.media-main-section-first-inner {
    width: 100%;
    max-width: 800px;
}

.media-main-section-first .main-title {
    width: auto;
    text-align: left;
}

.media-main-listing {
    width: 100%;
    height: auto;
    margin-top: 65px;
}

.media-main-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.media-main-listing ul li {
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    margin-bottom: 60px;
    width: 31.33%;
}

.media-list-content {
    width: 100%;
    margin-top: 25px;
}

.media-list-image {
    overflow: hidden;
}

.media-list-image img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.media-list-image a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.media-list-content h3 {
    font-family: 'Proxima-bold';
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-list-content h3 a:hover {
    color: #d6980d;
}

.media-list-content span {
    font-family: 'Proxima-light';
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.media-list-content p {
    margin-top: 10px;
}

.loading-text {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: 'Proxima-reguler';
    font-weight: 300;
}

.media-details-section {
    width: 100%;
    padding-top: 180px;
}

.media-details-content {
    padding: 65px 0px;
    max-width: 900px;
    width: 100%;

}

.media-details-content .main-title {
    margin-bottom: 0px;
}

.media-details-content h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Proxima-light';
    font-weight: 300;
    margin-bottom: 40px;
}

.second-title {
    font-family: 'bellezaregular';
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}

.media-details-slider {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 90px;
    border-top: 1px solid #e4e4e4;

}

.media-details-slider-inner {
    width: 100%;
    margin-top: 50px;
}

.team-main-section {
    width: 100%;
    height: auto;
    padding: 180px 0px 60px;
}

.team-listing {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.team-listing ul {
    margin-left: -1%;
    margin-right: -1%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.team-listing ul li {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    margin-bottom: 10px;
}

.main-team-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-team-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.main-team-image a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.main-team-content {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.main-team-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
    font-family: 'bellezaregular';
    font-weight: 500;
    color: #000;
}

.team-popup h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
    font-family: 'bellezaregular';
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.team-popup h5 {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Proxima-reguler';
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 17px;
}

.main-team-content h5 {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Proxima-reguler';
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 17px;
}

/* ------------------------------------------------------- */

.team-popup.fancybox__content {
    flex-direction: row;
    max-width: 900px;
    border-radius: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.team-popup .image {
    width: 30%;
}

.team-popup .image img {
    background-size: cover;
}

.team-popup .content {
    width: 70%;
    padding-left: 40px;
}

.team-popup .content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
    font-family: 'Proxima-sm';
    font-weight: 500;
    color: #000;
}

.team-popup .content h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Proxima-reguler';
    font-weight: 400;
    margin-bottom: 15px;
}

.swiper-thumbs img {
    cursor: pointer;
}

.contact-form li p {
    margin-bottom: 0px;
}

.contact-form textarea.form-field {
    height: 160px;
}

.contact-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}

.file-upload-wrapper {
    width: calc(100% - 225px);
    height: 60px;
    border: 1px solid #727272;
}

.upload-cv .wpcf7-form {
    width: 100%;
    height: 60px;
    border: 1px solid #727272;
    display: flex;
    align-items: center;
    padding: 0px 215px 0px 15px;
}

.upload-cv .wpcf7-form p {
    margin-bottom: 0px;
}

.upload-cv .wpcf7-submit {
    content: "submit cv";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    margin-left: 15px;
    color: #fff;
    background: #000000;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 210px;
    transition: background var(--transition-time) ease-in-out, border-color var(--transition-time) ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.upload-cv .wpcf7-submit:hover {
    background: var(--color-primary);
}

.upload-cv .wpcf7-spinner {
    display: none;
}

.upload-cv .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -45px;
    left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
    bottom: -66px;
    font-size: 12px;
    left: 0px;
}

/*----For parnters----*/
.partner-name-area {
    padding-top: 17px;
}

.partner-name-area h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
    font-family: 'bellezaregular';
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.partner-name-area p {
    font-size: 13px;
    font-family: 'Proxima-reguler';
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.partner-image-area {
    height: auto;
    background-color: #f2f2f2;
    border-radius: 15px;
}

.about-partners-list ul li {
    height: auto;
    background: unset;
}

.main-team-content h3 {
    text-transform: uppercase;
}

.team-popup .content p:last-child {
    margin-bottom: 0px;
}

.architecture-related-projects {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.map-poins .content .view-locations {
    font-size: 15px;
    margin-top: 6px;
    display: block;
    text-decoration: underline;
    font-weight: 600;
}

.map-poins .content .view-locations:hover {
    text-decoration: none;
}


.terms-main-section {
    width: 100%;
    height: auto;
    padding: 180px 0px 60px;
}

.terms-main-section .second-title {
    text-align: center;
}

.terms-main-content {
    width: 100%;
    background: #f7f7f7;
    height: auto;
    padding: 40px 60px;
    box-sizing: border-box;
    margin-top: 40px;
}

.terms-main-content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 25px;
}

.privacy-main-content {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.privacy-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}


.privacy-box:last-child {
    margin-bottom: 40px;
}

.privacy-title {
    width: 20%;
    padding-right: 40px;
}

.privacy-content {
    width: 70%;
    border-left: 1px solid #000;
    padding-left: 15px;
    box-sizing: border-box;
}

.privacy-content p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.privacy-title h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 400;
}

.faq-main-content {
    width: 100%;
    margin-top: 30px;
}


.acc-container {
    width: 100%;
    overflow: hidden;
}

.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 25px;
    padding-right: 40px;
    cursor: pointer;
    background: #f7f7f7;
    margin-bottom: 8px;
}

.acc-btn h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
}

.acc-content {
    height: 0px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.acc-content-inner {
    padding: 20px 25px;
}

.open {
    height: auto;
}

.acc-btn {
    position: relative;
}

.acc-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 18px;
    background-image: url(../images/plus-new.png);
    background-repeat: no-repeat;
    background-position: center;
}

.acc-btn.open::after {
    background-image: url(../images/minus-new.png);
}

.home .main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 24vh;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: 1;
}

.related-news .owl-nav button span {
    display: none;
}

.related-news .owl-nav button.owl-prev,
.related-news .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background-color: transparent !important;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.related-news .owl-nav button.owl-prev {
    left: -65px;
    background-color: #fff !important;
    background-image: url(../images/prev-grey.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px !important;
}

.related-news .owl-nav button.owl-next {
    right: -65px;
    background-color: #fff !important;
    background-image: url(../images/next-grey.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px !important;
}

.related-news .owl-nav button.owl-prev:hover {
    background-image: url(../images/prev-black.png) !important;
    border: 1px solid #000;
}

.related-news .owl-nav button.owl-next:hover {
    background-image: url(../images/next-black.png) !important;
    border: 1px solid #000;
}


.header {
    -moz-transition: all 0.9s linear !important;
    -webkit-transition: all 0.9s linear !important;
    -o-transition: all 0.9s linear !important;
    transition: all 0.9s linear !important;
}

.scroll-up .header {
    position: fixed !important;
    z-index: 9999;
    top: 0px;
    background-color: #fff;
}

.scroll-down .header {
    -moz-transition: all 0.9s linear !important;
    -webkit-transition: all 0.9s linear !important;
    -o-transition: all 0.9s linear !important;
    transition: all 0.9s linear !important;
}

.scroll-down .header {
    background: transparent;
    top: -150px;
}

.single-residential.scroll-up .header img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.single-residential.scroll-up .header .nav-bar {
    display: block;

}

.single-residential .architecture-residential-details-slider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 24vh;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: 1;
}



.swiper-backface-hidden.swiper-thumbs .swiper-button-next,
.swiper-backface-hidden.swiper-thumbs .swiper-button-prev {
    display: none;
}</pre></body></html>