@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");

/***

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
    /* background: #f9f9f9; */
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0060ff;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 27px;
}

p {
    position: relative;
    line-height: 27px;
    color: #000;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
}

/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}
label {
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus,
input[type="text"]:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    width: 100%;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
    background: #f2f1f1;
    border-radius: 10px;
    font-weight: 500;
}

select {
    width: 100%;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 10px 9px;
    background: #f2f1f1;
    border-radius: 10px;
    font-weight: 500;
}
::placeholder {
    opacity: 0.8;
    font-size: 15px;
}
.form-control {
    height: calc(2.6rem + 2px) !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #a3a3a3;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.padding-20-10 {
    padding: 20px 0px 10px 0px;
}
.padding-30-50 {
    padding: 30px 0px 50px 0px;
}
.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

.btn-info {
    font-weight: 600;
}
.bg-1 {
    background: #08243f;
}
.box-mb-30 {
    margin-bottom: 30px;
}
.bg-img {
    background-size: 100% 100%;
    /*background-repeat: no-repeat!important;*/
    background-position: center center !important;
    background-color: linear-gradient(184deg, #d1223e, #a2636d) !important;
}
.overlay {
    position: relative;
    z-index: 0;
}
.horizental-line {
    height: 1px;
    background: #7b7b7b;
    margin: 15px 0px;
}
.overlay:before {
    position: absolute;
    content: "";
    background-color: #000000a3;
    opacity: 0.56;
    transition: background 0.3s, border-radius 10px, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.equal-height {
    height: 250px;
    width: 100%;
}
.btn-warning {
    color: #fff;
    font-weight: 600;
    background-color: #fdc134;
    border-color: #fdc134;
}
/***

====================================================================
    Header Css
====================================================================

***/
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.top-bar {
    background: #ffffff;
    /* padding: 10px; */
}
.main-nav {
    background: #0e0e0ec7;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 8px 0px;
}

.main-nav .site-navigation {
    padding: 0px 20px 0px 20px;
}
.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}
.main-nav .site-navigation .navbar-brand img {
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 20px;
    position: relative;
}
.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.main-nav .site-navigation .site-menu .menu-link:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* .main-nav .site-navigation .site-menu .menu-link:hover span{
    color: #005b7f;
} */

.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}
.main-nav .site-navigation .site-menu .menu-link.active {
    /*color: #bb8131!important;*/
    color: #005b7f;
}
.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}
.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}
.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}
.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #fff;
}
.navbar-nav {
    align-items: center;
}
.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 10px;
}

/*Mobile Menu*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: transparent;
    border: none;
}
.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 30px;
    margin-bottom: 6px;
    background-color: #fff;
}
/* .mobile-menu-trigger span:nth-child(2) {
    width: 25px;
    margin-left: 9px;
} */
.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    background-color: #005b7f;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}
.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.mobile-menu-container li > a .slicknav_arrow:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 12px;
    line-height: 68px;
    transition: transform 0.3s ease;
}
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after {
    content: "\f077";
}
.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu-close {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 22px;
    width: 2px;
    background: #ffffff;
    content: "";
    top: 0;
}
#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 85px 20px 20px 20px;
}
#mobile-menu-wrap div {
    background-color: transparent;
}
#mobile-menu-wrap .slicknav_item i {
    display: none;
}
/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
}
.slicknav_btn {
    display: none !important;
}
.slicknav_menu {
    padding-left: 0;
}
.slicknav_item.slicknav_row a {
    border-bottom: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0;
    /* background: rgb(255 255 255 / 8%); */
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.slicknav_nav ul {
    margin: 0 0 0 0px;
}
.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}
.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}
.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 10px;
}
.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}
.slicknav_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* right: 0; */
    top: 17px;
    position: absolute;
}
.slicknav_nav a,
.slicknav_row a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
}
/* Mobile Menu CSS End*/

/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children {
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #414141cc;
    min-width: 200px;
    z-index: 9999;
    text-align: left;
    margin-top: 15px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.sub-sub-menu {
    margin-top: 0px !important;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 300px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 205px;
    top: 3px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 10px 20px;
    border-bottom: 2px solid #c1c1c1;
    width: 100%;
}
.nav-item.has-children .dropdown .nav-item a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    display: block;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border-left: 2px solid #fff;
}

.site-navigation
    .site-menu
    .nav-item.has-children
    .dropdown
    .nav-item:last-child {
    border-bottom: 0;
}

.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}

.site-navigation .site-menu .has-children:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all 0.4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}
.hot-line-text {
    font-size: 15px;
    font-weight: 500;
    color: #019b2d;
}
.hot-line {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #019b2d;
}
.login-button {
    background: transparent;
    border: 2px solid #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.login-button:hover {
    color: #fff;
}
.registration-button {
    background: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
}
.registration-button:hover {
    color: #000;
}
.top-icon {
    background: #fff;
    padding: 1px 9px;
    border-radius: 50%;
    color: #005b7f;
    margin-right: 3px;
}
.top-icon a {
    color: #019b2d;
}
/***

====================================================================
    Home Banner Css
====================================================================

***/
.hero-slide-item {
    position: relative;
    height: 550px;
}

.slide-content {
    max-width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide-content .slide-title {
    font-weight: 700;
    margin: 20px 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 2px 5px #505050;
}

/*Slider CSS*/
/* .owl-item.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    color: #005b7f;
    font-weight: 800;
} */

.owl-item.active h1 span {
    color: #005b7f;
}

.owl-item.active .line {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.owl-nav .owl-prev {
    color: #fff;
    top: 47%;
    left: 30px;
    background: #005b7f;
}
.owl-nav .owl-next {
    color: #fff;
    top: 47%;
    right: 30px;
    background: #005b7f;
}
.owl-nav div {
    position: absolute;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 35px;
}
.project-location .owl-nav .owl-prev {
    top: 39%;
    left: 10px;
}
.project-location .owl-nav .owl-next {
    top: 39%;
    right: 10px;
}
.a-icon {
    color: #005b7f;
}
.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 85px;
}
.hero-sliders .owl-dots{
    position: absolute;
    bottom: 5%;
    right: 10%;
    justify-content: flex-end;
    align-items: center;
}
.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
}
.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.owl-dot span:after {
    content: '';
    display: block;
    width: 35px!important;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 10px;
    transform: translateY(-50%);
}
.owl-dot:last-child span:after {
    width: 0 !important;
}
.owl-dot.active span {
    background: #005b7f;
}

.slider-buttons {
    position: absolute;
    left: 0;
    transform: translateY(-350%);
    display: block;
    z-index: 9999;
}
.slider-buttons ul li a,
.slider-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10px;
    margin: 3.25px 7.5px;
    display: flex;
}
.slider-buttons ul li a,
.slider-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}
.breadcumb-slider {
    height: 450px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quick-background{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

/***
====================================================================
    Footer Css
====================================================================

***/
.footer {
    background: #005b7f;
}
.footer .footer-item {
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0px 0px 0px;
}
.footer .footer-item ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}
.footer .footer-item ul li a {
    color: #fff;
}

.footer .copyright {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 2.67px;
}

.background-main {
    background-color: #000000;
}
.background-main p {
    font-weight: 400;
    color: #e6e6e6;
    letter-spacing: 0px;
    font-size: 17px;
}
.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}
.over-hidden {
    overflow: hidden;
}
.footer .copyright .copright-text .link-hover {
    color: #005b7f;
    font-weight: 600;
}
.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}
.social-icon li {
    display: inline-block !important;
}
.social-icon li a {
    font-size: 20px;
    padding-right: 10px;
}

/* news letter*/

.news-letter-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #1c1c1c;
    padding: 40px 0px;
}

.news-letter-section .newstext h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.news-letter-section .newstext p {
    font-size: 16px;
    color: #818ea0;
    margin-top: 10px;
}

.news-letter-section .form input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.news-letter-section .form button {
    background-color: #373737;
    color: #fff;
    white-space: nowrap;
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 15px;
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500;
    width: 100%;
}

/* New slider*/
.main-box {
    display: flex;
    background: #000;
}

.box {
    height: 600px;
    border-right: 1px solid white;
    webkit-transition: 1.8s;
    -o-transition: 1.8s;
    transition: 1.8s;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.box.active {
    width: 70% !important;
}

/* Matter Box Css */
.metter-content-box {
    text-align: center;
    background: #6c6c6c;
    text-shadow: 0 1px 1px #000;
    transition: 0.5s;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.metter-content-box:hover {
    background: #383838;
}
.metter-hufer {
    font-weight: 400;
    color: #0a0a0a;
    padding: 1px;
    border-bottom: 1px solid #0a0a0a;
}

/* Property Finder section */
/* .find-property-section {
    background: #005b7f6b;
    padding: 25px 0px 20px;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: -74px;
} */
.find-property-section a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    width: 150px;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    margin-right: 10px;
}
.find-property-section a:hover {
    background-color: #ed2b2b;
    color: #fff;
}

/* Video Section */

.box-video {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 2;
    transition: transform 7s ease;
}

/* .box-video:hover .bg-video {
    transform: scale(1.5);
} */

.bg-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
}

.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Title Box */
.title-header h5 {
    text-align: center;
    color: #000;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

.title-header p {
    color: #000;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-title {
    margin-bottom: 33px;
    position: relative;
}
.section-title.style2 {
    margin-bottom: 48px;
}
.section-title h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: #005b7f;
    margin-top: 15px;
    text-align: left;
}
.section-title span {
    color: #000;
    font-size: 15px;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0;
    color: #005b7f;
}
.section-title .title-header {
    margin-bottom: 44px;
    position: relative;
}
.section-title .title-header:after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: -19px;
    height: 5px;
    left: 0;
    top: auto;
}
.section-title .title-desc {
    font-size: 16px;
    line-height: 27px;
}
.section-title.title-style-center_text,
.title-style-center_text {
    text-align: center;
}
.section-title.title-style-center_text .title-header:after {
    left: 0;
    right: 0;
    text-align: center;
    background-color: #373737;
    margin: 0 auto;
}

.section-box {
    background: #005b7f;
    padding: 25px 0px;
}

.section-box .section-main-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 3px 0 0 0;
    cursor: inherit;
}
.section-box-button {
    float: right;
}
.section-box .section-main-button {
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    border: 2px solid #3d3d3d;
    font-size: 12px;
    padding: 0 12px;
    margin-right: 10px;
    height: 39px;
    line-height: 39px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: color 0.1s linear, background-color 0.1s linear,
        border-color 0.1s linear;
}
.section-box .section-main-button:hover {
    background: #fff;
    color: #000;
}

/* Review Content */
.review-content {
    position: absolute;
    top: 50%;
    width: 100%;
}
.review-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.review-content span {
    font-size: 13px;
    line-height: 1.538461538461538em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}
.review-main:hover .review-content h3 {
    display: none;
}
.review-main:hover .review-content span {
    display: none;
}

/* Other Business Section */
.box-business {
    overflow: hidden;
    margin-bottom: 20px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 0px 2px #dbdbdb6e; */
}
.box-business img:first-child {
    height: 160px;
    width: 160px;
}
.box-business img {
    height: 120px;
    border-radius: 10px;
    background: #fff;
    object-fit: cover;
    width: 100% !important;
}

.box-business:hover .awesome-img::after {
    opacity: 1;
}

/* Breadcumb Section */
.breadcumb-content {
    background: #00000078;
    font-weight: 600;
    font-size: 20px;
    padding: 30px 60px;
    top: 50%;
    width: 100%;
    position: absolute;
}

/* Property Section */
.button-section {
    background: #282727;
}
.button-section .button-main {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.button-section .active {
    background: #ddd;
}
.button-section a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.button-section .active a {
    color: #000;
}

.property-main-box {
    background: #fff;
}
.property-main-box .overflow {
    overflow: hidden;
}

.property-content-box {
    padding: 10px;
}
.property-content-box .property-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.property-content-box .property-location {
    color: #000;
    text-align: center;
}
.property-main-box .property-image-box {
    transition: transform 7s ease;
}
.property-main-box:hover .property-image-box {
    transform: scale(1.5);
}
.table td,
.table th {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #dee2e6;
    color: #000;
}

/* Contact section */
.contact-section ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact-section ul li a {
    color: #ddd;
}
.normal {
    background-color: #005b7f;
    color: #fff;
    white-space: nowrap;
    height: 2.2rem;
    padding: 0px 1.25em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 0.5px;
}
.normal:hover{
    color: #fff;
}

/* Gallery Section */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Glyphicons Halflings";
    content: "\e003";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #005b7f;
    content: "";
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/* Faq Section */

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}
.panel-heading {
    padding: 7px 15px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ddd;
    transition: 0.3s;
}
.panel-heading:hover {
    background-color: #005b7f;
}
.panel-title {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.panel-heading:hover .panel-title {
    color: #fff;
}
.panel {
    margin-bottom: 6px !important;
}

.panel-body {
    color: #000;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 500;
}

/* Other Section */
.joint-button {
    background: #ddd;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}
.joint-button:hover {
    background: #000;
    color: #fff;
}
.slider-span {
    font-weight: 600;
    display: block;
}
.slider-p {
    font-size: 18px;
}

/* Custom CSS */
.search-page-title {
    text-align: center;
    padding: 29px 0;
    font-size: 28px;
    font-weight: 700;
}

.box-properties {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 6px 2px #ddd;
    border-radius: 10px;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.awesome-img img {
    height: 385px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.box-properties:hover .awesome-img > a::after {
    opacity: 1;
}

.box-properties:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img > a::after {
    background: rgba(255, 255, 255/0%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    background: rgb(40 40 43 / 83%) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    color: #fff;
    padding: 20px 40px;
}

.property-action {
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.property-action:hover {
    color: #fff;
}

.project-dec ul li {
    font-weight: 500;
    display: block;
}

.fa-quote {
    color: #005b7f;
    font-size: 28px;
    position: absolute;
    top: -15px;
}

.fa-quote-right {
    left: 20px;
}

.fa-quote-left {
    right: 20px;
}

/* .testimonial {
    line-height: 1.7;
    text-align: justify;
    background-image: url("/icon/testimonial.png");
    width: 100%;
    background-size: 100% 100%;
}
.testimonial-content {
    padding: 35px;
} */
.testimonial .box-video {
    height: 200px;
}
.testimonial-content-box {
    background-image: url("/icon/testimonial.png");
    background-size: 100% 100%;
    background-position: unset;
    padding: 20px;
    border-radius: 15px;
}
.testimonial-content-box .testimonial-details{
    height: 160px;
    overflow: hidden;
    font-size: 16px;
}
.user-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.username {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.role {
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 34%);
}
.details-section table td {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.details-section table td,
th {
    border: none !important;
    padding: 0px 0px;
}
.details-section table th {
    font-size: 17px !important;
    padding: 0px;
}
.details-section table td {
    padding: 0px;
}
.brochure-button {
    background: #005b7f;
    padding: 10px 15px;
    width: 80%;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
}
.brochure-button a {
    color: #fff;
}
.brochure-button i {
    padding-right: 25px;
}
.brochure-button:hover {
    color: #fff;
}

.details-button {
    background: #ddd;
    padding: 10px 15px;
    color: #000;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    max-width: 30%;
    text-align: center;
    margin-top: 10px;
    transition: 0.5s;
    float: right;
}
.details-button a{
    color: #000
}
.details-button:hover{
    background: #005b7f;
    color: #fff;
}
.details-button:hover a{
    color: #fff;
}
.details-button i{
    margin-left: 10px;
    background: #005b7f;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    float: right
}
.details-button:hover i{
    background: #fff;
    color: #005b7f;
}

.details-title h5 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.single-property-details li {
    list-style: circle;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    color: #000;
    display: block;
    font-size: 17px;
    padding: 7px 0px;
    font-weight: 500;
}

.single-details-image-box .main-single-details-img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}
.floor-plan-img {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    height: 300px;
}
.property-list {
    width: 100%;
}
ul li:first-child .property-thumbnail {
    margin-left: 0px;
}
.property-thumbnail {
    width: 100%;
    height: 150px;
    margin-right: 10px;
    float: left;
    border-radius: 10px;
    cursor: pointer;
}
.single-details-image-box ul {
    max-width: 100%;
}

ul li:first-child .single-details-image-box .single-details-thumbnail {
    margin-left: 0px;
    height: 150px;
}
.single-details-image-box .single-details-thumbnail {
    width: 100%;
    height: 150px;
    margin-right: 10px;
    float: left;
    border: 1px solid #dedada;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.box-check i {
    background: #005b7f;
    padding: 5px 5px;
    color: #fff;
    font-size: 15px;
}

.breadcumb-content-title {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 45px;
}

.team-box img {
    width: 100%;
    border: 1px solid #005b7f;
    height: 245px;
    border-radius: 50%;
    object-fit: cover;
}

.team-box h3 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.team-box p {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}
.releted-property-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
}
.home-matter-section{
    background: #f9f9f9;
}
.single-details-image-box .owl-nav .owl-next {
    color: #fff;
    top: 37%;
    right: 5px;
    background: #005b7f;
}
.single-details-image-box .owl-nav .owl-prev {
    color: #fff;
    top: 37%;
    left: 5px;
    background: #005b7f;
}

.floor-slide-inner .owl-nav .owl-next {
    color: #fff;
    top: 44%;
    right:10px;
    background: #005b7f;
}
.floor-slide-inner .owl-nav .owl-prev {
    color: #fff;
    top: 44%;
    left: 10px;
    background: #005b7f;
}
.releted-property-slide-inner .owl-nav .owl-next {
    right:10px;
}
.releted-property-slide-inner .owl-nav .owl-prev {
    left: 10px;
}
.testimonial-slide-inner .owl-nav .owl-next {
    right:5px;
}
.testimonial-slide-inner .owl-nav .owl-prev {
    left: 5px;
}

.footer-business-title {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.footer-business-title::before,
.footer-business-title::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 0.5px;
    background-color: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

.footer-business-title::before {
    left: 0;
}

.footer-business-title::after {
    right: 0; /* Line starts from the right */
}
/* construction status */

.progress-container {
    display: flex;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.progress-container::before {
    background-color: #ddd;
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

.progress {
    background-color: #005b7f !important;
    height: 0.3rem !important;
    left: 3px;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    z-index: -1;
    border-radius: 0px !important;
}
.ten_circle{
    width: 10% !important;
}
.twenty_circle{
    width: 20% !important;
}
.thirty_circle{
    width: 30% !important;
}
.forty_circle{
    width: 40% !important;
}
.fifty_circle{
    width: 50% !important;
}
.sixty_circle{
    width: 60% !important;
}
.seventy_circle{
    width: 70% !important;
}
.eighty_circle{
    width: 80% !important;
}
.ninety_circle{
    width: 90% !important;
}
.end_circle{
    width: 98% !important;
}

.circle {
    align-items: center;
    background-color: #005b7f;
    border: 3px solid #005b7f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 27px;
    justify-content: center;
    transition: 0.4s ease;
    width: 27px;
}
.circle-active{
    border: 3px solid #fff;
    height: 30px;
    width: 30px;
}
.end-circle-not-active{
    background-color: #fff;
}

.construction-properties .awesome-img img{
    border-radius: 0px;
}

.construction-properties .progress-container {
    display: flex;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.construction-properties .progress-container::before {
    background-color: #ddd;
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 99%;
    z-index: 0;
}

.construction-properties .progress {
    background-color: #005b7f !important;
    height: 0.3rem !important;
    left: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    z-index: 0;
    border-radius: 0px !important;
}
.construction-properties .ten_circle{
    width: 23% !important;
}
.construction-properties .twenty_circle{
    width: 27% !important;
}
.construction-properties .thirty_circle{
    width: 36% !important;
}
.construction-properties .forty_circle{
    width: 38% !important;
}
.construction-properties .fifty_circle{
    width: 51% !important;
}
.construction-properties .sixty_circle{
    width: 61% !important;
}
.construction-properties .seventy_circle{
    width: 68% !important;
}
.construction-properties .eighty_circle{
    width: 70% !important;
}
.construction-properties .ninety_circle{
    width: 76% !important;
}
.construction-properties .end_circle{
    width: 98% !important;
}

.construction-properties .circle {
    align-items: center;
    background-color: #005b7f;
    border: 3px solid #005b7f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 27px;
    justify-content: center;
    transition: 0.4s ease;
    width: 27px;
    z-index: 1;
}
.construction-properties .circle-active{
    border: 3px solid #fff;
    height: 30px;
    width: 30px;
}
.construction-properties .end-circle-not-active{
    background-color: #fff;
}
.construction-properties .fa-check{
    z-index: 2;
}
.construction-properties span{
    line-height: 12px;
}

.construction-name
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.last-progress{
    margin-left: 83%
}
.ninety-progress-top{
    margin-left: 69%
}
.ninety-progress-bottom{
    margin-left: 5%;
}
.eighty-progress-top{
    margin-left: 63%
}
.eighty-progress-bottom{
    margin-left: 11%;
}
.seventy-progress-top{
    margin-left: 61%
}
.seventy-progress-bottom{
    margin-left: 14%;
}
.sixty-progress-top{
    margin-left: 54%
}
.sixty-progress-bottom{
    margin-left: 20%;
}
.fifty-progress-top{
    margin-left: 44%
}
.fifty-progress-bottom{
    margin-left: 30%;
}
.forty-progress-top{
    margin-left: 31%
}
.forty-progress-bottom{
    margin-left: 43%;
}
.thirty-progress-top{
    margin-left: 29%
}
.thirty-progress-bottom{
    margin-left: 45%;
}
.twenty-progress-top{
    margin-left: 20%
}
.twenty-progress-bottom{
    margin-left: 54%;
}
.ten-progress-top{
    margin-left: 14%
}
.ten-progress-bottom{
    margin-left: 60%;
}
.start-progress{
    margin-left: 84%;
}
.view-button{
    background-color: #005b7f;
    color: #fff;
    padding: 10px 1.5em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 0.5px;
}
.view-button:hover{
    color: #fff;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%204%205"><path%20fill="none"%20stroke="black"%20stroke-width="1"%20d="M0,0L2,2L4,0"></path></svg>'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 10px;
}
iframe{
    border-radius: 10px;
}
.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 40px;
}
.side-mobile-buttons{
    display: none;
}
.fixed-social-area{
    display: none;
}
.find-project-section{
    display: none;
}
.details-button-mobile{
    display: none;
}
.mobile-google-map{
    display: none;
}
.pad-75{
    padding-top: 0px;
}
.hero-mobile-section{
    display: none;
}
.hero-pc-section{
    display: block;
}
