/*
Theme Name: Homex Construction
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bodyfont: 'Nunito Sans', sans-serif;
    --headfont: 'Poppins', sans-serif;
    --orange: #A97A13;
    --headcolor: #071c1f;
    --section_bg: #0B2C3C;
    --textcolor: #536c79;
    --commonbg: #E5F2F6;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyfont);
}

/* pre-edit properties */
h1,
h2 {
    font-size: 38px;
    color: var(--headcolor);
    font-family: var(--headfont);
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-family: var(--headfont);
    font-weight: 700;
}

p {
    font-size: 16px;
    margin: 0px;
    color: var(--textcolor);
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

/* pre-edit classes */
.title {
    font-size: 45px;
    color: var(--headcolor);
    font-weight: bold;
    font-family: var(--headfont);
}

.fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
}

.main-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.main-btn span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13px 25px;
    transition: 0.4s;
}

.main-btn::before {
    position: absolute;
    content: "";
    background-color: var(--orange);
    transition: 0.3s ease-out;
}

.main-btn span {
    color: rgb(255, 255, 255);
    border: 1px solid var(--orange);
    transition: 0.3s 0.1s;
}

.main-btn span:hover {
    color: rgb(28, 31, 30);
    transition: 0.3s 0.1s;
    border: 1px solid rgb(28, 31, 30);
}

.main-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.main-btn:hover::before {
    position: absolute;
    content: "";
    width: 0%;
}

.main-btn-h:hover span {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.main-btn2::before {
    background-color: transparent !important;
}

.main-btn2 span {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.main-btn2:hover span {
    border: 1px solid var(--orange) !important;
}

.main-btn2:hover {
    background-color: var(--orange) !important;
}

.top_text {
    padding: 4px 18px;
    border-radius: 25px;
    background-color: #a97a131f;
    color: var(--orange);
}

.section_gap {
    padding: 50px 0px;
}

.nav_active {
    color: var(--orange) !important;
}

.property-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.property-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
    transition: 0.4s;
}

.property-btn::before {
    position: absolute;
    content: "";
    background-color: var(--orange);
    transition: 0.3s ease-out;
}

.property-btn span {
    color: rgb(255, 255, 255);
    border: 1px solid var(--orange);
    transition: 0.3s 0.1s;
}

.property-btn span:hover {
    color: rgb(28, 31, 30);
    transition: 0.3s 0.1s;
    border: 1px solid rgb(28, 31, 30);
}

.property-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.property-btn:hover::before {
    position: absolute;
    content: "";
    width: 0%;
}

.property-btn2::before {
    background-color: #fff !important;
}

.property-btn2 span {
    color: var(--orange) !important;
}

.property-btn2:hover span {
    color: #fff !important;
    border: 1px solid var(--orange);
}

.property-btn2:hover {
    background-color: var(--orange) !important;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

#preloader img {
    height: 100px;
    width: 100px;
    mix-blend-mode: multiply;
}

/*backto-top*/
#backto-top {
    display: inline-block;
    background-color: #fff;
    border: 2px solid var(--orange);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 24%);
}

#backto-top i {
    color: var(--orange);
    line-height: 50px;
}

#backto-top:hover {
    cursor: pointer;
    background-color: var(--orange);
}

#backto-top:hover i {
    color: #fff;
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
}

/*backto-top end*/

/* start breadcrumb section */
.breadcrumb_section {
    background-color: var(--commonbg);
}

.breadcrumb_section li {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumb_section li a {
    color: #5c727d;
}

.breadcrumb_section li a i {
    color: var(--orange);
}

/* end breadcrumb section */

/* start header */
header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999999;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border-top: 3px solid var(--orange);
}

.logo a img {
    width: 215px;
    padding: 5px 0;
}

.stellarnav>ul>li>a {
    padding: 25px 10px !important;
    font-size: 16px !important;
    color: var(--headcolor);
    font-weight:500 !important;
    font-family: var(--bodyfont) !important;
    margin: 0px !important;
}

.stellarnav>ul>li>a:hover {
    color: var(--orange);
}

.stellarnav>ul>li:hover>ul {
    display: block !important;
}

.stellarnav ul ul {
    width: 185px !important;
    border-top: 5px solid var(--orange);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9999999 !important;
    background-color: var(--orange) !important;
}

.stellarnav ul ul li a {
    color: #fff !important;
    font-family: var(--bodyfont) !important;
    padding: 12px !important;
}

.stellarnav ul ul li a:hover {
    color: #000 !important;
}

.stellarnav li.has-sub>a:after {
    border-top: 5px solid #071c1fa6 !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
}

.header_btn a {
    text-align: center;
    background-color: var(--orange);
    font-size: 14px;
    color: #fff;
    padding:10px;
}

.header_btn a i {
    font-size: 14px;
}

.header_btn a:hover {
    background-color: #071c1f;
    color: #fff;
}

.stellarnav.mobile.right>ul {
    background-color: #fff !important;
}

.stellarnav.mobile.right>ul>li>a {
    padding: 10px 20px !important;
}

.stellarnav .close-menu {
    padding: 12px !important;
}

.stellarnav .icon-close:after {
    width: 22px !important;
    right: 15px !important;
}

.stellarnav .icon-close::before {
    width: 22px !important;
    right: 15px !important;
}

.stellarnav li.has-sub>a:after {
    vertical-align: middle;
}

.header_btn_icon {
    background-color: transparent !important;
    border: 1px solid var(--orange);
    color: var(--orange) !important;
}

.header_btn_icon:hover {
    background-color: var(--orange) !important;
    color: #fff !important;
}

.stellarnav li li:hover{
    transform: unset !important;
}

.stellarnav li li{
    margin: 0;
}

/* end header */

/* start banner */
.banner .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00ab82;
    display: block;
}

.banner .carousel-indicators {
    z-index: 444;
    left: -125px;
    bottom: unset;
    transform: translateY(-50%);
    top: 50%;
    display: unset;
    padding: 0;
    margin-right: 5%;
    z-index: 9999;
}

.banner .carousel-indicators {
    bottom: -45px;
}

.banner .carousel-item {
    position: relative;
}

.banner .carousel-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.575);
    width: 100%;
}

.banner .carousel-item img {
    animation: scaler 10s linear infinite;
    height: 500px;
    width: 100%;
}

@keyframes scaler {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.banner .carousel-item .btn-primary {
    margin-top: 30px;
}

.banner .carousel-caption {
    z-index: 22;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
}

.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 50% 50%;
    border: 2px solid #fff;
    border-radius: 50%;
}

.banner_content h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.banner_content h5::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--orange);
    left: -45px;
    top: 9px;
}

.banner_content h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--orange);
    right: -45px;
    top: 11px;
}


.banner_content h5 i {
    color: var(--orange);
    margin-right: 3px;
}

.banner_content h1 {
    margin-bottom: 15px;
    color: #fdf0f0;
}

.banner_content p {
    padding: 0px 20px;
    margin-bottom: 15px;
    color: #fff;
}

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

.banner .owl-dots {
    display: none;
}

#banner-btn:hover span {
    color: var(--orange) !important;
    border: 1px solid #fff !important;
    background-color: #fff;
}


.play-btn {
    height: 50px;
    width: 50px;
    background-color: #fff;
    color: var(--orange);
    display: inline-block;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    margin-left: 15px;
}

/* end banner */


/* start about us */
.about_con h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.about_feature {
    margin-bottom: 15px;
}

.about_feature img {
    padding: 12px;
    background-color: #a97a131c;
    border-radius: 50%;
    display: inline-block;
}

.about_feature p {
    display: inline-block;
    margin-left: 10px;
}

.about_text_box {
    padding: 25px;
    background-color: #a97a132b;
    border-left: 5px solid var(--orange);
}

/* end about us */

/* start counter */
.counter_section {
    background-color: #cee6ee85;
}

.counter_box {
    text-align: center;
}

.counter_box img {
    height: 70px;
    width: 70px;
}

.counter_box h2 {
    font-weight: bold;
    margin: 13px 0;
}

.counter_box h5 {
    color: var(--textcolor);
    font-size: 18px;
}

/* end counter */

/* start feature */
.feature_con h2 {
    margin: 14px 0px;
}

.feature_con h2 strong {
    color: var(--orange);
}

.feature_list {
    margin-bottom: 30px;
}

.feature_list li {
    font-size: 16px;
    color: var(--textcolor);
    margin: 9px 0px;
    position: relative;
    margin-left: 25px;
}

.feature_list li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #ff593c83;
    left: -25px;
    top: 50%;
}

.feature_aminities {
    margin-bottom: 25px;
}

.feature_aminities li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.feature_aminities li:last-child {
    margin-right: 0;
}

.feature_aminities li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ff593c86;
    right: -15px;
}

.feature_aminities li:last-child::before {
    content: unset;
}

.feature_aminities li h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.feature_aminities li h5 i {
    color: var(--orange);
    margin-left: 3px;
    font-size: 15px;
}

.fancybox-navigation .fancybox-button div {
    background-color: #fff;
    border-radius: 50%;
    color: var(--orange);
}

.fancybox-navigation .fancybox-button div:hover {
    background-color: var(--orange);
    color: #fff;
    transition: 0.4s;
}

.fancybox-navigation button {
    background-color: transparent;
}

.fancybox-container {
    z-index: 9999999;
}

/* end feature */

/* start services */
.services {
    background-color: #cee6ee85;
}

.services_box {
    position: relative;
    padding: 20px 15px;
}

.services_box::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 0%;
    background-color: var(--orange);
    bottom: 0px;
    left: 0;
    transition: 1s;
    z-index: 2;
}

.services_box:hover::after {
    width: 100%;
    transition: 1s;
}

.service_box_con img {
    height: 58px;
    width: 58px;
    margin-bottom: 10px;
}

.service_box_con .service_icon3 {
    height: 48px !important;
    width: 48px !important;
}

.service_box_con h3 {
    margin: 10px 0px;
    color: #202020;
    font-weight: 500;
}

.service_box_con p {
    color: #222;
}

.service_box_con a {
    color: #fff;
    font-size: 15px;
    margin-top: 18px;
    display: inline-block;
    padding: 8px;
    background-color: var(--orange);
}

.service_box_con a i {
    margin-left: 4px;
    vertical-align: middle;
    transition: 1s;
}

.services_box:hover a i {
    margin-left: 10px;
    transition: 1s;
}

.services_box1 {
    background-color: #4b3b2a4b;
}

.services_box2 {
    background-color: #ae822950;
}

.services_box3 {
    background-color: #4f555a3f;
}

/* end services */

/* start proerties */
.properties_box {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.properties_box:hover .properties_img img {
    transform: scale(1.2);
    transition: 1.2s;
}

.properties_img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.466), transparent);
}

.properties_img img {
    transition: 1s;
}

.properties_img_con {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    width: 100%;
}

.properties_img_con_loc {
    color: #fff;
    font-size: 14px;
}

.properties_img_con_loc:hover {
    color: var(--orange);
}

.properties_img_con_btn {
    background-color: #ffffff4b;
    color: #fff;
    padding: 5px 8px;
    font-size: 15px;
    margin: 0px 3px;
}

.properties_img_con_btn:hover {
    color: var(--orange);
}

.properties_img_con ul {
    display: flex;
    margin-left: 20px;
}

.rent-btn {
    position: absolute;
    padding: 4px 10px;
    background-color: #77c720;
    color: #fff;
    font-size: 13px;
    right: 15px;
    top: 15px;
}

.rent-btn:hover {
    color: #fff;
}

.sale-btn {
    position: absolute;
    padding: 4px 10px;
    background-color: var(--orange);
    color: #fff;
    font-size: 13px;
    right: 15px;
    top: 15px;
}

.sale-btn:hover {
    color: #fff;
}

.properties_box .card-body span {
    color: var(--orange);
    font-size: 16px;
}

.properties_box .card-body span strong {
    font-size: 20px;
}

.properties_box .card-body h5 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px;
}

.properties_box .card-body h5:hover {
    color: var(--orange);
    cursor: pointer;
}

.properties_box .card-body p.card-text {
    font-size: 14px;
    margin-bottom: 18px;
}

#properties_aminities {
    margin-bottom: 0px;
}

#properties_aminities h5 {
    font-size: 16px !important;
    margin: 3px 0px;
}

#properties_aminities p {
    font-size: 14px !important;
}

.properties_box .card-footer {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    align-items: center;
    padding: 0;
    border: none;
}

.properties_box .card-footer .properties_profile img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.properties_box .card-footer .properties_profile span {
    display: inline-block;
    margin-top: 4px;
}

.properties_box .card-footer .properties_profile span h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

.properties_box .card-footer .properties_profile span p {
    font-size: 14px;
}

.properties_box .card-footer .properties_btns a {
    padding: 8px 12px;
    background-color: #dfdadaa1;
    color: var(--orange);
    margin: 0px 3px;
    transition: 0.4s;
    font-size: 16px;
}

.properties_box .card-footer .properties_btns a:hover {
    background-color: var(--orange);
    color: #fff;
}

/* end proerties */

/* start plan */
.plan {
    background-color: #cee6ee85;
}

.plan .nav-pills .nav-link.active {
    background-color: unset;
    border-bottom: 2px solid var(--orange);
    border-radius: 0px;
    position: relative;
    color: var(--orange);
}

.plan .nav-pills .nav-link.active::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    right: 45%;
    top: 100%;
    transform: translateY(-40%);
    border: 2px solid var(--orange);
    background-color: var(--orange);
}

.plan .nav-pills .nav-link {
    color: #071c1f;
    font-size: 19px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 1.8rem;
    padding-bottom: 2px;
}


.plan .nav-pills .nav-link i {
    font-size: 13px;
    vertical-align: middle;
    margin-bottom: 4px;
    color: #00000057;
}

.plan .nav-pills .nav-link.active i {
    color: var(--orange);
}

.plan .nav-pills {
    justify-content: center;
}

.plan_con {
    background-color: var(--orange);
    padding: 60px 50px;
}

.plan_con h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.plan_con p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.plan_con ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.plan_con ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px dashed #fff;
    top: 50%;
    height: 1px;
    z-index: 1;
}

.plan_con ul li label {
    padding-right: 12px;
    background-color: var(--orange);
    z-index: 99;
}

.plan_con ul li span {
    padding-left: 12px;
    background-color: var(--orange);
    z-index: 99;
}

.plan .carousel-indicators{
    bottom: -50px;
}

/* end plan */

/* start video section */
.video_section {
    background-image: url(./images/video_section.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0px;
    position: relative;
}

.video_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.377);
}

.play_btn {
    height: 80px;
    width: 80px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
    z-index: 9999;

    i {
        font-size: 25px;
        color: var(--orange);
        line-height: 80px;
        animation: icon_anime 3000ms ease-in-out infinite;
        text-align: center;
    }
}

.play_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff56;
    border-radius: 50%;
    z-index: -1;
    animation: anime_btn 2000ms ease-in-out infinite;
}

@keyframes anime_btn {
    0% {
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}

/* end video section */

/* start aminities */
.aminities_box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 40px;
    position: relative;
    border-top: 3px solid var(--orange);
    transition: 0.4s;
}

.aminities_box:hover {
    background-color: var(--orange);
    transition: 0.4s;
}

.aminities_box:hover .aminities_box_img {
    background-color: #fff;
    transition: 0.4s;
}

.aminities_box:hover h3 {
    color: #fff;
    transition: 0.4s;
}

.aminities_box_img {
    background-color: #a97a1324;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    line-height: 80px;
    transition: 0.4s;
}

.aminities_box img {
    height: 45px;
    width: 45px;
}

.aminities_box h3 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    transition: 0.4s;
}

.aminities_btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    color: var(--orange);
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    translate: -50%;
    line-height: 40px;
    font-size: 18px;
}

.aminities_btn:hover {
    color: var(--orange);
}

/* end aminities */

/* start gallery */
.gallery_img {
    overflow: hidden;
}

.gallery_img img {
    transition: 1.2s;
}

.gallery_img img:hover {
    transform: scale(1.2);
    transition: 1.2s;
}

/* end gallery */

/* start testimonials */
.testimonials_box {
    background-color: #fff;
    border-radius: 12px;
    padding: 35px 30px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testimonials_box::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 0%;
    background-color: var(--orange);
    bottom: 0px;
    left: 0;
    transition: 1s;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.testimonials_box:hover::before {
    width: 100%;
    transition: 1s;
}

.testimonials_box p {
    color: #5c727d;
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonials_box p i {
    font-size: 28px;
    color: var(--orange);
    margin-right: 8px;
}

.testimonials_profile img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 8px;
}

.testimonials_profile span {
    display: inline-block;
    margin-top: 8px;
}

.testimonials_profile span h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}

.testimonials_profile span p {
    font-size: 16px;
    margin: 0;
}

.testimonials .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.testimonials .owl-carousel .owl-nav:hover {
    opacity: 1;
}

.testimonials .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
}

.testimonials .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}

.testimonials .owl-carousel .owl-nav .owl-next {
    right: -70px;
}

.testimonials .owl-carousel .owl-nav .owl-prev {
    background: #fff;
    color: var(--headcolor);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 40px !important;
    font-weight: normal;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    vertical-align: top;
    line-height: 50px;
}

.testimonials .owl-carousel .owl-nav .owl-prev:hover {
    background-color: var(--orange);
    color: #fff;
    transition: 0.4s;
}

.testimonials .owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--orange);
    color: #fff;
    transition: 0.4s;
}


.testimonials .owl-carousel .owl-nav .owl-next {
    background: #fff;
    color: var(--headcolor);
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 40px !important;
    font-weight: normal;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    vertical-align: top;
    line-height: 50px;
}

.testimonials .owl-theme .owl-dots {
    display: none;
}

/* end testimonials */

/* start blog */
.blog_box {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog_img {
    overflow: hidden;
    transition: 1s;
}

.blog_box img {
    transition: 1s;
}

.blog_box:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.blog_box .card-body ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.blog_box .card-body ul li {
    font-size: 15px;
}

.blog_box .card-body ul li i {
    font-size: 15px;
    color: var(--orange);
}

.blog_box .card-body ul li a {
    color: var(--textcolor);
    font-weight: 600;
}

.blog_box .card-body ul li a:hover {
    color: var(--orange);
}

.blog_box .card-body h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.blog_box .card-body h3:hover {
    color: var(--orange);
    transition: 0.4s;
    cursor: pointer;
}

.blog_box .card-footer {
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.123);
}

.blog_box .card-footer ul {
    display: flex;
    justify-content: space-between;
}

.blog_box .card-footer ul li {
    font-size: 16px;
}

.blog_box .card-footer ul li i {
    color: var(--orange);
}

.blog_box .card-footer ul li a {
    color: var(--orange);
    font-weight: 600;
}

.blog_sidebar h5{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget ul{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    padding:10px 20px;
}

.widget ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #ae82295e;
}

.widget ul li:last-child{
    border: none;
}

.widget ul li a{
    color: #333;
}

.widget ul li:hover a{
    color: var(--orange);
}

.blog_sidebar ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #000;
    font-size: 13px;
    padding: 3px;
    position: absolute;
    margin-left: -14px;
}
/* end blog */

/* start enquire section */
.enquire {
    padding: 25px 0;
    background-color: #cee6ee85;
}

.enquire_box {
    border: 1px solid var(--orange);
    padding: 10px 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    justify-content: center;
    text-align: center;
}

.enquire_box_icon {
    height: 50px !important;
    width: 50px !important;
    text-align: center;
    background-color: var(--orange);
    font-size: 22px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.enquire_box span h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.enquire_box span a {
    color: var(--textcolor);
    font-size: 16px;
}

.enquire_box span p {
    font-size: 16px;
    color: var(--textcolor);
}

.enquire_box:hover .enquire_box_icon {
    background-color: #000;
}

.enquire_box:hover span h5 {
    color: var(--orange);
}

/* end enquire section */

/* start copyright */
.copyright_section {
    background-color: #171B2A;
    padding: 15px 0px;
}

.copyright_icons a {
    font-size: 16px;
    color: var(--orange);
    margin-right: 15px;
}

.copyright_icons a:hover {
    color: #fff;
}

.copyright_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright_text p {
    color: #cccaca;
    font-size: 14px;
}

.copyright_text a {
    color: var(--orange);
}

.copyright_links {
    display: flex;
}

.copyright_links li a:hover {
    color: var(--orange) !important;
}

.copyright_links li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c8";
    color: #ffffff3f;
    font-size: 8px;
    margin-right: 0;
    position: relative;
    top: -2px;
    left: -5px;
}

.copyright_section .copyright_links li {
    margin-right: 20px;
}

.copyright_section .copyright_links li a {
    color: #cccaca;
    font-size: 14px;
}

/* end copyright */

/* start other pages */

/* about us page */
.about_us_video {
    position: absolute;
    bottom: 14%;
    left: -3%;
}

.about_us_video img {
    width: 80%;
}

.about_us_video .play_btn {
    margin: unset;
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 40%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
}

.about_us_video .play_btn i {
    font-size: 22px;
    line-height: 70px;
}

/* start team */
.team_box {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.team_box_img {
    overflow: hidden;

    & img {
        transition: 1s;
    }
}

.team_box:hover .team_box_img img {
    transform: scale(1.2);
    transition: 1s;
}

.team_box .card-body h4 {
    font-size: 20px;
    font-weight: 700;
}

.team_box .card-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--orange);
}

.team_box .card-body ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.team_box .card-body ul li a {
    color: #5c727d;
    font-size: 18px;
}

.team_box .card-body ul li a:hover {
    color: var(--orange);
}

/* end team */

/* start portfolio page */
.portfolio_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.portfolio_box:hover::after {
    visibility: visible;
    opacity: 0.7;
    transition: 0.5s;
}

.portfolio_box:hover .portfolio_box_con {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.portfolio_box_con {
    bottom: 20px;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.portfolio_box_con a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    color: var(--orange);
    margin-bottom: 40px;
}

.portfolio_box_con h5 {
    color: var(--orange);
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 1px;
}

.portfolio_box_con p {
    color: #fff;
    font-size: 15px;
}

/* question banner */
.question_banner {
    background-image: url(images/question-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}

.question_banner_img {
    left: 30px;
    bottom: 30px;
}

.question_banner_img2 {
    bottom: 0px;
    right: 30px !important;
}

.question_banner_img img {
    width: 50%;
}

.question_banner_img2 img {
    width: 50%;
}

.question_banner_con h6 {
    color: var(--orange);
    font-size: 20px;
    margin-bottom: 15px;
}

.question_banner_con h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}

/* start contact us page */

/* contact box section */
.contact_box_item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    border-top: 3px solid var(--orange);
}

.contact_box_item img {
    margin-bottom: 15px;
}

.contact_box_item h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_box_item a {
    display: block;
    color: var(--textcolor);
}

.contact_box_item a:hover {
    color: var(--orange);
}

/* start contact form */

.contact_form h6 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.contact_form h6::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    left: -10px;
    background-color: var(--orange);

}

.contact_form .form-control,
.contact_form .form-select {
    padding: 15px;
    margin-bottom: 18px;
    width: 100%;

}

.contact_form .form-control,
.contact_form .form-select:focus {
    border-color: #a7afb5;
    box-shadow: unset;
}

.contact_form iframe {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* start property page */
.property_location a{
    width: 190px;
    height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    margin:0 15px;
    border: 2px solid var(--orange);
}

.property_location a i{
    color: var(--orange);
    font-size: 18px;
}

.property_location a:hover{
    background-color: var(--orange);
    color: #fff;
}

.property_location a:hover i{color:#fff};



/* end property page */


/* start project page */

.project_banner .carousel-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.096);
    width: 100%;
}

.project_banner .carousel-indicators {
    z-index: 444;
    left: none;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10%;
    display: unset;
    margin-left: 10%;
}

.project_banner .carousel-indicators {
    z-index: 444;
}

.project_banner .carousel-indicators button {
    border-top: unset;
    border-bottom: unset;
    width: 25px;
    height: 5px;
    border-radius: 0;
    background: #171B2A;
    margin: 8px 5px;
    border: 1px solid #fff;
}

.project_banner .carousel-caption {
    background-color: #ffffffc9;
    z-index: 99999;
    right: 0px;
    left: 0px;
    padding: 8px 20px;
    width: 100%;
    bottom: 0px;
    text-align: start;
}

.project_banner .carousel-caption h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--orange);
    font-weight: 900;
}

.project_banner .carousel-caption p {
    color: #0a0909;
}

.project_banner .carousel-item img {
    height: 450px;
}

/* banner form */
.banner_form{
    padding:30px 20px;
    background-color: var(--orange);
}

.banner_form .form-control,
.banner_form .form-select {
    padding: 7px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
}

.banner_form h6 {
    color: #000;
    font-size: 24px;
}

.banner_form p {
    color: #fff;
    line-height: 1.4;
}

/* project navbar */
.project_navbar{
    background-color: #171B2A;
    padding: 25px 0px;
}

.project_navbar ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project_navbar ul li{
    position: relative;
}

.project_navbar ul li::before{
    content: "";
    position: absolute;
    top: -2px;
    right: -50px;
    height: 30px;
    width: 1px;
    background-color: #ffffff48;
}

.project_navbar ul li:last-child::before{
    content: unset;
}

.project_navbar ul li a span{
    display: block;
}


.project_navbar ul li a {
    font-size: 15px;
    color: #fff;
}

.project_navbar ul li a:hover{
    color: var(--orange);
}

.project_about_con h4{
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--orange);
}

.project_facilities{
    background-color: #cee6ee85;
}

.project_facilities_con_box img{
    width: 55px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 5px;
}

.project_facilities_con_box p{
    color: #171B2A;
    font-weight: bold;
    font-size: 15px;
}

.project_facilities_con2 h2{
    color: var(--orange);
}

.project_facilities_con_box img{
    animation: pulseit linear infinite 0.5s;
}

@keyframes pulseit{
    0%{
        transform: scaleX(1);
    }
    50%{
        transform: scale3d(1.07, 1.07, 1.07);
    }
    100%{
        transform: scaleX(1);
    }
}

.project_facilities_con2_box{
    padding: 15px;
}

.project_facilities_con2_box img{
    margin-bottom: 5px;
    width: 50px;
}

.project_facilities_con2_box p{
    color: #171B2A;
}

.project_faci_color{
    background-color: #171B2A;
}

.project_faci_color p{
    color: #fff !important;
}

.plan_slider .carousel-indicators button {
    border-top: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
    background: var(--orange);
    margin: 8px;
    display: block !important;
}


.plan2{
    background-color: #fff;
}

.project_gallery{
    background-color: #cee6ee85;
}

.project_brochure_con a{
    padding: 12px 30px;
    border: 2px solid var(--orange);
    color: var(--orange);
    font-size: 18px;
    text-align: center;
}

.project_brochure_con a:hover{
    background-color: var(--orange);
    color: #fff;
}

#property_main_btn{
    width: 100% !important;
    text-align: center !important;
}

#project-banner-btn:hover{
    border: 1px solid #fff;
}

#property_location_active{
    background-color: var(--orange) !important;
    color: #fff !important;
}

#property_location_active i{
    color: #fff !important;
}

.stellarnav ul ul li {
    border-bottom: 1px solid #00000048;
    border-radius: 0px;
    margin: 0;
}

.stellarnav ul ul li:last-child {
    border: none;
}

.wpcf7-form-control.main-btn {
    background: #a97a13;
    border: none;
    color: #fff;
    padding: 8px 12px;
}
.wpcf7-form-control.main-btn:hover {background: #071c1f;}

.wpcf7-form-control.property-btn {
    border: 1px solid #fff;
    padding: 8px 12px;
    color: #fff;
}

.wpcf7-form-control.property-btn:hover {
	background:#fff;
    color: #000;
}

.g-recaptcha>div{
   height: 78px;
   transform:scale(0.85);
   webkit-transform:scale(0.85);
   text-align: left;
   position: relative;
   margin: 0px -20px 0;
}

.project_banner {
    background-color: var(--orange);
}