@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");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.7em;
    font-weight: 400;
    background: #f8f8f8;
    -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: #095a80;
}

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: 1.6em;
    font-family: "Poppins", sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.learn-more-button {
    padding: 10px;
    border: 1px solid #095a80 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    background: #095a80 !important;
    color: #fff;
}
.learn-more-button:hover {
    color: #fff;
    background: #095a80;
    transition: 300ms ease-in-out;
}
.explore-button {
    margin: auto;
    display: block !important;
    color: #fff !important;
    background: #095a80 !important;
    padding: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 40% !important;
    border: 1px solid #fff !important;
    text-align: center !important;
}
.search-button {
    color: #fff;
    padding: 10px 0px 10px 0px !important;
    background: #095a80 !important;
    border: 1px solid #095a80 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    text-align: center !important;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.read-more-button {
    padding: 10px 10px 10px 10px !important;
    background: transparent !important;
    border: 1px solid #095a80 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 25% !important;
    text-align: center !important;
    color: #000;
}

/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

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%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}
::placeholder {
    opacity: 0.8;
    font-size: 13px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    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: 0px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.padding-60-50 {
    padding: 100px 0px 30px 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: cover!important;
    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: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, 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 {
    width: 100%;
    position: fixed;
    z-index: 2;
}

.main-nav {
    background: #fff;
}

.main-nav .site-navigation {
    padding: 0px;
}
.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: #095a80;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.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: #333030;
}
.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: 50px;
    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: #095a80;
}
.navbar-nav {
    align-items: center;
}
.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
}

/*Mobile Menu*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: transparent;
    border: none;
}
.mobile-menu-trigger span {
    height: 3px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #095a80;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #385e70;
    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: "\f067";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 60px;
}
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after {
    content: "\f068";
}
.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: 20px;
    top: 50px;
    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: 30px;
    width: 2px;
    background: #ffffff;
    content: "";
    top: 0;
}
#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 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: 0;
}
.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;
}
/* 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: #4b4949c2;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 20px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 300px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 200px;
    top: 3px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid #ebefef;
    width: 100%;
    color: #fff;
}

.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: capitalize;
    transition: all 0.5s ease;
}

.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;
    /*transition: all .5s ease;
    margin-top: -4px;*/
}

a.add-listing-btn {
    color: #095a80;
    background: transparent;
    border: 1px solid #095a80;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all 0.4s ease;
}

.add-listing-btn:hover {
    background: #095a80;
    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;
}

/*** 

====================================================================
    Home Banner Css
====================================================================

***/
.hero-slide-item {
    position: relative;
    height: 300px;
}

.slide-content {
    max-width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: linear-gradient(
        93deg,
        rgb(0 0 0 / 61%) 0%,
        rgb(139 139 139 / 84%) 100%
    );
    border-left: 2px dashed rgb(255 255 255 / 65%);
}

.slide-content .slide-title {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 20px 0px 5px;
    text-transform: uppercase;
}
.slide-content p {
    color: #fff;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

/*Slider CSS*/

/*.hero-section{
    padding-top: 50px;
}*/

.owl-item.active .slide-content {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.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 {
    top: 47%;
    left: 30px;
}
.owl-nav .owl-next {
    top: 47%;
    right: 30px;
}
.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}

.a-icon {
    color: #095a80;
}
.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: 15px;
}
.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}
.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: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #98acc5c7;
}
.owl-dot.active span {
    background: #095a80;
    border: #095a80;
}

/*About Us Section*/
.about-image-part img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.content-part span {
    color: #095a80;
    font-weight: 700;
    text-transform: uppercase;
}
.content-part h3 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.content-part h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background-color: #095a80;
}

.breadcumb-content {
    position: absolute;
    top: 55%;
}
.breadcumb-content h3 {
    font-weight: 600;
    color: #fff;
}

/*Contact Us CSS*/
.contact-part {
    height: 400px;
    position: relative;
}

.contact-details {
    height: 260px;
    width: 70%;
    background: #383b75b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    padding: 20px;
}
.contact-content span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.contact-content p {
    text-align: right;
    color: #fff;
}
.contact-content ul li {
    display: block;
    font-weight: 600;
}

/*Property CSS*/
.property-trx-box {
    overflow: hidden;
}
.property-image {
    width: 100%;
    height: 490px;
    transition: transform 7s ease;
}
.property-image:hover {
    transform: scale(1.5);
}

.property-content {
    padding: 15px;
    background: #fff;
}
.property-content h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #095a80;
    text-align: center;
}
.property-content p {
    font-size: 15px;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
}
/***
====================================================================
    Footer Css
====================================================================

***/
.footer .footer-item {
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.footer .footer-item ul li strong {
    color: #fff;
}
.footer .footer-item ul li a {
    color: #ddd;
}
.footer-logo img {
    width: 100%;
    height: 90px;
}

.footer .copyright {
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 2.67px;
}
.footer-background-upper {
    padding: 30px 0px;
    background-color: #016796;
}
.background-main {
    background-color: #016796;
}
.background-main p {
    font-weight: 500;
    color: #e6e6e6;
}
.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
    letter-spacing: 0px;
}
.over-hidden {
    overflow: hidden;
}
.footer .copyright .copright-text .link-hover {
    color: #ffffff;
    font-weight: 700;
}
.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}

/*Footer Contact With Me Section CSS*/
.footer-background-upper .content-part h3 {
    text-align: center;
    color: #fff;
}
.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}
#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}
#icon-bg-2:hover {
    background: #ff0000;
    color: #fff;
    transition-duration: 0.3s;
}
#icon-bg-3:hover {
    background: #095a80;
    color: #fff;
    transition-duration: 0.3s;
}
#icon-bg-4:hover {
    background: #095a80;
    color: #fff;
    transition-duration: 0.3s;
}
#icon-bg-5:hover {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    color: #fff;
    transition-duration: 0.3s;
}
#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}
.footer-background-upper .content-part span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    opacity: 0.9;
    text-transform: uppercase;
}

/*Photos CSS*/

.photo-gallery > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.photo-gallery > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
    opacity: 0.8;
}

.photo-gallery {
    display: grid;
    grid-gap: 10px;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

/*Single Property CSS*/
.location {
    color: #0f133a !important;
    opacity: 0.8 !important;
    letter-spacing: 0.4px !important;
    text-transform: capitalize !important;
}
.content-part table tbody tr td {
    border: none;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
    text-transform: capitalize;
}
/*Search Section*/
.search-section {
    height: 280px;
}

/*Extra Button Css*/
.side-phone-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 5px;
    bottom: 175px;
}
.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 5px;
    bottom: 115px;
}

/*Counter CSS*/
.counterup {
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
}
.counterup h2 {
    color: #095a80;
    font-weight: 700;
    text-align: center;
}
.counterup h3 {
    text-align: center;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

/*SVG Slider*/
.svg-slider {
    position: relative;
    width: 100%;
    padding-top: 34%;

    user-select: none;
    touch-action: none;
}

/** Viewport contains SVG slides */
.svg-slider__viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

/** Overlay is used to catch click/touch events */
.svg-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

/** Default settings for slide */
.svg-slider__slide {
    display: block;
    position: absolute;

    left: 50%;
    width: auto;
    height: 100%;

    transform: scale(0.5);

    transition: transform 0.25s ease-out, left 0.25s ease-out,
        opacity 0.25s ease-out;

    opacity: 0;
}

/** pre-previous slide */
.svg_slider_slide_m1 {
    transform: scale(0.75) translateX(-120%);
    z-index: 20;
    opacity: 1;
}

/** previous slide */
.svg_slider_slide_m2 {
    transform: scale(0.5) translateX(-243%);
    z-index: 10;
    opacity: 1;
}

/** active slide */
.svg_slider_slide_active {
    transform: scale(1) translateX(-50%);
    z-index: 30;
    opacity: 1;
}

/** next slide */
.svg_slider_slide_p1 {
    transform: scale(0.75) translateX(-10%);
    z-index: 20;
    opacity: 1;
}

/** post-next slide */
.svg_slider_slide_p2 {
    transform: scale(0.5) translateX(43%);
    z-index: 10;
    opacity: 1;
}

.breadcumb-image {
    background-image: url("https://mg-architecture.ca/app/uploads/2022/10/MGA_Dock-Building_Ext02_Ema-Peter-1.jpg");
    width: 100%;
    height: 250px;
    background-size: cover;
}

/*** 

====================================================================
    Properties Css
====================================================================

***/

.single-properties {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    transition: all 500ms ease-in-out;
    cursor: default;
}
.single-properties:hover {
    box-shadow: 1px 3px 20px 9px rgb(7 152 255 / 11%);
    transform: translateY(-10px);
}
.thumbnail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.property-top-tag-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.8)),
        to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 9;
}

.property-bottom-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    justify-content: flex-end;
    padding: 10px 10px 25px 10px;
}

.thumbnail-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 250px;
}

.property-top-tag-box-inner {
    padding: 0px 10px;
}

.prop-top-media {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px 5px;
    vertical-align: middle;
    margin: 10px 4px;
    cursor: pointer;
    letter-spacing: 1px;
}

.prop-top-media .property-thumb-count {
    vertical-align: middle;
}

.property-bottom-label-box a {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    padding: 2px 5px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.property-label-color-f-rent {
    background: #004223;
}

.property-label-color-f-sale {
    background: #987203e0;
}

.property-label-color-f-area {
    background: #095a80;
}

.prop-price-box {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 43%;
    background: linear-gradient(to right, #046739, #11998e);
    padding: 4px 6px;
    line-height: normal;
    left: 10px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    flex-wrap: wrap;
}

.property-details {
    padding: 20px;
    font-family: "Montserrat", Sans-serif;
}

.property-details .property-name a {
    display: inline-block;
    font-size: 19px;
    color: #1a1a1a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 600;
    line-height: 35px;
}

.property-location {
    margin-bottom: 10px;
    font-size: 15px;
    color: #414141;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.property-meta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.prop-card-meta {
    padding: 0 7px 14px 0px;
}

.prop-meta-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
    color: #1a1a1a;
    font-family: "Poppins";
}

.property-meta-wrap img {
    height: auto;
    width: 30px;
}

.prop-meta-icon-wrap .figure {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    color: #444444;
}

.hero-title {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}
.hero-title-p {
    color: #fff;
    font-size: 20px;
}
.form-right-main {
    background: #dddddd96;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 50px;
}
.location-box {
    overflow: hidden;
}

.location-content-box {
    position: absolute;
    bottom: 0%;
    padding: 20px 20px;
}
.location-content-box h3 {
    color: #fff;
    font-weight: 600;
}
.location-img img {
    opacity: 0.6;
    width: 100%;
    height: 240px;
}

.purpose-box {
    background: #fff;
    height: 401px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #706e6e99;
}

.purpose-content h3 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.purpose-content p {
    font-weight: 500;
    color: #000;
}

.property-info-box p {
    font-size: 16px;
    color: #343a40;
}
.property-info-box {
    font-size: 20px;
    margin-top: 5px;
}

/* Blog */
.blog-box {
    overflow: hidden;
}

.blog-content-box {
    position: absolute;
    border-left: 3px solid #095a80;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0 10px 0;
}
.blog-content-box h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.blog-img img {
    opacity: 0.6;
    width: 100%;
    height: 240px;
}

.blog-content-box p {
    color: #fff;
    font-size: 13px;
    padding: 0;
    margin-bottom: 0px;
}

.blog-content h4 {
    color: #000;
    font-weight: 600;
}

.fixed-social-area {
    position: fixed;
    z-index: 99;
    height: 250px;
    display: flex;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.fixed-social-list li {
    margin-top: 2px;
    display: block;
}
.fixed-social-list li a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    background: #363636;
    margin: 0.5px;
}
.fixed-social-list li #facebook {
    background: #3b5998;
}
.fixed-social-list li #twitter {
    background: #1da1f2;
}
.fixed-social-list li #linkedin {
    background: #0077b5;
}
.fixed-social-list li #youtube {
    background: #ff0000;
}
.fixed-social-list li #instagram {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}
.fixed-social-list li #whatsapp {
    background: #25d366;
}
.save-button {
    background: #3b5998;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
}

/*** 

====================================================================
    Seller Dashboard Page
====================================================================

***/
.seller-left-sidebar {
    height: calc(100vh - 90px);
    background: #fefdff;
    border: 1px solid #8080801f;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgb(197 201 199);
    border-bottom: 0;
}

.seller-left-sidebar .sidebar-header {
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(45deg, #0020c9, #271415);
}

.seller-left-sidebar .sidebar-header .seller-img img {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.seller-left-sidebar .sidebar-header .seller-name {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.seller-sidebar-content {
}

.seller-left-sidebar
    .seller-sidebar-content
    .nav-container
    .seller-main-menu-navigation
    li {
    display: block;
    border-bottom: 1px solid #2a5e4a26;
}

ul.seller-main-menu-navigation {
    width: 100%;
}

.seller-left-sidebar
    .seller-sidebar-content
    .nav-container
    .seller-main-menu-navigation
    li
    a {
    display: block;
    overflow: hidden;
    line-height: 2rem;
    padding: 10px 30px 10px 14px;
    background-color: transparent;
    color: #6f5489;
    transition: all 300ms linear;
    font-size: 18px;
}

.seller-left-sidebar
    .seller-sidebar-content
    .nav-container
    .seller-main-menu-navigation
    li
    a
    i {
    margin-right: 12px;
}

.seller-left-sidebar
    .seller-sidebar-content
    .nav-container
    .seller-main-menu-navigation
    li:hover
    > a {
    background: rgba(200, 200, 200, 0.2);
}
.seller-dashboard-main-content-area .content-wrapper .page-header {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0px 20px;
    color: #000;
}

.seller-dashboard-main-content-area .content-wrapper .gradient-blackberry {
    background: linear-gradient(45deg, #843cf7, #38b8f2) !important;
    border: 0;
    color: #fff;
}

.gradient-ibiza-sunset {
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.card.gradient-green-tea {
    background: linear-gradient(45deg, #004b91, #78cc37) !important;
    background-repeat: repeat-x;
}

.card.gradient-pomegranate {
    background-image: linear-gradient(45deg, #9b3cb7, #ff396f) !important;
    background-repeat: repeat-x;
}

.seller-dashboard-main-content-area .content-wrapper .card {
    box-shadow: 0 6px 0px 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 14%);
    color: #fff;
    height: 110px;
    margin-bottom: 20px;
}

.quick-link-wrap button {
    font-size: 18px;
    font-weight: 600;
}

.action-btn {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
}

.c-007bff {
    background: #007bff;
}

.c-dc3545 {
    background: #dc3545;
}

.profile {
    box-shadow: 0px 0px 11px 3px rgb(145 143 143 / 22%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.account_text a {
    font-weight: 500;
    font-size: 16px;
}

.login-section {
    padding-top: 110px !important;
}
.title-header .title {
    font-size: 1.5em !important;
}
.my-profile-area {
    padding-top: 100px !important;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .main-nav .site-navigation {
        padding: 0px 20px 0px 20px;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 80px;
        width: auto;
    }

    .header-navigation-area {
        display: none;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .site-menu-wrap {
        z-index: 9999;
        position: fixed;
        background: #f1f1f1;
        top: 0;
        left: -800px;
        width: 95%;
        height: 100%;
        border-radius: 5px;
        transition: all 500ms ease-in-out;
        padding: 80px 60px;
    }
    .mobile-menu {
        display: block !important;
    }
    .desk-menu {
        display: none !important;
    }
    .search-section {
        height: 470px;
    }
    .contact-details {
        width: 85%;
    }
    .footer .footer-item {
        position: relative;
        padding: 10px 20px;
    }
    .breadcumb-image {
        height: 170px;
    }
    .home-content {
        display: none;
    }

    .footer-logo img {
        width: 60%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-nav {
        padding: 0px;
    }
    .main-nav .site-navigation {
        background: #ffffff;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 80px;
    }
    #feature-top {
        margin: 50px 0px 20px;
    }
    .hero-slide-item {
        height: 300px;
    }
    .slide-content {
        max-width: 100%;
        padding: 0px 10px;
        left: 4px;
    }
    .slide-content .slide-title {
        font-size: 25px;
        font-weight: 500;
        line-height: normal;
    }
    .slide-content .hero-slide-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
    }
    .footer-widget .footer-social ul li {
        display: inline-block;
    }
    .line-footer {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }
    .site-menu-wrap {
        display: none;
    }
    .header-breadcrumb {
        padding: 80px 0;
        text-align: center;
    }
    .nav-item {
        display: block;
    }
    .flaticon-angle-arrow-down {
        display: none;
    }
    .nav-item.has-children .dropdown .nav-item a {
        color: #fff;
        padding: 8px 0px;
        font-weight: 500;
    }
    .slicknav_nav ul {
        width: 100%;
    }
    .slicknav_nav .has-children ul li {
        padding-left: 25px;
    }

    .nav-item.has-children .dropdown .nav-item a:hover {
        margin-left: 0px;
    }

    .header-navigation-area {
        display: none;
    }
    .mobile-menu-trigger {
        display: block;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .hero-slide-item {
        height: 300px;
    }
    .slide-content {
        max-width: 100%;
    }
    .slide-content .slide-title {
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-slide-item {
        height: 300px !important;
    }
    .slide-content .slide-title {
        font-size: 35px;
        font-weight: 700;
    }
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
