/*------------------------------------------------------------------
[Main Stylesheet]

Project:    daralsaad
development by:  divvat co. 00970593804022
-------------------------------------------------------------------*/

/** GLOBAL CLASSES **/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900;1000&display=swap');
body {
    font-family: 'Cairo', sans-serif;

    color: #535353;
    background: #fff9f7;
    text-align: right;
}

html {
  scroll-behavior: smooth;
}
.floatt{
	position:fixed;
	width:190px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    line-height: 55px;
    font-weight: 600;
}

.my-float{
    margin-top: 12px;
    font-size: 30px;
    vertical-align: sub;
    margin-right: 17px;
    float: right;
}
.index-body{
    background: #fff9f7;
}

.bg-white {
    background: #fff !important;
}
.bg-b{ background-color: #e8d5c4; background-image: url("../img/pattern.png"); background-size: cover;  }
.projects{ padding: 100px 0 ;}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

a {
    color: #37404d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #535353;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    font-family: 'Cairo', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cairo', sans-serif;
    color: #37404d;
    font-weight: 600;
}

.heading-2 {
    margin-bottom: 30px;
}

.heading-2 h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
}

.heading-2 p{
    font-size: 16px;
    font-weight: 400;
}

.heading-3{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

.col-pad {
    padding: 0 0;
}

.col-pad-30 {
    padding: 0 30px;
}

.pad-minus-lr-15 {
    padding-top: 50px;
}

.hidden {
    display: none;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn-2 {
    color: #fff;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    border-radius: 3px;
}

.btn-black {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-round {
    border-radius: 30px;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}


input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}



/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}



.t-center{
    text-align: center;
}

.t-right{
    text-align: right;
}

.t-left{
    text-align: left;
}

/** CONTENT AREA **/
.content-area {
    padding-bottom: 70px;
}

.content-area-2 {
    padding: 100px 0 70px;
    background-color: #e8d5c4;
    background-image: url("../img/bg.jpg");
    background-size: cover;

}

.content-area-3 {
    padding-bottom: 84px;
}

.content-area-4 {
    padding: 100px 0 50px;
}



.content-area-7 {
    padding: 100px 0;
}


    .item-bg{

    height: 100vh;


}


/** BTN **/
.btn{
    cursor: pointer;
}

.btn-sm {
    padding: 7px 30px 6px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Cairo', sans-serif;
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Cairo', sans-serif;}

.btn-lg {
    cursor: pointer;
    padding: 12px 35px 10px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400!important;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;}

.btn-white {
    cursor: pointer;
    padding: 10px 30px 10px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    font-family: 'Cairo', sans-serif;}

.btn-md-round {
    border-radius: 30px;
    border-color: #4a90e2;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}



/** SOCIAL MEDIA **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.instagram:hover {
    color: #fb3958 !important;
}

/** SOCIAL MEDIA BG **/
.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover {
    background: #3a5795;
}

.twitter-bg {
    background: #56d7fe;
}

.twitter-bg:hover {
    background: #2abced;
}

.google-bg {
    background: #dc4e41;
}

.google-bg:hover {
    background: #c83a2e;
}

.rss-bg {
    background: #e78733;
}

.rss-bg:hover {
    background: #d0782c
}

.linkedin-bg {
    background: #1c82ca;
}

.linkedin-bg:hover {
    background: #036497;
}

.instagram-bg {
    background: #fb3958;
}

.instagram-bg:hover{
    background: #ec2f4d;
}



/** TOP HEADER **/
#top-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    font-family: 'Cairo', sans-serif;}

#top-header a {
    color: #fff;
}

.top-header-bg-black{
    background: transparent;
}

.top-header .list-inline {
    padding: 9.5px 0;
}

.top-header .list-inline a {
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
}

.top-header .list-inline a:last-child{
    margin-bottom: 0;
}

.top-header .list-inline .mr-0{
    margin-right: 0;
}

.top-header .list-inline a i {
    margin-left: 5px;
    color: #bda588;
}

.top-header .top-social-media li {
    padding: 0 4px;
    height: 43px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 43px;
}

.top-header .top-social-media li a {
    color: #fff;
}

#top-header-2 a {
    color: #fff;
}

.top-header .navbar-buttons{
    float: right;
}

.top-header .ct-selection{
    font-size: 13px;
    margin-top: 10px;
}

.top-header .ct-selection .cl a{
    color: red!important;
}

.top-header .ct-selection .cl img{
    margin-right: 5px;
}

.top-header .ct-selection .dropdown-menu {
    min-width: 7rem;
    padding: 0;
    margin: -1px;
    font-size: 15px;
    padding: 10px!important;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    background: #FFF;
    webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
}

.main-header {
    background: #FFF;
    z-index: 9999;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 17px 34px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.main-header .navbar-expand-lg .navbar-nav .submit-btn{
    padding: 13px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.main-header .sb2{
    padding: 13px 0 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 23px!important;
}

.main-header .sb2 a{
    background: #fff!important;
    border-radius: 3px;
    padding: 13px 25px!important;
}

/*#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}*/

.main-header .logo img {
    height: 70px;
}

.main-header .logo {
    padding: 25px 0;
    margin-right: 50px;
    float: left;
}

.main-header .logo-2 img {
    height: 40px;
}

.main-header .logo-2 {
    padding: 25px 0;
    margin-right: 50px;
    float: left;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 15rem;
    padding: 0;
    margin: -1px;
    font-size: 15px;
    font-family: 'Cairo', sans-serif;   border-radius: 0;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

.dropdown .dropdown-item:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}


.main-header .dropdown-menu a {
    padding: 12px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
    background: #f5f5f5;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 16px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}

/*
.collapse.show{
    background: #fff;
}
*/

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 100%;
    /*display: none;*/
}

/** BANNER **/
#banner {
    position: relative;
}

.banner {
    font-family: 'Cairo', sans-serif;}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg{
    background: url(../img/banner/img-6.png);
}



.banner img {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.banner .slider-mover-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right i {
    font-size: 23px;
    line-height: 35px;
    color: #fff;
}

.banner .slider-mover-left i {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}



.carousel-item .text-right{
    float: right;
}

.banner h1 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:63px;
    font-weight: 700;
    letter-spacing: normal;
}

.banner p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 55px;
}

.banner h4{
    color: #c39f75;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 30px;
}


.tab-search-section h1{
    margin-bottom: 15px;
}

.banner .banner-slider-inner .max-w{
    max-width: 490px;
}

.banner p {
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 300 !important;
    margin-bottom: 30px;
    font-family: 'Cairo', sans-serif;}


.banner h1 span {
    font-weight: 700;
}

.banner .typed-text {
    font-size: 50px;
    margin-bottom: 20px;
}

.banner .tt2{
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 45px;
    font-family: 'Cairo', sans-serif;
    text-transform: none;
}

.banner .tt2 span{
    font-weight: 400;
    color: #fff;
}

.banner .btn-5{
    padding: 0 40px;
}

.banner .btn-2{
    padding: 0 40px;
}

.banner .btn-3{
    padding: 0 40px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
}

.banner .banner-slider-inner .btn {
    margin: 3px;
    background: rgb(195,159,117);
    background: linear-gradient(90deg, rgba(195,159,117,1) 47%, rgba(167,129,85,1) 100%);
}
.banner .banner-slider-inner .btn:hover{ background: rgb(195,159,117);
    background: linear-gradient(90deg, rgba(195,159,117,1) 87%, rgba(167,129,85,1) 100%);}
.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: 100vh;
}

.banner .meta ul{
    margin-bottom: 20px;
}

.banner .carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.banner .meta ul li {
    display: inline-block;
    margin: 0 1px 6px 0;
    border-bottom: 3px;
    color: #fff;
    font-size: 13px;
    padding: 5px 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
}

.banner .meta ul li i {
    margin: 0 3px 3px 0;
    font-size: 16px;
}

.banner .plan-price {
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    position: inherit;
    bottom: 5px;
    z-index: 40;
    right: 20px;
    margin-bottom: 10px;
}

.banner .plan-price sup {
    font-size: 15px;
    position: relative;
    top: -20px;
    color: #fff;
    font-weight: 500;
}

.banner .plan-price span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

#search-area-5 .btn-color-2{
    height: 50px;
    color: #fff;
}

.pattern-overlay {
    /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

#particles-banner-2 {
    width: 100%;
    height: 100vh;
    background-color: rgba(49, 51, 56, 0.4);
    position: absolute;
}

.btn-secton {
    position: absolute;
    right: 20px;
    top: 45%;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 15px;
    margin: 2px 0;
}

.btn-secton .carousel-indicators {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: 0;
    z-index: 15;
    padding: 0;
    margin: 2px 0;
    list-style: none;
    width: 15px;
    display: inline-block;
}

.btn-secton .carousel-indicators li {
    position: inherit;
    display: inline-block;
    flex: 0 1 auto;
    width: 100%;
    height: 15px;
    margin: 2px 0;
    background-color: rgba(255,255,255,.5);
    border-radius: 50px;
}

.btn-secton-2{
    display: none;
}

.banner .b1-inner{
    margin-top: 100px;
}

.banner-2 .b1-inner{
    margin-top: 0px;
}

.banner .b1-inner-2{
    margin-top: 50px;
}

.banner-text-box{
    max-width: 510px;
}

.banner-text-box h3{
    font-weight: 400;
}

.banner-text-box h5{
    text-transform: uppercase;
    font-size: 20px;
}

.btb2{
    margin-top: 112px;
}

.property-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.50) 0%,rgba(35,35,37,0.15) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

/** SUB BANNER **/
.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/img-0.png) top left repeat;
    background-size: cover;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#365b48 !important;
    display:none;
}

.sub-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(41 0 142 / 69%);
}

.carousel-item img {
    width: 100%;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    color: #fff;
    font-size: 27px;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52%;
    right: 0;
    left: 0;
    padding: 0 15px;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 2px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "/";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700;
}

/** MAIN TITLE **/
.main-title {
    text-align: center;
    margin-bottom: 50px;
}

.main-title h1 {
    color: #365b49;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-title h1 span{
    font-weight: 500;
}

.main-title p{
    font-size: 17px;
    margin-bottom: 0;

}
.content-area-2 .main-title p { color: #fff;}
.content-area-2 .main-title h1 { color: #fff;}
.main-title-2{
    text-align: left;
    margin-bottom: 0;
}

.main-title-2 h1 {
    color: #fff;
}

.main-title-2 p{
    color: #fff;
    margin-bottom: 20px;
    opacity: 0.9;
}

/** OPTION BAR **/
.option-bar {
    border-radius: 0;
    height: 55px;
    margin-bottom: 15px;
    background: #fff;
}

.option-bar .heading-icon {
    width: 55px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    position: relative;
}

.option-bar h4 {
    line-height: 55px;
    display: inline-block;
    padding-right: 0;
    border-radius: 0;
    margin: 0;
}

.option-bar .heading-icon .icon-design {
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 16px;
}

.option-bar .heading-icon .fa-th-list{
    font-size: 20px;
}

.option-bar .heading-icon .fa-th-large{
    font-size: 20px;
}

.option-bar .heading {
    font-size: 17px;
}

.change-view-btn {
    margin-left: 5px;
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.change-view-btn:hover {
    color: #fff;
}

.option-bar .sorting-options {
    margin: 9px 15px 0 0;
    text-align: right;
    width: 90px;
    float: right;
}

.option-bar .search-area .search-fields {
    min-height: 35px;
    padding: 0;
    height: 35px;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    border:none;
}

.option-bar .search-area .selectBox-dropdown .selectBox-label {
    line-height: 43px;
    color: #545454;
}

.option-bar .selectBox-dropdown .selectBox-arrow {
    border-left: none;
}

.option-bar .search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 35px;
    color: #777;
    font-size: 12px;
}

.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    color: #9c9c9c;
}

.option-bar .search-area {
    width: 170px;
    margin-top: 10px;
    float: right;
}

/** PROPERTY BOX **/
.property-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-thumbnail {
    position: relative;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    content: "";
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 5%,rgba(22,22,23,0) 15%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box .property-overlay {
    background: linear-gradient(to top,rgba(35,35,37,0.0) 0%,rgba(35,35,37,0.0) 5%,rgba(22,22,23,0) 15%,rgba(0,0,0,0) 100%);
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-box .property-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.50) 0%,rgba(35,35,37,0.15) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    background: #FFF;
    border-radius: 5%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
    opacity: 1;
}

.overlay-link:hover{
    background: #fff;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
    opacity: 1;
}

.overlay-link:hover {
    color: #fff!important;
    opacity: 1;
}



/** PROPERTY BOX STARTED **/
.property-box {
    background: #fff;
}

.property-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Cairo', sans-serif;}

.property-box .property-img img{
    width: 100%;
}

.property-box:hover .property-thumbnail .property-overlay {
    background: rgb(12 62 185 / 51%);
}

.property-box:hover .property-thumbnail .overlay-link {
    display: inline-block;
}

.property-box .detail .title {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}

.property-box .detail .title a:hover {
    color: #4a4747;
}

.property-box:hover .listing-badges .featured {
    background: #fff;
}

.property-box:hover .tag-for {
    background: #fff;
}

.property-box .button, input[type="submit"] {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 2px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    letter-spacing: 1px;
}

.property-box .detail {
    padding: 25px 25px 20px;
}

.property-box .detail .location {
    margin-bottom: 10px;
}

.property-box .detail .location a {
    font-size: 15px;
    color: #535353;
    font-weight: 400;
}

.property-box .detail .location a i {
    margin-right: 2px;
}

.property-box ul li {
    list-style: none;
    width: 50%;
    float: left;
    font-weight: 400;
    line-height: 30px;
    font-size: 15px;
}

.property-box ul li i {
    margin-right: 2px;
    font-size: 15px;
    font-weight: 500;
}

.property-box .footer {
    background: none;
    border-top: 1px solid #ecebeb;
    padding: 15px 25px;
    font-size: 15px;
    color: #535353;
}

.property-box .footer a {
    color: #535353;
    font-size: 15px;
}

.property-box .footer span {
    float: right;
}

.property-box .footer i {
    margin-right: 2px;
}

.property-box .tag-for, .featured, .plan-price, .overlay-link, .property-overlay {
    -webkit-transition: .9s;
    transition: .9s;
}

/** PROPERTY BOX 2 STARTED **/
.property-box-2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.property-box-2 .content {
    padding: 35px 30px 0;
    background: #fff;
}

.property-box-2 .content p{
    margin-bottom: 10px;
}

.property-box-2.light-bg {
    background: #fff;
}

.property-box-2:hover .content {
    transform: translateY(-35px);
}

.property-box-2 .title {
    font-size: 22px;
}

.property-box-2:hover li {
    opacity: 1;
    visibility: visible;
}

.property-box-2 ul li  {
    opacity: 0;
    visibility: hidden;
    width: 33.33%;
    float: left;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px;
}

.property-box-2 a, h1, h2, h3, h4, h5, h6, .transition {
    -webkit-transition: .3s;
    transition: .3s;
}

.property-box-2.light-bg img{
    width: 100%;
}

.property-box-2 .tag-for {
    right: 30px;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
    padding: 5px 12px 4px;
    font-size: 13px;
}

.property-box-2:hover .tag-for {
    background: #2339d6;
}


/** PROPERTY BOX 3 STARTED **/
.property-box-3 {
    margin: 0 0 30px;
}

.property-box-3 .media-body{
    padding-right: 30px;
}

.property-box-3 img {
    width: 130px;
    height: 130px;
    border-radius: 3px;
    margin-right: 20px;
}

.property-box-3 h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.property-box-3 h5 {
    font-size: 15px;
    font-weight: 500;
}

.property-box-3 p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/** PROPERTY BOX 4 STARTED **/
.property-box-4 {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}

.property-box-4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    max-height: 450px;
}

.property-box-4 .thumbnail_inner .thumbnail a {
    display: block;
}

.thumbnail img {
    border-radius: 5px;
    box-shadow: 0 25px 65px rgb(0 0 0 / 10%);
}

.property-box-4 .content .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 2;
    width: 100%;
    text-align: right;
}

.property-box-4 .content .inner .portfolio_heading {
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);
}

.property-box-4 .content .inner .portfolio_heading .category_list a {
    color: #fff;
    opacity: .9;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}

.property-box-4 .content .inner .portfolio_heading .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.property-box-4 .content .inner .portfolio_heading .title a {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.property-box-4 .content .inner .portfolio_hover {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    margin-top: 10px;
    transform: translateY(20px);
    line-height: 1.5em;
    max-width: 80%;
    transition: opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1);
}

.property-box-4 .content .inner .portfolio_hover p {
    color: #fff;
    opacity: 0.9;
}

.property-box-4:hover .thumbnail_inner .thumbnail a img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(.1,.2,7,1);
}

.property-box-4 ul li {
    list-style: none;
    margin-right: 17px;
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.property-box-4 ul li:last-child {
    margin-right: 0;
}

.property-box-4 .thumbnail_inner .thumbnail a img {
    transition: transform 1s ease,opacity .5s ease .25s;
    border-radius: 10px;
    width: 100%;
}

.property-box-4:hover .content .inner .portfolio_heading {
    transform: translateY(-62px);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);
}

.property-box-4:hover .content .inner .portfolio_hover {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s;
}

.property-box-4:after, .property-box-4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    cursor: pointer;
}

.property-box-4:hover:before {
    opacity: 0;
}

.property-box-4:after {
    opacity: 1;
}

.property-box-4:hover:after {
    background-image: linear-gradient(2deg, #2e5043 8%, #c7c7c700 100%)!important;
    opacity: 1;
}

.property-box-4:before {
    background: linear-gradient(180deg,rgba(15,15,15,0),rgba(15,15,15,.75));
}

/** PROPERTY BOX 5 **/
.property-box-5 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.property-box-5:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property-box-5 .property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-box-5:hover .property-thumbnail .property-overlay {
    background: rgb(12 62 185 / 51%);
}

.property-box-5:hover .property-thumbnail .overlay-link {
    display: inline-block;
}

.property-box-5 .property-img img{
    width: 100%;
}

.property-box-5 .detail {
    padding: 15px 30px 10px 25px;
}

.property-box-5 .detail .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.property-box-5 .detail .title a:hover {
    color: #4a4747;
}

.p-box .detail .title {
    font-size: 22px;
}

.property-box-5 .detail .location {
    margin: 0 0 12px;
}

.property-box-5 .detail .location a {
    font-size: 15px;
    color: #535353;
}

.property-box-5 .detail .location a i {
    margin-right: 2px;
}

.property-box-5 .detail p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 15px;
}

.property-box-5 .col-pad {
    padding: 0;
}

.property-box-5 ul li {
    list-style: none;
    margin-right: 15px;
    float: left;
    font-weight: 400;
    font-size: 15px;
}

.property-box-5 ul li:last-child {
    margin: 0;
}

.property-box-5 ul li i {
    font-size: 15px;
    font-weight: 600;
}

.property-box-5 .listing-badges .featured {
    left: -52px;
}

.property-box-5 .tag-for, .featured, .plan-price, .overlay-link, .property-overlay {
    -webkit-transition: .9s;
    transition: .9s;
}

.property-box-5:hover .tag-for{
    background: #fff;
}

.property-box-5:hover .featured{
    background: #fff;
}

/** PROPERTY BOX 6 STARTED **/
.property-box-6 {
    background: #fff;
    margin-bottom: 30px;
}

.property-box-6 img{
    width: 100%;
}

.property-box-6:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.property-box-6 .info {
    padding: 0 40px;
}

.property-box-6 ul {
    padding: 0;
    display: inline-block;
}

.property-box-6 .btn {
    margin-top: 15px;
    line-height: 42px;
}

.property-box-6 ul li {
    list-style: none;
    color: #666666;
    font-size: 15px;
    line-height: 35px;
}

.property-box-6 ul li i {
    margin-right: 2px;
}

.property-box-6 h3 {
    margin: 0 0 20px;
}

.property-box-6 h3 a:hover{
    color: #37404d;
}

.property-box-6 p {
    margin-bottom: 20px;
}

/** PROPERTY BOX 7 STARTED **/
.property-box-7 {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.property-box-7:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property-box-7 .property-thumbnail {
    position: relative;
    display: block;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.property-box-7 .property-thumbnail img {
    width: 100%;
    transition: all 900ms ease 100ms;
}

.property-box-7:hover .property-thumbnail::before {
    transform: skew(0deg) translateY(0);
}

.property-box-7 .property-thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background: rgb(12 62 185 / 51%);
    content: "";
    transform: skew(90deg) translateY(100%);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 900ms ease 100ms;
    z-index: 2;
}

.property-box-7 .property-thumbnail a::before{
    background: linear-gradient(to top,rgb(7 7 197 / 41%) 0%,rgba(35,35,37,0.15) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box-7:hover .property-thumbnail img {
    transform: scale(1.2) rotate(1deg);
}

.property-box-7 img{
    width: 100%;
}

.property-box-7 .detail {
    padding: 20px 20px;
    background: #fff;
}

.property-box-7 .detail .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.property-box-7 .detail .title a:hover {
    color: #4a4747;
}

.property-box-7 .detail .location {
    margin: 0;
    font-size: 15px;
}

.property-box-7 .detail .location a{
    color: #535353;
}

.property-box-7 .detail .location i {
    margin-right: 2px;
}

.property-box-7 .facilities-list {
    padding: 15px 20px;
    background: #f7f7f7;
}

.property-box-7 .facilities-list li {
    list-style: none;
    float: left;
    font-weight: 400;
    line-height: 27px;
    font-size: 15px;
    margin-right: 25px;
}

.property-box-7 .facilities-list li span {
    display: table;
    font-weight: 500;
}

.property-box-7 .facilities-list li:last-child {
    margin: 0;
}

.property-box-7 .footer {
    background: #fff;
    padding: 0;
}

.property-box-7 .footer p {
    line-height: 48px;
    margin: 0 0 0 20px;
    color: #535353;
    font-size: 15px;
}

.property-box-7 .footer p i {
    margin-right: 2px;
}

.property-box-7 .footer ul li {
    display: inline-block;
    width: 48px;
    margin: 0 0 0 -4px;
}

.property-box-7 .footer ul li a {
    display: block;
    font-size: 18px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 48px;
    border-left: 1px solid #e5e5e5;
    text-decoration: none;
    color: #535353;
}

.property-box-7 .footer ul li a:hover{
    text-decoration: none;
}

.property-box-7 .price-box {
    color: #fff;
    text-align: right;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
}

.property-box-7 .price-box span {
    font-weight: 600;
}

.property-box-7:hover .tag-2 {
    background: #fff;
}

.property-box-7:hover .tag-2:after {
    border-left: 8px solid #fff!important;
}

/** PROPERTY BOX 8 STARTED **/
.property-box-8{
    background: #fff;
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius:6px;
}

.property-box-8:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property-box-8 .photo-thumbnail {
    position: relative;
}

.property-box-8 .photo-thumbnail:before {
    position: relative;
    display: block;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: linear-gradient(to top,rgba(47, 45, 45, 0.2) 0%,rgba(0, 0, 0, 0) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 0;
    opacity: 1;
}

.property-box-8 .photo {
    position: relative;
    display: block;
    overflow: hidden;
        max-height: 355px;
}

.property-box-8 .price-ratings-box .price {
    font-weight: 600;
    font-size: 15px;
}

.property-box-8 .photo:before {
    position: relative;
    display: block;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top,rgba(47, 45, 45, 0.2) 0%,rgba(0, 0, 0, 0) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box-8 .photo img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
    min-height:355px;
    border-radius: 6px 6px 0 0;
    
}

.property-box-8 .photo>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(42 72 54 / 71%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--moniz-base, #ffffff);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    content: "";
}

.property-box-8 .photo>a>span {
    position: relative;
}

.property-box-8:hover .photo img {
    transform: scale(1.05);
}

.property-box-8:hover .photo>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.property-box-8 .photo>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.property-box-8 .price-ratings-box {
    color: white;
    position: absolute;
    bottom: 12px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.property-box-8 .photo>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.property-box-8 .detail {
    display: inline-block;
    width: 100%;
}

.property-box-8 .property-photo{
    position: relative;
}

.property-box-8 .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.50) 0%,rgba(35,35,37,0.15) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box-8 .property-photo img{
    width: 100%;
}

.property-box-8 .detail .heading{
    padding: 20px 20px 15px;
    margin-bottom: 0;
    text-transform: inherit;
}

.property-box-8 .detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.property-box-8 .detail .location {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.property-box-8 .detail .location a {
    color: #888;
}
.property-box-8 .detail .location a i{ color: #c29e74; margin-left: 8px;}
.property-box-8 .properties-listing{
    border-top: solid 1px #ebebeb;
}

.property-box-8 .properties-listing span {
    color: #5a5959;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 33.30%;
    font-size: 14px;
    border-right: 1px solid #ebebeb;
}

.property-box-8 .properties-listing span:last-child {
    border-right: 1px solid transparent;
}

.property-box-8 .tag-for {
    left: 15px;
    right: inherit;
    top: 0;
    padding: 5px 12px 3px 12px;
}

.property-box-8:hover .tag-for {
    background: #fff;
}


/** SERVICES INFO STARTED **/
.services-info {
    margin: 0 0 30px;
    padding: 20px 20px 25px 20px;
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.services-info:hover h3 a {
    color: #c29e74 !important;
}

.services-info:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-info i{
    display: inline-block;
    vertical-align: middle;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-info:hover i {
    transform: rotateY(360deg);
}

.services-info .icon {
    position: relative;
    font-size: 50px;
    height: auto;
    margin-bottom: 20px;
}

.services-info .icon i {
    line-height: revert;
}

.services-info:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -80px;
    height: 2px;
    width: 80px;
    transition: all 0.8s;
    background: #c39f75  !important;
}

.services-info:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -80px;
    height: 2px;
    width: 80px;
    transition: all 0.8s;
    background: #c39f75  !important;
}


.services-info:hover h3 a {
    color: #243b2f;
}
.services-info:hover:before {
    left: 0px;
}

.services-info:hover:after {
    right: 0px;
}


.services-info h3 {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 18px;
}

.services-info p {
    position: relative;
    font-size: 13px;
    margin-bottom: 0;
    display:none;
}

.services-info .number {
    font-size: 162px;
    line-height: 1;
    color: #3a30300a;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-weight: 700;
    margin-top: -25px;
    font-family: 'Cairo', sans-serif;
}


.footer h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ececec;
    font-weight: 400;
    text-transform: uppercase;
}

.footer a {
    color: #777;
    font-size: 15px;
}

.footer a:hover{
    color: #adabab;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 15px;
    float: left;
    margin-right: 20px;
}

.footer .footer-inner .gallery li {
    float: left;
}

.footer .footer-inner .gallery li img {
    margin: 0 10px 10px 0;
    width: 70px;
    border-radius: 1px;
}

.footer .footer-inner .Subscribe-box .btn-color {
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 75%;
    height: 45px;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    outline: none;
    border-radius: 3px;
    float: left;
    margin-right: 2%;
}

.footer .footer-inner .Subscribe-box form .btn {
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    width: 23%;
    float: left;
}

.footer .submitNewsletter{
    margin-left: 30px;
}

.footer .submitNewsletter p{
    margin-bottom: 30px;
}


.footer-item {
    margin-bottom: 60px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #c5c5c5;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

.footer .footer-inner .contact-info li i{
    left: 0;
    position: absolute;
    line-height: 22px;
}

.footer .footer-inner .contact-info li a {
    color: #c5c5c5;
}

.footer .footer-inner .recent-posts .media h5 a {
    font-size: 17px;
    color: #c5c5c5;
}

.footer .footer-inner .recent-posts .media h5 a:hover{
    color: #adabab;
}

.footer .recent-posts .media p {
    margin: 0;
    font-size: 15px;
    color: #c5c5c5;
}

.footer p{
    color: #444;
}

/** Slick slider start**/
.slick-slider-area {
    position: relative;
}

.slick-slide-item {
    padding: 0 15px;
}

.slick-arrow-buton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 43%;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    color: #000;
    z-index: 999;
    background: white;
    cursor: pointer;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.slick-arrow-buton:hover{
    color: #fff;
}

.slick-next {
    right: -15px;
}

.slick-prev{
    left: -15px;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

/** Slick btn start **/
.slick-btn {
    text-align: center;
    max-width: 90px!important;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 43px;
}

.slick-btn .sab-4 {
    border-radius: 50px 0 0 50px;
}

.slick-btn .slick-arrow-buton-2:last-child {
    border: none;
}

.slick-btn .sab-3 {
    border-radius: 0 50px 50px 0;
}

.slick-btn .slick-arrow-buton-2 {
    width: 45px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    border-right: solid 1px #e4e4e4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    background: white;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
}

.slick-btn .slick-next {
    right: 0;
}

.slick-btn .slick-prev {
    left: 0;
}

/** PARTNERS BLOCK**/
.slick-slide img {
    width: 80%;
}

.slick-current img {
    width: 100%;
    filter: grayscale(0%);
}

.slick-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #777;
    cursor: pointer;
    outline: none;
}

.slick-prev {
    border: none;
    position: absolute;
    left: 0px;
    top: 20px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

.slick-next:before {
    content: "\f054";
}

/** COUNTERS **/
.counters {
    padding: 100px 0 60px;
    background: url(../img/img-2.png);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counters:before {
    display:none;
}

.counter-box {
    text-align: center;
    margin-bottom: 5px;
}

.counter-box i {
    font-size: 25px;
    color: #bfa280;
    background: #f2e8dc;
    padding: 10px;
    border-radius: 4px;
    margin-left: 15px;
        height: 45px;
}

.counter-box h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0;
}

.counter-box h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

/** ABOUT US **/

.about-us{ background-color: #fff; background-image: url("../img/banner/h6_img-2.jpg") !important; background-repeat: no-repeat !important; background-position: 100% !important; }
.about-us .about-info h3{
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 15px 0;
    color: #bfa280;
    margin-top:0;
}
.about-info h5{ line-height: 36px;
    margin-bottom: 20px;}
    
    .about_us h5{line-height: 35px;
    margin-bottom: 0px;}

.about-img img{ border-radius: 6px;}
.about-us .about-info .counters h1{
    font-weight: 600;
    margin: 10px 0;
    font-size: 25px;
}

.about-us .about-info{
    padding-left: 10px;
}

.about-us .about-carousel{
    padding-right: 10px;
}

.about-us .about-carousel img{
    border-radius: 5px;
}

.about-us .about-info .counters h5{
    color: #37404d;
    font-weight: bold;
    font-size: 18px;
}

.about-us .about-info .counter-box {
    text-align: right;
display: flex;
}

.about-us .counters {
    padding: 0;
}

.about-us .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
}

/** ABOUT **/
.about-text ul li {
    list-style: none;
    color: #5a5959;
    font-size: 15px;
}

.about-text h3 {
    margin-bottom: 20px;
    font-size: 23px;
}

.properties-service-v img{
    width: 100%;
}

.about-text p b {
    font-weight: 500;
}

.about-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}

.about-text ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.about-text ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.about-us iframe, .modal-body iframe .element.style {
    height: 350px !important;
}

.about-us iframe, .modal-body iframe {
    width: 100%;
    border: none !important;
}
.properties-details-page{ padding: 100px 0 70px;     padding: 100px 0 70px;
    background-color: #e8d5c4;
    background-image: url(../img/pattern.png);
    background-size: contain;}
.properties-details-page .heading {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.properties-details-page iframe, .modal-body iframe .element.style {
    height: 350px;
}

.properties-details-page iframe, .modal-body iframe {
    width: 100%;
    border: none !important;
}

.properties-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important;
}

.properties-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 0;
    margin-right:0 !important;
}

.img-chart {
    width: 100%;
    border:#eee solid 1px;
}

.properties-details-sliders .carousel-indicators a {
    cursor: pointer;
}

.properties-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
    margin-right: 0;
    margin-left: 0;
        max-height: 200px;
    overflow: hidden;
}

.dd.properties-details-sliders .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.smail-properties .list-inline-item {
    width: 16.66%;
}

.smail-properties .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 0;
}

.properties-details-sliders .carousel-indicators > li.active img {
    opacity: 0.7;
}

.properties-details-sliders .right {
    position: absolute;
    right: 15px;
    top: 45%;
}

.properties-details-sliders .left {
    left: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.properties-details-sliders .left i {
    font-size: 20px;
    color: #000;
}

.properties-details-sliders .right {
    right: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.properties-details-sliders .right i {
    font-size: 20px;
    color: #000;
}

.list-inline-item:not(:last-child) {
    margin-right: 1px;
}

.smail-properties {
    width: 100%;
}

/** FLOOR PLANS STARTED **/
.floor-plans table {
    width: 100%;
    margin-bottom: 15px;
}

.floor-plans table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td {
    font-size: 13px;
}

.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 15px;
}

.floor-plans table td strong{
    font-weight: 600;
}

/** TABBING BOX STARTED **/
.tabbing-box .tab-pane {
    padding-top: 50px;
}

.faq .tabbing-box .tab-pane {
    padding-top: 30px;
}

.tabbing-box .tp2 {
    padding-top: 30px;
}

.tabbing-box .nav-tabs {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding: 12px 18px;
    color: #37404d;
    border: none;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

/** SEARCH AREA 2 **/
.search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area-2 .search-fields {
    border: 1px solid #b1b1b1;
    background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}

/** MAP classes **/
.search-area-3 {
    padding: 25px 32px 20px;
    max-width: 350px;
    width: 100%;
    z-index: 1;
    border-radius: 4px;
    margin-right: auto;
    position: relative;

}
.search-area-3::before {
    border-radius: 6px;
    background-image: url(../img/bg.jpg) !important;
    background-size: cover !important;
    border: none !important;
}
.search-area-3 h2 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #fff;
}

.search-area-3 .selectBox-dropdown .selectBox-label {
    color: #545454;
    padding: 9px 0px;
}

.selectBox-dropdown{ border:none;}
.search-area-3 p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.search-area-3::before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -999;
        background-color:#365b48 !important;
}

.search-area-3 .search-area-inner .form-group {
    margin-bottom: 12px;
}

.search-area-3 .btn-color-2{
    color: #fff;
    margin: 0!important;
    height: 45px;
}


/** Properties banner start **/
.properties-banner{
    background: rgba(0, 0, 0, 0.04) url(../img/property/img-19.png) top left repeat;
    background-size: cover;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.properties-banner .heading-properties-2 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.properties-banner .heading-properties-2 .inner{
    background: #fff;
    padding: 20px;
}

.properties-banner .heading-properties-2 h1{
    text-align: left;
}

.properties-banner  .heading-properties-2 h1 {
    font-size: 22px;
}


/** Slick slider start**/
.slick-slider-area {
    position: relative;
}

.slick-slide-item {
    padding: 0 15px;
}

.slick-arrow-buton {
    position: absolute;
    top: 43%;
}

.slick-slider-area .slick-arrow-buton {
    width: 50px;
    height: 35px;
    line-height: 35px;
    top: 47%;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

.slick-next {
    right: 15px;
    content: normal;
}

.slick-next:before {
    content: normal;
}

.slick-prev{
    left: 15px;
    content: normal;
}

.slick-prev:before {
    content: normal;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.simple-slick-carousel.slick-dotted.slick-slider {
    margin-bottom: 0
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
    margin-bottom: 30px
}

.simple-slick-carousel .slick-dots {
    display: none !important
}

.simple-slick-carousel.dots-nav .slick-dots {
    display: block !important
}

.slick-dots li {
    position: relative;
    padding: 0;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer
}

.slick-dots li {
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
    display: inline-block;
    margin: 0 3px;
    opacity: 1;
    border-radius: 50%;
    line-height: 0;
    box-shadow: inset 0 0 0 2px #777;
    transition: all .3s
}

.slick-dots li button {
    display: none
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li.slick-active {
    transition: all .3s
}

.slick-dots li:after {
    position: absolute;
    height: 13px;
    width: 13px;
    display: block;
    content: "";
    top: 1px;
    left: 1px;
    border-radius: 50%;
    transition: all .3s;
    opacity: 0;
}

.slick-dots li.slick-active:after {
    opacity: 1
}
/** Slick slider end**/


/** Sidebar nav start **/
.nav-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
    left: 0;
}

.nav-sidebar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.nav-sidebar .overlay.active {
    display: block;
    opacity: 1;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 24px;
    font-size: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.get-in-touch .media:hover i {
    color: #ff214f;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-logo img {
    width: 80px;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
    color: #2e2e2e;
    letter-spacing: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-navigation .pt0{
    padding-top: 0;
}

.sidebar-navigation ul li a em {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4.5px 5px 5.5px;
    border-radius: 5px;
    font-weight: 100;
    color: #777;
}

.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    background-color: transparent;
    color: #2e2e2e;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
    display: none;
    background-color: transparent;
}

.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #2e2e2e;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    font-weight: 500;
    padding:8px;
}

.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
    background-color: transparent;
}

.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #94aab0;
    color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: transparent;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-inner h3{
    margin: 0 0 20px;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #000;
}

.sidebar-logo {
    padding: 20px 30px;
    border-bottom: solid 1px #00000024;
}

/** Get social start **/
.get-social {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin-right: 2px;
    border-radius: 5%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    color: #fff;
}

.get-social h3 {
    padding: 0;
}
/** Get social end **/

/** Get in touch end **/


/** mblrt **/
.mbl {
    margin: 0 0 30px 0;
}

.mrb {
    margin: 0 0 50px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px!important;
}

/** MEDIA **/



.footer-2 .footer-left, .footer-wrapper {
    position: relative;
}
.footer-2 .row {
    margin-right: 0px;
    margin-left: 0px;
}
.footer-2 .col-pad {
    padding: 0;
}
.footer-2 .footer-left {
    background: linear-gradient(145deg,#3f56ff,#ff433e);
    background: linear-gradient(145deg,#f81f01,#ee076e);
    padding: 140px 120px;
    z-index: 2;
    margin-right: 0;
    border-top-right-radius: 6px;
}
.footer-2 .footer-left:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/footer-left.png);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px;
}
.footer-2 .footer-left .inner {
    z-index: 5;
    position: relative;
}
.footer-2 .footer-left span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 9px;
}
.footer-2 .footer-left .inner h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    font-family: 'Cairo', sans-serif;
    line-height: 90px;
    margin-bottom: 40px;
}
.btn-white-lg-outline {
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 33px 8px;
    font-size: 15px;
}
.footer-2 .btn-white-lg-outline {
    padding: 15px 35px 13.5px;
}
.footer-2 .footer-left .inner:after {
    content: url(../img/big-logo.png);
    position: absolute;
    right: -50px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-20%);
    transform: translateY(-50%);
    width: 290px;
    height: 296px;
}
.footer-2 .footer-right {
    background: #333;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 150px 70px 150px 120px;
}
.footer-2 .footer-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(14 5 34 / 53%);
}
.footer-2 .footer-right .footer-link h4 {
    color: #c6c9d8;
    font-weight: 500;
    margin-bottom: 30px;
    opacity: .74;
    font-size: 22px;
}
.footer-2 .footer-right .links {
    margin-bottom: 40px;
}
.footer-2 .footer-right .links li {
    margin-bottom: 12px;
}
.footer-2 .footer-right .links li a {
    color: #c6c9d8;
    font-size: 16px;
    opacity: .74;
}

.banner-text-box p{ color: #fff; font-weight: normal}

.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #bda588 !important;
    opacity: .8;
}

.content-area-2 .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.services-info .icon i {
    color: #c39f75 !important;
}

.services-info:hover h3 a:hover {
    color: #c39f75;
}

.header-shrink .logo img {
    height: 55px;
}
.header-shrink  .logo {
    padding: 15px 0;
}

.featured-properties{    padding: 100px 0 70px; background: #fff;}
.contact-3{ padding: 100px 0 70px;}

.contact-info{ background-image: url("../img/bg.jpg");
background-size: cover;
  
}
.c-info{ margin: auto; padding: 100px;}

.widget {
    padding: 30px 25px;
    border-bottom: solid 1px #eaeaea;
}


/** FORM SEARCH STARTED **/
.form-search {
    position: relative;
}

.form-search .form-control {
    box-shadow: none;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    border-radius: 3px;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 12px;
}

.show-more-options {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.widget {
    padding: 30px 25px;
    border-bottom: solid 1px #eaeaea;
}

.widget-3 {
    padding: 30px 20px;
    border: none;
}

.sidebar-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.sidebar {
    background: #fff;
}

.search-area .search-fields {
    min-height: 45px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    width: 100% !important;
    cursor: pointer;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    border:none;
}

.option-panel.option-panel-collased {
    display: none;
}

footer h5{ color: #3e6350; font-size: 20px;}

.footer-logo{max-width: 200px; max-height: 100px; display: block;}

.footer-ul li{ padding: 3px;}
.bottom-footer{ background: #faf8f9; border-top: #ebeeed 1px solid; padding: 15px;}
.bottom-footer p{ margin-bottom: 0; padding-bottom: 0;}
.top-footer{ padding: 20px;}
.contact-btn { text-align: center;}
.contact-btn a{ padding: 15px 25px;   width: 300px;
    line-height: 40px;     -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;}
    
 .contact-btn a:hover {

    background: rgb(195,159,117);
    background: linear-gradient(276deg, rgba(195,159,117,1) 47%, rgba(167,129,85,1) 100%);
    border: #c39f75 solid 1px;
}
.emailbtn{  border: #fff solid 1px; color: #fff; border-radius: 6px; margin: 5px; display:inline-block;}
.telbtn{ display: inline-block; border-radius: 6px; margin: 5px; border:#c39f75 solid 1px;  background: rgb(195,159,117);
    background: linear-gradient(90deg, rgba(195,159,117,1) 47%, rgba(167,129,85,1) 100%);}
.telbtn span{ color: #fff; font-size: 20px; font-weight: 600; vertical-align: text-bottom;}
.emailbtn span{ color: #fff; font-size: 20px; font-weight: 600; vertical-align: text-bottom;}

.contact-btn i {
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
}
.search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 48px;
    color: #777;
    font-size: 12px;
}

.selectBox-dropdown .selectBox-arrow {
    text-align: center;
    width: 35px;
    left: 0;
    right: auto;
    border-right: solid 1px #dbdbdb;
}



.tag-for {
    right: 15px;
    margin-top: 15px;
    z-index: 20;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 12px 5px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: absolute;
}
.property-box-8:hover .tag-for {
    color: #365b49;
}

.bio{
        margin-right: 15px;
    margin-top: 20px;
}


.footer-ul a {
    text-align: center;
    color: #365b49;
    background: #365b4921;
    width: 30px;
    display: block;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}


div#propertiesDetailsSlider {
    background: #fff;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.heading-properties-2 {
    margin-bottom: 25px;
}

.informeson h1{font-size: 30px;}

.col-lg-12.col-md-12.slider {
    background: #fff;
    padding: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.heading-3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}















@media (max-width: 1200px) {
    .property-box-3 .media-body{
        padding-right: 0;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 35px 12px 34px;
    }

    .about-us .about-info h3 {
        margin: 0 0 15px 0;
    }

    .property-box-3 h3 {
        font-size: 17px;
    }

    
    .main-title {
        margin-bottom: 40px;
    }

}


@media (min-width: 991px) and (max-width: 1200px) {
    .property-box-5 .detail p{
        margin-bottom: 10px;
    }

    .d-none2-1200{
        display: none;
    }

}






@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-item:hover> .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover> .dropdown-menu {
        display: block;
    }

    .header-with-top{
        top: 40px;
    }

    .sticky-header .nav-link::after {
        display: none !important;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }

    .sticky-header .sb2 a {
        background: #fff!important;
    }



    .do-sticky .nav-link::after {
        display: none !important;
    }

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #515151;
        opacity: 1;
    }

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #000!important;
    }

    .header-shrink .open-offcanvas {
        color: #515151;
    }

    .hide-carat .nav-link::after {
        display: none !important;
    }

    .sticky-header {
        position: fixed;
        background: transparent;
        top: 43px;
        z-index: 999;
        width: 100%;
    }

    .header-shrink {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    .top-header.th-bg{
        position: fixed;
        top: 0px;
        z-index: 999;
        width: 100%;
        background: #365b48;
        text-align: right;
    }
}





@media (max-width: 992px) {


    .none-992 {
        display: none !important;
    }



    .banner img {
        animation: bgburnsEast 25s none;
        -webkit-animation: bgburnsEast none;
    }

#search-area-1 {
    display: none;
}
    .banner .b1-inner-2{
        margin-top: 0;
    }

    .btb2 {
        margin-top: 0;
    }



    .sub-banner {
        background-position: inherit;
        background-repeat: inherit;
    }

    .banner-text-box{
        text-align: center;
        max-width: 100%;
    }

    .as-2{
        width: 100%;
        display: inline-block;
    }

    .services-2{
        padding: 80px 0 50px;
    }



    .properties-banner{
        background-position: left;
        background-repeat: inherit;
        position: relative;
    }

    .heading-properties-2 ul li {
        margin-right: 10px;
    }

    .heading-properties-2 h1{
        font-size: 24px;
    }

    .cp-2{
        padding: 0 7.5px;
    }

    .as{
        display: none;
    }

    .cp-3{
        padding: 0!important;
    }

    .sub-banner {
        background-position: inherit;
        background-repeat: inherit;
    }

    .properties-details-page .send-btn.mb-50{
        margin-bottom: 60px;
    }





    .about-us .about-info h3 {
        font-size: 23px;
        margin: 0 15px 15px 0;
    }

    .about-us .about-info{
        padding: 30px 0 0 0;
    }




    .banner .plan-price{
        font-size: 30px;
    }

    #search-area-1 {
        padding: 30px 0 20px;
    }

    .banner-text-box{
        text-align: left;
    }

    .banner h5{
        font-size: 22px;
    }

    .banner-text-box h5{
        font-size: 20px;
        font-weight: 400;
        letter-spacing: normal;
    }


    .main-header .ls-bgn{
        margin-left: 20px;
    }

    .btn-secton {
        right: 10px;
    }

    .banner .typed-text {
        font-size: 37px;
    }

    .banner .tt2 {
        font-size: 16px;
        margin-bottom: 30px;
    }



    .banner p{
        font-size: 16px;
        margin-bottom: 25px;
    }

    .open-offcanvas {
        padding: 18px 20px 15px;
    }


    .services-info-3.s-brd-2{
       border-bottom: none;
    }


    .property-box-3 img {
        width: 110px;
        height: 110px;
    }

    #search-area-1 .form-group{
        margin-bottom: 10px;
    }

    #search-area-1 .selectBox-dropdown .selectBox-arrow {
        margin-right: 10px;
        width: auto;
    }

    #search-area-1 .selectBox-dropdown .selectBox-arrow {
        border-left: none;
    }

    #search-area-1 .selectBox-dropdown .selectBox-arrow:before {
        font-size: 10px;
    }

    #search-area-1 .selectBox-dropdown .selectBox-label {
        padding: 2px 10px;
    }

    .text-l{
        text-align: center;
    }

    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }

    .footer{
        padding-top: 80px;
    }

    .hidden-mb-45 {
        margin-bottom: 45px;
    }

    .content-area {
        padding-bottom: 50px;
    }

    .content-area-2 {
        padding: 80px 0 50px;
    }


    .content-area-8 {
        padding-top: 80px;
    }


    .btn-white {
        padding: 10px 28px 8px;
        font-weight: 400;
    }

    .submit-property .heading {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-title h1 {
        font-size: 30px;
    }

    .main-title p {
        font-size: 16px;
    }

    .main-title-2{
        text-align: center;
    }

    .main-title-2 .btn{
        display: none;
    }

    .main-title-2 span{
        display: none;
    }


    .properties-slider {
        margin-bottom: 40px;
    }



    .about-text {
        margin-top: 40px;
    }

    .mrb {
        margin: 0 0 50px 0;
    }

    .mbl {
       margin: 0 0 30px 0;
    }

    .properties-list-fullwidth .property-box-5 .price-ratings-box {
        right: 30px;
    }

    .properties-list-fullwidth .property-box-5 .detail {
        padding: 25px 40px;
    }

    .banner .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -40px;
    }

    .banner .slider-mover-left i {
        font-size: 22px;
        line-height: 30px;
    }

    .banner .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 10px;
    }

    .banner .slider-mover-right i {
        font-size: 22px;
        line-height: 30px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 17px;
        font-weight: 100;
        border-radius: 3px;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .logo{
        padding: 20px 0;
    }

    .main-header-2 .logo{
        padding: 20px 0;
    }

    .main-header .logo-2{
        padding: 20px 0;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 20px 15px;
    }

    .banner .banner-slider-inner {
        padding: 20px 15px;
        top: 0%;
    }

    .banner h1 {
        font-size: 37px;
    }

    .banner h3 {
        font-size: 37px;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 32px;
    }

    .banner .banner-opt .banner-slider-inner p {
        font-size: 15px;
    }

    .breadcrumb-area h1 {
        font-size: 35px;
    }


    .media-pad-top-50 {
        padding-top: 50px;
    }


    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }

    .search-area .search-fields {
        min-height: 38px !important;
        padding: 0 15px 0 3px !important;
    }
    .banner p{ display:none;}

    .submit-property .contact-2 .form-control {
        padding: 10px 15px;
        height: 38px;
    }
    
    .search-area-3 .selectBox-dropdown .selectBox-label {
    padding: 4px 0px !important;
}


.search-area-3 .btn-color-2 {
    height: 40px;
    border-radius: 6px;
}
    .search-area .search-button {
        cursor: pointer;
        padding: 10px 20px 9px;
    }

    .sidebar .search-area .search-button{
        padding: 12px 20px 12px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .sub-banner {
        height: 350px;
    }

    .submit-property .search-area .search-fields {
        min-height: 44px;
    }



    .sub-banner .breadcrumb-area {
        top: 49%;
    }

    .sub-banner .breadcrumb-area h1 {
        font-size: 25px;
    }


    .p-box .price-ratings-box {
        right: 30px;
    }

    .p-box .detail {
        padding: 30px 40px 30px 40px;
    }

    .hedin-mb-30 {
        margin-bottom: 30px !important;
    }

    .hedin-mb-50 {
        margin-bottom: 50px;
    }

    .widget-2 {
        margin-bottom: 60px;
        background: #fff;
        padding: 30px 25px;
    }



    #main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
        background: #f9f9f9;
        border-bottom: solid 1px transparent;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #f9f9f9;
    }

    .sticky-header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .sticky-header {
        position: fixed;
        top: 40px;
        z-index: 999;
        background: transparent;
    }

    .header-shrink {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
        background: #fff;
    }

    .mh-2{
        position: fixed;
        top: 40px;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, .2);
    }

    .main-header .navbar-expand-lg .navbar-nav .submit-btn{
        display: inline-block;
        margin:0 0 20px 20px;
    }

    .top-header.th-bg{
        position: fixed;
        top: 0px;
        z-index: 999;
        width: 100%;
        background: #365b48;
        text-align: right;
    }

    .contact-2 .contact-info{
        margin-bottom: 30px;
    }

    .contact-2 .mb-30{
        margin-bottom: 0;
    }

    .advanced-search .search-button {
        padding: 13px 20px 13px;
    }


    .main-header .sb2 {
        padding: 0;
        margin: 0!important;
    }

    .d-none-992{
        display: none;
    }



    .none-992{
        display: none;
    }

    .properties-details-page .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 12px 16px;
    }

    .property-box-4 ul li {
        margin-right: 10px;
    }

    .contact-2 .opening-hours {
        padding: 45px 50px 50px;
        margin-left: 0;
    }

    .contact-2 .form-section {
        margin-bottom: 50px;
    }



    .main-header .dropdown-menu a {
        padding: 12px 20px;
    }

    .main-header .dropdown-menu a:hover {
        padding: 12px 20px;
        background: #f9f9f9!important;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 20px 10px;
    }

    .main-header .sb2 a {
        background: #fff!important;
        border-radius: 3px;
        padding: 13px 25px!important;
    }
}


@media (max-width: 780px){
    
    
    .banner .carousel-content .row{ margin-left:-10px;}
    .top-footer {
    text-align: center;
}

ul.footer-ul {
    margin-right: 25%;
}
footer h5 {
    margin-top: 15px;
}
    .navbar-light .navbar-toggler {
        background: #c29e74 !important;
        color: #fff;
        margin-left: 15px;
        width: 40px;
        height: 40px;
        display:none;
    }
    .c-info{padding:25px !important;}
    .contact-btn a {
    width: 250px !important;     padding: 12px 20px !important;}
    .contact-btn i {
    font-size: 25px !important;
    }
    .main-title p {
    font-size: 14px;
}

.footer-logo {

    margin: auto;
}
.col-lg-6.col-sm-6.d-flex {
    display: block !important;
    text-align: center;
}

    .emailbtn span{ font-size:16px !important;}
    .btn-4 {
        background: #cfad8e !important;
    }
    .banner-text-box {
        text-align: center;
            margin-bottom: 65px
    }
    .banner h1 {
        font-size: 28px;
    }
    .banner h4 {
        font-size:22px;

}
    .flex-direction-nav {
        display: none
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }

    .item-bg{

    height: 75vh;


}
    .content-area {
        padding-bottom: 30px;
    }
    
    .properties-banner{
        height: 400px;
    }

    .content-area-2 {
        padding: 60px 0 30px;
    }

    .content-area-3 {
        padding-bottom: 44px;
    }

.banner-text-box p {

    display: none;
}
.banner h1 {
    margin-bottom: 8px;
    
}
.services .row {
    margin: 0px;
}
.content-area-2 .col-lg-3 {
    flex: auto !important;
    max-width: 50% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.services-info {
margin: 0 0 20px;
    padding: 15px 10px 15px 10px !important;
}
.slick-initialized .slick-slide {
    width: 100% !important;
}
.bottom-footer .text-left {
    text-align: center !important;
}
.services-info h3 {
    font-size: 16px;
}
    .content-area-23 {
        padding: 60px 0 44px;
    }
.search-area-3 {
    padding: 15px 20px 15px;
    max-width: 280px;
    margin:auto;
    
}

search-area .search-fields {
    min-height: 40px;
}
.main-header .logo img {
    height: 60px !important;
}
.search-area-3 .search-area-inner .form-group {
    margin-bottom: 10px;
}
    .banner .btn-5{
        padding: 0 30px;
        line-height: 45px;
    }

    .banner .btn-2{
        padding: 0 30px;
        line-height: 41px;
    }

    .banner .btn-3{
        padding: 0 30px;
        line-height: 41px;
    }

    .banner .btn-1{
        padding: 11.5px 30px;
    }

    .property-box-4 ul li {
        margin-right: 15px;
    }

    .slick-slider-area .slick-arrow-buton {
        width: 35px;
        height: 35px;
    }

    .contact-section .form-inner {
        margin: 0 15px;
    }



    .heading-properties-2 h1 span{
        float: inherit;
        display: flex;
        font-size: 17px;
        margin-top: 7px;
    }

    .heading-properties-2 .float-right {
        display: flex!important;
        width: 100%;
    }

    .heading-properties-2 h1 {
        font-size: 22px;
    }

    .heading-properties-2 ul{
        margin-bottom: 5px;
    }

    .heading-properties-2 p{
        text-align: left;
        float: none;
    }







    .vs {
        margin: 0 auto 30px;
    }



    .sb{
        margin-bottom: 30px;
    }

    .contact-2 .opening-hours {
        padding: 30px;
    }



    .d-none-768{
        display: none;
    }



    .services-2{
        padding: 60px 0 30px;
    }



    .banner h5{
        font-size: 20px;
    }

    .banner-text-box h5{
        font-size: 17px;
    }

    .banner .b1-inner{
        margin-top: 50px;
    }

    .banner-2 .b1-inner{
        margin-top: 0;
    }

    .sticky-header {
        top: 0px;
    }

    .top-header{
        display: none;
    }

    .btn-secton-2{
        display: flex;
    }

    .banner .slider-mover-left{
        display: none;
    }

    .banner .slider-mover-right{
        display: none;
    }

    .main-title h1{
        margin-bottom: 10px;
    }

    .properties-details-sliders .left{
        left: 5px;
    }

    .properties-details-sliders .right{
        right: 5px;
    }


    .services-info-3.s-brd-3{
        border-bottom: none;
    }

    .sub-banner .breadcrumb-area h1{
        font-size: 22px;
    }

    .sub-banner .breadcrumbs li{
        font-size: 15px;
    }

    .sub-banner .breadcrumbs .active:before {
        margin-right: 7px;
    }



    .filteriz-navigation li {
        padding: 6px 17px 5px;
        margin: 0 1px 4px;
    }

    #search-area-1 .selectBox-dropdown .selectBox-label {
        padding: 2px 12px;
    }

    .t-center{
        text-align: center;
    }

    .t-right{
        text-align: center;
    }

    .t-left{
        text-align: center;
    }

    .property-modal .modal-header .modal-title {
        font-size: 19px;
    }

    .footer{
        padding-top: 10px;
    }

    .footer h4 {
        margin-bottom: 20px;
    }

    .option-bar .heading {
        display: none;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .main-title h1 {
        font-size: 25px;
        font-weight: 500;
    }

    .heading-2 h4 {
        font-size: 22px;
    }

    #main-header {
        top: 0;
    }

    .widget-2 {
        margin-bottom: 40px;
    }



    .services .col-pad-30 {
        padding: 30px;
    }


    .properties-list-fullwidth .property-box-5 .price-ratings-box {
        right: 15px;
    }

    .properties-list-fullwidth .property-box-5 .detail {
        padding: 25px;
    }

    .banner h1 {
        font-size: 32px;
    }

    .banner h3 {
        font-size: 32px;
    }

    .banner .banner-slider-inner {
        padding:0;
        top: 0%;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }

    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 15px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }

    .banner .btn-md {
        padding: 9px 15px;
        font-size: 12px;
    }

    .breadcrumb-area h1 {
        font-size: 28px;
    }

    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }

    .heading-properties h3 {
        font-size: 20px;
    }



    .sub-banner {
        height: 300px;
    }

    .property-description.pt-40 {
        padding-top: 20px;
    }

    .hdn-mb-30{
        margin-bottom: 30px;
    }

    .properties-details-page .mb-60 {
        margin-bottom: 40px;
    }

    .properties-details-page .mb-45 {
        margin-bottom: 25px;
    }

    .heading-3 {
        font-size: 20px;
    }

    .properties-details-page .send-btn.mb-50{
        margin-bottom: 40px;
    }

    .hedin-mb-30 {
        margin-bottom: 10px !important;
    }

    .properties-details-page .heading {
        margin-bottom: 20px;
        font-size: 18px;
    }


    .property-box-6 .info {
        padding: 30px 25px;
    }

    .intro-text h3 {
        margin: 5px 0 10px;
    }

    .intro-text h3 {
        font-size: 17px;
    }

    .banner .carousel-content {
        padding: 0 10px;
        position: absolute;

        bottom: -40px;
    }
    
    .carousel-inner {

    overflow: initial;
}
.floatt {

    right: 10px !important;
}

    .banner .typed-text {
        font-size: 32px;
    }

    .banner .tt2 {
        font-size: 16px;
    }

    .setting-button{
        display: none;
    }

    .main-header .logo{
        padding: 15px 0;
        float: right !important;
        margin-right:10px !important;
    }

    .main-header-2 .logo{
        padding: 15px 0;
    }

    .main-header .logo-2{
        padding: 15px 0;
    }

    .mpp .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .coming-soon p {
        font-size: 17px;
    }

    .coming-soon h1 {
        font-size: 40px;
    }
}




@media (max-width: 500px) {
    .banner .typed-text{
        font-size: 28px;
    }

    .banner .tt2 {
        font-size: 16px;
    }

    .properties-details-sliders .left {
        display: none;
    }

    .properties-details-sliders .right {
        display: none;
    }

    .option-bar{
        display: none;
    }

    .our-newslatters-2 .inner {
        padding: 20px 5px 15px;
    }
    
    .comment .comment-meta-date{
        display: none;
    }

    #search-area-5 {
        width: 100%;
        padding: 30px 15px 20px;
    }

    .coming-soon-counter div {
        margin: 0 3px 15px;
    }

    .hdn{
        display: none;
    }

    .banner .banner-slider-inner {
        padding:0;
        top: 0%;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .banner .btn-md {
        padding: 7px 12px;
        font-size: 10px;
    }

    .banner .banner-slider-inner .btn {
        margin: 0 0 5px;
    }

    .banner h1 {
        font-size: 28px;
    }

    .banner h3 {
        font-size: 28px;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }

    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 15px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }

    .media-pad-top-50 {
        padding-top: 50px;
    }

    .carousel-inner img {
        width: 100%;
    }


    .coming-soon h1 {
        font-size: 35px;
    }


    .banner .btn-5{
        padding: 0 25px;
        line-height: 40px;
    }

    .banner .btn-2{
        padding: 0 25px;
        line-height: 36px;
    }

    .banner .btn-3{
        padding: 0 25px;
        line-height: 36px;
    }

    .banner .btn-1{
        padding: 9px 25px;
    }

    .banner .btn-white-lg-outline {
        font-size: 14px;
        letter-spacing: normal;
    }

    .banner .btn-lg {
        cursor: pointer;
        padding: 9px 27px 8px;
        letter-spacing: normal;
        font-size: 14px;
    }
    
	.modal-confirm {		
		color: #636363;
		width: 325px;
		margin: 30px auto;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-confirm .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #82ce34;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-confirm .icon-box i {
		font-size: 58px;
		position: relative;
		top: 3px;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #82ce34;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #6fb32b;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
}

.investment a{
    
        padding-right: 35px !important;
    display: block;
    background: #c29e74;
    height: 55px !important;
    border-radius: 50px;
    padding-left: 35px !important;
    margin-top: 20px;
    padding-top: 15px !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

