/********** Template CSS **********/
:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #1C1E32;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #1e1e1e !important
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 15px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 30, 50, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .addresscard{
        padding-top: 150px;
    }
}

.page-header {
    height: 400px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:linear-gradient(rgb(28 30 50 / 52%), rgb(28 30 50 / 51%)), url(../img/about-banner.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact_bg {
    
    background:linear-gradient(rgb(28 30 50 / 52%), rgb(28 30 50 / 51%)), url(../img/contactbg.jpg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.video_bg {

    background:linear-gradient(rgb(28 30 50 / 52%), rgb(28 30 50 / 51%)), url(../img/video_bg.jpg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.service-item {
    height: auto;
    background: var(--light);
    transition: .5s;
    padding-bottom: 15px;
}

a.nav-item.nav-link.brokersagreement {
    background: #1e1e1e;
    padding: 10px 20px!IMPORTANT;
    border-radius: 6px;
    line-height: 29px;
    height: 50px;
}

a.nav-item.nav-link.brokersagreement svg {
    width: 16px;
}

a.nav-item.nav-link.brokersagreement:hover svg path {
    fill: gray;
}

a.nav-item.nav-link.brokersagreement:hover {
    background: white;
}

.navbar-expand-lg .navbar-nav {
   
    align-items: center;
}

div#header-carousel .btn-primary {background: black;border: black;text-transform: uppercase;padding: 18px 25px !IMPORTANT;line-height: 24px;border-radius: 6px;}


div#header-carousel .btn-primary:hover {
    background: white;
    color: gray;
}
div#header-carousel h4 {
    font-size: 36px;
    color: #ffffff !important;
    text-shadow: 0px 1px 3px black;
}

a.brokersagreement svg path {}

a.brokersagreement svg {
    width: 20px;
    margin-top: -3px;
    margin-right: 13px;
}

a.brokersagreement:hover svg path {fill: gray;}

.service-item:hover,
.service-item.active {
    background: var(--secondary);
}

.service-item h1,
.service-item h4 {
    transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
    color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
    color: var(--light);
}

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
    position: relative;
}

.soldImg {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    top: 0;
    left: 0;
}

.tiktok {
    width: 15px;
    filter: contrast(0.1);
}


.display-1 {
    font-size: 70px !important;

}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}

.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}

.team-item h4 {
    transition: .5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
    color: var(--light);
}

.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
    background: var(--secondary);
}

.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    height: auto;
    padding: 10px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
    color: var(--light);
}

.bg-banner {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}


.text-primary{
color: #747f85 !important;
}
.bg-primary {
    background-color: #747f85 !important;
}

.btn-primary {
    color: #fff;
    background-color: #747f85;
    border-color: #747f85;
}

.vendor-carousel .owl-dot.active, .testimonial-carousel .owl-dot.active {
    background: #747f85 !important;
}

a:hover {
    color: #747f85;
    text-decoration: underline;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.team-carousel .owl-nav .owl-prev, .team-carousel .owl-nav .owl-next, .related-carousel .owl-nav .owl-prev, .related-carousel .owl-nav .owl-next{
    background-color:  #747f85 !important;
}

.navbar-nav .nav-link.active {
    color: #747f85 !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
   color: #747f85 !important;
}

.bg-secondary {
    background-color: #03406c !important;
}

.service-item:hover, .service-item.active {
    background:#03406c !important;
}

.rent-item:hover, .rent-item.active {
    background: #03406c !important;
    color: white;
}

.rent-item:hover, .rent-item.active i {
    
    color: white !important;
}


.team-item:hover, .owl-item.center .team-item {
    background: #03406c !important;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background:  #03406c !important;
}

.testimonial-carousel .owl-item.center .testimonial-item p {
  color: white !important;
}

.bg-dark {
    background-color: #1e1e1e !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.rent-item.mb-4 img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}


.view_allbtn {
    background: #747f85;
    color: white;
    padding: 13px 40px;
    font-size: 18px;
    line-height: 18px;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
}

.view_allbtn:hover {
    background: #000;
    color: white;
    text-decoration: none;
}



.carousel-item img {
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
.footer_gallery a img {
    height: 90px;
    /* object-fit: cover; */
    object-position: center;
}

.rent-item.mb-4 h4 {
    font-size: 20px;
}

.form-group.msgboxformdiv {
    position: relative;
}

.msgboximages {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.msgboximagesimg {
    width: 50%;
}

img.msgboxImg {
    width: 50%;
    height: 130px;
}

.form-group.msgboxformdiv textarea::placeholder {
    color: gray !IMPORTANT;
}

.form-group.msgboxformdiv textarea {
    color: gray !IMPORTANT;
}

.form-control {
    font-size: 0.9rem !important;
}