
@import url('https://fonts.googleapis.com/css2?family=K2D:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*,*:before,*:after{
    box-sizing:inherit
}
*{
    scroll-behavior:inherit!important
}
html,body{
    height:auto;
    width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    box-sizing:border-box
}
body{
    font-family:'Montserrat', sans-serif;
    font-style:normal;
    font-size:16px;
    font-weight:400;
    color:#757f95;
    line-height:1.8
}
a{
    color:#000000;
    /* display:inline-block */
}
a,a:active,a:focus,a:hover{
    outline:none;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
}
a:hover{
    color:#0049d0
}
ul{
    margin:0;
    padding:0
}
li{
    list-style:none
}
h1,h2,h3,h4,h5,h6{
    color:#000000;
    margin:0;
    font-weight:600;
    font-family:'Montserrat', sans-serif;
    line-height:1.2
}
h1{
    font-size:40px
}
h2{
    font-size:35px
}
h3{
    font-size:28px
}
h4{
    font-size:22px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
p{
    margin:0
}
.img,img{
    max-width:100%;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    height:auto
}
label{
    color:#999;
    cursor:pointer;
    font-weight:400
}
*::-moz-selection{
    background:#d6b161;
    color:#fff;
    text-shadow:none
}
::-moz-selection{
    background:#555;
    color:#fff;
    text-shadow:none
}
::selection{
    background:#555;
    color:#fff;
    text-shadow:none
}
*::-moz-placeholder{
    color:#999;
    font-size:16px;
    opacity:1
}
*::placeholder{
    color:#999;
    font-size:16px;
    opacity:1
}
.preloader{
    position:fixed;
    width:100%;
    height:100%;
    background: #084E59;
    top:0;
    left:0;
    z-index:9999
}
.loader{
    position:absolute;
    top:46%;
    left:0;
    right:0;
    transform:translateY(-46%);
    text-align:center;
    margin:0 auto;
    width:50px;
    height:50px
}
.loader-box{
    width:100%;
    height:100%;
    background:#fff;
    animation:loader-animate .5s linear infinite;
    position:absolute;
    top:0;
    left:0;
    border-radius:8px
}
.loader-shadow{
    width:100%;
    height:5px;
    background:#000;
    opacity:.1;
    position:absolute;
    top:59px;
    left:0;
    border-radius:50%;
    animation:loader-shadow .5s linear infinite
}
@keyframes loader{
    0%{
        left:-100px
    }
    100%{
        left:110%
    }
}
@keyframes loader-animate{
    17%{
        border-bottom-right-radius:3px
    }
    25%{
        transform:translateY(9px) rotate(22.5deg)
    }
    50%{
        transform:translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius:40px
    }
    75%{
        transform:translateY(9px) rotate(67.5deg)
    }
    100%{
        transform:translateY(0) rotate(90deg)
    }
}
@keyframes loader-shadow{
    50%{
        transform:scale(1.2,1)
    }
}
.ovrflow-hidden{
    overflow:hidden
}
.text-right{
    text-align:right
}
.space-between{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.c-pd{
    padding:0 7rem
}
.s-pd{
    padding:0 12rem
}
.h-100{
    height:100%
}
.h-100vh{
    height:100vh
}
.bg{
    background-color:#eaf7f4
}
.site-heading{
    margin-bottom:50px;
    position:relative
}
.site-title-tagline{
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:18px;
    font-weight:700;
    color:#084E59;
    position:relative
}
.site-title{
    font-weight:700;
    text-transform:capitalize;
    font-size:40px;
    color:#000000;
    margin-top:8px;
    margin-bottom:0
}
.site-title span{
    color:#084E59
}
.site-heading p{
    margin-top:15px
}
.heading-divider{
    display:inline-block;
    position:relative;
    height:3px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
background: #084E59;
    width:90px;
    overflow:hidden
}
.heading-divider:after{
    content:'';
    position:absolute;
    left:0;
    top:-1.1px;
    height:7px;
    width:8px;
    background-color:#fff;
    -webkit-animation:heading-move 5s infinite linear;
    animation:heading-move 5s infinite linear
}
@-webkit-keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}
@keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}
@media all and (max-width:992px){
    .shadow-title{
        font-size:100px
    }
}
.pb-140{
    padding-bottom:140px
}
.pd-50{
    padding:50px 0
}
.py-120{
    padding:120px 0
}
.pt-120{
    padding-top:120px
}
.pb-120{
    padding-bottom:120px
}
.pt-0{
    padding-top:0
}
.pt-10{
    padding-top:10px
}
.pt-20{
    padding-top:20px
}
.pt-30{
    padding-top:30px
}
.pt-40{
    padding-top:40px
}
.pt-50{
    padding-top:50px
}
.pt-60{
    padding-top:60px
}
.pt-70{
    padding-top:70px
}
.pt-80{
    padding-top:80px
}
.pt-90{
    padding-top:90px
}
.pt-100{
    padding-top:100px
}
.pb-0{
    padding-bottom:0
}
.pb-10{
    padding-bottom:10px
}
.pb-20{
    padding-bottom:20px
}
.pb-30{
    padding-bottom:30px
}
.pb-40{
    padding-bottom:40px
}
.pb-50{
    padding-bottom:50px
}
.pb-60{
    padding-bottom:60px
}
.pb-70{
    padding-bottom:70px
}
.pb-80{
    padding-bottom:80px
}
.pb-90{
    padding-bottom:90px
}
.pb-100{
    padding-bottom:100px
}
.mt-0{
    margin-top:0
}
.mt-10{
    margin-top:10px
}
.mt-20{
    margin-top:20px
}
.mt-30{
    margin-top:30px
}
.mt-40{
    margin-top:40px
}
.mt-50{
    margin-top:50px
}
.mt-60{
    margin-top:60px
}
.mt-70{
    margin-top:70px
}
.mt-80{
    margin-top:80px
}
.mt-90{
    margin-top:90px
}
.mt-100{
    margin-top:100px
}
.mb-0{
    margin-bottom:0
}
.mb-10{
    margin-bottom:10px
}
.mb-20{
    margin-bottom:20px
}
.mb-30{
    margin-bottom:30px
}
.mb-40{
    margin-bottom:40px
}
.mb-50{
    margin-bottom:50px
}
.mb-60{
    margin-bottom:60px
}
.mb-70{
    margin-bottom:70px
}
.mb-80{
    margin-bottom:80px
}
.mb-90{
    margin-bottom:90px
}
.mb-100{
    margin-bottom:100px
}
.mr-300{
    margin-right:300px
}
.ml-300{
    margin-left:300px
}
.pos-rel{
    position:relative;
    z-index:1
}
.theme-btn{
    font-size:16px;
    color:#fff;
    transition:all .5s;
    text-transform:capitalize;
    position:relative;
    /* border-radius:12px; */
    font-weight:500;
    cursor:pointer;
    text-align:center;
    overflow:hidden;
    border:none;
    background: #084E59;
    box-shadow:0 3px 24px rgb(0 0 0/12%);
    z-index:1;
    display: inline-block;
    height: 41px;
}
.theme-btn::before{
    content:"";
    height:400px;
    width:400px;
    background:#000000;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%) scale(0);
    transition:.5s cubic-bezier(.25,.46,.45,.94);
    z-index:-1
}
.theme-btn:hover{
    color:#fff
}
.theme-btn:hover::before{
    transform:translateY(-50%) translateX(-50%) scale(1)
}
.theme-btn i{
    margin-left:5px
}
.theme-btn span{
    margin-right:5px
}
.theme-btn2{
    background: #000000;
    color: #fff;
}
.theme-btn2::before{
    background: #084E59
}
.theme-btn2:hover{
    color:#fff
}
@media(min-width:1200px){
    .container,.container-sm,.container-md,.container-lg,.container-xl{
        max-width:1185px
    }
}
#scroll-top{
    display:none;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:99;
    font-size:25px;
    border:none;
    outline:none;
    border-radius:8px;
    color:#fff;
    background: #084E59;
    cursor:pointer;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    transition:all .5s ease-in-out;
    z-index:1
}
@media all and (min-width:768px) and (max-width:1199px){
    #scroll-top{
        bottom:100px
    }
}
.header-top{
    background:#000000;
    padding:0px;
    position:relative;
    border-bottom:1px solid rgba(255,255,255,.1);
    z-index:999
}
.header-top-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.header-top-contact ul{
    display:flex;
    align-items:center;
    gap:25px
}
.header-top-contact ul li{
    display:flex;
    align-items:center;
    gap:10px
}
.header-top-contact-icon{
    width:45px;
    height:45px;
    line-height:41px;
    background:#fff;
    border-radius:50%;
    text-align:center
}
.header-top-contact-icon img{
    width:24px
}
.header-top-contact-info h6{
    color:#fff;
    font-size:18px
}
.header-top-contact ul li a{
    color:#fff;
    font-weight:400;
    font-size:17px
}
.header-top-contact ul li a i{
    color:#fff;
    margin-right:5px
}
.header-top-right{
    display:flex;
    align-items:center;
    gap:15px
}
.header-top-link{
    color:#fff
}
.header-top-link i{
    color:#fff;
    margin-right:5px
}
.header-top-link:hover{
    color:#084E59
}
.header-top-social span{
    color:#fff;
    margin-right:10px
}
.header-top-social a{
    width:36px;
    height:36px;
    line-height:36px;
    color:#fff;
    font-size:18px;
    text-align:center;
    transition:all .5s ease-in-out;
    display: inline-block;
}
.header-top-social a:hover{
    color:#084E59
}
.header-phone{
    display:flex;
    align-items:center;
    gap:15px
}
.header-phone-content span{
    display:block;
    margin-bottom:13px;
    line-height:.6;
    color:#000000;
    font-weight:500
}
.header-phone-icon{
    width:50px;
    height:50px;
    line-height:50px;
    background: #084E59;
    border-radius:50px;
    text-align:center
}
.header-phone-icon img{
    width:27px
}
.header-phone-number{
    font-size:20px;
    line-height:1
}
.header-phone-number a{
    color:#084E59
}
@media all and (max-width:1199px){
    .header-top-account{
        display:none
    }
    .header-top::before{
        width:320px
    }
    .header-top-contact ul{
        gap:10px
    }
    .header-top-social a{
        width:34px;
        height:34px;
        line-height:37px;
        margin-left:0
    }
    .header-top-left{
        margin-right:5px
    }
}
@media all and (max-width:992px){
    .header-top{
        display:none
    }
}
.main{
    margin-top:0
}
@media all and (min-width:992px){
    .navbar .nav-item .nav-link{
        margin-right:22px;
        padding:17px 0;
        font-size:17px;
        font-weight:500;
        color:#fff;
        text-transform:capitalize
    }
    .navbar .nav-item:last-child .nav-link{
        margin-right:0
    }
    .navbar .nav-item .dropdown-menu{
        display:block;
        opacity:0;
        visibility:hidden;
        transition:.3s;
        margin-top:0;
        padding:8px;
        border:none;
        left:-15px;
        border-radius:12px;
        background:#fff;
    
        box-shadow:0 0 50px 0 rgb(32 32 32/15%)
    }
    .navbar .nav-item .dropdown-menu::before{
        content:"\f0d8";
        position:absolute;
        font-family:"font awesome 6 pro";
        color:#fff;
        font-size:50px;
        font-weight:700;
        left:25px;
        top:-45px
    }
    .navbar .nav-item .dropdown-menu li{
        border-bottom:1px solid #eee
    }
    .navbar .nav-item .dropdown-menu li:last-child{
        margin-bottom:0;
        border-bottom:none
    }
    .navbar .nav-item .dropdown-menu .dropdown-item{
        font-size:16px;
        font-weight:500;
        padding:10px 0 10px 20px;
        color:#000000;
        position:relative;
        text-transform:capitalize;
        transition:all .5s ease-in-out;
        z-index:1
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover{
        background:0 0;
        color:#084E59;
        padding-left:30px
    }
    .navbar .nav-item .dropdown-menu .dropdown-item::before{
        content:"\f111";
        position:absolute;
        font-family:"font awesome 6 pro";
        left:12px;
        top:20.5px;
        color:#084E59;
        font-weight:700;
        font-size:6px;
        transform:scale(0,0);
        transition:all .5s ease-in-out;
        z-index:-1
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before{
        transform:scale(1,1)
    }
    .navbar .nav-item .nav-link{
        position:relative
    }
    .navbar .nav-item .nav-link.active,.navbar .nav-item:hover .nav-link{
        color:#ffff
    }
    .navbar .nav-item:hover .dropdown-menu{
        transition:.3s;
        opacity:1;
        visibility:visible;
        top:100%;
        transform:rotateX(0deg)
    }
    .navbar .dropdown-menu-end{
        right:0;
        left:auto
    }
    .navbar .dropdown-menu.fade-down{
        top:80%;
        transform:rotateX(-75deg);
        transform-origin:0% 0%
    }
    .navbar .dropdown-menu.fade-up{
        top:140%
    }
    .header-nav-right{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:15px;
        margin-left:30px
    }
    .header-nav-link{
        position:relative;
        width:45px;
        height:45px;
        line-height:45px;
        color:#000000;
        display:flex;
        align-items:center;
        justify-content:center
    }
    .header-nav-link:hover{
        color:#084E59
    }
    .header-nav-link.search-box-outer{
        font-size:18px
    }
    #main_nav{
        justify-content:center
    }
}
.navbar{
    background:#084E59;
    padding-top:0;
    padding-bottom:0;
      z-index:2  
}
.navbar.fixed-top{
    background:#084E59;
    box-shadow:0 0 15px rgba(0,0,0,.17);
    animation:slide-down .7s
}
.navbar.fixed-top .nav-item .nav-link{
    color:#fff
}
.navbar.fixed-top .header-nav-link{
    color:#fff
}
.navbar.fixed-top .header-nav-link:hover{
    color:#fff
}
.navbar.fixed-top .nav-item .nav-link.active,.navbar.fixed-top .nav-item:hover .nav-link{
    color:#fff
}
@keyframes slide-down{
    0%{
        transform:translateY(-100%)
    }
    100%{
        transform:translateY(0)
    }
}
.navbar .navbar-brand .logo-display{
    display:block
}
.navbar .navbar-brand .logo-scrolled{
    display:none
}
.navbar.fixed-top .navbar-brand .logo-display{
    display:none
}
.navbar.fixed-top .navbar-brand .logo-scrolled{
    display:block
}
button.navbar-toggler:focus{
    outline:none;
    box-shadow:none
}
.navbar-toggler-btn-icon{
    display:inline-block;
    width:inherit;
    height:inherit
}
.navbar-brand{
    margin-right:0
}
.navbar-brand img{
    width:202px
}
.navbar.fixed-top img{
    width:137px
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:5px;
    vertical-align:baseline;
    font-family:'font awesome 6 pro';
    content:"\f107" !important;
    font-weight:600;
    border:none;
    font-size:14px;
    border-bottom: none !important;
}
@media all and (max-width:1199px){
    .header-nav-right{
        gap:5px;
        margin-left:15px
    }
    .navbar .nav-item .nav-link{
        margin-right:15px
    }
    .navbar .header-btn{
        display:none
    }
}
.mobile-menu-right{
    display:none
}
@media all and (max-width:991px){
    .navbar{
        top:0;
        right:0;
        left:0;
        position:fixed
    }
    .navbar-bg{
        height:59px
    }
    .navbar-bg::before{
        transform:translateY(0px) skew(-15deg);
        left:-8px
    }
    .navbar-brand{
        padding-left:10px
    }
    .navbar-brand img{
        width:169px
    }
    .navbar-collapse{
        max-height:220px;
        overflow:hidden;
        overflow-y:auto;
        padding:0 20px;
        background-color:#fff
    }
    .dropdown-toggle::after{
        float:right
    }
    .navbar .nav-item .nav-link{
        color:#000000;
        font-weight:700;
        transition:all .5s ease-in-out
    }
    .navbar .nav-item .nav-link:hover{
        color:#084E59!important
    }
    .navbar-toggler{
        padding:0;
        border:none
    }
    .mobile-menu-right{
        display:flex;
        align-items:center
    }
    .mobile-menu-link{
        font-size:20px;
        color:#000000;
        font-weight:500;
        padding-right:20px;
        margin-bottom:0;
        position:relative
    }
    .mobile-menu-link:hover{
        color:#084E59
    }
    .navbar-toggler-btn-icon{
        font-size:25px;
        color:#fff;
        font-weight:500
    }
    .navbar.fixed-top .mobile-menu-link{
        color:#ffff
    }
    .navbar.fixed-top .navbar-toggler-btn-icon{
        color:#fff
    }
    .navbar .dropdown-menu{
        border-radius:8px
    }
    .header-nav-right{
        display:none
    }
}
.navbar .nav-item .dropdown-submenu{
    position:relative
}
.navbar .nav-item .dropdown-submenu .dropdown-menu::before{
    display:none
}
.navbar .nav-item .dropdown-submenu a::after{
    transform:rotate(-90deg);
    position:absolute;
    right:15px;
    top:12px;
    font-weight:600
}
.navbar .nav-item .dropdown-submenu a:hover{
    background:0 0;
    color:#fff
}
.navbar .nav-item .dropdown-submenu .dropdown-menu{
    top:120%;
    left:100%;
    opacity:0;
    visibility:hidden
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu{
    top:0;
    opacity:1;
    visibility:visible
}
@media all and (max-width:991px){
    .navbar .nav-item .dropdown-submenu .dropdown-menu{
        margin:0 17px
    }
    .navbar .nav-item .dropdown-submenu .dropdown-menu{
        opacity:unset;
        visibility:unset
    }
    .navbar .nav-item .dropdown-submenu a::after{
        top:4px
    }
    .navbar .nav-item .dropdown-submenu a:hover{
        color:#084E59
    }
}
.hero-section{
    position:relative
}
.hero-single{
    padding-top:160px;
    padding-bottom:200px;
    background-position:center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1
}
.hero-single::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:-.5px;
    top:0;
    background:rgba(0,0,0,.7);
    z-index:-1
}
.hero-single .hero-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%
}
.hero-single .hero-content .hero-title{
    color:#fff;
    font-size:65px;
    font-weight:700;
    margin:20px 0;
    text-transform:capitalize
}
.hero-single .hero-content .hero-title span{
    color:#084E59
}
.hero-single .hero-content .hero-sub-title{
    color:#084E59;
    font-size:22px;
    letter-spacing:5px;
    position:relative;
    font-weight:700;
    text-transform:uppercase
}
.hero-single .hero-content p{
    color:#fff;
    font-size:22px;
    line-height:30px;
    font-weight:500;
    margin-bottom:20px;
    text-transform:capitalize
}
.hero-single .hero-content .hero-btn{
    gap:2rem;
    display:flex;
    margin-top:1rem;
    justify-content:start
}
.hero-slider.owl-theme .owl-nav{
    margin-top:0
}
.hero-slider.owl-theme .owl-nav [class*=owl-]{
    color:#084E59;
    font-size:25px;
    margin:0;
    padding:0;
    background:#fff;
    display:inline-block;
    cursor:pointer;
    height:55px;
    width:55px;
    border-radius:50px;
    line-height:55px;
    text-align:center;
    transition:all .5s ease-in-out
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: #084E59;
    color:#fff
}
.hero-slider.owl-theme .owl-nav .owl-prev{
    left:40px
}
.hero-slider.owl-theme .owl-nav .owl-next{
    right:40px
}
.hero-slider.owl-theme .owl-nav .owl-prev,.hero-slider.owl-theme .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translate(0,-50%)
}
@media all and (max-width:1199px){
    .hero-single .hero-content .hero-title{
        font-size:37px
    }
    .hero-slider.owl-theme .owl-nav .owl-prev,.hero-slider.owl-theme .owl-nav .owl-next{
        top:unset;
        bottom:125px!important
    }
    .hero-slider.owl-theme .owl-nav .owl-prev{
        left:unset;
        right:120px
    }
    .hero-slider.owl-theme .owl-nav .owl-next{
        right:40px
    }
}
@media all and (max-width:991px){
    .hero-single .hero-content .hero-title{
        font-size:35px
    }
    .hero-single .hero-content .hero-btn{
        gap:1.5rem
    }
    .hero-single .hero-content .hero-btn .theme-btn{
        padding:12px 15px
    }
}
@media all and (max-width:767px){
    .hero-single .hero-content .hero-sub-title{
        font-size:18px
    }
    .hero-single .hero-content .theme-btn{
        padding-left:20px
    }
    .hero-img{
        display:none
    }
}
.search-nav .nav-item{
    margin:10px
}
.search-nav .nav-link{
    background:#fff;
    border-radius:10px;
    padding:10px 20px;
    font-weight:500;
    color:#000000;
    position:relative;
    transition:none;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.search-nav .nav-link::before{
    content:"\f0d7";
    position:absolute;
    font-family:"font awesome 6 pro";
    left:50%;
    bottom:-47px;
    font-size:50px;
    color:#084E59;
    font-weight:700;
    transform:translateX(-50%);
    opacity:0;
    visibility:hidden
}
.search-nav .nav-link.active::before{
    opacity:1;
    visibility:visible
}
.search-nav .nav-link.active{
    background: #084E59
}
.search-form{
    background-color:rgba(255,255,255,.75);
    padding:25px;
    border-radius:18px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
 .form-group{
    position:relative;
    padding-bottom: 14px;
}
/* .search-form .form-group i{
    position:absolute;
    left:15px;
    top:14px
} */
.form-control{
    border-radius:0px;
    padding: 15px 15px 15px 11px;
    box-shadow:none;
    color:#757f95;
    height: 41px;
    
}
.form-control::placeholder{
    color:#757f95
}
.search-form .nice-select{
    width:100%;
    height:56px;
    line-height:55px;
    border-radius:0px;
    padding-left:40px;
    font-size:16px;
    border-color:#ced4da;
    color:#757f95
}
.search-form .form-control:focus,.search-form .nice-select:focus{
    border-color:#084E59
}
.search-form .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.search-form .nice-select .option.focus,.search-form .nice-select .option.selected.focus,.search-form .nice-select .option:hover{
    background:#f6f6f6;
    color:#084E59;
    border-radius:8px
}
.search-form .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.search-form .theme-btn{
    width:100%
}
.search-form .advanced-search{
    cursor:pointer;
    color: #084E59;
}
.advanced-search-menu{
    position:absolute;
    background-color:#fff;
    border-radius:20px;
    display:none;
    min-height:254px;
    left:0;
    top:140px;
    width:100%;
    padding:30px 30px 15px;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%);
    /* z-index:1 */
}
.advanced-search-menu::before{
    content:"\f0d8";
    position:absolute;
    font-family:"font awesome 6 pro";
    font-size:75px;
    color:#fff;
    font-weight:700;
    left:50%;
    top:-68px;
    transform:translateX(-50%)
}
.advanced-search-menu .form-check{
    text-align:left;
    margin-bottom:25px
}
.advanced-search-menu .form-check-label{
    color:#757f95
}
.advanced-search-menu .form-check-input{
    margin-top:6.2px;
    box-shadow:none;
    border-color:#757f95
}
.advanced-search-menu .form-check-input:focus{
    border-color:#084E59
}
.modal.left .modal-dialog,.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.modal.left .modal-content,.modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body,.modal.right .modal-body {
    padding: 15px 15px 80px
}

.modal.left.fade .modal-dialog {
    left: -30%;
    -webkit-transition: opacity .3s linear,left .3s ease-out;
    -moz-transition: opacity .3s linear,left .3s ease-out;
    -o-transition: opacity .3s linear,left .3s ease-out;
    transition: opacity .3s linear,left .3s ease-out
}

.modal.left.fade.show .modal-dialog {
    left: 0
}

.modal.right.fade .modal-dialog {
    right: -30%;
    -webkit-transition: opacity .3s linear,right .3s ease-out;
    -moz-transition: opacity .3s linear,right .3s ease-out;
    -o-transition: opacity .3s linear,right .3s ease-out;
    transition: opacity .3s linear,right .3s ease-out
}

.modal.right.fade.show .modal-dialog {
    right: 0
}

.modal.right .modal-content {
    border-radius: 0;
    border: none
}

.modal.right .modal-header {
    border-bottom-color: #eee;
    background-color: #fafafa
}

.modal .address-info>span,.modal .copyright>p,.modal .footer-contact input,.modal .footer-contact textarea,.modal .footer-contact>p,.modal .latest-news-info>p {
    color: #606060
}

.modal .address-icon,.modal .address-info {
    float: none;
    width: auto
}

.modal .footer-address>li+li {
    padding-top: 0
}

.modal-open .modal {
    z-index: 11111
}
@media all and (max-width:991px){
    .search-form .form-group,.search-form .price-range-slider,.search-form .nice-select{
        margin-bottom:5px
    }
    .search-form .advanced-search{
        margin-bottom:25px;
        padding:10px 0;
        font-size:20px
    }
    .search-form .advanced-search i{
        margin-right:10px
    }
    .advanced-search-menu{
        top:107%;
        position: relative;
    }
    .search-form .theme-btn::before{
        display:none
    }
    .search-form .theme-btn:hover{
        background:#000000;
        color:#fff
    }
}
@media all and (max-width:767px){
    .modal.right.fade.show .modal-dialog{
        width: 100%;
    }
    .search-nav .nav-link{
        padding:8px 16px
    }
    .advanced-search-menu{
        padding:20px
    }
}
.ui-slider-handle{
    top:-.4em!important;
    border-radius:50px;
    background:#fff!important;
    border:4px solid #084E59!important
}
.ui-widget.ui-widget-content{
    background:#e6e9ec;
    border:none;
    border-radius:50px;
    height:.4em
}
.ui-widget-header{
    background: #084E59
}
.priceRange{
    background:0 0;
    border:none;
    font-weight:500;
    outline:none
}
.price-range-slider label{
    color:#6c7592
}
.play-btn{
    display:inline-block;
    padding:0;
    height:75px;
    width:75px;
    line-height:75px;
    font-size:20px;
    text-align:center;
    background: #084E59;
    color:#fff!important;
    position:absolute;
    border-radius:50%;
    z-index:1
}
.play-btn i::after{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
background: #084E59;
    border-radius:50px;
    animation:ripple-wave 1s linear infinite;
    -webkit-transform:scale(1);
    transform:scale(1);
    transition:all .5s ease-in-out
}
@keyframes ripple-wave{
    0%{
        opacity:.8;
        -webkit-transform:scale(.9);
        transform:scale(.9)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
}
.category-area{
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
}
.category-item{
    text-align:center;
    background:#fff;
    margin-bottom:25px;
    border-radius:12px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    transition:all .5s ease-in-out
}
.category-item:hover{
    transform:translateY(-5px)
}
.category-item a{
    padding:20px;
    width:100%
}
.category-icon{
    font-size:60px;
    color:#084E59;
    line-height:1
}
.category-title{
    margin:10px 0
}
.category-property{
    display:block;
    width:45px;
    height:45px;
    line-height:44px;
    background:#eaf7f4;
    color:#084E59;
    border-radius:50px;
    margin:0 auto;
    font-weight:500
}
.property-listing{
    position:relative
}
.listing-item{
    background:#fff;
    position:relative;
    margin-bottom:25px;
    transition:all .5s ease-in-out
}
.listing-badge{
    position:absolute;
    right:30px;
    top:30px;
    background: #084E59;
    padding:2px 10px;
    color:#fff;
    box-shadow:0 3px 24px rgb(0 0 0/10%);
    z-index:1
}
.listing-img{
    overflow:hidden;
    position:relative;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.listing-item:hover .listing-img img{
    transform:scale(1.2)
}
.listing-img img{
    height: 215px;
    object-fit: cover;
    width: 100%;
}
.listing-title{
    margin:15px 0 8px
}
.listing-title a:hover{
    color:#084E59
}
.listing-sub-title i{
    margin-right:8px;
    color:#084E59
}
.listing-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:15px 0 20px
}
.listing-price-title{
    font-size:14px
}
.listing-price-amount{
    font-size:20px;
    font-weight:600;
    color:#084E59
}
.listing-btns{
    display:flex;
    align-items:center;
    gap:10px
}
.listing-btns a{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#084E59;
    border-radius:10px;
    background:rgba(18,197,156,.1)
}
.listing-btns a:hover{
    background: #084E59;
    color:#fff
}
.listing-feature-list{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.listing-feature-list i{
    margin-right:8px;
    color:#084E59
}
.listing-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid rgba(0,0,0,.07)
}
.listing-author{
    display:flex;
    align-items:center;
    gap:10px
}
.listing-author-img{
    width:85px
}
.listing-author-img img{
    border-radius:50%
}
.listing-btn{
    padding:5px 14px;
    border:2px solid #084E59;
    color:#084E59;
    font-weight:500;
}
.listing-btn:hover{
    background: #084E59;
    color:#fff
}
.property-listing-slider .listing-item{
    margin:15px;
    box-shadow:none;
    border: 2px solid rgba(0,0,0,.05);
}
.property-listing-slider .owl-dots{
    text-align:center;
    margin-top:30px
}
.property-listing-slider .owl-dots .owl-dot span{
    background:0 0;
    border:2px solid #084E59;
    margin:5px;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.property-listing-slider .owl-dots .owl-dot.active span{
    background: #084E59
}
.listing-list .listing-badge{
    right:unset;
    top:15px;
    left:15px
}
.property-sort{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    margin-bottom:25px;
    padding:10px 10px 10px 15px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.property-sort-list-grid a{
    width:35px;
    height:35px;
    line-height:33px;
    border-radius:6px;
    text-align:center;
    border:1px solid #ced4da;
    color:#000000;
    display: inline-block;
}
.property-sort-list-grid a.active{
    border-color:#084E59;
    color:#084E59
}
.property-sort .nice-select{
    width:100%;
    height:46px;
    line-height:45px;
    border-radius:8px;
    padding-left:20px;
    font-size:16px;
    border-color:#ced4da;
    color:#757f95
}
.property-sort .form-control:focus,.property-sort .nice-select:focus{
    border-color:#084E59
}
.property-sort .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.property-sort .nice-select .option.focus,.property-sort .nice-select .option.selected.focus,.property-sort .nice-select .option:hover{
    background:#f6f6f6;
    color:#084E59;
    border-radius:8px
}
.property-sort .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.listing-sidebar .form-group{
    margin-bottom:20px!important
}
.listing-sidebar .form-check-input{
    margin-top:7px;
    box-shadow:none
}
.listing-sidebar .form-check-input:focus{
    border-color:#084E59
}
.listing-sidebar .nice-select{
    margin-bottom:20px
}
@media all and (min-width:992px){
    .listing-list .listing-item{
        display:flex;
        gap:30px
    }
    .listing-list .listing-img img{
        width:380px;
        height:290px
    }
    .listing-list .listing-content{
        flex:1
    }
}
@media all and (max-width:767px){
    .property-sort{
        flex-direction:column;
        gap:25px;
        padding:20px
    }
    .property-sort-box{
        width:100%
    }
}
.property-single-slider img{
    border-radius:10px
}
.property-single-meta{
    display:flex;
    justify-content:space-between;
    padding:15px 0
}
.property-single-meta-left p{
    margin-top:5px;
    margin-bottom:10px
}
.property-single-meta-left span{
    background: #084E59;
    padding:5px 10px;
    color:#fff;
    border-radius:7px
}
.property-single-meta-right{
    text-align:right
}
.property-single-price{
    font-size:22px;
    color:#084E59;
    font-weight:700
}
.property-single-rating i{
    color:#f6b500
}
.property-single-meta-option{
    margin-top:8px
}
.property-single-meta-option a{
    width:35px;
    height:35px;
    line-height:35px;
    background: #084E59;
    color:#fff;
    text-align:center;
    margin-left:5px;
    border-radius:8px
}
.property-single-meta-option a:hover{
    background:#000000
}
.property-single-content{
    background:#fff;
    border-radius:10px;
    padding:0 30px 30px;
    margin-top:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.property-single-content h4{
    padding:15px 0;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.property-single-info-item i{
    margin:5px 5px 5px 0;
    color:#084E59
}
.property-single-floor-item i{
    margin-right:5px;
    color:#084E59
}
.property-single-floor-img{
    margin-top:40px
}
.property-single-video .video-content{
    background-attachment:unset;
    border-radius:12px
}
.property-single-video .video-content::before{
    background-attachment:unset;
    border-radius:12px
}
.property-single-info iframe{
    border-radius:12px
}
.property-single-nearby-list{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.property-single-nearby-item h5{
    margin-bottom:15px
}
.property-single-nearby-item h5 i{
    margin-right:5px;
    color:#084E59
}
.property-single-nearby-title{
    margin:5px 0
}
.property-single-nearby-info{
    display:flex;
    align-items:center;
    gap:10px
}
.property-single-nearby-rate{
    background: #084E59;
    color:#fff;
    padding:5px;
    border-radius:5px;
    line-height:1;
    font-size:13px
}
.property-single-sidebar .theme-btn::before{
    width:400px;
    height:400px
}
.property-single-sidebar .booking-btn .theme-btn{
    width:100%;
    display: inline-block;
}
.property-single-agent-content{
    display:flex;
    align-items:center;
    gap:15px

}
.additional_details ul, .avantages ul{
    display: flex;
    flex-wrap: wrap;
}
.additional_details ul li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 2.857
}

.additional_details ul li span {
    font-size: 14px;
    color: #000000;
    line-height: 2.857;
    margin-bottom: 0;
    font-weight: 400
}
.avantages ul li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px 0 30px;
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 2;
}

.avantages ul li.d-block {
    flex: 0 0 100%;
    max-width: 100%;
    color: #084E59;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 2.875;
    font-weight: 700;
    padding: 0
}
.property-single-agent-img img{
    border-radius:50px;
    border:3px solid #084E59;
    padding:3px;
    width:100px
}
.property-single-agent-info h5{
    margin-bottom:8px;
    font-size:20px
}
.property-single-agent-info li i{
    margin-right:8px;
    color:#084E59
}
.property-single-agent-info li a:hover{
    color:#084E59
}
.property-single-agent-form{
    margin-top:30px
}
.property-single-agent-form .form-group{
    margin-top:20px
}
.property-single-agent-form .form-control{
    padding:15px 20px;
    border-radius:10px;
    box-shadow:none
}
.property-single-agent-form .form-control:focus{
    border-color:#084E59
}
.property-single-agent-form .theme-btn{
    width:100%
}
.property-similar-slider .listing-item{
    box-shadow:none;
    margin-bottom:0;
    border:2px solid rgba(0,0,0,.05)
}
.property-similar-slider .owl-dots{
    text-align:center;
    margin-top:20px
}
.property-similar-slider .owl-dots .owl-dot span{
    background:0 0;
    border:2px solid #084E59;
    margin:5px;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.property-similar-slider .owl-dots .owl-dot.active span{
    background: #084E59
}
.property-single-slider.owl-theme .owl-nav{
    margin-top:0
}
.property-single-slider.owl-theme .owl-nav .owl-prev,.property-single-slider.owl-theme .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    color:#084E59;
    font-size:25px;
    margin:0;
    padding:0;
    background:#fff;
    display:inline-block;
    cursor:pointer;
    height:50px;
    width:50px;
    line-height:50px;
    border-radius:50px;
    text-align:center;
    transition:all .5s ease-in-out
}
.property-single-slider.owl-theme .owl-nav button:hover{
    background: #084E59;
    color:#fff
}
.property-single-slider.owl-theme .owl-nav .owl-prev{
    left:20px
}
.property-single-slider.owl-theme .owl-nav .owl-next{
    right:20px
}
.property-single2 .property-single-content{
    box-shadow:none;
    border:2px solid rgba(0,0,0,.05)
}
@media all and (max-width:767px){
    .additional_details ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .property-single-meta{
        flex-direction:column;
        gap:30px
    }
    .property-single-meta-right{
        text-align:left
    }
    .property-single-nearby-list{
        flex-direction:column;
        align-items:flex-start
    }
}
.location-area .location-item{
    margin-bottom:25px;
    border-radius:15px;
    overflow:hidden;
    position:relative
}
.location-area .location-item::after{
    transition:all .3s;
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:150px;
    bottom:0;
    left:0;
    background:linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,.6) 100%)!important
}
.location-area .location-item img{
    border-radius:15px;
    width:100%;
    transition:all .5s
}
.location-area .location-item:hover img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.location-area .location-info{
    position:absolute;
    bottom:20px;
    left:20px;
    z-index:1
}
.location-area .location-info h3{
    color:#fff
}
.location-area .location-info span{
    color:#fff
}
.location-area .location-btn{
    position:absolute;
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;
    background: #084E59;
    color:#fff!important;
    border-radius:50px;
    opacity:0;
    visibility:hidden;
    top:50%;
    left:50%;
    font-size:22px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    box-shadow:0 3px 24px rgb(0 0 0/10%);
    transition:all .5s ease-in-out
}
.location-area .location-item:hover .location-btn{
    visibility:visible;
    opacity:1
}
.agency-item{
    text-align:center;
    background:#fff;
    padding:20px;
    border-radius:15px;
    margin-bottom:25px;
    position:relative;
    overflow:hidden;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    z-index:1
}
.agency-item::before{
    content:"";
    position:absolute;
    left:20px;
    right:20px;
    top:0;
    height:80px;
    border-radius:0 0 100px 100px;
    background: #084E59;
    z-index:-1
}
.agency-img{
    width:110px;
    height:110px;
    background:#fff;
    border-radius:50%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    border:5px solid #084E59
}
.agency-name{
    margin:10px 0
}
.agency-name h4{
    font-weight:700
}
.agency-name span{
    color:#084E59;
    font-weight:500
}
.agency-info{
    margin-bottom:15px
}
.agency-info li{
    margin:5px 0
}
.agency-info li a:hover{
    color:#084E59
}
.agency-info li i{
    margin-right:8px;
    color:#084E59
}
.agency-social{
    margin-bottom:30px
}
.agency-social a{
    width:35px;
    height:35px;
    line-height:31px;
    border:2px solid #084E59;
    border-radius:10px;
    margin:5px;
    text-align:center
}
.agency-social a:hover{
    background: #084E59;
    color:#fff
}
.agency-item .theme-btn{
    padding:8px 20px
}
.agency-list .agency-item{
    display:flex;
    gap:30px;
    text-align:left
}
.agency-list .agency-img{
    margin:auto 0 auto 8px;
    width:200px;
    height:200px
}
.agency-list .agency-item::before{
    display:none
}
.agency-list .agency-info p{
    margin-bottom:10px
}
.agency-list .agency-content{
    flex:1
}
.agency-list .agency-bottom{
    display:flex;
    align-items:center;
    gap:40px
}
.agency-list .agency-social{
    margin-bottom:0
}
.agency-list .agency-social a{
    margin-left:0
}
@media all and (max-width:767px){
    .agency-list .agency-item{
        flex-direction:column
    }
    .agency-list .agency-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:20px
    }
    .agency-list .agency-img{
        margin-left:0
    }
}
.agency-rating{
    margin-bottom:10px
}
.agency-rating i{
    color:#f6b500
}
.agency-single-wrapper{
    padding:20px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.agency-single-wrapper .nav-tabs .nav-link{
    font-weight:500;
    color:#000000;
    border:none
}
.agency-single-wrapper .nav-tabs .nav-link:hover{
    color:#084E59
}
.agency-single-wrapper .nav-tabs .nav-item.show .nav-link,.agency-single-wrapper .nav-tabs .nav-link.active{
    color:#084E59;
    border-bottom:2px solid #084E59
}
.agency-single-content{
    margin:40px 20px 20px
}
.agency-single-content .listing-item{
    box-shadow:none;
    border:2px solid rgba(0,0,0,.05)
}
@media all and (max-width:1199px){
    .agency-single-content{
        margin:40px 0 0
    }
}
.compare-area{
    position:relative
}
.compare-item{
    text-align:center
}
.compare-content{
    display:block;
    position:relative;
    padding:0 12px;
    min-height:260px
}
.compare-blank{
    display:block;
    height:260.5px
}
.compare-remove-btn{
    position:absolute;
    top:20px;
    right:20px;
    background:#dd4b39;
    color:#fff;
    width:25px;
    height:25px;
    border-radius:5px;
    line-height:25px;
    transition:all ease .4s
}
.compare-img{
    position:relative;
    width:100%
}
.compare-img img{
    border-radius:10px
}
.compare-title{
    padding:12px 0
}
.compare-title h4{
    font-size:20px;
    margin:0 0 2px
}
.compare-title span{
    color:#084E59;
    font-weight:500
}
.display-mb{
    display:none!important
}
.compare-wrapper{
    overflow:hidden
}
.compare-wrapper div[class*=col-]{
    padding:0;
    transition:.2s linear
}
.compare-wrapper ul{
    margin:0;
    padding:0
}
.compare-wrapper ul li{
    padding:15px 0;
    list-style:none;
    text-align:center
}
.compare-wrapper ul li:nth-child(odd){
    background:#f4f4f4
}
.check-icon,.cross-icon{
    display:inline-block;
    position:relative;
    text-align:center;
    color:#084E59
}
.cross-icon{
    color:#dd4b39
}
.compare-wrapper ul li span:not(:first-child){
    display:inline-block;
    margin-left:10px
}
@media(max-width:992px){
    .display-mb{
        display:inline-block!important;
        line-height:15px
    }
}
.booking-widget{
    background:#fff;
    padding:30px;
    border-radius:12px;
    margin-bottom:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-widget-title{
    margin-bottom:20px
}
.booking-form .form-group{
    margin-bottom:20px
}
.booking-form .form-group label{
    margin-bottom:8px
}
.booking-form .form-group .form-control{
    padding:15px 18px;
    border-radius:10px;
    box-shadow:none
}
.booking-form .form-group .form-control:focus{
    border-color:#084E59
}
.booking-summary{
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-property-img img{
    border-radius:10px
}
.booking-property-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
    margin-bottom:10px
}
.booking-property-title h5{
    margin-bottom:5px
}
.booking-property-title p{
    margin-bottom:0;
    font-size:14px
}
.booking-property-title p i{
    color:#084E59;
    margin-right:5px
}
.book-edit-btn{
    width:32px;
    height:32px;
    line-height:30px;
    text-align:center;
    background: #084E59;
    border-radius:8px;
    color:#fff
}
.book-edit-btn:hover{
    background:#000000;
    color:#fff
}
.booking-property-rate{
    font-size:15px
}
.rate-text{
    color:#646a9b
}
.rate-type{
    color:#084E59
}
.booking-order-info{
    margin-top:40px
}
.booking-order-info span{
    float:right
}
.booking-order-info li{
    margin-bottom:15px
}
.booking-pay-info{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee
}
.order-total{
    padding-top:10px;
    border-top:1px solid #eee
}
.order-total span{
    font-weight:700
}
.property-checkout .booking-pay-info{
    border-top:none;
    margin-top:15px;
    padding-top:0
}
.property-checkout .booking-pay-info hr{
    border-top-color:#eee!important;
    opacity:1
}
.booking-confirm-content{
    padding:50px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-confirm-icon i{
    width:70px;
    height:70px;
    line-height:70px;
    background: #084E59;
    color:#fff;
    font-size:35px;
    border-radius:50px;
    text-align:center
}
.booking-confirm-content h3{
    margin-top:20px
}
.booking-confirm-content p{
    margin:15px 0
}
.booking-confirm-content .theme-btn{
    margin-top:15px
}
.booking-confirm .booking-summary{
    padding:50px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-confirm .booking-summary-content{
    padding:80px 0
}
.booking-confirm .booking-summary-list{
    text-align:left
}
.booking-confirm .booking-summary-list h6{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.booking-confirm .booking-summary-list li span{
    float:right
}
.about-area{
    position:relative;
    display:block
}
.about-left{
    position:relative;
    margin:0 40px 0 20px
}
.about-img img{
    border-radius:10px
}
.about-img::before{
    content:"";
    position:absolute;
    width:70%;
    height:70%;
    background: #084E59;
    border-radius:0 0 0 10px;
    left:-20px;
    bottom:-20px;
    clip-path:polygon(0 0,0 100%,100% 100%);
    z-index:-1
}
.about-shape{
    position:absolute;
    right:-20px;
    bottom:-20px;
    z-index:-1
}
.about-experience{
    background: #084E59;
    position:absolute;
    border-radius:10px 10px 0 0;
    left:50px;
    bottom:0;
    padding:20px
}
.about-experience h1{
    font-weight:700;
    font-size:45px;
    color:#fff
}
.about-experience .about-experience-text{
    color:#fff;
    font-weight:500
}
.about-right{
    position:relative;
    display:block
}
.about-list-wrapper{
    position:relative;
    display:block;
    margin-top:15px;
    margin-bottom:35px
}
.about-list{
    position:relative;
    display:block
}
.about-list li{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:5px
}
.about-list li .about-icon{
    position:relative;
    display:flex;
    align-items:center
}
.about-list li .about-icon span{
    font-size:20px;
    color:#084E59
}
.about-bottom{
    display:flex;
    align-items:center;
    gap:25px
}
.about-call{
    display:flex;
    align-items:center;
    gap:10px
}
.about-call-icon{
    width:55px;
    height:55px;
    font-size:25px;
    border-radius:50px;
    background:#000000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.about-call-content span{
    font-weight:500;
    color:#000000
}
.about-call-number{
    font-size:22px
}
.about-call-number a{
    color:#084E59
}
@media all and (max-width:991px){
    .about-left{
        margin-bottom:60px
    }
    .about-experience{
        bottom:-20px
    }
}
@media all and (max-width:768px){
    .about-bottom{
        align-items:flex-start;
        justify-content:flex-start;
        flex-direction:column
    }
}
.service-area{
    position:relative;
    display:block;
    overflow:hidden
}
.service-item{
    position:relative;
    padding:30px 15px;
    margin-bottom:25px;
    border-radius:15px;
    background:#fff;
    text-align:center;
    transition:all .5s ease-in-out;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    z-index:1
}
.service-content{
    position:relative
}
.service-icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:80px;
    height:80px;
    background: #084E59;
    border-radius:20px;
    left:50%;
    transform:translateX(-50%);
    margin-bottom:15px;
    position:relative;
    transition:all .5s ease-in-out
}
.service-icon i{
    color:#fff;
    font-size:40px;
    line-height:1
}
.service-icon img{
    width:70px
}
.service-arrow{
    margin-top:25px
}
.service-title a{
    font-size:23px;
    font-weight:700;
    margin-bottom:10px;
    color:#000000
}
.service-title a:hover{
    color:#084E59
}
.service-arrow a{
    width:50px;
    height:50px;
    line-height:42px;
    border-radius:15px;
    border:3px solid #fff;
    background: #084E59;
    transform:rotate(45deg);
    color:#fff;
    font-size:20px;
    text-align:center;
    position:relative;
    transition:all .5s ease-in-out;
    z-index:1
}
.service-item:hover .service-arrow a{
    border-color:#084E59;
    background:#fff
}
.service-item .service-arrow a i{
    transition:all .5s ease-in-out
}
.service-item:hover .service-arrow a i{
    color:#084E59;
    transform:rotate(-45deg)
}
.service-single-wrapper .widget-title{
    font-weight:700
}
.service-single-list i{
    color:#084E59;
    margin-right:10px
}
.service-download a{
    border:2px solid #084E59;
    padding:10px 20px;
    color:#000000;
    display:block;
    margin-bottom:20px;
    font-weight:600;
    border-radius:10px;
    transition:all .5s ease-in-out
}
.service-download a i{
    margin-right:10px
}
.service-download a:hover{
background: #084E59;
    color:#fff
}
.service-details h3{
    color:#000000;
    font-weight:700
}
.service-details img{
    border-radius:10px
}
.skills-section{
    margin-top:40px
}
.skill-left{
    position:relative
}
.skill-left img{
    border-radius:7px
}
.skill-shape{
    position:absolute;
    z-index:-1;
    left:-22px;
    top:-1px;
    width:100%;
    height:100%
}
.skill-img{
    position:relative;
    display:block;
    -webkit-mask-image:url(../img/shape/03.html);
    mask-image:url(../img/shape/03.html);
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-size:contain;
    mask-size:100% 100%;
    -webkit-mask-position:center center;
    mask-position:center center;
    overflow:hidden
}
.progress-box{
    margin-bottom:30px;
    position:relative
}
.progress-box:last-child{
    margin-bottom:0
}
.progress-box h5{
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px
}
.progress-box .progress{
    box-shadow:0 10px 31px rgb(169 177 193/17%);
    border:1px solid #d5e0f5;
    height:16px;
    padding:4px;
    border-radius:50px;
    background-color:#fff
}
.progress-box .progress .progress-bar{
    background:linear-gradient(to right,#fe6d1c 0%,#fd3d10 100%);
    border-radius:50px
}
@media all and (max-width:991px){
    .skill-right .site-heading{
        font-size:30px
    }
    .skill-img img{
        width:100%
    }
}
.feature-area{
    position:relative
}
.feature-item{
    padding:50px 20px;
    position:relative;
    background:#0d408f;
    text-align:center;
    overflow:hidden;
    margin-bottom:25px;
    border-radius:12px;
    transition:all .5s ease-in-out;
    z-index:1
}
.feature-item::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background: #084E59;
    border-radius:50%;
    right:-100px;
    top:-100px;
    z-index:-1
}
.feature-icon{
    font-size:80px;
    color:#fff;
    line-height:1;
    margin-bottom:15px
}
.feature-title{
    color:#fff;
    margin-bottom:10px
}
.feature-item p{
    color:#fff
}
.video-content{
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    border-radius:0
}
.video-content::before{
    content:"";
    position:absolute;
    background:rgba(13,38,59,.6);
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:0
}
.video-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
    height:450px;
    z-index:100
}
.video-area .play-btn{
    display:inline-block;
    padding:0;
    height:75px;
    width:75px;
    text-align:center;
    position:absolute;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media all and (max-width:767px){
    .avantages ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .video-wrapper{
        height:250px
    }
    .video-wrapper h1{
        font-size:28px;
        margin-top:25px
    }
}
.process-single{
    position:relative
}
.process-single .icon{
    height:100px;
    width:100px;
    line-height:90px;
    display:inline-block;
    position:relative;
    border-radius:50px;
    font-size:55px;
    color:#fff;
    background:linear-gradient(to right,#fe6d1c 0%,#fd3d10 100%);
    padding:5px;
    margin-bottom:30px;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}
.process-single .icon::before{
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom:-10px;
    border-radius:50%;
    border:2px dashed #084E59
}
.process-single .icon img{
    border-radius:50%
}
.process-single span{
    position:absolute;
    height:35px;
    width:35px;
    font-size:14px;
    background:linear-gradient(to right,#fe6d1c 0%,#fd3d10 100%);
    line-height:35px;
    color:#fff;
    left:-8px;
    top:-13px;
    font-weight:600;
    border-radius:50px
}
.process-single h4{
    margin-bottom:10px;
    font-weight:700
}
.process-single::before{
    content:"";
    position:absolute;
    background:url(../img/icon/arrow.html);
    background-repeat:no-repeat;
    width:110px;
    height:110px;
    right:-65px;
    top:0
}
@media only screen and (min-width:768px) and (max-width:991px){
    .process-single::before{
        display:none
    }
}
@media(max-width:767px){
    .process-single::before{
        display:none
    }
}
.process-area .col-lg-3:last-child .process-single::before{
    display:none
}
.choose-area{
    position:relative
}
.choose-item{
    padding:50px 20px;
    background:#fff;
    text-align:center;
    overflow:hidden;
    margin-bottom:25px;
    border-radius:15px;
    transition:all .5s ease-in-out
}
.choose-item:hover{
    transform:translateY(-5px)
}
.choose-icon{
    color:#084E59;
    font-size:60px;
    line-height:1;
    margin-bottom:15px
}
.choose-title{
    margin-bottom:10px
}
.testimonial-area{
    position:relative;
    /*background:url(../img/testimonial/bg.jpg);*/
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index:1
}
.testimonial-area::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(13,64,143,.5);
    z-index:-1
}
.testimonial-single{
    margin-top:30px;
    margin-bottom:20px;
    background:#fff;
    border-radius:20px;
    text-align:center;
    padding:20px 15px;
    position:relative;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}
.testimonial-quote p{
    color:#000000
}
.testimonial-author-info{
    margin:50px 0 10px
}
.testimonial-author-img{
    position:absolute;
    width:90px;
    padding:5px;
    border-radius:50%;
    border:4px solid #fff;
    left:50%;
    top:-30px;
    transform:translateX(-50%)
}
.testimonial-author-img img{
    border-radius:50%
}
.testimonial-author-info h4{
    font-size:22px;
    color:#000000
}
.testimonial-author-info p{
    color:#084E59;
    font-weight:500
}
.testimonial-quote-icon{
    position:absolute;
    right:15px;
    top:35px;
    width:120px;
    opacity:.1
}
.testimonial-rate{
    color:#084E59;
    margin-top:10px
}
.testimonial-area .owl-dots{
    text-align:center;
    margin-top:30px
}
.testimonial-area .owl-dots .owl-dot span{
    background:0 0;
    margin:5px;
    border:2px solid #084E59;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.testimonial-area .owl-dots .owl-dot.active span{
    background: #084E59
}
.counter-area{
    position:relative;
    margin-top:-90px
}
.counter-wrapper{
    padding:50px 20px;
    position:relative;
    background:#000000;
    border-radius:20px;
    box-shadow:0 0 40px 5px rgb(0 0 0/3%);
    z-index:1
}
.counter-box{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:15px;
    position:relative;
    z-index:1
}
.counter-box .icon{
    position:relative;
    font-size:35px;
    width:80px;
    height:80px;
    line-height:78px;
    text-align:center;
    background: #084E59;
    border-radius:30px;
    color:#fff
}
.counter-box .icon img{
    width:65px
}
.counter-box .counter{
    display:block;
    line-height:1;
    color:#fff;
    font-size:50px;
    font-weight:600
}
.counter-box .title{
    color:#fff;
    margin-top:10px;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize
}
@media all and (max-width:991px){
    .counter-area .counter-box{
        margin:40px 0
    }
}
.cta-area{
    position:relative;
    background-image:url(../img/cta/01.jpg);
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    padding-top:120px;
    padding-bottom:170px;
    z-index:1
}
.cta-area::before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.5);
    left:0;
    top:0;
    z-index:-1
}
.cta-text h1{
    color:#fff;
    font-size:50px;
    font-weight:800;
    text-transform:capitalize;
    margin-bottom:15px
}
.cta-text span{
    color:#084E59
}
.cta-text p{
    color:#fff
}
.gallery-item{
    position:relative;
    width:100%;
    margin-bottom:25px
}
.gallery-img{
    height:100%
}
.gallery-img img{
    width:100%;
    border-radius:12px
}
.gallery-content{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.gallery-content::before{
    content:"";
    position:absolute;
    left:10px;
    top:10px;
    right:10px;
    bottom:10px;
    background: #084E59;
    border-radius:12px;
    opacity:0;
    visibility:hidden;
    transition:.3s
}
.gallery-content:hover::before{
    opacity:.9;
    visibility:visible
}
.gallery-link{
    width:50px;
    height:50px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:.5s;
    border-radius:50px;
    opacity:0;
    visibility:hidden;
    font-size:25px;
    color:#084E59;
    margin-top:50px
}
.gallery-link::before{
    content:"";
    position:absolute;
    left:-5px;
    right:-5px;
    top:-5px;
    bottom:-5px;
    border:2px dashed #fff;
    border-radius:50px
}
.gallery-link:hover{
    color:#084E59
}
.gallery-content:hover .gallery-link{
    opacity:1;
    visibility:visible;
    margin-top:0
}
.blog-item{
    margin-bottom:25px;
    background-color:#fff;
    padding:10px;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    transition:all .5s ease-in-out
}
.blog-item-img{
    overflow:hidden;
    border-radius:15px
}
.blog-item-img img{
    border-radius:15px
}
.blog-item:hover .blog-item-img img{
    transform:scale(1.1)
}
.blog-item-info{
    padding:15px
}
.blog-item-meta ul{
    margin:0;
    padding:0;
    margin-bottom:14px;
    border-bottom:1px solid #e6e8eb;
    padding-bottom:18px
}
.blog-item-meta ul li{
    display:inline-block;
    margin-right:15px;
    font-weight:500;
    position:relative;
    color:#000000
}
.blog-item-meta ul li i{
    margin-right:5px;
    color:#084E59
}
.blog-item-meta a:hover{
    color:#084E59
}
.blog-title{
    font-size:22px;
    margin-bottom:15px;
    text-transform:capitalize
}
.blog-item-info p{
    margin-bottom:16px
}
.blog-btn{
    margin-top:20px;
    padding:10px 25px;
    border-radius:8px;
    font-weight:500;
    border:2px solid #084E59;
    background: #084E59;
    color:#fff
}
.blog-btn i{
    margin-left:5px
}
.blog-btn:hover{
    background:0 0;
    color:#084E59
}
.blog-item-info h4 a{
    color:#000000
}
.blog-item-info h4 a:hover{
    color:#084E59
}
@media all and (max-width:991px){
    .blog-item-info{
        padding:23px 15px 30px
    }
}
.blog-thumb-img{
    margin-bottom:20px
}
.blog-single-content img{
    border-radius:10px
}
.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px
}
.blog-meta .blog-meta-left ul{
    display:flex;
    align-items:center;
    gap:20px
}
.blog-meta .blog-meta-left ul li{
    font-weight:500
}
.blog-meta i{
    margin-right:5px;
    color:#084E59
}
.blog-meta a{
    color:#66788a;
    font-weight:500
}
.blog-meta a:hover{
    color:#084E59
}
.blog-details-title{
    font-size:34px;
    color:#000000
}
.blockqoute{
    background:#eaf7f4;
    border-left:5px solid #084E59;
    padding:30px;
    font-size:17px;
    font-style:italic;
    margin:20px 0;
    border-radius:0
}
.blockqoute-author{
    margin-top:20px;
    padding-left:60px;
    position:relative;
    color:#000000
}
.blockqoute-author::before{
    content:"";
    position:absolute;
    height:2px;
    width:40px;
    background: #084E59;
    left:0;
    top:10px
}
.blog-details-tags{
    display:flex;
    align-items:center;
    gap:20px
}
.blog-details-tags h5{
    color:#000000;
    font-weight:700
}
.blog-details-tags ul{
    display:flex;
    align-items:center;
    gap:15px
}
.blog-details-tags ul a{
    background:#eaf7f4;
    color:#000000;
    padding:6px 18px;
    border-radius:8px;
    transition:all .5s ease-in-out
}
.blog-details-tags ul a:hover{
    background: #084E59;
    color:#fff
}
.blog-author{
    display:flex;
    justify-content:start;
    align-items:center;
    background:#eaf7f4;
    border-radius:10px;
    margin:50px 0;
    padding:20px
}
.blog-author-img{
    width:320px;
    position:relative
}
.blog-author-img::before{
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom:-10px;
    border-radius:50%
}
.blog-author-img img{
    border-radius:10px
}
.author-name{
    font-size:22px;
    color:#084E59;
    margin:8px 0
}
.author-info{
    padding:0 20px 0 30px
}
.author-social{
    margin-top:10px
}
.author-social a{
    width:35px;
    height:35px;
    line-height:32px;
    text-align:center;
    border:2px solid #084E59;
    border-radius:50px;
    margin-right:5px;
    color:#084E59;
    transition:all .5s ease-in-out
}
.author-social a:hover{
    color:#fff;
    background: #084E59
}
.blog-comments{
    margin-bottom:50px
}
.blog-comments h3{
    color:#000000;
    font-weight:700
}
.blog-comments-wrapper{
    margin:30px 0
}
.blog-comments-single{
    display:flex;
    justify-content:start;
    align-items:flex-start;
    margin-top:50px
}
.blog-comments-img{
    margin-top:3px
}
.blog-comments-single img{
    border-radius:50%;
    width:120px
}
.blog-comments-content{
    padding:0 0 0 20px
}
.blog-comments-content span{
    font-size:14px;
    color:#084E59;
    font-weight:500
}
.blog-comments-content a{
    font-weight:600;
    margin-top:5px;
    color:#084E59
}
.blog-comments-content a:hover{
    color:#000000
}
.blog-comments-content h5{
    color:#000000;
    font-weight:700;
    font-size:20px
}
.blog-comments-reply{
    margin-left:50px
}
.blog-comments-form{
    padding:30px;
    margin-top:50px;
    border-radius:10px;
    background:#eaf7f4
}
.blog-comments-form h3{
    margin-bottom:20px
}
.blog-comments-form .form-group{
    margin-bottom:20px
}
.blog-comments-form .form-control{
    padding:12px 20px;
    border-radius:10px;
    box-shadow:none;
    transition:all .5s ease-in-out
}
.blog-comments-form .form-control:focus{
    border-color:#084E59
}
@media all and (max-width:767px){
    .blog-meta{
        flex-direction:column;
        font-size:15px
    }
    .blog-meta .blog-meta-left ul{
        gap:10px
    }
    .blog-details-tags{
        flex-direction:column;
        align-items:flex-start
    }
    .blog-author{
        flex-direction:column;
        text-align:center;
        padding:25px 0 0
    }
    .blog-comments-single{
        flex-direction:column;
        text-align:center;
        padding:30px 0;
        box-shadow:0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom:30px;
        border-radius:10px
    }
    .blog-comments-img{
        width:100%
    }
    .blog-comments-content{
        padding:20px
    }
    .blog-comments-reply{
        margin-left:0
    }
}
.widget{
    background:#eaf7f4;
    padding:30px;
    margin-bottom:30px;
    border-radius:10px
}
.widget .widget-title{
    padding-bottom:10px;
    margin-bottom:30px;
    position:relative;
    font-size:25px;
    color:#000000
}
.widget .widget-title::before{
    position:absolute;
    content:'';
    width:15px;
    border-bottom:3px solid #084E59;
    bottom:0;
    left:0
}
.widget .widget-title::after{
    position:absolute;
    content:'';
    width:30px;
    border-bottom:3px solid #084E59;
    bottom:0;
    left:22px
}
.widget .blog-search-form .form-control{
    padding:12px 15px;
    border-radius:10px;
    box-shadow:none
}
.widget .blog-search-form{
    position:relative
}
.widget .blog-search-form .form-control:focus{
    border-color:#084E59
}
.widget .blog-search-form button{
    position:absolute;
    right:0;
    top:0;
    font-size:18px;
    padding:8px 18px 6px;
    background:0 0;
    border:none;
    color:#084E59
}
.widget .category-list a{
    display:block;
    padding:10px 0;
    font-weight:500;
    border-bottom:1px solid #ced4da;
    transition:all .5s ease-in-out
}
.widget .category-list a:last-child{
    margin-bottom:0;
    border-bottom:none
}
.widget .category-list a:hover{
    padding-left:10px;
    color:#084E59
}
.widget .category-list a i{
    margin-right:5px;
    color:#084E59
}
.widget .category-list a span{
    float:right
}
.widget .recent-post-single{
    display:flex;
    justify-content:start;
    align-items:center;
    margin-bottom:20px
}
.widget .recent-post-img{
    margin-right:20px
}
.widget .recent-post-img img{
    width:120px;
    border-radius:7px
}
.widget .recent-post-bio h6{
    font-size:18px
}
.widget .recent-post-bio span{
    font-size:14px;
    color:#084E59;
    font-weight:500
}
.widget .recent-post-bio span i{
    margin-right:5px
}
.widget .recent-post-bio h6 a:hover{
    color:#084E59
}
.widget .social-share-link a{
    width:35px;
    height:35px;
    line-height:30px;
    border:2px solid #084E59;
    color:#084E59;
    text-align:center;
    margin-right:5px;
    border-radius:50px;
    transition:all .5s ease-in-out
}
.widget .social-share-link a:hover{
    background: #084E59;
    color:#fff
}
.widget .tag-list a{
    background:#fff;
    color:#000000;
    padding:5px 15px;
    margin-bottom:10px;
    margin-right:10px;
    border-radius:8px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.widget .tag-list a:hover{
background: #084E59;
    color:#fff
}
.partner-wrapper img{
    background:#fff;
    border-radius:12px;
    padding:20px 25px
}
.contact-wrapper{
    position:relative
}
.contact-form{
    background:#fff;
    border-radius:8px;
    padding:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.contact-form-header{
    margin-bottom:30px
}
.contact-form-header h2{
    font-size:30px;
    margin-bottom:10px;
    font-weight:700;
    color:#000000
}
.contact-form .form-group{
    margin-bottom:25px
}
.contact-form .form-group .form-control{
    padding:12px 18px;
    border-radius:10px;
    box-shadow:none;
    transition:all .5s ease-in-out
}
.contact-form .form-group .form-control:focus{
    border-color:#084E59
}
.contact-map{
    margin-bottom:-9px
}
.contact-map iframe{
    width:100%;
    height:450px
}
.contact-content{
    margin-bottom:50px;
    background:#fff;
    border-radius:8px;
    padding:20px 30px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.contact-content::before{
    content:"";
    position:absolute;
    left:0;
    top:30px;
    bottom:30px;
    width:3px;
    background: #084E59;
    border-radius:50px
}
.contact-info{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px 0
}
.contact-info-icon i{
    font-size:25px;
    color:#fff;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border-radius:50px;
    background: #084E59
}
.contact-info h5{
    font-size:22px;
    margin-bottom:5px;
    color:#000000
}
.contact-info p{
    font-weight:500
}
@media all and (max-width:768px){
    .contact-content{
        margin-bottom:50px
    }
}
.quote-area{
    position:relative;
    background-image:url(../img/quote/01.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed
}
.quote-content{
    padding:30px;
    background:#fff;
    border-radius:10px
}
.quote-content .quote-header h6{
    display:inline-block;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
    color:#084E59;
    font-size:18px;
    letter-spacing:2px
}
.quote-content .quote-header h2{
    color:#000000;
    font-size:35px;
    margin-bottom:30px;
    margin-top:10px;
    font-weight:700
}
.quote-content .form-group{
    margin-bottom:20px
}
.quote-content .form-group .form-control{
    padding:15px 22px;
    font-size:16px;
    background:0 0;
    border-radius:8px;
    background-color:#f3f7fa;
    border:none;
    box-shadow:none
}
.quote-content .form-group .form-select{
    padding:15px 22px;
    background-color:#f3f7fa;
    border:none;
    box-shadow:none;
    border-radius:8px
}
.quote-content .theme-btn:hover{
    color:#fff
}
@media all and (max-width:1199px){
    .quote-content .quote-header h2{
        font-size:25px
    }
}
@media all and (max-width:991px){
    .quote-thum{
        margin-top:40px
    }
}
.team-area{
    position:relative
}
.team-item{
    margin-bottom:70px;
    position:relative;
    z-index:1
}
.team-img{
    border-radius:10px
}
.team-img img{
    border-radius:10px
}
.team-content{
    position:absolute;
    left:20px;
    right:20px;
    bottom:-45px;
    padding:10px 20px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.team-bio h5{
    font-size:22px;
    margin-top:5px;
    margin-bottom:5px;
    text-transform:capitalize
}
.team-bio h5 a{
    color:#000000
}
.team-bio span{
    color:#084E59;
    font-size:16px;
    font-weight:500;
    text-transform:capitalize
}
.team-bio h5 a:hover{
    color:#084E59
}
.team-social-btn{
    position:absolute;
    right:60px;
    top:65px
}
.team-social-btn li{
    display:inline-block;
    position:absolute;
    bottom:0;
    transition:.6s;
    list-style-type:none
}
.team-social-btn li i{
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    background: #084E59;
    border-radius:50px;
    color:#fff;
    text-align:center;
    font-size:20px;
    transition:.6s;
    opacity:0;
    visibility:hidden;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.team-social-btn li i:hover{
    background:#000000;
    color:#fff
}
.team-item li span i{
    opacity:1;
    visibility:visible
}
.team-item:hover li span i{
    background:#000000;
    cursor:pointer
}
.team-item:hover .team-social-btn li i{
    opacity:1;
    visibility:visible
}
.team-social-btn li:nth-child(1){
    z-index:1
}
.team-social-btn li:nth-child(2){
    bottom:0
}
.team-social-btn li:nth-child(3){
    bottom:0
}
.team-social-btn li:nth-child(4){
    bottom:0
}
.team-social-btn li:nth-child(5){
    bottom:0
}
.team-item:hover li:nth-child(1){
    z-index:1
}
.team-item:hover li:nth-child(2){
    bottom:48px
}
.team-item:hover li:nth-child(3){
    bottom:96px
}
.team-item:hover li:nth-child(4){
    bottom:144px
}
.team-item:hover li:nth-child(5){
    bottom:192px
}
.team-item:hover li:nth-child(6){
    bottom:240px
}
.team-area2 .team-item{
    background:#fff;
    padding:15px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.team-area2 .team-img img{
    border-radius:20px
}
.team-area2 .team-content{
    position:relative;
    box-shadow:none;
    padding-bottom:0;
    padding-left:15px;
    left:0;
    bottom:0;
    right:0
}
.team-area2 .team-social-btn{
    top:68px
}
.team-single.agency-list .agency-item{
    align-items:center
}
.team-single .agency-img{
    border:none;
    width:220px;
    height:220px;
    margin:unset
}
.team-single .agency-img img{
    border-radius:10px
}
@media all and (max-width:767px){
    .team-single.agency-list .agency-item{
        align-items:flex-start
    }
    .team-single .agency-img{
        margin-top:25px
    }
}
.pricing-item{
    position:relative;
    background:#fff;
    overflow:hidden;
    padding:40px;
    margin-bottom:25px;
    border-radius:10px;
    transition:all .9s ease-in-out;
    z-index:1
}
.pricing-item::before{
    content:"";
    position:absolute;
    background-image:url(../img/shape/02.png);
    background-repeat:no-repeat;
    background-size:cover;
    right:-10px;
    top:-10px;
    width:200px;
    height:200px;
    z-index:-1
}
.pricing-item:hover{
    transform:translateY(-10px)
}
.pricing-header{
    position:relative;
    z-index:1
}
.pricing-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:90px;
    height:90px;
    line-height:1;
    border-radius:50px;
    background: #084E59;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.pricing-icon::before{
    content:"";
    position:absolute;
    left:-7px;
    right:-7px;
    top:-7px;
    bottom:-7px;
    border:2px dashed #084E59;
    border-radius:50%
}
.pricing-icon i{
    font-size:50px;
    color:#fff
}
.pricing-content{
    background:#e6f9f4;
    padding:20px 30px;
    border-radius:20px;
    margin:40px 0 20px
}
.pricing-content h4{
    margin-bottom:10px;
    color:#084E59
}
.pricing-amount{
    color:#000000;
    font-weight:700
}
.pricing-feature{
    margin-top:20px
}
.pricing-feature ul{
    margin-top:35px;
    margin-bottom:35px
}
.pricing-feature ul li{
    position:relative;
    margin:10px 0;
    padding-left:25px
}
.pricing-feature ul li::before{
    content:"";
    position:absolute;
    width:13px;
    height:13px;
    border:3px solid #084E59;
    border-radius:50px;
    left:0;
    top:8px
}
.faq-area .accordion-item{
    border:none;
    margin-bottom:25px;
    background:#fff;
    border-radius:8px!important;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.faq-area .accordion-item span{
    width:45px;
    height:45px;
    margin-right:15px
}
.faq-area .accordion-item i{
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50px;
    background: #084E59;
    text-align:center;
    color:#fff
}
.faq-area .accordion-button:not(.collapsed){
    color:#084E59;
    background:0 0;
    box-shadow:inset 0 -1px 0 rgb(0 0 0/13%)
}
.accordion-button{
    border-radius:0!important;
    background:0 0;
    font-weight:700;
    font-size:20px;
    color:#000000;
    box-shadow:none!important
}
.accordion-button:not(.collapsed){
    border-bottom:1px dashed #084E59
}
.accordion-button:not(.collapsed)::after{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}
@media all and (max-width:991px){
    .faq-right{
        margin-top:50px
    }
    .accordion-button{
        font-size:16px
    }
}
.site-breadcrumb{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:cover!important;
    position:relative;
    padding-top:150px;
    padding-bottom:150px;
    z-index:1
}
.site-breadcrumb::before{
    content:"";
    position:absolute;
    background:rgba(0,0,0,.6);
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1
}
.site-breadcrumb .breadcrumb-title{
    font-size:40px;
    color:#fff;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase
}
.site-breadcrumb .breadcrumb-menu{
    position:relative;
    z-index:1
}
.site-breadcrumb .breadcrumb-menu li{
    position:relative;
    display:inline-block;
    margin-left:25px;
    color:#fff;
    font-weight:500;
    text-transform:capitalize
}
.site-breadcrumb .breadcrumb-menu li a{
    color:#fff;
    transition:all .5s ease-in-out
}
.site-breadcrumb .breadcrumb-menu li::before{
    position:absolute;
    content:'\f101';
    font-family:'font awesome 6 pro';
    right:-21px;
    top:1px;
    text-align:center;
    font-size:16px;
    color:#fff
}
.site-breadcrumb .breadcrumb-menu li:first-child{
    margin-left:0
}
.site-breadcrumb .breadcrumb-menu li:last-child:before{
    display:none
}
.site-breadcrumb .breadcrumb-menu li a:hover{
    color:#084E59
}
.site-breadcrumb .breadcrumb-menu li.active{
    color:#084E59
}
@media(max-width:991px){
    .site-breadcrumb{
        padding-top:200px
    }
}
.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:40px;
    margin-bottom: 40px;
}
.pagination .page-link{
    border:none;
    background:#000000;
    color:#fff;
    margin:0 10px;
    border-radius:8px!important;
    width:40px;
    height:40px;
    line-height:28px;
    text-align:center;
    transition:all .5s ease-in-out
}
.pagination .page-link:hover,.pagination .page-item.active .page-link{
    background: #084E59;
    color:#fff
}
body.rtl-mode{
    direction:rtl
}
body.rtl-mode .item-area{
    direction:ltr
}
body.rtl-mode .price-wrapper{
    direction:rtl
}
@media(min-width:992px){
    body.rtl-mode .navbar-brand{
        margin-left:3rem
    }
    body.rtl-mode .navbar .nav-item .nav-link{
        margin-left:3rem;
        margin-right:0
    }
    .listing-list .listing-content {
        flex: 1;
    }
}
.login-form{
    padding:30px 40px;
    background:#fff;
    border-radius:7px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.login-form::before{
    content:"";
    position:absolute;
    top:40px;
    bottom:40px;
    left:0;
    width:3px;
    background: #084E59;
    border-radius:10px
}
.login-form .login-header{
    text-align:center;
    margin-bottom:30px
}
.login-form .login-header img{
    width:200px;
    margin-bottom:10px
}
.login-form .login-header h3{
    color:#084E59;
    margin-bottom:5px;
    font-weight:800
}
.login-form .login-header p{
    font-size:20px
}
.login-form .login-footer{
    margin-top:25px
}
.login-form .login-footer p{
    text-align:center
}
.login-form .login-footer a{
    color:#084E59;
    transition:.5s
}
.login-form .login-footer a:hover{
    color:#084E59
}
.login-form .form-group{
    margin-bottom:15px;
    position:relative
}
.login-form .form-group i{
    position:absolute;
    bottom:11px;
    left:18px
}
.login-form label{
    color:#000000;
    margin-bottom:5px
}
.login-form .form-group .form-control{
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:12px 18px 12px 47px;
    box-shadow:none;
    transition:.5s
}
.login-form .form-group .form-control:focus{
    border-color:#084E59
}
.login-form .form-check-input{
    box-shadow:none
}
.login-form .forgot-pass{
    color:#084E59;
    transition:.5s
}
.login-form .forgot-pass:hover{
    color:#084E59
}
.login-form .theme-btn{
    width:100%
}
.login-form .theme-btn::before{
    width:420px;
    height:420px
}
.login-form .theme-btn i{
    margin-right:5px
}
.login-form .form-check-input{
    margin-top:6.3px
}
.login-form .form-check-label a{
    color:#084E59;
    transition:.5s
}
.login-form .form-check-label a:hover{
    color:#084E59
}
.form-check-input:checked{
background: #084E59;
    border-color:#084E59
}
.login-divider{
    position:relative;
    margin:15px 0;
    text-align:center
}
.login-divider::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-bottom:1px solid #e8e8e8
}
.login-divider span{
    position:relative;
    background:#fff;
    padding:0 20px
}
.social-login a{
    display:block;
    margin-bottom:15px;
    padding:10px 20px;
    border-radius:12px;
    text-align:center
}
.social-login a i{
    float:left
}
.btn-fb{
    border:1px solid #506dab;
    color:#506dab!important
}
.btn-fb:hover{
    background:#506dab;
    color:#fff!important
}
.btn-gl{
    border:1px solid #dd4b39;
    color:#dd4b39!important
}
.btn-gl:hover{
    background:#dd4b39;
    color:#fff!important
}
@media only screen and (max-width:991px){
    .login-form{
        padding:40px 20px
    }
}
.header-account img{
    width:60px;
    border-radius:50%;
    padding:3px;
    border:3px solid rgba(0,0,0,.1);
    cursor:pointer
}
.header-account .dropdown-menu{
    border:none;
    min-width:200px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.header-account .dropdown-menu li a i{
    margin-right:5px
}
.header-account .dropdown-menu .dropdown-item{
    padding:8px 20px
}
.header-account .dropdown-menu .dropdown-item:hover{
    background:0 0;
    color:#084E59;
    padding-left:25px
}
.mobile-menu-right{
    gap:20px
}
.mobile-menu-right .header-account img{
    width:35px;
    padding:0;
    border:none
}
.user-profile-sidebar{
    background:#fff;
    border-radius:10px;
    margin-bottom:25px;
    padding:20px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.user-profile-sidebar-top{
    text-align:center;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-img{
    position:relative;
    width:100px;
    height:100px;
    margin:0 auto 15px;
    border-radius:50px
}
.user-profile-img img{
    border-radius:50%
}
.profile-img-file{
    display:none
}
.user-profile-img button{
    position:absolute;
    border-radius:50px;
    background: #084E59;
    color:#fff;
    width:30px;
    height:30px;
    line-height:28px;
    text-align:center;
    border:none;
    right:0;
    bottom:0
}
.user-profile-sidebar-list li{
    margin:5px 0
}
.user-profile-sidebar-list li a{
    color:#000000;
    padding:6px 6px 6px 15px;
    display:block;
    transition:all .5s ease-in-out
}
.user-profile-sidebar-list li a:hover{
    padding-left:20px
}
.user-profile-sidebar-list li a i{
    margin-right:5px;
    color:#084E59
}
.user-profile-sidebar-list .active i{
    color:#fff
}
.user-profile-sidebar-list .active{
    background: #084E59;
    color:#fff;
    border-radius:8px
}
.user-profile-card{
    background:#fff;
    padding:15px 20px;
    border-radius:10px;
    margin-bottom:25px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.user-profile-card-title{
    color:#000000;
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-card .text-success{
    color:#084E59!important
}
.user-profile-card-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-card-header .user-profile-card-title{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0
}
.user-profile-card-header-right{
    display:flex;
    align-items:center;
    gap:20px
}
.user-profile-search .form-group{
    position:relative
}
.user-profile-search .form-control{
    padding:10px 12px 10px 35px;
    box-shadow:none;
    border-radius:10px
}
.user-profile-search .form-control:focus{
    border-color:#084E59
}
.user-profile-search i{
    position:absolute;
    left:12px;
    top:9px
}
.user-profile-card-header .theme-btn{
    padding:8px 15px
}
.profile-info-list li{
    margin:12px 0;
    font-weight:700
}
.profile-info-list li span{
    float:right;
    font-weight:400
}
.user-profile-form .form-group{
    margin-bottom:20px
}
.user-profile-form .form-group label{
    color:#000000;
    margin-bottom:5px
}
.user-profile-form .form-control{
    height:55px;
    border-radius:12px;
    box-shadow:none
}
.user-profile-form .form-control:focus{
    border-color:#084E59
}
.user-profile-form .theme-btn{
    width:unset
}
.dashboard-widget{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:30px 20px;
    border-radius:10px;
    border-left:5px solid transparent;
    margin-bottom:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/3%)
}
.dashboard-widget-info span{
    font-weight:500
}
.dashboard-widget-info h1{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px
}
.dashboard-widget-icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    border-radius:50px
}
.dashboard-widget-color-1{
    background:rgba(98,89,202,.2);
    color:#6259ca;
    border-left-color:#6259ca
}
.dashboard-widget-color-1 h1{
    color:#6259ca
}
.dashboard-widget-color-1 .dashboard-widget-icon{
    background:#6259ca;
    color:#fff
}
.dashboard-widget-color-2{
    background:rgba(0,230,130,.2);
    color:#09ad95;
    border-left-color:#09ad95
}
.dashboard-widget-color-2 h1{
    color:#09ad95
}
.dashboard-widget-color-2 .dashboard-widget-icon{
    background:#09ad95;
    color:#fff
}
.dashboard-widget-color-3{
    background:rgba(251,107,37,.2);
    color:#fb6b25;
    border-left-color:#fb6b25
}
.dashboard-widget-color-3 h1{
    color:#fb6b25
}
.dashboard-widget-color-3 .dashboard-widget-icon{
    background:#fb6b25;
    color:#fff
}
.user-notification-item{
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:10px 0
}
.user-notification-item a{
    display:flex;
    gap:15px
}
.user-notification-item a:hover{
    color:#000000
}
.user-notification-item:first-child{
    padding-top:0
}
.user-notification-item:last-child{
    border-bottom:none;
    padding-bottom:0
}
.user-notification-icon{
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:50px;
    background: #084E59;
    color:#fff;
    margin-top:5px;
    text-align:center
}
.user-notification-info{
    flex:1
}
.user-notification-info p{
    font-size:15px
}
.user-notification-info span{
    font-size:14px
}
.table-property-info a{
    display:flex;
    align-items:center;
    gap:10px
}
.table-property-info h6{
    transition:all .5s ease-in-out
}
.table-property-info:hover h6{
    color:#084E59
}
.table-property-info img{
    width:70px;
    border-radius:8px
}
.user-profile-card .table>:not(caption)>*>*{
    vertical-align:middle;
    padding:.8rem
}
.user-profile-property .table-property-info img{
    width:120px
}
.table-property-content h6{
    font-size:18px;
    font-weight:700
}
.table-property-content p{
    font-size:15px;
    color:#000000
}
.table-property-content span{
    font-weight:700;
    color:#000000
}
.user-profile-property .bg-success{
    background: #084E59!important
}
.user-profile-property .table tbody tr td{
    padding:1.5rem .8rem
}
.add-property-form .form-group{
    margin-bottom:15px
}
.add-property-form .form-group label{
    margin-bottom:5px;
    color:#757f95
}
.add-property-form .form-control{
    border-radius:12px;
    padding:15px 20px;
    box-shadow:none;
    color:#757f95
}
.add-property-form .form-control::placeholder{
    color:#757f95
}
.add-property-form .nice-select{
    width:100%;
    height:56px;
    line-height:55px;
    border-radius:12px;
    padding-left:20px;
    font-size:16px;
    border-color:#ced4da;
    color:#757f95;
    margin-bottom:15px
}
.add-property-form .form-control:focus,.add-property-form .nice-select:focus{
    border-color:#084E59
}
.add-property-form .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.add-property-form .nice-select .option.focus,.add-property-form .nice-select .option.selected.focus,.add-property-form .nice-select .option:hover{
    background:#f6f6f6;
    color:#084E59;
    border-radius:8px
}
.add-property-form .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.add-property-form .property-img-upload{
    width:100%;
    height:140px;
    border:2px dashed rgba(0,0,0,.1);
    border-radius:10px;
    cursor:pointer
}
.add-property-form .property-img-file{
    display:none
}
.add-property-form .property-img-upload span{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%
}
.add-property-form .property-img-upload span i{
    margin-right:5px
}
.add-property-form .form-check{
    margin-bottom:15px
}
.add-property-form .form-check-input{
    margin-top:6.5px;
    box-shadow:none
}
.add-property-form .form-check-input:focus{
    border-color:#084E59
}
.add-property-form .form-check label{
    color:#757f95
}
.profile-favorite .listing-item{
    box-shadow:none;
    border:2px solid rgba(0,0,0,.05)
}
.profile-message-wrapper{
    display:flex
}
.profile-message-inbox{
    max-width:340px;
    border:1px solid #edf1f9;
    border-radius:10px
}
.profile-message-inbox{
    overflow:hidden
}
.message-content{
    padding-left:30px;
    position:relative;
    overflow:hidden
}
.message-content-info{
    max-height:750px;
    overflow-y:scroll;
    margin-right:-50px;
    padding-right:50px
}
.profile-message-inbox,.message-content{
    flex:1
}
.profile-message-inbox ul{
    max-height:950px;
    overflow-y:scroll;
    width:357px;
    list-style:none;
    padding:0;
    margin:0
}
.profile-message-inbox ul li.message-active{
    border-left:3px solid #084E59
}
.profile-message-inbox ul li{
    border-bottom:1px solid #edf1f9;
    transition:.2s;
    list-style:none
}
.profile-message-inbox ul li:last-child{
    border-bottom:none
}
.message-by-content h5{
    margin-bottom:0;
    font-size:14px;
    line-height:1
}
.profile-message-inbox ul li a{
    position:relative;
    display:block;
    padding:30px
}
.profile-message-inbox .message-avatar{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%)
}
.message-avatar img{
    display:inline-block;
    width:54px;
    height:54px;
    border-radius:50%
}
.message-avatar img{
    width:50px;
    height:50px
}
.profile-message-inbox .message-by{
    margin-left:50px
}
.message-by-content h5 i{
    background:#f98f14;
    padding:3px 8px;
    border-radius:50px;
    color:#fff;
    font-size:13px
}
.message-by-content span{
    font-size:13px;
    position:absolute;
    top:25.5px;
    right:25px;
    float:right;
    color:#888
}
.profile-message-inbox .message-by p{
    height:26px;
    max-width:205px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size:14px;
    margin:0;
    padding:0;
    color:#6b747d;
    line-height:27px
}
.message-item{
    display:block;
    position:relative;
    margin-bottom:25px
}
.message-item .message-avatar{
    position:absolute;
    left:0;
    top:0
}
.message-item .message-avatar img{
    width:50px;
    height:50px;
    display:inline-block;
    border-radius:50%
}
.message-item .message-description{
    margin-left:70px;
    background:#f4f5f7;
    border-radius:12px;
    padding:20px;
    position:relative
}
.message-item .message-description::before{
    position:absolute;
    top:0;
    left:-9px;
    content:"\f0d9";
    font-family:"font awesome 6 pro";
    font-weight:700;
    font-size:31px;
    color:#f4f5f7
}
.message-item .message-description p{
    font-size:15px;
    padding:0;
    margin:0;
    line-height:27px
}
.message-item.me .message-avatar{
    left:auto;
    right:0;
    position:absolute;
    top:0
}
.message-item.me .message-description{
    color:#084E59;
    background-color:rgba(9,195,152,.1);
    margin-left:0;
    margin-right:70px;
    border-radius:12px;
    padding:20px;
    position:relative
}
.message-item.me .message-description::before{
    content:"\f0da";
    left:auto;
    right:-11px;
    color:#e6f9f4
}
.message-reply{
    margin-top:15px;
    position:absolute;
    bottom:0;
    left:30px;
    right:15px
}
.message-reply .form-control{
    padding:15px 20px;
    box-shadow:none;
    border-radius:10px
}
.message-reply .form-control:focus{
    border-color:#084E59
}
.message-reply .theme-btn{
    margin-top:15px
}
.message-status{
    width:12px;
    height:12px;
    background:#252629;
    display:flex;
    border-radius:50%;
    border:3px solid #fff;
    position:absolute;
    right:-5px;
    top:50%
}
.message-status.online{
    background: #084E59
}
.message-status.offline{
    background:#dd4b39
}
.message-status.busy{
    background:#f6b500
}
.profile-message .header-account img{
    width:45px
}
@media all and (max-width:991px){
    .message-by-content span{
        right:65px
    }
    .message-reply{
        right:0
    }
}
@media all and (max-width:767px){
    .table-property-info a{
        display:block
    }
    .table-property-info h6{
        margin-top:10px
    }
    .user-profile-card-header{
        flex-direction:column;
        align-items:flex-start;
        gap:20px
    }
    .user-profile-card-header-right{
        flex-direction:column-reverse;
        align-items:flex-start
    }
    .profile-message .profile-message-wrapper{
        flex-direction:column;
        gap:50px
    }
    .profile-message .user-profile-card-header{
        flex-direction:row;
        align-items:center;
        gap:20px
    }
    .profile-message .message-content{
        padding-left:0;
        padding-bottom:200px
    }
    .message-reply{
        left:0
    }
}
.coming-soon{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height:100vh;
    width:100%;
    top:0;
    left:0;
    position:relative
}
.coming-soon .container{
    position:relative
}
.coming-soon:before{
    position:absolute;
    content:'';
    background:rgba(0,0,0,.7);
    width:100%;
    height:100%;
    top:0;
    left:0
}
.coming-soon .newsletter-form{
    position:relative;
    margin-top:30px
}
.coming-soon .newsletter-form .input-newsletter{
    height:55px;
    display:block;
    width:100%;
    border:none;
    border-radius:50px;
    font-size:14px;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:25px;
    box-shadow:none
}
.coming-soon .newsletter-form button{
    position:absolute;
    right:4px;
    top:4px;
    bottom:4px;
    height:auto;
    border:none;
    border-radius:50px;
    background: #084E59;
    display:inline-block;
    color:#fff;
    padding-left:30px;
    padding-right:30px;
    font-weight:500;
    transition:.5s
}
.coming-soon .newsletter-form button:hover{
background: #084E59;
    color:#fff
}
.coming-social{
    margin-top:30px;
    text-align:center
}
.coming-social a{
    color:#fff;
    margin:5px;
    width:40px;
    height:40px;
    line-height:36px;
    text-align:center;
    border-radius:50px;
    border:2px solid #fff;
    display:inline-block;
    transition:.5s
}
.coming-social a:hover{
    background: #084E59;
    border-color:#084E59
}
.countdown-wrap{
    margin-top:30px
}
.countdown-single{
    background: #084E59;
    padding:20px;
    margin:10px;
    position:relative;
    overflow:hidden;
    border-radius:50px;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}
.countdown-single h2{
    color:#fff
}
.countdown-single h5{
    color:#fff
}
.error-wrapper{
    text-align:center
}
.error-wrapper h1{
    font-size:250px;
    letter-spacing:5px;
    font-weight:700;
    color:#084E59;
    line-height:1
}
.error-wrapper h1 span{
    color:#000000
}
.error-wrapper h2{
    margin-top:30px;
    margin-bottom:10px
}
.error-wrapper img{
    width:100%
}
.error-wrapper .theme-btn{
    margin-top:30px
}
@media all and (max-width:767px){
    .error-wrapper h1{
        font-size:160px
    }
}
.terms-content:not(:last-child){
    margin-bottom:54px
}
.terms-content:first-child{
    margin-top:-3px
}
.terms-content .terms-list{
    margin-top:37px
}
.terms-content h3{
    margin-bottom:23px;
    position:relative;
    font-weight:700
}
.terms-content p:not(:last-child){
    margin-bottom:26px
}
.terms-list li:not(:last-child){
    margin-bottom:16px
}
.couper-mot {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-area{
    background:#fff;
    position:relative;
    overflow:hidden;
    z-index:1
}
.footer-widget-box{
    margin-bottom:20px
}
.footer-widget{
    position:relative;
    z-index:1
}
.footer-logo img{
    width:111px;
    margin-bottom:30px
}
.copyright{
    padding:20px 0;
    background:#000
}
.copyright .footer-menu{
    margin:0;
    padding:0;
    text-align:right
}
.copyright .footer-menu li{
    display:inline-block;
    margin-left:25px;
    font-size:16px
}
.copyright .footer-menu li a{
    color:#f5faff;
    transition:all .5s ease-in-out
}
.copyright .footer-menu li a:hover{
    color:#084E59
}
.copyright .copyright-text{
    color:#f5faff;
    margin-bottom:0;
    font-size:16px
}
.copyright .copyright-text a{
    color:#084E59;
    font-weight:500
}
.footer-widget-title{
    color:#084E59;
    position:relative;
    padding-bottom:20px;
    margin-bottom:30px;
    font-size:24px;
    z-index:1
}
.footer-widget-title::before{
    position:absolute;
    content:'';
    z-index:-1;
    width:30px;
    height:3px;
background: #084E59;
    bottom:0;
    left:0
}
.footer-widget-title::after{
    position:absolute;
    content:'';
    z-index:-1;
    width:10px;
    height:3px;
background: #084E59;
    bottom:0;
    left:35px
}
.footer-list{
    display:flex;
    flex-direction:column;
    gap:.8rem
}
.footer-list li a{
    color:#084E59;
    transition:all .5s ease-in-out
}
.footer-list li a i{
    margin-right:5px;
    color:#084E59;
    font-weight:400;
    font-size:14px
}
.footer-list li a:hover{
    padding-left:10px;
    color:#084E59
}
.footer-widget-box p{
    color:#084E59;
    padding-right:18px;
    margin-bottom:20px
}
.text-justify{
    text-align: justify;
}
.footer-social{
    display:flex;
    gap:15px;
    margin-bottom: 36px;

}
.footer-social li a i{
    height:38px;
    width:38px;
    line-height:38px;
    text-align:center;
    border-radius:8px;
    background:#fff;
    color:#084E59;
    transition:all .5s ease-in-out
}
.footer-social li a i:hover{
    background: #084E59;
    color:#084E59
}
.footer-contact li{
    position:relative;
    display:flex;
    justify-content:start;
    align-items:center;
    color:#084E59;
    font-size:16px;
    margin-bottom:15px
}
.footer-contact li a{
    color:#084E59;
    -webkit-transition:.3s;
    transition:.3s
}
.footer-contact li i{
    /* width:32px; */
    height:32px;
    line-height:32px;
    font-size:16px;
    margin-right:15px;
    border-radius:8px;
    /* background: #084E59; */
    text-align:center;
    -webkit-transition:.3s;
    transition:.3s;
    color:#084E59
}
.subscribe-form .form-control{
    padding:14px 20px;
    border-radius:10px;
    box-shadow:none;
    border:none
}
.subscribe-form .theme-btn{
    margin-top:20px;
    width:100%
}
@media all and (max-width:1199px){
    .footer-widget-box{
        margin-bottom:50px
    }
}
@media all and (max-width:991px){
    .footer-area::before{
        display:none
    }
    .footer-widget-wrapper{
        padding-bottom:0
    }
    .copyright .footer-menu{
        float:left;
        margin-top:20px;
        text-align:left
    }
    .copyright .footer-menu li{
        margin-left:0;
        margin-right:15px
    }
}
@media all and (max-width:767px){
    .footer-widget-wrapper{
        padding-bottom:0
    }
    .footer-social{
        justify-content:flex-start;
        margin-top:20px
    }
}
.home-2 .main{
    margin-top:-6rem
}
.home-2 .navbar{
    background:0 0
}
.home-2 .navbar.fixed-top{
    background:#fff
}
.home-2 .hero-single{
    padding-top:220px
}
.home-2 .property-listing-slider .listing-item{
    border:none;
    box-shadow:none
}
@media all and (min-width:992px){
    .home-2 .navbar .nav-item .nav-link{
        color:#fff
    }
    .home-2 .navbar.fixed-top .nav-item .nav-link{
        color:#000000
    }
    .home-2 .navbar .nav-item .nav-link.active,.home-2 .navbar .nav-item .nav-link:hover{
        color:#084E59
    }
}
@media(max-width:991px){
    .home-2 .navbar-toggler-btn-icon{
        color:#fff
    }
}
.home-3 .hero-single{
    padding-bottom:220px
}
.home-3 .search-area{
    margin-top:-140px;
    position:relative;
    z-index:1
}
.home-3 .cta-area{
    padding-top:80px;
    padding-bottom:80px
}
.home-4 .search-wrapper{
    margin-top:70px
}
.home-4 .search-wrapper .tab-content{
    background:#fff;
    border-radius:0 15px 15px 15px
}
.home-4 .search-nav .nav-item{
    margin:0 10px 0 0
}
.home-4 .search-form{
    box-shadow:none
}
.home-4 .search-nav .nav-link{
    background: #084E59;
    color:#fff;
    border-radius:12px 12px 0 0
}
.home-4 .search-nav .nav-link.active{
    background:#fff;
    color:#084E59
}
.home-4 .search-nav .nav-link::before{
    display:none
}
.home-4 .cta-area{
    padding-top:80px;
    padding-bottom:80px
}
.home-5 .hero-single{
    padding-top:120px;
    padding-bottom:120px
}
.home-5 .search-form .nice-select,.home-5 .search-form .form-group{
    margin-bottom:20px
}
.home-5 .search-wrapper .tab-content{
    background:#fff;
    border-radius:15px
}
@media all and (max-width:991px){
    .home-5 .search-wrapper{
        margin-top:70px
    }
}
.property-map-box{
    width:50%;
    height:93%;
    position:fixed
}
.property-map-box #property-map-listing{
    width:100%;
    height:100%
}
.property-map-box{
    left:0
}
.gm-style img{
    max-width:100%
}
.cluster-visible{
    color:#fff!important
}
.infoBox{
    margin-left:-140px;
    margin-bottom:145px;
    width:260px!important
}
.infoBox>img:first-child{
    position:absolute!important;
    right:20px!important;
    top:20px!important;
    width:20px;
    height:20px;
    display:block;
    cursor:pointer;
    border-radius:5px;
    z-index:9999
}
.property-map-item{
    background:#fff;
    padding:12px;
    border-radius:12px
}
.property-map-item .listing-img{
    width:100%
}
.property-map-item .listing-title{
    font-size:20px
}
.property-map-item .listing-sub-title{
    font-size:14px;
    margin-bottom:15px
}
.property-map-item .listing-feature-list{
    font-size:14px
}
.property-map-item .listing-price{
    font-size:20px;
    color:#084E59;
    font-weight:600;
    margin-bottom:5px
}
.property-map-item-arrow{
    position:absolute;
    width:25px;
    height:25px;
    background:#fff;
    border-radius:5px;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%) rotate(45deg)
}
.property-map-listing{
    margin-right:20px
}
.property-map-listing .search-form{
    z-index:2
}
.property-map-listing .advanced-search-menu{
    margin-top:125px
}
.classical-map .property-map-box{
    margin-top:0;
    position:relative!important;
    height:500px!important;
    width:100%!important
}
@media all and (max-width:991px){
    .property-map-box{
        margin-top:50px;
        position:relative!important;
        height:500px!important;
        width:100%!important
    }
    .property-map-listing .advanced-search-menu{
        margin-top:0
    }
    .property-map-listing{
        margin-right:0
    }
}


.favoris-compare{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}


/*favorie et comparer*/

.favorie-btn {
    position: fixed;
    left: 22px;
    bottom: 113px;
    background-color: #084E59 ;
    color: #ffffff;
    z-index: 9999999;
    padding: 11px 15px;
    border-radius: 50%;
}
.compare-btn{
    position: fixed;
    right: 10px;
    bottom: 150px;
    background-color: #0E2539 ;
    z-index: 9999999;

}

#count_comparer, #count_favorie {
    background: #5e5e5e;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    height: 18px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 0;
    width: 18px;
    text-align: center
}



#count_comparer, #count_favorie {
    background: #7D9AA7;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    height: 18px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 0;
    width: 18px;
    text-align: center
}

.is-active {
    color: #0E2539  !important;
}
.is-active2 {
    color: #0E2539  !important;
}
.is-active3 {
    color: #0E2539  !important;
}
.is-active4 {
    color: #0E2539  !important;
}
.d-none2 {
    display: none !important
}
/*favorie et comparer start*/

/***************Comparer page  start*******************/
#root .card-deck .card {
    flex: none;
    margin: 0
}

#root .sticky .card-body img {
    display: none
}

#root .slick-slide img {
    display: inline-block
}

#root .col-container {
    display: flex;
    width: 100%
}

#root .col {
    flex: 1;
    padding: 16px
}

#root .card-header {
    padding: 0
}

#root .card-header button {
    padding: 7px 5px;
    margin: 0;
    background: 0 0;
    box-shadow: none;
    width: 10%;
    border: 0;
    color: #0E2539 ;
}

#root .card-header button.float-left {
    float: left;
    color: #0E2539 ;
}

#root .card-header button.float-right {
    float: right;
    padding-right: 16px;
}

#root .card-header button:focus,
#root .card-header button:hover,
#root .card-header button:not([disabled]):not(.disabled):active {
    box-shadow: none!important;
    background: 0 0!important
}

#root .card-header h5 {
    width: 80%;
    display: none;
    margin-top: 0;
    margin-bottom: 0
}

#root .sticky .card-header {
    border-bottom: none
}

#root .sticky .card-header h5 {
    display: inline-block;
    text-decoration: underline;
    padding-top: 5px
}

#root .sticky .card-header h5:hover {
    cursor: pointer
}

#root .sticky .card-body,
#root .sticky .card-footer {
    display: none
}

#root .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    right: 60px
}

#root .slick-next,
#root .slick-prev {
    padding: 0;
    line-height: 34px;
    height: 34px;
    width: 34px;
    z-index: 1;
    border-radius: 50%;
    border: 0
}

#root .slick-next:active,
#root .slick-next:focus,
#root .slick-prev:active,
#root .slick-prev:focus {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4)
}

#root .slick-next:focus,
#root .slick-next:not([disabled]):not(.disabled):active,
#root .slick-prev:focus,
#root .slick-prev:not([disabled]):not(.disabled):active {
    background: 0 0!important
}

#root .slick-prev {
    left: -22px;
    padding: 7px;
}

#root .slick-next {
    right: -22px;
    padding: 7px;
}



#root .sticky .card-body {
    padding: 0
}

#root .sticky .card-body .card-title {
    margin-top: .75rem
}

#root .slick-slider a {
    text-decoration: none;
    color: #2C3341;
}

#root .specifications {
    margin-bottom: 60px;
    margin-top: 20px
}

#root .specifications h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 0;
    line-height: 15px
}

#root .specifications h2 {
    font-size: 18px;
    padding: 1rem;
    color: #fff;
    background: #333;
    line-height: 18px
}

#root .card,
#root .card-footer,
#root .card-header {
    background: 0 0
}

#root .card {
    box-shadow: none;
    border: none
}

#root .card>div {
    box-shadow: -3px 5px 14px 0 rgba(0, 0, 0, .4);
    margin: 15px
}

#root .specifications .col-container:nth-child(even) {
    background: #f2f2f2
}

#root .specifications .col-container:nth-child(odd) {
    background: #fff
}

#root .specifications .col-container .col {
    padding: 1rem
}

#root .sticky .slick-next,
#root .sticky .slick-prev {
    border-radius: 0;
    box-shadow: none;
    top: 0;
    transform: none
}

#root .sticky {
    z-index: 999;
    left: auto;
    top: 87px!important;
    box-shadow: none
}

#root .sticky .slick-prev {
    left: -34px;
    top: 0
}

#root .sticky .slick-next {
    right: -34px
}

#root .col-container .col:first-child {
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
}

#root .btn-plan-etage {
    background: 0 0;
    border: 0;
    position: absolute;
    left: 10px;
    top: 10px
}

#root .slick-slide.empty-slide {
    background: #fff;
    height: 0
}

#root .slick-slide.empty-slide .empty-card {
    border: 0
}

/*#root .card-body {
	padding: 20px 0
}*/

#root .card-body .card-title {
    margin-top: 0;
    margin-bottom: 6px;
}

#root .slick-arrow:before {
    color: #2C3341
}
.theme-btn::before , .theme-btn:hover{
    background-color: #000000;
    border-color: #000000;
}
.comparer-btn{
    position: fixed;
    left: 23px;
    bottom: 50px;
    background: #084E59;
    color: #ffffff;
    z-index: 9999999;
    padding: 11px 15px;
    border-radius: 50%;
}
/***************Comparer page end******************/





.mouse_scroll.home5,.mouse_scroll.home8 {
    z-index: 9
}

.mouse_scroll .icon {
    cursor: pointer;
    display: inline-block;
    padding-right: 14px;
    text-align: right
}

.mouse_scroll .icon h4 {
    color: #fff;
    line-height: 1.2;
    margin: 0
}

.mouse_scroll .icon p {
    color: rgba(255,255,255,.42);
    line-height: 1.2;
    margin: 0
}

.mouse_scroll .thumb {
    float: right
}

.main-banner-wrapper {
    position: relative
}

#swiper-gallery .slide-buttons,
.navigation-box {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}
#swiper-gallery {
  width: 100%
}

#swiper-gallery .swiper-slide {
  width: 100%;
  height: 100%
}

#swiper-gallery .container {
  position: relative
}

#swiper-gallery .swiper-slide img.swiper-lazy {
  width: 100%
}

.gallery-slide-cont {
  position: absolute;
  display: inline-block;
  bottom: 75px
}

.gallery-slide-cont.panorama {
  left: 75px
}

.gallery-slide-cont-inner {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  position: relative;
  z-index: 20
}

.gallery-slide-estate {
  width: 75px;
  height: 75px;
  position: relative
}

.gallery-slide-estate i.fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.4em
}

.gallery-slide-title {
  min-height: 75px;
  padding: 19px 25px 0
}

.gallery-slide-desc-price {
  padding: 0 25px;
  height: 50px;
  font-size: 1.85em;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 10
}

.gallery-slide-title h3 {
  text-transform: none
}

.gallery-slide-title .subtitle-margin {
  margin-bottom: 3px
}

#swiper-gallery .slide-buttons-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 30
}

#swiper-gallery .slide-buttons {
  opacity: 0;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
.slide-buttons {
  width: 150px;
  height: 50px;
  top: -2px;
  position: relative;
  z-index: 10;
}
#swiper-gallery:hover .slide-buttons {
  opacity: 1
}

.slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat
}

#slide-more-cont {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
}

#slide-more-cont a {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10
}

.navigation-box,
.thumb-box {
  position: relative;
  display: block;
  line-height: 50px;
  overflow: hidden
}

.navigation-box {
  transition: all .5s ease-in-out;
  background: #084E59;
  height: 50px;
  width: 50px;
  float: right;
}

.thumb-box,
.thumb-box .navigation-box-icon {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}

section.thumbs-slider {
  height: 110px;
  padding: 15px 0
}

#swiper-thumbs .swiper-slide {
  width: auto;
  cursor: pointer
}

.thumb-box {
  width: 50px;
  height: 50px;
  transition: all .5s ease-in-out;
  margin-top: 15px;
  z-index: 10;
  background: #084E59
}

.thumb-box:hover .navigation-triangle {
  border-width: 0 0 100px 100px
}

.thumb-box .navigation-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all .5s ease-in-out
}

.navigation-box-icon,
.thumb-box .navigation-triangle {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  position: absolute
}

.thumbs-slider .swiper-wrapper img {
  height: 80px;
  width: 140px
}


.thumb-box .navigation-box-icon {
  color: #fff;
}
.thumb-box .navigation-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  bottom: 0;
  right: 0;
  transition: all .5s ease-in-out;
  z-index: 10;
  border-color: transparent transparent #b7b7b7;
  border: 1px solid #b7b7b7
}

.navigation-box-icon {
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  line-height: 50px;
  transition: all .5s ease-in-out
}

.featured-offer-back .button .button-primary,
.navigation-triangle {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}

.navigation-box-icon:hover {
  color: #084E59
}

.navigation-box-icon,
.thumb-next:hover .navigation-box-icon,
.thumb-prev:hover .navigation-box-icon {
  color: #fff
}

.navigation-box:hover .navigation-triangle {
  border-width: 0 0 100px 100px
}

.navigation-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .5s ease-in-out;
  z-index: 10;
  border-color: transparent transparent #fff
}

.thumb-next:hover .navigation-box-icon,
.thumb-prev:hover .navigation-box-icon {
  color: #fff
}

.thumb-next:hover .navigation-box-icon,
.thumb-prev:hover .navigation-box-icon {
  border: 1px solid #b7b7b7
}

.thumbs-slider .swiper-wrapper .swiper-slide {
  height: 80px;
  width: 140px!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important
}

.single_page_listing_tab {
    position: relative
}

.single_page_listing_tab .nav-tabs {
    border: none;
    margin-top: 45px;
    position: absolute;
    z-index: 1000
}

.single_page_listing_tab .nav-tabs .nav-item {
    border: none;
    margin-right: 10px
}

.single_page_listing_tab .nav-tabs .nav-item .nav-link {
    border-radius: 8px;
    background-color: rgba(15,21,31,.502);
    border: 1px solid transparent;
    font-size: 20px
}

.single_page_listing_tab .nav-tabs .nav-link.active {
    border: none
}

.single_page_listing_style {
    position: relative
}
.color-white {
    color: #fff!important
}

.color-lightgray {
    color: #d3d3d3
}
label{
    display: block;
}
.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    width: 100%;
    height: 41px;
    line-height: 27px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
}
label.custom-control-label{
    display: inline-block;
}

.btn-thm {
    background-color: #084E59;
    border: 2px solid #084E59;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-thm.rounded {
    background-color: #084E59;
    border-radius: 5px;
    color: #fff
}

.btn-thm:active,.btn-thm:focus,.btn-thm:hover {
    background-color: #fff;
    border-color: #084E59;
    color: #084E59
}

.btn-thm.white:active,.btn-thm.white:focus,.btn-thm.white:hover {
    background-color: #084E59;
    border-color: #084E59;
    color: #fff
}

.btn-thm2 {
    background-color: #084E59;
    border-color: #084E59;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-thm2:active,.btn-thm2:focus,.btn-thm2:hover {
    background-color: #fff;
    border-color: #084E59;
    color: #084E59
}

.btn-thm3 {
    background-color: #ff1053;
    border: 2px solid #ff1053;
    border: none;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-thm3:active,.btn-thm3:focus,.btn-thm3:hover {
    background-color: #fff;
    border-color: #ff1053;
    color: #ff1053
}
.btn-block {
    display: block;
    width: 100%;
}
.sidebar_advanced_search_widget .advanced-search-menu{
    position: relative;
}
.dropdown.bootstrap-select.devise.header-top-link{
    width: 103px;
}

.login_form .heading{
    margin-bottom: 30px;
} 


.fb-link {
    position: fixed;
    z-index: 1111;
    bottom: 90px;
    right: 40px
}

.menu {
    filter: url(#shadowed-goo)
}

.menu.fb-link .menu-item,.menu.fb-link .menu-open-button {
    background: #ffc107;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: -40px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    transform: translate3d(0,0,0);
    transition: transform ease-out 200ms
}

.menu.fb-link .menu-item.facebook {
    background: #0a7cff
}

.menu.fb-link .menu-item.whatsup {
    background: #7ad06d
}

.menu-open {
    display: none
}

input[type=checkbox].menu-open+label::before {
    content: none;
    border: none;
    height: 0
}

.menu-open-button.icone-animated:before {
    animation-name: changeBG;
    animation-duration: 10s;
    animation-iteration-count: infinite
}

.menu-open-button {
    animation-name: changeColorBG;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    font-size: 30px;
    background: #ffc107
}

@keyframes changeColorBG {
    0% {
        background: #ffc107
    }

    33% {
        background: #0a7cff
    }

    66% {
        background: #7ad06d
    }

    100% {
        background: #ffc107
    }
}

@-webkit-keyframes changeColorBG {
    0% {
        background: #ffc107
    }

    33% {
        background: #0a7cff
    }

    66% {
        background: #7ad06d
    }

    100% {
        background: #ffc107
    }
}

@-moz-keyframes changeColorBG {
    0% {
        background: #ffc107
    }

    33% {
        background: #0a7cff
    }

    66% {
        background: #7ad06d
    }

    100% {
        background: #ffc107
    }
}

@-ms-keyframes changeColorBG {
    0% {
        background: #ffc107
    }

    33% {
        background: #0a7cff
    }

    66% {
        background: #7ad06d
    }

    100% {
        background: #ffc107
    }
}

@-o-keyframes changeColorBG {
    0% {
        background: #ffc107
    }

    33% {
        background: #0a7cff
    }

    66% {
        background: #7ad06d
    }

    100% {
        background: #ffc107
    }
}

@keyframes changeBG {
    0% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }

    33% {
        content: "\f39f";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    66% {
        content: "\f232";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    100% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }
}

@-webkit-keyframes changeBG {
    0% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }

    33% {
        content: "\f39f";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    66% {
        content: "\f232";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    100% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }
}

@-moz-keyframes changeBG {
    0% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }

    33% {
        content: "\f39f";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    66% {
        content: "\f232";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    100% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }
}

@-ms-keyframes changeBG {
    0% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }

    33% {
        content: "\f39f";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    66% {
        content: "\f232";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    100% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }
}

@-o-keyframes changeBG {
    0% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }

    33% {
        content: "\f39f";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    66% {
        content: "\f232";
        font-weight: 400;
        font-family: "font awesome 5 brands"
    }

    100% {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 900
    }
}

.menu-open:checked+.menu-open-button:before {
    content: "\f00d"!important;
    font-family: "font awesome 5 free"!important;
    font-weight: 900!important
}

.menu-open:checked+.menu-open-button {
    background: #ffc107!important
}

.menu {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: right
}

.menu.fb-link .menu-item:hover {
    background: #fff;
    color: #ffc107
}

.menu.fb-link .menu-item.facebook:hover {
    color: #0a7cff
}

.menu.fb-link .menu-item.whatsup:hover {
    color: #7ad06d
}

.menu.fb-link .menu-item:nth-child(3) {
    transition-duration: 180ms
}

.menu.fb-link .menu-item:nth-child(4) {
    transition-duration: 180ms
}

.menu.fb-link .menu-item:nth-child(5) {
    transition-duration: 180ms
}

.menu.fb-link .menu-item:nth-child(6) {
    transition-duration: 180ms
}

.menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-duration: 400ms;
    transform: scale(1.1,1.1) translate3d(0,0,0);
    cursor: pointer;
    margin-right: 0!important;
    width: 60px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: absolute!important;
    padding-left: 0!important
}

.menu-open-button:hover {
    transform: scale(1.2,1.2) translate3d(0,0,0)
}

.menu-open:checked+.menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(.8,.8) translate3d(0,0,0)
}

.menu-open:checked~.menu-item {
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 170ms;
    transform: translate3d(-60px,0,0)
}

.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 250ms;
    transform: translate3d(-120px,0,0)
}

.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 330ms;
    transform: translate3d(-180px,0,0)
}

.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 410ms;
    transform: translate3d(-240px,0,0)
}

.search-area{
    background: #e4e4e4;
}
.control__indicator{
    position:absolute;
    left:0;
    height:20px;
    width:20px;
    background:#fff;
    top:0;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    border:1px solid #dce0e0;
    border-radius:2px 
}
.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #222;
    min-height: 35px;
}
.control input:checked~.control__indicator{
    border-color:var(--var-color-1, #084E59);
    background-color:var(--var-color-1, #084E59) 
}
.control__indicator:after{
    content:'';
    position:absolute;
    display:none 
}
.control--checkbox .control__indicator:after{
    left:8px;
    top:4px;
    width:3px;
    height:8px;
    border:solid #222;
    border-width:0 2px 2px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg) 
}
.control--checkbox .control__indicator::after{
    left:6px;
    top:2px;
    width:6px;
    height:10px 
}
.control input:checked~.control__indicator:after{
    display:block 
}

.hero-single {
    position: relative;
    overflow: hidden;
}

.hero-single::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    animation: kenburns 20s infinite alternate; /* Adjust the duration and other properties as needed */
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0%, 0%);
    }
    100% {
        transform: scale(1.2) translate(-5%, -5%);
    }
}


@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");


.ken-burns-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
}
.ken-burns-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.2);
  animation: kenburns 24s linear infinite;
}
.ken-burns-slideshow .slide:nth-child(1) {
  animation-delay: 0s;
}
.ken-burns-slideshow .slide:nth-child(2) {
  animation-delay: 6s;
}
.ken-burns-slideshow .slide:nth-child(3) {
  animation-delay: 12s;
}
.ken-burns-slideshow .slide:nth-child(4) {
  animation-delay: 18s;
}

#slide1 {
    background-image: url("../img/hero/hero-1.jpg");
  }
  
  #slide2 {
    background-image: url("../img/hero/hero-2.jpg");
  }
  
  #slide3 {
    background-image: url("../img/hero/hero-3.jpg");
  }
  
  #slide4 {
    background-image: url("https://images.unsplash.com/photo-1462396240927-52058a6a84ec?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ");
  }
@keyframes kenburns {
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1);
  }
}
section {
  display: grid;
  place-items: center;
  height: 80vh;
  color: white;
}
section h1 {
    opacity: 0.9;
    text-transform: uppercase;
}
section h1 img{
    width: 80%;
}
.city-select {
    background: #8f84716b;
    border-radius: 50px;
    border: 2px SOLID #fff;
    margin-bottom: 9px;
}

.city-select .ville {
    padding: 15px 0;
    text-align: center
}
.call-to-bg {
    position: relative;
}
.plr-140 {
    padding-left: 7%;
    padding-right: 7%;
}
.call-to-bg:after, .call-to-bg:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.call-to-bg:before {
    background-image: url("../img/p-18.png");
    left: 0;
    margin-left: -78px;
    width: 31%
}

.call-to-bg:after {
    background: #e4e4e4;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1
}

.find-home-area .section-title {
    margin-top: 35px;
    position: relative;
}
.text-white {
    color: #fff !important;
}

.text-white h3 {
    color: #fff !important;
}
.section-title h3{
    color: #fff ;
}
.section-title h2{
    color: #fff ;
}
.find-homes {
    margin: auto;
    width: calc(100% - 70px);
}
.nav-pills {
    margin: 30px auto;
}
.nav-pills>li>a {
    padding: 15px 30px 15px 45px;
    background-color: #d9d9d9;
    color: #222!important;
    border: 0;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.nav-pills>li>a.active {
    border: 0;
    background-color: #084E59;
    color: #fff!important;
    padding: 15px 30px 15px 50px;
    font-size: 12px;
    border-radius: 0;
}

.nav-pills>li:first-child>a {
    border-radius: 0;
}

@media only screen and (max-width: 767.98px){
    .find-home-area .section-title h2, .find-home-area .section-title h3 {
        color: #1f223e;
    }
    .nav-pills>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-pills>li>a {
        display: block;
        width: 100%;
    }
    .call-to-bg:before {
        position: inherit !important;
        width:100% !important;
        transform: none;
        margin-left: 0 !important
    }
	.find-home-area {
        padding: 40px 0;
    }

    .find-home-area.call-to-bg::after,.find-home-area.call-to-bg::before {
        margin-left: 0;
    }

    .find-home-area .section-title,.find-list.find-home-area .section-title {
        margin-bottom: 40px;
        text-align: center;
        margin-top: 0
    }

    .find-home-area .section-title {
        margin-bottom: 0
    }

    .find-home-item {
        margin-bottom: 10px
    }

}


.logo {
    padding: 20px 0;
}
.logo img {
    height: 70px;
    width: auto;
}
.company-info {
    padding: 35px 0 20px 0;
}
.company-info-item {
    float: left;
    overflow: hidden;
    width: 50%;
}
.bg-white .bootstrap-select>.dropdown-toggle {
    color: #1f223e;
}
.header-search {
    padding: 35px 0;
}

.header-icon {
    float: left;
    width: 15%;
}
.header-info {
    float: left;
    width: 85%;
}
.header-info p {
    color: #606060;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 0;
}
.cta-area a {
    padding: 4px 4px 4px 4px;
}
.listing-item .listing-content{
    padding: 10px;
}