@charset "UTF-8";
/**

* Template Name: Uniland - Real Estate Template
* Version: 3.2
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* Last Update: 15th June, 2022
* Author URL: www.unicoderbd.com

**/
    /*===============================================================================
****CSS TABLE ****

#
# Default CSS Start
# Button Style
# Nav Pils Style Start
# Form Design Style Start
# Header Style Start
# Slide Filter Style Start
# jSlider Style Start
# Pagination Style Start
# Custom Scroll Bar Style Start
# About Us Style Start
# Photo Gallery Style Start
# Service Area Style Start
# Agent Block Style Start
# Agent Page Single Style Start
# Property Block Style Start
# Blog Thumbnail Style Start
# Sidebar Widgets Style Start
# Fact Counter Style Start
# Mixitup Style Start
# Accordion Style Start
# Owl Carousel Style Start
# Page Banner Style Start
# Search Banner Style Start
# Map Element Style Start
# Property Page Style Start
# Compare Page Style Start
# Deshboard Style Start
# Footer Style Start
# Responsive Style Start
# Social Media Style Start

==================================================================================*/


/*===============================================================================
Default CSS Start
==================================================================================*/
/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --theme-general-color: #a05e2a !important;
    /* theme gray color */
}

:root {
    --theme-primary-color: #a05e2a !important;
    /* theme primary color */
}

:root {
    --theme-secondary-color: #E0992D !important;
    /* theme secondary color */
}

:root {
    --theme-white-color: #e0992d !important;
    /* theme white font color */
}

:root {
    --theme-light-color: #a05e2a !important;
    /* theme light gray color */
}


:root{
    --theme-white-color :#e0992d !important;
}

:root {
    --theme-gray-color: #a05e2a !important;
    /* theme gray color */
}

:root {
    --theme-dark-color: #a05e2a !important;
    /* theme dark color ok*/
}

:root {
    --theme-extra-color: #a05e2a !important;
    /* theme extra color */
}

:root {
    --theme-footer-color: #a05e2a !important;
    /* theme dark color ok*/
}

:root {
    --theme-primary-opacity-color: #a05e2a !important;
    /* theme secondary color */
}

:root {
    --theme-secondary-opacity-color: #a05e2a !important;
    /* theme secondary color */
}

:root {
    --theme-dark-opacity-color:#a05e2a !important;
    /* theme dark opacity color */
}

:root {
    --theme-white-opacity-color: #a05e2a !important;
    /* theme light color */
}

:root {
    --text-light-color: #a5a5a5 !important;
    /* text light color */
}

:root {
    --text-gray-color: #c3c3c3;
    /* theme text gray color */
}


/*==================================
Font Variable
==================================*/
/* Importing Radley and Google Sans (Static Link) */
@import url('https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Audiowide&family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Serif+Display:ital@0;1&family=DM+Serif+Text:ital@0;1&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Radley:ital@0;1&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tangerine:wght@400;700&display=swap');


:root {
    /* Headings: Radley */
    --theme-highlight-font: 'Radley', serif !important;

    /* Normal text: Google Sans */
    --theme-general-font: 'Inter', sans-serif !important;

    /* Hyperlinks: Google Sans */
    --theme-hiperlink-font: 'Inter', sans-serif !important;
}

/* Applying variables to tags */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--theme-highlight-font);
}

p, span {
    font-family: var(--theme-general-font);
}

a {
    font-family: var(--theme-hiperlink-font);
}

.sub-title {
    font-size: 20px;
}

.btn {
    font-size: 16px;
}

.footer-widget .widget-title {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 17px;
}

h1,
.h1,
h1 a,
.h1 a,
h2,
.h2,
h2 a,
.h2 a,
h3,
.h3,
h3 a,
.h3 a,
h4,
.h4,
h4 a,
.h4 a,
h5,
.h5,
h5 a,
.h5 a,
h6,
.h6,
h6 a,
.h6 a {
    font-weight: 700
}

.quick-meta li {
    background-color: var(--theme-dark-opacity-color);
}