@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=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*** 

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

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

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

*::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(90deg, #465661, #591f08);
    background: linear-gradient(90deg, #465661, #591f08);
}

::-webkit-scrollbar-thumb {
    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%);
}
*/

/*** 

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

 ***/

body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #777777;
    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;
    scroll-behavior: smooth;
}

.row{
    justify-content: center;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000;
    font-weight: 700;
}

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

p{
    position:relative;
    line-height:1.8em;  
    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;
}

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: 10px;
    border: 1px solid #ece6e6;
    /* background: linear-gradient(45deg, white, transparent); */
    margin: 0;
    display: inline-block;
    outline: none;
    color: #4e4e4e;
    border-radius: 5px;
}
::placeholder{
    opacity: 0.7;
    font-size: 15px;
}
.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: 80px 0px;
}
.pad-50-0{
    padding: 50px 0px 15px;
}
.pad-80-50 {
    padding: 80px 0px 50px;
}
.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;
}

/*.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://www.freewebworkshop.com/assets/images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}*/
/*==================Section Title Css===============*/

.section-title {
    position: relative;
    margin-bottom: 30px;
    color: #411B0B;
    
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 1px;
}

.section-title span {
    color: #415661;;
}

.section-title p{
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 500;
}

.section-heading .heading-text {
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
    color: #161a1d;
    
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}


.category-section-title {
    position: relative;
    margin-bottom: 30px;
    color: #1c738f;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 1px;
}

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

.btn-style-one {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 10px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: capitalize;
    
    background: #11998e;
    background: linear-gradient(to right, #713c30, #3e5763);
}

.load-more-btn {
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    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: -1px;
}

.header-top {
    position: relative;
    padding: 6px 0px;
    background-color: #3e5967;
    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: #ffffff;
    height: 80px;
}

.main-nav .site-navigation {
    height: 80px;
    padding: 0px 38px 0px 20px;
}
.main-nav .site-navigation .navbar-brand {
    padding-bottom: 0px;
}
.main-nav .site-navigation .navbar-brand img {
    height: 70px;
    vertical-align: middle;
    object-fit: contain;
    width: 100%;
    margin-top: -10px;
}
.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: #6a6a6c;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
/*.main-nav .site-navigation .site-menu .menu-link.active {
    color: #303030!important;
}*/
.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: #d4c7c4;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(212 199 196);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 700;
    padding-left: 3px;
    color: #6c3e34;
}

.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: #6a6a6c;
}
/*.desktop-nav a{
    color: #fff!important;
}*/
.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: 2px;
    display: block;
    width: 25px;
    margin-bottom: 9px;
    background-color: #db6f5a;
}
/*.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;
    left: 0;
    width: 100%;
    background-color: #591f08;
    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;  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: 16px;
    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: 15px;
    font-weight: 700;
    padding: 5px 10px;
    color: rgba(0,0,0,.6);
    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: rgb(181 49 23);
    margin-left: 5px;
}

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

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

/*** 

====================================================================
    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: inherit;
    background-size: cover;
    position: relative;
    padding: 130px 0px;
}

.header-text {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heder-taxt-p{
    
    font-size: 20px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.home-property-listing-filter{
    background: rgb(114 126 134 / 69%);
    padding: 25px 25px 0px 25px;
    position: relative;
    border-radius: 4px;
}
.search-content {
    display: flex;
    align-items: center;
}

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

.search-button button.btn {
    background-color: #ab300d;
    color: #fff;
    width: 130px;
    font-weight: 700;
    padding: 10px;
}

.search-button button.btn:focus,
.search-button button.btn:hover {
    background-color: #fff;
    color: #000;
    outline: none;
}

.dropdown-filter {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    
    cursor:    user-select: none;
}

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

.full-filter-wrap {
    position: absolute;
    background: linear-gradient(to top, #056739, 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: 700;
}

.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-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

/*** 

====================================================================
    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 {
    padding: 0px;
    margin: 0px;
}

.property-top-label-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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: 300px;
}

.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;
    padding: 1px 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px;
    background: #415661;
    text-align: center;
}

.property-top-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: #41659d;
}

.property-label-color-f-sale {
    background: #987203e0;
}

.property-label-color-f-area {
    background: #007bff;
}

.prop-price-box {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 43%;
    background: linear-gradient(to right, #411b0b, #415661);
    padding: 4px 6px;
    line-height: normal;
    left: 10px;
    color: #fff;
    
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 3px;
    flex-wrap: wrap;
}

.property-details {
    padding:0px 5px 10px 20px;
    
}

.property-name{
    line-height: 1em;
    text-shadow: 1px 0px 0px black;
}

.property-details .property-name a {
    display: inline-block;
    font-size: 19px;
    color: #411b0b;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
    margin:5px 0px;
}

.property-price {
    color: #808080;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    line-height: 18px;
    
    letter-spacing: .8px;
}
.property-price span {
    line-height: 18px;
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}
.property-price p {
    line-height: 18px;
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    line-height: 0px;
}

.property-added-date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #808080;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    line-height: 18px;
    
    letter-spacing: .8px;
}

.property-added-date span {
    line-height: 18px;
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.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: 10px 0px;
}

.prop-card-meta {
    padding: 0 5px 10px 5px;
    /*border-right: 1px solid #ddd;
    margin: 0 5px;*/
}

.prop-meta-title {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
    color: #1a1a1a;
}

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


/*** 

====================================================================
    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 #4514309e;
}

.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 #411b0b;
    margin-right: 10px;
    transition: all 500ms ease-in-out;
}

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

button.btn {
    background-color: #ab300d;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    border: none;
}
.category-button {
    background-color: #ab300d;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    border: none;
}
.category-button:hover{
    color: #998f8a;
}
.btn {
    background-color: #ab300d;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    border: none;
}
.btn:hover {
    color: #fff;
}

.thumbnail-wrapper img:hover{
    opacity: 0.8;
}

.single-services{
    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;
    border-radius: 5px;
}
.single-services:hover {
    box-shadow: 1px 3px 20px 9px rgb(7 152 255 / 11%);
    transform: translateY(-10px);
}
.single-thumbnail-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 15px 0px;
}

.single-thumbnail-wrapper img {
    width: 140px;
    height: auto;
}

.service-name {
    line-height: 1em;
    text-shadow: 1px 0px 0px black;
    padding: 10px 0px;
}
.service-name a {
    display: inline-block;
    font-size: 13px;
    color: #411b0b;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
    margin-bottom: 2px;
}
.services-image{
    margin: 10px 0px;
}
.single-service-img{
    object-fit: cover;
    width: 250px;
}
.service-details{
    text-align: justify;
    color: #000;
}
.main-blog{
    border-bottom: 1px solid #591f08;
    margin-bottom: 15px;
}

/*Ad Property Section Css*/

.ad-property-background-cover{
    padding: 300px 150px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;    
}
.property-background{
    border-radius: 5px;
    background: #2f1c14;
    box-shadow: 0px 20px 40px 0px rgb(47 28 20);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 35px 50px;
    width: 350px;
}
.ad-property-background-cover .header-text {
    font-size: 25px;
    font-weight: 700;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ad-property-text-p {
    
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;

}
.property-btn{
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 9px 10px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: capitalize;
    
    background: #ffffff;
}
/*** 

====================================================================
    Blog Css
====================================================================

***/
.blog-title{
    margin-bottom: 5px;
}
.calander{
    font-weight: 700;
}

/*** 

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

***/
.advertiser-list {
    display: inline-block;
    background: linear-gradient(to right, #046739, #11998e);
    padding: 5px 10px;
    font-size: 16px;
    
    font-weight: 700;
    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: 30px;
}

.property-details-wrap,
.sidebar-widget {
    -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 20px;
}
.property-details-wrap h2{
    font-size: 27px;
    font-weight: 700;
    color: #411B0B;
    
    margin-bottom: 15px;
}
.property-lg-image {
    width: 100%;
}

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

.breadcrumb-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #411B0B;
    
}
.price {
    color: #046839;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    
}
.property-borderBottom {
    border-bottom: 1px dotted;
}
.property-id {
    margin: 10px 0px 10px;
    
    font-weight: 700;
    color: #411b0b;
    font-size: 13px;
}

.property-id p{
    margin-bottom: 0;
}

.property-desc-content {
    font-size: 16px;
    color: #1c1c1c;
    text-align: justify;
}

.property-id span {
    color: #415661;
}

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

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

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

.property-address-content .property-address-box strong {
    color: #411b0b;
    margin-right: 5px;
}
.property-seller-right-side .prop-agent-img {
    width: 100px;
    margin-bottom: 20px;
}
.sidebar-widget {
    border-top: 2px solid #ab3116;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 30px;
}
.sidebar-widget-title {
    font-size: 20px;
    border-bottom: 2px solid #52576f;
    padding: 10px 0px 10px;
    font-weight: 700;
    color: #591f08;
    
}
.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: 700;
    
    color: #411b0b;
}

.property-seller-right-side  .contact a {
    color: #046739;
    
}
.ad-action-list li {
    display: block;
    text-align: left;
    margin: 7px 0px;
    width: 100%;
    box-shadow: 0px 0px 2px 0px #9a8181;
    padding: 0px 14px;
}

.ad-action-list li:hover {
    box-shadow: 0px 0px 3px 0px #591f08;
    color: #591f08;
}
.ad-action-list li a:hover {
    color: #591f08;
}

.ad-action-list li a {
    padding: 6px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #415661;
    display: block;
}
.advitiser-image {
    width: 100%;
    height: 180px;
}

.advitiser-image img {
    height: 100%;
    width: 100%;
}

.advitiser-title {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 56%);
    display: inline-block;
    width: 100%;
    padding: 5px;
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.fa-arrow-right{
    font-size: 13px;
    color: #465b6a;
    padding: 0px 10px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 10px 0px 8px;
}
.breadcrumb-item.active {
    color: #484d6f;
}
.breadcrumb-section a {
    color: #411B0B;
    font-weight: 700;
    
}

/*** 

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

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

.post-ad-form-wrap {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 17px 14px 10px 9px rgb(14 31 26 / 14%);
    padding: 7px;
}
.post-ad-form .form-group {
    margin-bottom: 25px;
}
.post-ad-form button {
    padding: 8px 15px;
    background: linear-gradient(to left, #411b0b 50%, #046839 100%) right;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    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;
    
}

.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: 500px;
    max-width: 100%;
    background-color: #331e15;
    margin: 20px auto;
    border-radius: 0px 35px 0px 35px;
}
.login-header {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 20px 0px 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: #47271b;
    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: #47271b !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;
    
}

.group button{
    border-color: transparent;
    float: right;
    padding: 5px 35px;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bolder;
    background-color: #47271b;
    cursor: pointer;
    border-radius: 2px;
}
.login-footer {
    padding: 10px;
    color: white;
    text-align: center;
}
.login-footer .fa{
    color: #c78d77;
    padding: 0px 5px;
}
.bottom{
    color: white;
    text-align: center;
}
.bottom a{
    padding: 5px;
    color: white;
}

.group a {
    border-color: transparent;
    float: right;
    padding: 5px 35px;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bolder;
    background-color: #47271b;
    cursor: pointer;
    border-radius: 2px;
}
/*Side Button*/

.side-buttons {
    padding: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 80%;
    transform: translateY(-50%);
    display: block;
    background-color: #415661b3;
    text-align: center;
    z-index: 99999;
}
.side-buttons:hover{
    background: #331e15;
}
.side-button-ancore{
    color: #fff;
    font-weight: 800;
    
    font-size: larger;
}
.side-button-ancore:hover{
    color: #63b0e4;
}

/*** 

====================================================================
    Seller Dashboard Page
====================================================================

***/
.seller-left-sidebar {
    height: auto;
    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, #7e270e, #000000);
}

.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-weight: 700;
}

.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: 15px;
    
}

.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: 25px;
    
    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: 700;
    
}

.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: 0px 10px;
    margin-top: 10px;
    border-top: 2px solid #ab3116;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 15px;
}
/*** 

====================================================================
    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: 700;
    margin-top: 10px;
    margin-bottom: 40px;
}

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

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

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

.info-column ul li {
    position: relative;
    color: #555555;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 700;
}

.info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #484d66;
    
}

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

.contact-form .form-group label {
    position: relative;
    color: #555555;
    font-size: 13px;
    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: 28px;
    padding: 10px 12px;
    color: #777777;
    height: 45px;
    font-size: 15px;
    background: none;
    border-radius: 0px;
    font-weight: 600;
    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: 4px;
    font-weight: 700;
    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;
}


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

.siderbar-contact-form .form-group input[type="text"], .siderbar-contact-form .form-group input[type="tel"], .siderbar-contact-form .form-group input[type="email"], .contact-form .form-group select  {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    color: #777777;
    font-size: 15px;
    background: none;
    font-weight: 700;
    border: 1px solid #cccccc;
    transition: all 300ms ease;
}
.siderbar-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: 4px;
    font-weight: 700;
    border: 1px solid #cccccc;
    -webkit-transition:all 300ms ease;
    transition: all 300ms ease;
}
.siderbar-contact-form  .form-group input[type="text"]:focus, .siderbar-contact-form  .form-group input[type="tel"]:focus, .siderbar-contact-form  .form-group input[type="email"]:focus, .siderbar-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: 70px 0px 0px;
}

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

.footer-widget .about-widget img {
    width: 65%;
    margin-bottom: 5px;
}

.footer-widget p {
    color: #68757a;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 25px;
    text-align: justify;
}
.text-footer {
    color: #2a3134!important;
}
.footer-widget .title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 40px;
    color: #68757a;
}

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

.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: #68757a;
    font-weight: 700;
    font-size: 13px;
}

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

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

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

.footer-widget .social-widget-icon a:hover {
    background: #13ca74;
    color: #fff;
}

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

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


/*Pagination*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ac3c17;
    border-color: #ac3c17;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ab3116;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 700;
}
.side-buttons2 {
    padding: 5px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    top: 85%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 99999;
}
.side-button-ancore2 {
    color: #54c567;
    font-weight: 800;
    
    font-size: 60px;
}

.fixed-social-area {
    position: fixed;
    z-index: 999;
    height: 250px;
    display: flex;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    transition: all .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;
}
/*Counter CSS*/
.counterup {
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
}
.counterup h2 {
    color: #022541;
    font-weight: 700;
    text-align: center;
}
.counterup h3 {
    text-align: center;
    color: #000;
    opacity: 0.7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}

/*Member Section*/
.team-img{
    box-shadow: 0px 0px 6px 6px #ddddddf5;
}
.team-img h5{
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.team-img span{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
}
.team-img .bg-dark {
    background-color: #68757a!important;
}
/*Modal CSS*/
.modal-header{
    border-bottom: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0;
}
.modal-close{
    color: #fff;
    font-weight: 800;
}
.modal-title{
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 0px 15px;
}
.modal-body{
    background: #000;
    color: #fff;
    padding: 30px;
    border: 10px solid #fff;
    border-radius: 5px;
}
.modal-span{
    padding-bottom: 40px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
}
.modal-button{
    width: 100%;
    background: transparent!important;
    border: 1px solid #ddd!important;
    border-radius: 0px;
    height: 40px;
}
.right-nav{
    opacity: 0.3;
}
.right-nav img{
    height: 125px!important;
}
.theme-btn:hover{
    color: #fff;
}




.footer-widget .social-widget-icon #facebook{
    color:#3b5998;
}
.footer-widget .social-widget-icon #facebook:hover{
    background: #3b5998;
    color: #fff;
}
.footer-widget .social-widget-icon #twitter{
    color:#1DA1F2;
}
.footer-widget .social-widget-icon #twitter:hover{
    background: #1DA1F2;
    color: #fff;
}
.footer-widget .social-widget-icon #linkedin{
    color:#0e76a8;
}
.footer-widget .social-widget-icon #linkedin:hover{
    background: #0e76a8;
    color: #fff;
}
.footer-widget .social-widget-icon #whatsapp{
    color:#25D366;
}
.footer-widget .social-widget-icon #whatsapp:hover{
    background: #25D366;
    color: #fff;
}
.footer-widget .social-widget-icon #instagram{
    color: #dc2743;
}
.footer-widget .social-widget-icon #instagram:hover{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #fff;
}
.footer-widget .social-widget-icon #youtube{
    color:#FF0000;
}
.footer-widget .social-widget-icon #youtube:hover{
    background: #FF0000;
    color: #fff;
}

.side-buttons2 img{
    width: 100%;
    height: 50px;
}