/* 
    font-family: 'Poppins', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
*/

@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:wght@300;400;500;600;700&display=swap');

/*** 

====================================================================
    Reset
====================================================================

***/
 
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/**::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(184deg, #056839, #153048);
    background: linear-gradient(184deg, #056839, #153048);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}*/


/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f7f7f7;
    scroll-behavior: smooth;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#0060ff;
    /* 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;*/
}

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;  
}


/* 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;*/
}

input,
input.form-control:focus, 
input[type=text]:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 0px 0 ;
}
input[type="text"],input[type="date"],input[type="password"],input[type="email"],textarea,select{
    width: 100%;
    padding: 7px;
    border: 1px solid #ece6e6;
    /*background: linear-gradient(45deg, white, transparent);*/
    margin:  0;
    display: inline-block;
    outline: none;
}
::placeholder{
    opacity: 0.7;
    font-size: 13px;
}
.select2-container {
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}
.select2-results__option {
    width: 100%;
}
.select2-container--focus {
    display: none!important;
}
.select2-container--default .select2-results>.select2-results__options {
    width: 100%;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.m-b-30{
    margin-bottom: 30px;
}

.pad-80 {
    padding: 60px 0px;
}

.pad-80-50 {
    padding: 30px 0px 20px;
}
.bg-1 {
    background: #f7f7f7;
}
.centered {
    text-align: center;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.box-shadow-1 {
    -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
}
.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;
}

.overlay:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,1);
    -moz-background:rgba(0,0,0,1);
    -webkit-background: rgba(0,0,0,1);
    -ms-background: rgba(0,0,0,1);
    -o-background: rgba(0,0,0,1);
    /*background: linear-gradient(178deg, #4e1a21, #563339);*/
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    top: 0;
}

.bg-F7F8FA {
    background: #F7F8FA;
}
/*==================Section Title Css===============*/

.section-title {
    position: relative;
    color: #ffa72a;
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
    margin: 0px 0px 25px 0px;
    font-weight: 700;
}

.section-title span {
    color: #172c49;
}

.section-heading .heading-text {
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
    color: #153048;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

/*==================Button Css===============*/
.theme-btn{
    cursor: pointer;
    display: inline-block;
    -webkit-transition:all 300ms ease;
    transition: all 300ms ease;
    min-width: 130px;
    text-align: center;
    line-height: normal;
}
/*
.theme-btn:hover{
    color: initial;
}*/

.load-more-btn {
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    background: #04673C;
    color: #fff;
    border-radius: 2px;
    transition: all 500ms ease-in-out;
}

.load-more-btn:hover {
    background: linear-gradient(to right, #046739, #11998e);
    color: #fff;
}

/*** 

====================================================================
    Header Css
====================================================================

***/
.header{
    width: 100%;
    z-index: 999;
    position: sticky;
    top: 0px;
}
.header-top {
    position: relative;
    padding: 8px 0px;
    background-color: #046739;
    line-height: normal;
}

.header-top ul li {
    position: relative;
    margin-right: 30px;
    font-size: 16px;
}

.header-top .header-top-left ul li a, .header-top .header-top-right .social-box li a {
    color: #fff;
    position: relative;
}

.header-top .header-top-left ul li a {
    padding-left: 28px;
}

.header-top .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
}

.header-top-left ul li {
    padding-right: 20px;
}

.header-top-right {
    text-align: right;
}

.header-top-right .social-box li {
    margin-right: 20px;
}

/*==========Main Menu Css===========*/

.main-nav {
    background: #fff;
    height: 90px;
}

.main-nav .site-navigation {
    height: 90px;
    padding: 0px 38px 0px 20px;
}
.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}
.main-nav .site-navigation .navbar-brand img {
    height: 85px;
    vertical-align: middle;
    object-fit: contain;
    width: 100%;
}
.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 30px;
    position: relative;
}
.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: rgb(27 38 74);
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 33px 0px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.main-nav .site-navigation .site-menu .menu-link:hover{
    color: #ffaa00;
    transition: 0.5s;
}
.main-nav .site-navigation .site-menu .menu-link.active {
    color: #ffaa00;
}
.main-nav .site-navigation .site-menu .menu-link.active:hover {
    color: rgb(27 38 74);
    transition: 0.5s;
}
.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;
}
.btn-style-one {
    background: #ffa72a; 
    background: linear-gradient(to left, #153048 50%, #ffa72a 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 2px;
}
.btn-style-one:hover {
    background-position: left;
    color: #fff;
}


.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: #484d66;
}
.main-nav .site-navigation .site-menu .menu-link:hover .flaticon-angle-arrow-down{
    color: #ffaa00;
    transition: 0.5s;
}

/*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: 29px;
    margin-bottom: 8px;
    background-color: #2c40a6;
}

.mobile-menu-trigger span:last-child {margin-bottom: 0; }
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #071976;
    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: .4s;
    transition: .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: 'Poppins', sans-serif; top: 0; bottom: 0; color: white; z-index: 999; margin: 0 auto; text-align: center; right: 0; left: 0; font-size: 16px; line-height: 50px; }
.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: 150px 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: .3s; transition: .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: #ffffff;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 10px;
    transition: all .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%;
}

.nav-item.has-children .dropdown .nav-item  a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    color: rgb(27 38 74);
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all .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 {
    color: #ffaa00;
    margin-left: 5px;
    transition: 0.5s;
}

.site-navigation .site-menu .has-children:hover >.dropdown {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    margin-top: -4px;
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all .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;
}

/*** 

====================================================================
    Home Banner Css
====================================================================

***/
.home-banner-background-cover{
    /*background-image: linear-gradient(rgb(8 85 49 / 2%), rgb(25 88 53 / 26%));*/
    background-repeat: no-repeat;
    /* height: 600px; */
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 176px 0px;
}

.header-text {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    margin: 0px 0px 25px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-property-listing-filter{
    background: rgb(23 44 73 / 63%);
    padding: 24px;
    position: relative;
    border-radius: 4px;
}
.search-content {
    display: flex;
    align-items: center;
}

.search-button {
    margin-right: 22px;
}

.search-button button.btn {
    background-color: #6449e7;
    color: #fff;
    width: 100px;
    font-weight: 500;
}

.search-button button.btn:focus,
.search-button button.btn:hover {
    background-color: #fff;
    border:1px solid #6449e7;
    color: #000;
    outline: none;
}

.dropdown-filter {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    user-select: none;
}

.search-content .dropdown-filter span {
    font-size: 12px;
    margin-right: 4px;
}

.full-filter-wrap {
    position: absolute;
    background: linear-gradient(to top, #172c49, transparent);
    top: 86px;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 9999;
    display: block;
    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: none;
}

.filter-checkbox p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.filter-checkbox ul{
    columns: 4;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

.filter-checkbox ul.feature-list li{
    display: block;
}

.filter-checkbox input[type=checkbox] {
    display: none;
}

.filter-checkbox input[type="checkbox"]:checked+label::before {
    content: "\2714";
    background-color: #6449e7;
    color: #fff;
    border:0;
    transition: all .3s ease;
}

.filter-checkbox .feature-list li label{
    position: relative;
    padding-left: 35px;
    line-height: normal;
    margin-right: 20px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #fafafa;
    cursor: pointer;
    width: 100%
}

.filter-checkbox .feature-list label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

/*** 

====================================================================
    Services Css
====================================================================

***/
.our-service-section {
    transition: all 500ms ease-out;
}
.service-slide-item {
    margin-right: 10px;
}

.service-slide-item .service-img-box {
    width: 145px;
    height: 145px;
    border-radius: 2%;
    overflow: hidden;
    transition: box-shadow .1s linear 0s;
    box-shadow: 0 4px 8px transparent;
    margin: 0 auto;
    border: 2px solid #04673966;
}

.service-slide-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
}

.service-slide-item .service-title {
    text-align: center;
    font-weight: 500;
    margin: 16px 0;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    line-height: normal;
}

.service-slider .owl-nav {
    display: none;
}

.service-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.service-slider .owl-dots .owl-dot {
    background: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #046739;
    margin-right: 10px;
    transition: all 500ms ease-in-out;
}

.service-slider .owl-dots .owl-dot.active {
    background: #046739;
}

/*** 

====================================================================
    Advitiser Css
====================================================================

***/
.advertiser-list {
    display: inline-block;
    background: linear-gradient(to right, #046739, #11998e);
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    line-height: normal;
}
.advertiser-list a{
    color: #fff;
}

/*** 

====================================================================
   Breadcrumb Css
====================================================================

***/
.breadcrumb-section a {
    display: inline-block;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
}

/*** 

====================================================================
   Property Details Css
====================================================================

***/
.property-details-area {
    padding-bottom: 50px;
}
.property-details-left-side ul li{
    display: inline-block;
    list-style: none;
}
.property-details-wrap,
.sidebar-widget {
    background: #fff;
    padding: 20px;
}
.property-lg-image {
    width: 100%;
}

.property-lg-image img {
    width: 100%;
    object-fit: cover;
}
.product-thumbnail {
    width: calc(100% - 0px);
    height: 60px;
    margin-right: 20px;
    float: left;
    border: 1px solid #dedada;
    border-radius: 2px;
    padding: 5px;
    margin-top: 10px;
}
.breadcrumb-section {
    padding: 20px 0px;
}

.breadcrumb-section h2 {
    font-size: 21px;
    font-weight: 600;
    color: #172b49;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    margin: 6px 0px;
}
.price {
    color: #153048;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.property-borderBottom {
    border-bottom: 1px dotted;
}
.property-id {
    /*margin: 18px 0px 15px;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffa72a;
    font-size: 17px;
}
.property-desc-content {
    font-size: 16px;
    color: #1c1c1c;
}

.property-id span {
    color: #172c49;
}

.property-heading {
    font-size: 20px;
    font-weight: 700;
    color: #ffaa00;
    margin: 5px 0px;
}

.property-details-wrap .prop-card-meta {padding-right: 30px;}
.property-features-content ul li {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #172c49;
    text-transform: capitalize;
}
.property-features-content .list-3-cols {
    columns: 3;
    -webkit-columns: 4;
}

.property-features-content ul li a {
    color: #ffa72a;
}
.property-address-content .property-address-box {
    min-height: 40px;
    font-size: 15px;
    color: #1c1c1c;
}

.property-address-content .property-address-box strong {
    color: #ffa72a;
    margin-right: 5px;
}
.property-seller-right-side .prop-agent-img {
    width: 100px;
    margin-bottom: 20px;
}
.sidebar-widget {
    margin-bottom: 30px;
}
.sidebar-widget-title {
    font-size: 30px;
    border-bottom: 2px solid #3c67042b;
    padding: 15px 0px 20px;
    font-weight: 600;
    color: #046739;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.sidebar-feature-agents {
    background: #fafafa;
    padding: 10px;
    margin: 8px 0;
    text-align: left;
    box-shadow: 0px 0px 7px 0px #9a8181;
}
.sidebar-feature-agents img {
    border-radius: 50%;
    width: 80px;
}
.property-seller-right-side .contact {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #ffa72a;
}

.property-seller-right-side  .contact a {
    color: #046739;
    font-family: 'Poppins', sans-serif;
}
.ad-action-list li {
    display: block;
    margin: 10px 0px;
    /* background: transparent; */
    width: 100%;
    box-shadow: 0px 0px 7px 0px #9a8181;
}

.ad-action-list li a {
    padding: 10px 0px;
    font-size: 19px;
    font-weight: 600;
    color: #1c1c1c;
    display: block;
}
.blog-image {
    width: 100%;
}

.blog-image img {
    width: 100%;
    height: 240px;
    border-radius: 5px 5px 0px 0px;
}

.blog-title {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 56%);
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 10px 0px 8px;
}
/*.breadcrumb-item.active {
    color: #046738;
}*/
.breadcrumb-section a {
    color: #ffa72a;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
  Post Ad Css
====================================================================

***/
.post-ad-form {
    padding: 30px;
}

.post-ad-form-wrap {
    background: #ffffff;
    border-radius: 5px;
}
.post-ad-form .form-group {
    margin-bottom: 25px;
}
.post-ad-form button {
    padding: 8px 15px;
    background: #ffa72a; 
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #ffa72a 50%, #153048  50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-top: 30px;
    cursor: pointer;
}
.post-ad-form button:hover {
    background-position: left;
}


/*breadcrumb*/
.breadrumb-content h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 32px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.breadrumb-area {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0px;
    background-color: #141d38;
}

/*** 

====================================================================
   Login Css
====================================================================

***/
.login-wrap {
    width: 480px;
    max-width: 100%;
    background-color: #2F2F31;
    margin: 20px auto;
    border: 10px solid #ddd;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 5px #3a425a59;
}
.login-header {
    background-color: #113757;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    letter-spacing: 1px;
}
.wrap {
    padding: 25px 35px 45px 40px;
    text-align: center;
}
.group {
    position: relative;
    padding: 15px;
    width: 100%; 
}
.group .fa {
    color: white;
    background-color: #153159;
    left: 5px;
    position: absolute;
    padding: 10px 15px;
    line-height: 22px;
}
.group .check-pass{
    position: absolute;
    right: 0;
    left: 100%;
    background-color:transparent;
    top: 15px;
    font-size: 22px;
}
.group .check-e{
    position: absolute;
    right: 0;
    left: 100%;
    background-color:transparent;
    top: 15px;
    font-size: 22px;
}
.valid{
    color: #22A86D !important;
}
.invalid{
    color: #c0392b !important;
}
.login-wrap input,
.login-wrap select{
    background-color: #424242;
    border-color: transparent;
    display: inline-block;
    height: 42px;
    width: 100%;
    outline: none;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0 0 0 45px;
    font-family: 'Poppins', sans-serif;
}

.group button{
    border-color: transparent;
    float: right;
    padding: 8px 30px;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #153159;
    cursor: pointer;
    text-transform: uppercase;
}
.login-footer {
    padding: 10px;
    background-color: #5c5c5c;
    color: white;
    text-align: center;
}
.login-footer .text-info {
    color: #ffaf00!important;
}
.login-footer .text-info:hover {
    color: #ffc039!important;
}
.login-footer .fa{
    color: #ffaf00;
    padding: 0px 5px;
}
.bottom{
    color: white;
    text-align: center;
}
.bottom a{
    padding: 5px;
    color: white;
}
/*** 

====================================================================
    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: 15px 0px 12px;
    background: linear-gradient(45deg, #2c3fa6, #1f2321);
}

.seller-left-sidebar .sidebar-header .seller-img img {
    width: 25%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.seller-left-sidebar .sidebar-header .seller-name {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    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;
    font-family: 'Poppins', sans-serif;
}

.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: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 10px 0px;
}

.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;
    font-family: 'Poppins', sans-serif;
}

.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;
}

/**/
.sidebar-filter-widget {
    background: #ffffff;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 50%);
    padding: 10px 15px;
    margin-top: 10px;
    border-top: 2px solid #ffaf00;
}
/*** 

====================================================================
    Contact Us Page
====================================================================

***/

.contact-info-section .title {
    color: #d4354e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-info-section .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact-info-section .inner-column {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-info-section .inner-column .content {
    padding-left: 85px;
}

.contact-info-section .info-column .icon-box {
    position: absolute;
    left: 40px;
    top: 56px;
    color: #821212;
    font-size: 40px;
    line-height: 1em;
}

.contact-info-section .info-column ul li {
    position: relative;
    color: #555555;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.contact-info-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #484d66;
    font-family: 'Poppins', sans-serif;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group label {
    position: relative;
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select  {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 22px;
    color: #777777;
    height: 45px;
    font-size: 15px;
    background: none;
    font-weight: 500;
    border-radius: 0px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    width: 100%;
    line-height: 22px;
    padding: 15px 22px;
    color: #777777;
    height: 150px;
    resize: none;
    font-size: 15px;
    background: none;
    border-radius: 0px;
    font-weight: 500;
    border: 1px solid #cccccc;
    -webkit-transition:all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
    border-color: #cb233ec2;
}


/*** 

====================================================================
    Footer Section
====================================================================

***/
.main-footer {
   /* background: -webkit-radial-gradient(circle farthest-corner at center center, #1f1e1e 0%, #131E3C 100%);
    background: radial-gradient(circle farthest-corner at center center, #1f1e1e 0%, #131E3C 100%);*/
    position: relative;
    padding: 60px 0px 0px;
    background: #103b56;
}

.widget-section {
    position: relative;
    padding-bottom: 40px;
}

.footer-widget .about-widget img {
    width: 35%;
    margin-bottom: 10px;
}

.footer-widget p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.footer-widget .title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 40px;
    color: #fff;
}

.footer-widget .title span {
    color: #ffaa00;
}

.footer-widget ul li {
    position: relative;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-widget ul li a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.footer-widget .contact-info-widget ul li a {
    padding-left: 16px;
}

.footer-widget .contact-info-widget ul li .icon {
    color: #ffaa00;
    font-size: 16px;
    font-weight: 600;
}

.footer-widget .social-link-widget a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #1b264a;
    margin-right: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #ffaf00;
    text-align: center;
    transition: background 500ms ease-out;
}

.footer-widget .social-link-widget a:hover {
    background: #ffaf05;
    color: #fff;
}

.footer-widget .social-link-widget a i {
    line-height: 35px;
    font-size: 17px;
}

.footer-bottom-area {
    /*background: -webkit-radial-gradient(circle farthest-corner at center center, #0c0c0c 0%, #0b1329 100%);
    background: radial-gradient(circle farthest-corner at center center, #0c0c0c 0%, #0b1329 100%);*/
    padding: 14px 0 6px;
    background: #103b56;
}

/*** 

====================================================================
    Pagination Section
====================================================================

***/
.pagination{
    display: inline-flex;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #172c4a;
    border-color: #172c4a;
}
.page-link{
    font-weight: 600;
    color: #000;
}


/*Testimonial Section*/

.testimonials {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    color: #fff;
    min-height: 400px;
}
.padding-bottom {
    padding-bottom: 100px;
}
.padding-top {
    padding-top: 100px;
}
.group-title {
    margin-bottom: 20px;
    text-align: left;
}
.main-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
}
.sub-title p{
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}


.testimonial-section .owl-carousel .owl-item .testimonial-top img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonial-section .testimonial-top h4 {
    margin: 10px 0px 5px;
    font-weight: 600;
    text-align: center;
    color: #172c4a;
    font-size: 15px;
}
.testimonial-section .testimonial-slide-item p {
    margin: 0 auto;
    padding: 0px 10px;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}


.testimonial-section .owl-carousel {
    z-index: 1;

}
.testimonial-section .owl-nav div {
    z-index: 9!important;

}

.testimonial-section .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}
.testimonial-section .owl-nav .owl-prev {
      top: 47%;
    left: -40px;
    border: 2px solid #ddd;
}

.testimonial-section .owl-nav div:hover {
  border-color: #fff!important;
  background-color: transparent;
}

.testimonial-section .owl-nav div span {
  color: #ffffff;
  font-size: 15px;
}

.testimonial-section .owl-nav .owl-next {
      top: 47%;
    right: -40px;
    border: 2px solid #ddd;
}

/*Social Share CSS*/
.system-share{
    padding-top: 4px;
}
.system-share a{
    background: #E7E7F8;
    padding: 7px 10px;
    font-size: 20px;
    margin: auto;
    border-radius: 5px;
    -webkit-transition:background 1000ms ease-out;
    transition: background 1000ms ease-out;
}
/*.system-share li a i{
    color: #fff;
}
.system-share li a i:hover{
    color: #fff;
}*/


.system-share #facebook{
    color:#3b5998;
}
.system-share #facebook:hover{
    background: #3b5998;
    color: #fff;
}
.system-share #twitter{
    color:#1DA1F2;
}
.system-share #twitter:hover{
    background: #1DA1F2;
    color: #fff;
}
.system-share #whatsapp{
    color:#1c9100;
}
.system-share #whatsapp:hover{
    background: #1c9100;
    color: #fff;
}
.system-share #pinterest{
    color:#0e76a8;
}
.system-share #pinterest:hover{
    background: #0e76a8;
    color: #fff;
}

/*tab*/
.nav-tabs{
    border-bottom: none;
    margin-bottom: 10px;
}
.nav{
    display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #172c49;
}


.ribbon-box {
    top: -8px;
    left: 8px;
    z-index: 18;
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: absolute;
}
.ribbon-box-2 {
    top: 0px;
    left: -15px;
    z-index: 18;
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: absolute;
}
.ribbon-box:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}
.ribbon-text {
    top: 30px;
    z-index: 2;
    right: -50px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    border: 1px dashed;
    background: #fed524;
    transform: rotate(45deg);
    position: absolute !important;
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 0 3px #fed524, 0px 21px 5px -18px rgb(0 0 0 / 60%);
}
.ribbon-box:after {
    right: 0px;
    top: 100px;
    width: 8px;
    height: 40px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}

.overview-box span {
    color: #1b244a;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 14px;
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.overview-box span:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #1b244a;
}
.overview-box p {
    color: #172c49;
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 13px;
    text-transform: capitalize;
    margin-left: 13px;
    font-weight: 500;
}

.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 25px;
    bottom: 50px;
}
.forgot-password{
    color: #ffaf00;
}
.forgot-password:hover{
    color: #ffc039;
}


/*** 

====================================================================
    Properties Css
====================================================================

***/

.box-properties {
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px 2px #ddd;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.awesome-img>a img{
    width: 100%;
    height: 260px;
}

.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(0 19 126 / 69%) 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-bottom-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgb(76 82 24 / 59%));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgb(76 82 24 / 59%));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(76 82 24 / 59%));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    padding: 10px 10px 15px 10px;
}
.property-bottom-label-box a {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    padding: 2px 5px;
    line-height: normal;
    font-weight: 500;
    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: #007bff;
}
.property-details {
    background: #fff;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.property-details .property-name a {
    display: inline-block;
    font-size: 15px;
    color: #172c49;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 30px;
}
.property-price strong{
    font-size: 18px;
    font-weight: 600;
    color: #172c49;
}
.property-price strong small{
    font-size: 80%;
    font-weight: 600;
    color: #b57800;
}

/*Post Ad*/
.post-your-ads-section ul li{
    display: inline-block;
}

.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 10px 10px 0px;
}
.property-meta-wrap img {
    height: auto;
    width: 25px;
}
.prop-meta-icon-wrap .figure {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    color: #444444;
}