@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Fira+Sans: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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Rajdhani:wght@300;400;500;600;700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Special+Gothic&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body{
    overflow-x: hidden;
}


:root {
    --loader-width: 40px;
    --loader-height: 40px;
    --less-margin: -20px;
    --loader-color-primary: #27ae60;
    --loader-color-secondary: #eee;
    --line-width: 2px;
    --animation-duration: 2s;
}



/*===============================================================================
Default Style
==================================================================================*/

body {
    font-size: 14px;
   font-family: "Fira Sans";
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #787878;
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    padding: 0
}

li {
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
}

p {
    line-height: 27px;
    /* font-family: var(--uc-general-font); */
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: var(--uc-accent-font); */
    color: #12171f;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 44px;
    line-height: 45px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 40px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 35px;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 21px;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
}

a {
    /* font-family: var(--uc-accent-font); */
    color: #da5e28;
    text-decoration: none;
}

small {
    font-size: 13px;
}

blockquote {
    /* font-family: "Times New Roman"; */
    font-size: 18px;
    font-style: italic;
    padding-left: 20px;
    border-left: 2px;
    border-left-color: #da5e28;
    border-left-style: solid;
    line-height: 30px;
    color: #12171f;
}

.full-row {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.box-100px {
    width: 100px;
    height: 100px;
}

.box img{
    width: 100%;
    height: 50px;
}

.box-50px {
    width: 50px;
    height: 50px;
}

.tagline,
.tagline-2 {
    text-transform: uppercase;
    /* font-family: var(--uc-primary-font); */
    font-size: 13px;
    color: #da5e28;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    position: relative;
    display: table;
}

.tagline-2::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #da5e28;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.down-line-white,
.down-line-secondary,
.down-line-dark,
.down-line {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.down-line-white::before,
.down-line-secondary::before,
.down-line-dark::before,
.down-line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.text-center.down-line::before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-end.down-line::before {
    left: inherit;
    right: 0;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.sub-title {
    /* font-family: var(--uc-primary-font); */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    line-height: 28px;
}

.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.transation,
.transation-all * {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #9b9b9b;
    font-size: 25px;
    height: 25px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-upper {
    color: #f95e3b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

#page_wrapper {
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}

.sidebar-page-wrapper {
    display: flex;
    width: 100%;
}

.content-block {
    width: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.form-group {
    position: relative;
    display: flex;
    gap: 7px;
}

img.nav-logo {
    width: 140px;
}

.entry-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#scroll {
    position: fixed;
    right: -40px;
    bottom: 50px;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    display: none;
    cursor: pointer;
    background-color: white;
    padding: 0 12px;
    color: #12171f;
}

.scroll-top-vertical {
    transform: rotate(-90deg);
    width: auto !important;
    height: auto !important;
    font-size: 14px;
}

.follow-vertical.left {
    left: -75px;
}

.follow-vertical {
    color: var(--theme-secondary-color);
}

.follow-vertical {
    position: fixed;
    bottom: 50%;
    transform: rotate(-90deg);
    z-index: 100;
}

.follow-vertical a {
    padding: 0 10px;
}



/*==========================================================
Color Settings
==========================================================*/

.down-line-white:before,
.bg-white {
    background-color: #fff !important;
}

.down-line:before,
.bg-primary {
    background-color: #da5e28 !important;
}

.down-line-secondary:before,
.bg-secondary {
    background-color: #313145 !important;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.bg-light-gray {
    background-color: #f8f8f8 !important;
}

.bg-gray {
    background-color: #c0c0c0 !important;
}

.down-line-dark:before,
.bg-dark {
    background-color: #12171f !important;
}

.bg-footer {
    background-color: #da5e28;
}

.copyright {
    background-color: #45a6af;
}

.color-white,
.hover-color-white:hover,
.nav-white .navbar-nav li a,
.nav-active-white .navbar-nav li.active>a,
.nav-white .user-panel a,
.nav-hover-white .navbar-nav li a:hover,
.list-color-white li,
.list-color-white li a {
    color: #fff !important;
}

.color-primary,
.hover-color-primary:hover,
.nav-primary .navbar-nav li a,
.nav-active-primary .navbar-nav li.active>a,
.nav-primary .user-panel a,
.nav-hover-primary .navbar-nav li a:hover,
.list-color-primary li,
.list-color-primary li a {
    color: #da5e28 !important;
}

.color-secondary,
.hover-color-secondary:hover,
.nav-secondary .navbar-nav li a,
.nav-active-secondary .navbar-nav li.active>a,
.nav-secondary .user-panel a,
.nav-hover-secondary .navbar-nav li a:hover,
.list-color-secondary li,
.list-color-secondary li a {
    color: #313145 !important;
}

.color-dark,
.hover-color-dark:hover,
.nav-dark .navbar-nav li a,
.nav-active-dark .navbar-nav li.active>a,
.nav-dark .user-panel a,
.nav-hover-dark .navbar-nav li a:hover,
.list-color-dark li,
.list-color-dark li a {
    color: #12171f !important;
}

.color-gray,
.hover-color-gray:hover,
.nav-gray .navbar-nav li a,
.nav-active-gray .navbar-nav li.active>a,
.nav-gray .user-panel a,
.nav-hover-gray .navbar-nav li a:hover,
.list-color-gray li,
.list-color-gray li a {
    color: #b1b1b1;
}

.color-light,
.hover-color-light:hover,
.nav-light .navbar-nav li a,
.nav-active-light .navbar-nav li.active>a,
.nav-light .user-panel a,
.nav-hover-light .navbar-nav li a:hover,
.list-color-light li,
.list-color-light li a {
    color: #f5f5f5;
}

.color-default,
.hover-color-default:hover,
.nav-default .navbar-nav li a,
.nav-active-default .navbar-nav li.active>a,
.nav-default .user-panel a,
.nav-hover-default .navbar-nav li a:hover,
.list-color-default li,
.list-color-default li a {
    color: #787878;
}

.color-accent,
.hover-color-accent:hover,
.nav-accent .navbar-nav li a,
.nav-active-accent .navbar-nav li.active>a,
.nav-accent .user-panel a,
.nav-hover-accent .navbar-nav li a:hover,
.list-color-accent li,
.list-color-accent li a {
    color: #da5e28;
}

.color-plan1 {
    color: var(--uc-text-color);
}

.color-plan2 {
    color: #9b9b9b;
}

.color-plan3 {
    color: #c3c3c3;
}

[class*="overlay-"] {
    position: relative;
}

[class*="overlay-"]::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.overlay-dark::after {
    background-color: rgba(24, 26, 29, .8);
}

.overlay-secondary::after {
    background-color: rgba(49, 49, 69, .8);
}

[class*="overlay-"] .container,
[class*="overlay-"] .container-fluid {
    position: relative;
    z-index: 10;
}

/*==========================================
Video Play
===========================================*/

.simple-video-play {
    line-height: 70px;
    align-items: center;
}

.simple-video-play a {
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    float: left;
    background-color: var(--theme-primary-opacity-color);
}

.simple-video-play a i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7bb441;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple>div {
    background-color: var(--theme-secondary-color);
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    margin: 0;
    left: -43px;
    top: -38px;
    width: 140px;
    height: 140px;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite;
}

.about-us-img-wrap .simple-video-play {
    position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 10;
}

/*==========================================================
Header Style
==========================================================*/

.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #da5e27;

}

.top-header ul li a,
.top-header .navbar-top li a {
    /* font-family: var(--uc-primary-font); */
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.navbar .navbar-nav li {
    list-style: none;
}

.navbar .navbar-nav li a {
    /* font-family: var(--uc-primary-font); */
    font-size: 16px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    color: #000 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f5f5f5;
}

.navbar .navbar-nav li .dropdown-item {
    /* font-family: var(--uc-primary-font); */
    font-weight: 500;
    font-size: 15px;
    position: relative;
    color: #12171f !important;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar.nav-semibold .navbar-nav li a {
    font-weight: 600;
}

.navbar.nav-medium .navbar-nav li a {
    font-weight: 500;
}

.navbar.nav-norlam .navbar-nav li a {
    font-weight: 400;
}

.dropdown.mega-dropdown {
    position: static;
}

.main-header .navbar .btn {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
}
.navbar-brand img {
    width: 150px;
    background: #fff;
}
/* .main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
} */

.main-header .navbar .user-panel {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.main-header .navbar .user-panel a {
    text-decoration: none;
    /* font-family: var(--uc-primary-font); */
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.navbar-nav>li.dropdown>a.nav-link::after,
.navbar-nav>li.dropdown .dropdown-toggle::after {
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 8px;
    top: 50%;
    right: -10px;
    display: block;
    border: none;
}

.navbar-expand-lg .navbar-nav>li.dropdown>ul.dropdown-menu>li.dropdown .dropdown-toggle::after {
    transform: translateY(-50%);
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 10px;
    top: 50%;
    right: 20px;
    display: block;
    border: none;
}

.header-absolute {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-style-3 {
    width: 100%;
    padding-bottom: 50px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
}

/*==========================================================
Footer Style
==========================================================*/

.footer-logo img {
    width: 200px;
    padding: 8px 0;
}

.bottom-footer-nav {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.copyright {
    letter-spacing: 1px;
    /* font-family: var(--uc-primary-font); */
}

.copyright ul {
    margin: 0;
}

.copyright ul li {
    list-style: none;
}

.copyright ul li a {
    text-decoration: none;
    color: #fff;
}
.copyright img{
    width: 80px;
    margin-top: -16px;
}
/*==========================================================
Layer Slider
==========================================================*/

.video-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    max-height: 100vh;
}

.jquery-background-video {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*==========================================================
Button Style
==========================================================*/

.btn {
    /* font-family: var(--uc-accent-font); */
    font-weight: 400;
    font-size: 14px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    padding: 0 20px;
    line-height: 45px;
    display: table;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn:hover {
    background-color: #da5e28;
    border-color: #da5e28;
}

.btn.btn-primary,
.btn.btn-hover-primary:hover {
    background-color: #da5e28;
    border-color: #da5e28;
}

.btn.btn-secondary,
.btn.btn-hover-secondary:hover {
    background-color: #313145;
    border-color: #313145;
}

.btn.btn-light,
.btn.btn-hover-light:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn.btn-gray,
.btn.btn-hover-gray:hover {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn.btn-dark,
.btn.btn-hover-dark:hover {
    background-color: #12171f;
    border-color: #12171f;
}

.btn.hover-default:hover {
    filter: brightness(110%);
}

.btn.hover-flash-move {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.btn.hover-flash-move:hover {
    filter: brightness(110%);
}

.btn.hover-flash-move:hover::before {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.hover-flash-move::before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-link {
    /* font-family: var(--uc-accent-font); */
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    color: #12171f;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn-link:hover {
    color: #da5e28;
}

.transition-this {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

/*==========================================================
List Style
==========================================================*/

.list-element {
    gap: 10px;
    margin-bottom: 0px;
}

.list-element li,
.list-element li a {
    /* font-family: var(--uc-accent-font); */
    color: #da5e28;
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.list-element li a:hover {
    color: #fff !important;
}

.list-style li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.list-style li::before {
    position: relative;
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 12px;
    color: var(--theme-primary-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--theme-light-color);
    margin-right: 10px;
    text-align: center;
}

.list-style-hyphen {
    margin-top: 20px;
}

.list-style-hyphen li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
}

.list-style-hyphen li:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #da5e28;
    top: 50%;
    left: 0;
}

.dotted-line-list li {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    /* font-family: var(--uc-primary-font); */
    letter-spacing: 1px;
}

.dotted-line-list li span {
    background-color: #da5e28;
    display: block;
    position: relative;
    z-index: 10;
}

.dotted-line-list li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px dashed;
    border-bottom-color: #fff;
    z-index: 1;
}

/*==========================================================
Form Style
==========================================================*/

label {
    font-size: 14px;
    line-height: 24px;
}

.property-search-form.on-slider {
    margin-top: -155px;
    z-index: 99;
    margin-bottom: 40px;
    position: relative;
}

.quick-search {
    padding: 35px;
    border-radius: 3px;
}

.quick-search .field-icon .form-control {
    padding-left: 40px;
}

.quick-search .field-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.quick-search .form-select,
.quick-search .form-control {
    font-size: 13px !important;
    color: #787878;
    /* font-family: var(--uc-general-font); */
    padding: 0 15px;
    padding-right: 120px;
}

.form-select,
.form-control {
    border-radius: 2px;
    min-height: 45px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    argin-bottom: 0;
    color: #787878;
    line-height: 1;
}

.form-select option,
.form-control option {
    font-size: 13px;
    argin-bottom: 0;
    color: #c9c9c9;
    /* font-family: var(--uc-general-font); */
}

input::placeholder,
.form-control::placeholder,
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    /* font-family: var(--uc-general-font); */
}

.form-icon-right .icon-font,
.form-icon-right .fas {
    right: 5px;
    top: 50%;
    position: absolute;
    color: #12171f;
}

.price-toggle {
    text-align: left;
}

.header-search-form .quick-search {
    padding: 20px 0;
}

.banner-search-form {
    background: rgba(255, 255, 255, 0.2);
}

.slider-signup input {
    width: 100%;
    background: #fff;
    line-height: 47px !important;
    height: 56px;
    border-radius: 0;
    padding: 8px 130px 8px 20px;
}

.slider-signup button {
    position: absolute;
    line-height: 46px;
    border-radius: 0;
    right: 5px;
    top: 5px;
    width: 120px;
    font-size: 15px;
    text-align: center;
}

.entry-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
    align-items: start;
}

.property-search-form.on-slider {
    position: relative;
    z-index: 100;
    margin-top: -200px;
    margin-bottom: 50px;
}

.banner-search {
    padding-top: 220px;
    padding-bottom: 500px;
}

.form-boder select,
.widget.agent-search select {
    border: 1px solid #c0c0c0;
    padding: 10px 30px 10px 15px;
    width: 100%;
    font-size: 14px;
    color: var(--uc-general-color);
    background-position: calc(100% - 20px);
}

/*==========================================================
# Number Counter
==========================================================*/

.counter-style-1 {
    gap: 20px;
    align-items: center;
}

.counter-style-1 .counter-title {
    letter-spacing: 1px;
    color: #313145;
}

.counter-style-2 .entry-wrapper {
    padding: 24px;
    flex-direction: row;
    gap: 15px;
}

.counter-style-2 .entry-wrapper::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    left: 15px;
    top: 35px;
    opacity: 0.3;
}

.counter-style-2 .entry-thumbnail span {
    font-size: 40px;
    color: #fff;
}

.counter-style-2 .counter-num {
    color: #fff;
    font-size: 24px;
    /* font-family: var(--uc-primary-font); */
    font-weight: 600;
}

.counter-style-2 .counter-title {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
}
.count-img img{
    width: 80px;
}
.counter{
    background: linear-gradient(90deg, #46a6afc2 0%, #da5e28ab 100%), url(../images/counter.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}

/*=======================================================
# Box Style
========================================================*/

.box-style-1 .entry-wrapper {
    padding: 40px;
    text-align: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.box-style-1 .entry-wrapper:hover {
    -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.box-style-1 .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-style-1 .entry-content {
    color: #12171f;
    letter-spacing: 1px;
}

.box-style-1 .entry-title,
.box-style-1 .entry-title a {
    text-transform: uppercase;
    color: #12171f;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.box-style-1 .btn-link {
    color: #da5e28;
}

.iconbox-angle-left .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #da5e28;
    text-align: center;
    line-height: 70px;
    margin-bottom: 30px;
}

.iconbox-angle-left .icon-box i {
    color: #fff;
    font-size: 20px;
}

.iconbox-angle-left .icon-box::before {
    position: absolute;
    content: "";
    border-width: 10px;
    bottom: -10px;
    left: 0;
    border-style: solid;
    border-color: transparent transparent transparent #da5e28;
}

.iconbox-angle-left .entry-wrapper {
    display: flex;
    flex-direction: column;
}

.iconbox-angle-left .entry-title,
.iconbox-angle-left .entry-title a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #12171f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.iconbox-angle-left .entry-title:hover,
.iconbox-angle-left .entry-title a:hover {
    color: #da5e28;
}

.box-link {
    text-decoration: none;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    gap: 15px;
    background-color: #da5e28;
    height: 160px;
}

.box-link .entry-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-link .box-title,
.box-link .box-title a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.box-link p {
    color: #787878;
}

.box-link .icon-box {
    width: 50px;
    height: 50px;
}

.box-link .entry-content {
    /* font-family: var(--uc-text-font); */
    color: #787878;
}

.box-link .entry-header .entry-title a,
.box-link .entry-header .entry-title {
    /* font-family: var(--uc-primary-font); */
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #12171f;
}

.hover-fade-other-box:hover .box-link {
    filter: blur(1px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
}

.hover-fade-other-box:hover .box-link:hover {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.box-hover-zoomer {
    position: relative;
    height: 100%;
}

.box-hover-zoomer .entry-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #f8f8f8;
    padding: 30px;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.box-hover-zoomer .entry-wrapper .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #da5e28;
    color: #fff;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
    font-size: 24px;
}

.box-hover-zoomer .entry-wrapper .entry-title {
    margin-bottom: 0;
}

.box-hover-zoomer .entry-wrapper .entry-title a {
    /* font-family: var(--uc-primary-font); */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #12171f;
    margin-bottom: 0;
    text-decoration: none;
}

.box-hover-zoomer .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-hover-zoomer .entry-wrapper:hover {
    height: 110%;
    background-color: #da5e28;
}

.box-hover-zoomer .entry-wrapper:hover .entry-footer a,
.box-hover-zoomer .entry-wrapper:hover .entry-content,
.box-hover-zoomer .entry-wrapper:hover .entry-title a {
    color: #fff;
}

.box-hover-zoomer .entry-content-wrapper .entry-content {
    /* font-family: var(--uc-primary-font); */
    letter-spacing: 1px;
}

.box-number-style .entry-wrapper {
    padding: 35px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.box-number-style .icon-box span {
    font-size: 80px;
    /* font-family: var(--uc-primary-font); */
    color: #ededed;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
}

.box-number-style .entry-title,
.box-number-style .entry-title a {
    /* font-family: var(--uc-primary-font); */
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #12171f;
    margin-bottom: 0;
    text-decoration: none;
}

.box-number-style .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    z-index: 10;
    position: relative;
}

.box-number-style .entry-footer a,
.box-number-style .entry-footer .btn-link {
    font-weight: 600;
    letter-spacing: 2px;
}

.iconbox-simple .entry-wrapper {
    display: flex;
    padding: 35px;
    gap: 20px;
}

.iconbox-simple .entry-wrapper .icon-box {
    font-size: 24px;
    color: #da5e28;
}

.iconbox-simple .entry-wrapper .entry-title,
.iconbox-simple .entry-wrapper .entry-title a {
    /* font-family: var(--uc-primary-font); */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #12171f;
    text-decoration: none;
}

.iconbox-list .entry-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconbox-list .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f5f5f5;
    color: #da5e28;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
}

.iconbox-list .entry-header .entry-title {
    font-size: 14px;
    color: #12171f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}

.box-hover-bottom-line .entry-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px;
    background-color: #fff;
    gap: 20px;
    position: relative;
}

.box-hover-bottom-line .entry-title,
.box-hover-bottom-line .entry-title a {
    /* font-family: var(--uc-primary-font); */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #12171f;
    text-decoration: none;
    margin-bottom: 0;
}

.box-hover-bottom-line .icon-box {
    font-size: 24px;
    color: #da5e28;
}

.box-hover-bottom-line .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-hover-bottom-line .entry-wrapper::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 50%;
    background-color: #da5e28;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.box-hover-bottom-line .entry-wrapper:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}



/*===============================================================================
Owl Carousel Style Start
==================================================================================*/

.owl-carousel.dot-disable .owl-dots,
.owl-carousel.nav-disable .owl-nav {
    display: none !important
}

.owl-outer-20 .owl-stage-outer {
    padding: 20px;
    margin: -20px
}

.owl-carousel .owl-nav button span {
    display: block;
    margin-top: -5px
}

.owl-carousel.nav-top-right .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.owl-carousel.nav-top-right .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #12171f;
    margin-left: 5px;
}

.owl-carousel.nav-between-in .owl-nav button.owl-prev {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.owl-carousel.nav-between-in .owl-nav button.owl-next {
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.owl-carousel.nav-between-in .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #12171f;
    color: #fff;
    margin-left: 5px;
}

.owl-carousel.nav-top-right .owl-nav button:hover {
    background-color: #da5e28;
    color: #12171f;
}

.owl-carousel button.owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #12171f !important;
    border-radius: 50%;
    border: 3px solid #e0e2e3;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #e0e2e3;
    border: 3px solid #fff;
}

.testimonial-simple blockquote {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    padding: 30px 0;
    border: none;
}

.owl-carousel .owl-dots {
    margin-top: 15px;
    display: table;
    margin: 0 auto;
    margin-top: 30px
}


/*===============================================================================
Hover Effect
================================================================================*/

.hover-underline-animation::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: var(--theme-primary-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.hover-shadow-lg {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.hover-shadow-lg:hover {
    -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.hover-underline-animation:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.hover-img-zoom {
    overflow: hidden;
}

.hover-grayscale img,
.hover-img-zoom img {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.hover-img-zoom:hover img {
    transform: scale(1.05);
}

.hover-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*===============================================================================
# Testimonial Block
================================================================================*/

.about-avata .name {
    font-weight: 600;
    color: #12171f;
}

.about-avata {
    /* font-family: var(--uc-primary-font); */
}

.quote-icon img {
    max-width: 50px;
}

.testimonial-block-1 {
    padding: 35px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-block-1 .image-avata {
    width: 50px;
}

.testimonial-block-1 p {
    font-size: 17px;
    line-height: 30px;
}

.testimonial-block-1 .quote-icon {
    font-size: 40px;
}

.testimonial-block-2 .item {
    position: relative;
    padding-left: 100px;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-block-2 .quote-icon {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 50px;
    color: #da5e28;
}

.testimonial-block-2 .name {
    position: relative;
    padding-left: 100px;
}

.testimonial-block-2 .name::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 80px;
    height: 2px;
    background-color: #da5e28;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.testimonial-block-2 .owl-nav {
    position: absolute;
    top: 30px;
    right: 30px;
}

.testimonial-block-2 .owl-nav button.owl-prev {
    margin-right: 10px;
}

.testimonial-block-2 .owl-nav button span {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #da5e28;
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;
}


/*about us section css starts*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-wrapper {
        margin-left: 0;
    }
}
.about-area{
    padding: 60px 0px;
} 
.tp-about-2-wrap {
    position: relative;
}

.tp-about-2-thumb img {
    width: 400px;
}

.tp-about-2-thumb-2 {
    position: absolute;
    top: 125px;
    right: 55px;
}
.tp-about-contact-call span {
    display: inline-block;
    background-color: #da5e28;
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}
.mr-60 {
    margin-right: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.tp-about-list ul li i {
    margin-right: 5px;
    color: #D82221;
    font-size: 17px;
    flex: 0 0 auto;
    margin-top: 4px;
    display: inline-block;
}
.tp-about-list ul li {
    list-style: none;
    color: #051a53;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex
;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-2 {
        top: 230px;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2-thumb-2 {
        top: 35px;
        right: 35px;
    }
}

@media (max-width: 767px) {
    .tp-about-2-thumb-2 {
        position: initial;
    }
}

.tp-about-2-thumb-2 img {
    width: 200px;
}


.tp-about-2-counter {
    position: absolute;
    z-index: 1;
    bottom: -95px;
    left: 73px;
    display: inline-block;
    text-align: center;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    line-height: 170px;
    background-color: #D82221;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2-counter {
        bottom: -40px;
        left: auto;
        right: 0;
    }
}

@media (max-width: 767px) {
    .tp-about-2-counter {
        bottom: -20px;
    }
}

.tp-about-2-counter-count {
    margin-top: 30px;
    font-family: var(--tp-ff-heading);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.tp-about-contact-call a{
    font-size: 20px;
}
.tp-about-2-wrapper p{
    font-size: 16px;
}
.tp-about-2-counter p {
    font-size: 20px;
    color: #fff;
}

.skin-care-img {
    position: relative;
}
    .skin-care-img img {
        width: 84%;
    }
.skin-care-img img {
    border-radius: 10px;
    z-index: 111;
    position: relative;
}
    .skin-care-img img.skin-care-1 {
        margin-top: -109px;
        width: auto;
    }
.skin-care-img img.skin-care-1 {
    margin-left: auto;
    margin-top: -189px;
    display: flex;
    z-index: 111;
}
.skin-care-number {
    background-color: #da5e28;
    padding: 34px;
    position: absolute;
    top: 14%;
    right: 38px;
    text-align: center;
    border-radius: 20px;
    width: 174px;
    border: 3px solid #fff;
    z-index: 444;
}
.skin-care-number h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
}
.skin-care-number span {
    line-height: 20px;
    display: block;
    color: #fff;
}
.skin-care-img img.dots-img {
    border-radius: 50%;
    position: absolute;
    left: 35%;
    z-index: 0;
    bottom: -6%;
    animation: fa-spin 15s infinite linear;
    width: 120px;
    height: 120px;
}
    .skin-care-img img.dots-img-2 {
        top: 9%;
        left: -19%;
        width: auto;
    }
.skin-care-img img.dots-img-2 {
    position: absolute;
    top: 9%;
    left: -25%;
    animation: topshap 3s infinite;
}
@keyframes fa-spin{
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}


@keyframes topshap{

0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(10px);
}
0% {
    transform: translateY(0px);
}
}

/*==============================================================
# Widget Style
==============================================================*/

.widget {
    margin-bottom: 24px;
    color: #12171f;
    /* font-family: var(--uc-primary-font); */
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 35px;
}

.listing-sidebar .widget {
    background-color: #fff;
}

.listing-sidebar .quick-search {
    padding: 0;
}

.property-carousel-widget .property-grid-1 .entry-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.widget-listing li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.widget-listing li .listing-title,
.widget-listing li .listing-title a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-listing li .listing-price {
    display: flex;
    gap: 5px;
    color: #da5e28;
    /* font-family: var(--uc-primary-font); */
    font-weight: 600;
}

.widget-listing li .property-info li {
    color: #12171f;
    font-size: 14px;
}

.widget-listing li .listing-price small {
    font-size: 13px;
    color: #9b9b9b;
}

.widget-listing li img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.widget.footer-widget {
    color: #fff;
    /* font-family: var(--uc-primary-font); */
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 0;
}

.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    color: #12171f;
    letter-spacing: 2px;
    /* font-family: var(--uc-primary-font); */
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.footer-widget .widget-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.footer-light .footer-widget .widget-title {
    color: #12171f;
    font-weight: 600;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    line-height: 25px;
    list-style: none;
}

.widget ul li a {
    text-decoration: none;
}

.widget .widget-listing {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-widget {
    display: flex;
    gap: 20px;
}

.social-widget li a,
.social-widget a {
    font-size: 16px;
    text-decoration: none;
    color: #12171f;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50px;
    line-height: 35px;
}
.social-widget i{
    margin-left: 14px;
}

.footer-widget.social-widget li a,
.footer-widget.social-widget a {
    color: #000;
}

.footer-light .footer-widget.social-widget li a,
.footer-light .footer-widget.social-widget a {
    color: #787878;
}

.widget ul li a {
    text-decoration: none;
    color: #12171f;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.widget.footer-widget ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-light .widget.footer-widget ul li a {
    color: #787878;
}

.footer-light .widget ul li a:hover,
.widget ul li a:hover {
    color: #fff;
}

.widget-sidebar-nav {
    background-color: #fff;
}

.widget-sidebar-nav ul li {
    padding: 10px 0;
}

.widget-sidebar-nav ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #c0c0c0;
}

.widget-category ul li {
    padding: 10px 0;
}

.widget-category ul li a span {
    color: #da5e28;
}

.widget-category ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #c0c0c0;
}

.blog-sidebar .widget {
    background-color: #fff;
}

.widget_search .search-field {
    border: 1px solid;
    border-color: #c0c0c0;
    font-size: 14px;
    color: #12171f;
    height: 50px;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
}

.widget_search .search-field:focus,
.widget_search .search-field:focus-visible {
    border: none;
}

.widget_search input[type="submit"] {
    display: none;
}

.widget_categories ul li {
    padding: 10px 0;
    color: #da5e28;
}

.widget_categories ul li a {
    color: #12171f;
}

.widget_categories ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #c0c0c0;
}

.widget_recent_entries ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget_recent_entries ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.widget_recent_entries .post-meta {
    display: flex;
    gap: 15px;
}

.widget_recent_entries .post-meta a {
    color: #b1b1b1;
    font-size: 13px;
    position: relative;
    padding: 0;
}

.widget_recent_entries .post-meta a:not(:last-child)::after {
    content: "|";
    position: absolute;
    color: #b1b1b1;
    right: -7px;
    top: -1px;
    height: 100%;
    width: 1px;
}

.widget_tag_cloud ul {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.widget_tag_cloud ul li a {
    background-color: #f5f5f5;
    color: #b1b1b1;
    padding: 0 7px;
    font-size: 13px;
    display: block;
    line-height: 2;
}

.widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: #da5e28;
}

/*==========================================================
Modal Popup
==========================================================*/

.modal-content {
    border-radius: 0;
}

.quick-email-modal,
.quick-view-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99992;
    width: 100%;
    height: 100%;
}

.view-close {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 99;
    background-color: #12171f;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.entry-thumbnail-modal {
    position: relative;
    overflow: hidden;
}

.modal-body .entry-title a {
    font-size: 18px;
    text-decoration: none;
    color: #12171f;
}

.modal-body .entry-title a:hover {
    color: #da5e28;
}

.modal-body .product-status {
    background-color: #313145;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    /* font-family: var(--uc-primary-font); */
    padding: 0 12px;
}

.entry-thumbnail-modal,
.modal-body .entry-title a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}



/*==========================================================
Tab Block Style
==========================================================*/

.tab-style-1 {
    position: relative;
}

.tab-filter-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

.tab-filter-nav li {
    color: #12171f;
    /* font-family: var(--uc-primary-font); */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.tab-filter-nav li.mixitup-control-active {
    color: #da5e28;
    text-decoration: line-through;
}

.tab-style-2 {
    width: max-content;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    background: #fff;
    border-radius: 60px;
}

.tab-style-2 .tab-filter-nav li a.nav-link {
    /* font-family: var(--uc-primary-font); */
    font-size: 14px;
    letter-spacing: 1px;
    color: #12171f;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.tab-style-2 .tab-filter-nav li a.nav-link:hover {
    color: #da5e28;
}

.tab-style-2 .tab-filter-nav li a.nav-link.active {
    color: #da5e28;
    text-decoration: line-through;
}

.nav-tab-line {
    display: flex;
    gap: 25px;
    /* font-family: var(--uc-primary-font); */
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.nav-tab-line li {
    cursor: pointer;
}

.nav-tab-line li:hover {
    color: #da5e28 !important;
}

.tab-simple {
    display: flex;
    gap: 30px
}

.tab-simple li {
    color: #12171f;
    cursor: pointer;
    list-style: none;
    /* font-family: var(--uc-primary-font); */
    font-weight: 500;
    font-size: 15px;
}

.tab-simple li.active {
    color: #da5e28;
}

.submit-property .tab-simple {
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.submit-property .tab-element {
    padding: 30px
}


/*==========================================================
Modal Popup
==========================================================*/

.modal-content {
    border-radius: 0;
}

.quick-email-modal,
.quick-view-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99992;
    width: 100%;
    height: 100%;
}

.view-close {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 99;
    background-color: #12171f;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.entry-thumbnail-modal {
    position: relative;
    overflow: hidden;
}

.modal-body .entry-title a {
    font-size: 18px;
    text-decoration: none;
    color: #12171f;
}

.modal-body .entry-title a:hover {
    color: #da5e28;
}

.modal-body .product-status {
    background-color: #313145;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    /* font-family: var(--uc-primary-font); */
    padding: 0 12px;
}

.entry-thumbnail-modal,
.modal-body .entry-title a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.quick-view-modal.show .modal-dialog {
    position: relative;
    z-index: 100;
}

.user-login-form {
    padding: 30px;
}

.modal-footer,
.modal-header {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-header {
    border-radius: 0;
}

.modal-title {
    /* font-family: var(--uc-primary-font); */
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #12171f;
    font-weight: 600;
}

.user-login-form .form-control {
    padding-left: 40px;
}

.user-login-form .access-field {
    position: relative;
    display: flex;
    align-items: center;
}

.user-login-form .access-field i {
    position: absolute;
    font-size: 13px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* services section css starts */
.gap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.heading-two.two {
    width: 63%;
    margin: auto;
    text-align: center;
}
.heading-two {
    padding-bottom: 50px;
}
.heading-two span {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #da5e28 ;
    margin-bottom: 10px;
}
.heading-two.two span {
    justify-content: center;
}
.heading-two span img {
    width: 22px;
}
.heading-two h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}
.skin-care {
    background-color: #fff;
    padding-top: 130px !important;
    position: relative;
    padding: 30px;
    height: 500px;
    margin-bottom: 40px;
}
.skin-care:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #da5e28 ;
    bottom: 0;
    right: 0;
    transition: .4s ease-in-out;
}
.skin-care > img {
    width: 81%;
}
.skin-care img{
    transition: .4s ease-in-out;
}
.skin-care > img {
    position: absolute;
    right: 0;
    top: 0;
}
.skin-care img {
    border-bottom-left-radius: 350px;
    border-bottom-right-radius: 350px;
}
.skin-care > i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
    transition: .4s ease-in-out;
}
.skin-care > i img {
    border-radius: 0;
    transition: .4s ease-in-out;
    width: 50px;
}
.skin-care h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 14px;
    color: #000;
    position: relative;
}
.skin-care a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    position: relative;
    transition: .4s ease-in-out;
}
.skin-care p {
    padding-bottom: 20px;
    position: relative;
}
.skin-care:hover:before {
    height: 100%;
}
.skin-care a:hover{
    color: #fff;
}
.skin-care p:hover{
    color: #fff;
}
ul.skin-care-list li:hover i img, ul.acne-treatment li:hover img, .skin-care:hover > i img {
    transform: rotate3d(1, 1, 1, 360deg);
}
.skin-care:hover > i img {
    filter: brightness(0) invert(1);
}
.skin-care:hover > i {
    background-color: #000;
}

/* services section css ends */



.ul-section-spacing {
    padding: 60px 0px;
}


.ul-2-cta-card-1 {
    background-color: #fff;
    border: 3px solid #da5e28;
}
.ul-2-cta-card {
    padding: clamp(24px, 2.52vw, 48px) clamp(20px, 2.1vw, 40px);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.ul-2-cta-card-title {
    color: #000 !important;
    font-weight: 800;
    font-size: clamp(20px, 1.26vw, 24px);
    display: block;
    line-height: 133%;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(206, 207, 208, 0.4);
    padding-bottom: clamp(14px, 1.26vw, 24px);
    margin-bottom: clamp(16px, 1.68vw, 32px);
        text-align: center;
}
.ul-2-cta-card-descr {
    font-weight: 400;
    font-size: clamp(13px, 0.84vw, 16px);
    line-height: 150%;
    color: #000;
    font-size: 16px;
    /* opacity: 0.7; */
}
.ul-2-cta-card-contact {
    display: flex;
    align-items: center;
    gap: clamp(9px, 0.63vw, 12px);
    /*margin-bottom: clamp(24px, 2.52vw, 48px);*/
}
.ul-2-cta-card-contact-icon {
    width: clamp(46px, 2.94vw, 56px);
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(25px, 1.47vw, 28px);
}

.ul-2-cta-card-contact-info .title {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    /* opacity: 0.8; */
    margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-2-cta-card-contact-info .number {
    font-weight: 600;
    font-size: clamp(17px, 1.05vw, 20px);
    line-height: 140%;
    color: #000;
}
.ul-2-cta-card-2 {
    background-color: #fff;
    border: 3px solid #da5e28;
}
.ul-2-cta-card-3 {
    background-color: #fff;
    border: 3px solid #da5e28;
}
.ul-2-cta-card-hours {
    font-weight: 400;
    font-size: clamp(13px, 0.84vw, 16px);
    line-height: 150%;
    color: #000;
}
.ul-2-cta-card-hour:first-child {
    padding-top: 0;
    border-top: none;
}
.ul-2-cta-card-hour {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: clamp(12px, 1.05vw, 20px) 0 clamp(7px, 0.63vw, 12px);
    border: solid rgba(206, 207, 208, 0.08);
    border-width: 1px 0;
}
.ul-2-cta-card-doctors {
    margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-cta-card-doctors-img {
    display: flex;
    margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-2-cta-card-doctors-img img {
    border: 2px solid #fff;
    width: clamp(50px, 2.94vw, 56px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.ul-2-cta-card-doctors-img img:not(:first-child) {
    margin-left: -25px;
}
.ul-2-cta-card-doctors .sub-title {
    font-weight: 400;
    font-size: clamp(13px, 0.84vw, 16px);
    line-height: 150%;
    color: #000;
    opacity: 0.8;
    display: block;
    margin-bottom: 2px;
}
.ul-2-cta-card-doctors .title {
    
    font-weight: 800;
    font-size: clamp(24px, 1.68vw, 32px);
    line-height: 125%;
    letter-spacing: 0.5px;
    color: #000;
    display: block;
}
.ul-2-cta-card-3 .ul-2-cta-card-vector {
    right: 0;
}
.ul-2-cta-card-vector {
    position: absolute;
    right: clamp(12px, 1.16vw, 22px);
    bottom: 0;
    z-index: -1;
}

/* testimonial section css starts */
.demo{
    padding: 40px 0px;
}

.testimonial{
    padding: 20px;
    margin: 20px 10px;
}
.testimonial .pic{
    width: 122px;
    height: 122px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}
.testimonial .pic:before{
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #E16B47;
    border-left: 3px solid #E16B47;
}
.testimonial .pic:after{
    top: -10%;
    right: -10%;
    border-top: 3px solid #e16b47;
    border-right: 3px solid #e16b47;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    display: table;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 60px;
    color: #d8dad6;
    z-index: -1;
}
.testimonial .testimonial-title{
    font-size: 24px;
    color: #e16b47;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 13px;
    font-weight: 600;
    color: #585f62;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    padding-left: 5px;
}
.testimonial .description{
    font-size: 13px;
    color: #7c7c7c;
    line-height: 22px;
    margin-top: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #e16b47;
}
@media only screen and (max-width: 980px){
    .testimonial{
        padding: 20px 0;
        margin: 20px 15px;
    }
    .testimonial .pic{
        float: none;
    }
    .testimonial .testimonial-content{
        display: block;
        margin-top: 30px;
    }
    .testimonial .testimonial-content:before{
        z-index: 1;
        top: -200px;
    }
}



/* facilities section css starts */
.facilities-section {
      max-width: 1200px;
      margin: 50px auto;
      text-align: center;
      padding: 0 20px;
    }
 
    .facilities-section h2 {
      font-size: 32px;
      color: #da5e28;
      margin-bottom: 10px;
    }
 
    .facilities-section p {
      color: #555;
      font-size: 16px;
      margin-bottom: 40px;
    }
 
    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }
 
    .card {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }
 
    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 20px rgba(0,0,0,0.1);
    }
 
    .icon-circle {
      background: #da5e28;
      color: #fff;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 26px;
      margin-bottom: 15px;
    }
 
    .card h3 {
      font-size: 18px;
      color: #222;
      margin-bottom: 10px;
    }
 
    .card p {
      font-size: 14px;
      color: #666;
      margin: 0;
    }
 
    @media (max-width: 600px) {
      .icon-circle {
        margin: 0 auto 15px;
      }
      .card {
        text-align: center;
      }
    }


/*==========================================================
Responsive Code
==========================================================*/

@media screen and (min-width: 1200px) {
    .box-layout {
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 10px 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar .navbar-nav li>ul.dropdown-menu {
        visibility: hidden;
        min-width: 180px;
        display: block;
        background-color: #fff;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        opacity: 0;
        border: 0;
        border-radius: 0;
        left: 10px;
        top: 100%;
        margin-top: 8px;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
    .navbar .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
        width: 100%;
        left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -10px;
    }
    .navbar .navbar-nav li:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar .navbar-nav li:hover>ul.dropdown-menu {
        left: 0px;
    }
    .navbar .navbar-nav li>ul.dropdown-menu ul.dropdown-menu {
        left: 110%;
        top: -16px;
    }
    .navbar .navbar-nav li>ul.dropdown-menu li:hover ul.dropdown-menu {
        left: 100%;
    }
    .mobile-login {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .comments-title {
        flex-direction: column;
        gap: 10px;
        text-align: left;
        align-items: start;
    }
    .single-content-wrapper .property-info li {
        width: 50%;
    }
    .top-header {
        display: none;
    }
    .main-header .navbar .user-panel {
        display: none;
    }
    .header-style-1 {
        background-color: #fff;
    }
    .header-style-1.header-absolute {
        position: static;
        background-color: #313145;
    }
    .header-style-3.header-absolute {
        position: static;
        background: #313145;
        padding-bottom: 0;
    }
    .navbar-nav>li.dropdown>a.nav-link::after,
    .navbar-nav>li.dropdown .dropdown-toggle::after {
        right: 20px;
    }
    .header-style-1 .navbar-toggler-icon,
    .header-style-1 .navbar-toggler,
    .header-style-2 .navbar-toggler-icon,
    .header-style-2 .navbar-toggler,
    .header-style-3 .navbar-toggler-icon,
    .header-style-3 .navbar-toggler {
        background-color: #fff;
        border-radius: 0;
        padding: 5px 10px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0;
        border: 0;
        background-color: #f5f5f5;
    }
    .field-search {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .property-search-form.on-slider {
        margin-top: 50px;
    }
    .price-range-toggle {
        width: 100%;
    }
    .mobile-login {
        margin-left: auto;
        border: 0;
        background-color: #da5e28;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        width: 42px;
        height: 42px;
    }
    .navbar-brand {
        width: 130px;
    }
    .main-header .navbar .btn {
        width: 100%;
    }
    .left-sidebar-block {
        flex: 0 0 250px;
    }
    .navbar .navbar-nav li a {
     color: #fff !important; 
}
.navbar-collapse {
    border-top: 1px solid #fff;
    padding: 20px 0px;
}
  .banner-search {
        padding-top: 90px !important;
    }
     .bnt{
        margin-top: 30px !important;
    }
    .heading-two.two {
    width: 100%;
}
.heading-two h2 {
    font-size: 27px;
}
.gap {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .skin-care {
    padding-top: 165px !important;
    margin-top: 0px;
}

}

@media screen and (max-width: 767px) {
    .booking-shedule-tour,
    .single-property-calculator,
    .single-property-details,
    .single-property-description,
    .single-property-overview,
    .leave-feedback-wrapper {
        padding: 20px;
    }
    .single-content-wrapper .property-feature li,
    .single-content-wrapper .property-address li {
        width: 100%;
    }
    .comment-head {
        flex-direction: column;
        align-items: start
    }
    .single-content-wrapper .update-on {
        position: static;
    }
    .single-property-page .entry-single-wrapper .entry-single-header {
        flex-direction: column;
        gap: 15px;
    }
    .entry-property-price-wrapper {
        align-items: start;
    }
    .single-content-wrapper .property-info li {
        width: 100%;
    }
    .tab-style-1 .tab-filter-nav {
        position: static;
        flex-direction: column;
        gap: 10px;
    }
    .copyright {
        text-align: center;
    }
    .bottom-footer-nav {
        justify-content: center;
    }
    .listing-filter-bar {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .overflow-mobile-scroll {
        overflow-x: scroll;
    }
    .xs-mx-none {
        display: none !important;
    }
    .banner-search {
        padding-top: 90px !important;
    }
    .sidebar-page-wrapper {
        flex-direction: column;
    }
    .dashboard-header .navbar-collapse {
        flex-direction: column;
        align-items: start;
    }
    .dashboard-header sup {
        top: 0;
    }
    .dropdown-toggle {
        padding-right: 40px;
    }
    .testimonial-block-2 .owl-nav {
        top: inherit;
        right: 50%;
        transform: translateX(50%);
        bottom: -50px;
    }
.heading-two {
    padding-bottom: 0px;
}
.tp-about-2-thumb-2 img {
    width: 100%;
}
.tp-about-2-thumb img {
    width: 100%;
}
.tp-about-2-thumb{
    margin-bottom: 10px;
}
.tp-about-2-thumb-2{
    margin-bottom: 15px;
}
.skin-care-number{
    display: none;
}
.skin-care-img img.skin-care-1 {
    margin-left: 0px;
    margin-top: 0px;
}
.skin-care-img img {
    width: 100%;
}
.skin-care-img img.skin-care-1 {
    width: 100%;
}
.copyright ul {
    margin: 10px 26% 0 0;
}
}




