.featured,
.image,
.Slider,
.latest article .txt p {
    overflow: hidden
}


@font-face {
    src: url(fonts/cairo/Cairo-Regular.ttf);
    font-family: Cairo;
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Cairo, sans-serif;
    font-size: 15px
}
.links{
    height:300px;
    overflow:hidden;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 5px;
    background-color: #000000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
main {
    min-height: 420px;
    background-color: #fff;
    padding-top: 70px;
}
select.form-control {
    height: 50px !important;
}

.form-group .svg-inline--fa{display:none !important;}
a {
    transition: all .3s ease-in-out
}
.second-color{color: #DF2E2E}

button {
    cursor: pointer
}
.button-fill-bottom {
    box-shadow: inset 0px 0px 0px #2F3B47;
    transition: all 0.5s !important;
    }
    
    .button-fill-bottom:hover {
    box-shadow: inset 0px -80px 0px #e03636;
    color: #fff;
    border: solid;
    }

svg {
    transition: all .4s ease-in-out
}



.primary-color,
.primary-color-hover:hover {
    color: #000!important;
}
.secondary-color{ color:#DF2E2E}
.bg-primary-color,
.bg-primary-color-hover:hover {
    background-color: #000
}

.color-gradient {
    background: linear-gradient(to right, #000, #c174f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.btn {
    background-color: #000;
    color: #fff;
    min-width: 170px;
    border-radius: 0;
    border: 2px solid #000;
    padding: 10px
}

.btn:hover {
    /* background-color: #fff; */
    /* color: #000; */
}
/** Slider **/
    .Slider{position: relative;}
    .Slider .carousel-item{height: 600px;}
    .Slider .carousel-item img{height: 600px;}
    .Slider .filter{
        position: absolute;
        top: 55%;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        transform: translate(0, -50.5%)
    }
    .Slider .filter .content {
        width: 50%;
        margin: 50px auto 0
    }
    
    .Slider .filter .form-control {
        background-color: #fcfcfc;
        color: grey;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        padding: 15px 10px
    }
    
    .Slider .filter select.form-control:not([size]):not([multiple]) {
        height: 51px;
        padding: 8px;
        font-size: 15px
    }
    
    .Slider .filter .form-group {
        position: relative
    }
    
    .Slider .filter .form-group .data-unit,
    .Slider .filter .form-group svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        width: 50px;
        font-style: normal;
        color: #aaa;
        z-index: 110;
        outline: 0;
        border: 0;
        padding: 0 10px 0 0;
        margin: 0;
        pointer-events: none;
        background-color: #fcfcfc
    }

/** END Slider **/
/** about **/
    .about , .single-property {
        background: url(../images/chart.png) center top repeat-x;
        background-size: cover;
    }
    .about .profile img{
        /* transform: translate(-14%, 0%); */
        height: 400px;
        min-width: 100%;
    }
/** about **/
/** Types **/
    .types .img-box:hover figure:before{
        opacity: 0.9;
    }
    .types .img-box:hover .typeflow img{
        transform: rotate(360deg);
    }
    .types .img-box figure{
        overflow: hidden;
        height: 300px;
        position: relative;
    }
    .types .img-box figure:before , .portflio .img-box figure:before{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background-color: #3d3e3f;
        opacity: 0.6;
        transition: .4s ease-in-out
    }
    .types .img-box figure img{
       min-height:300px ;
    }
    .types .img-box .typeflow , .portflio .img-box .overflow{
        position: absolute;
        margin: auto;
        top: 100px;
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    .types .img-box .typeflow img{
        height: 80px;
        margin-bottom: 30px;
    }
/** End Types **/

/** Portfolio **/
    .portflio{
        background: url(../images/4.png) left top no-repeat;
    }
    .portflio .img-box figure{
        height: 400px;
        overflow: hidden;
        position: relative;
        border-radius: 20px;
    }
    .portflio .boxGrid figure {
        height: 190px;
        overflow: hidden;
        position: relative;
        border-radius: 20px;
    }
    .portflio .img-box figure img{min-height: 400px}
    .portflio .boxGrid figure img {
        min-height: 190px
    }
    .portflio .img-box .overflow{
        text-align: left;
        left: 30px;
        top: 15px;
    }
    .portflio .boxGrid h2{ font-size: 20px} 
    .portflio .boxGrid h1{font-size: 25px}

 
/**  END Portfolio **/

/** Projects **/
    .project .h2{
        max-height: 70px;
        overflow: hidden;
    }
    .project-img {
        overflow: hidden !important;
        height: 220px !important;
        position: relative !important;

    }
    .project .project-img img {
        min-height: 220px;
    }
    .project .flowPrice {
        position: absolute;
        bottom: 20px;
        background-color:#DF2E2E;
        padding: 5px 10px;
        color: white;
        font-weight: bold;
    }
    .project .flowtype{
        position: absolute;
        top: 20px;
        left: 0;
        background-color:#DF2E2E;
        padding: 5px 15px;
        color: white;
        font-weight: bold;
    }
    .project .data img{width: 20px; height: auto;}
    .projectFilter, .propertyData{
        background: url(../images/dots.jpg);
      
        position: relative;
    }
    .propertyData img{
        width: 25px;
        height: auto
    }
    .propdata img {width: 25px; height: auto;}
    .project h2{height: 44px;overflow:hidden;line-height: 15px;}
    .item-details  h4{ height:60px; overflow:hidden;}

/** End Projects **/
/** Developers **/
    .developers {
        background: url(../images/developers.jpg) center fixed;
        background-size: cover;
        position: relative
    }
    .developers:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background-color: #000ba;
        transition: .4s ease-in-out;
    }
    .secContent{
        z-index: 200;
        position: relative;
    }
     .devLogo{
        border-radius: 50%;
        height: 120px;
        border: 2px solid #fff;
        background: #000;
        width: 120px;
        position: relative;
    margin: auto;}
     .devLogo img{
        height: auto;
        position: absolute;
        top: 0;
        bottom:0;
        right: 0;
        left: 0;
        margin:auto;
        max-width: 100%;
        padding: 15px;
        filter: brightness(0) invert(1);
    }
    .devPage{
        background: url(../images/pagebg.jpg) center fixed;
        background-size: cover;
        position: relative;
    }

/** END developers **/
/** Videos **/
    #video-demo iframe{width: 100%; height: 220px;}
    #video-demo .item{margin: 0px 20px}
    .videoTabs li {margin:0px 10px;}
    .videoTabs li a{background-color: #000 !important;color: white;}
    .videoTabs li a:hover , .videoTabs li a.active {background-color:#dc3545 !important
    }
/** END videos **/
/** Footer **/
    .menu-footer , ul.propdata2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
        padding: 0px;
    }
    .menu-footer li{
        margin-right: 25px
    }
    footer {
        background: #000;
        color: #fff;
        padding-top: 30px;
    }
    footer .footer-logo {
        height: 150px;
    }
    footer .footer-logo img {
        
        filter: brightness(0) invert(1);
                
        width: auto;
                
        height: 150px;
                
        max-width: 100%;
    }

    footer .short-cuts div a {
        color: #fff;
        text-decoration: none;
        display: block;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    footer .short-cuts div a:hover {
        color: #075619;
    }
   
    footer .follow-us ul {
        text-align: center;
        margin-top: 10px;
    }
    footer .follow-us ul li {
        display: inline-block;
        margin: 0 10px;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    footer .follow-us ul li:hover {
        transform: rotate(-30deg) scale(1.2);
    }
    footer .follow-us ul li a {
        color: #fff;
        font-size: 29px;
        opacity: 0.5;
    }
    footer .follow-us ul li a:hover {
        opacity: 1;
    }
    footer  h5 {
    margin-top: 0px !important;
    font-size: 25px;
    }
    footer .get-in-touch ul {
        overflow: hidden;
    }
    footer .get-in-touch ul li {
        margin-bottom: 8px;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    footer .get-in-touch ul li:hover {
        transform: translateX(10px);
    }
    footer .get-in-touch ul li svg {
        color: #075619;
        font-size: 18px;
    }
    footer .copy-rights {
        background-color: #000;
        padding: 6px 10px;
    }
    footer .copy-rights span a {
        color: #075619;
        text-decoration: none;
    }
    footer .copy-rights span a:hover {
        color: #008cff;
    }

/** End Footer **/
/** Contact us **/ 
.contact_info .card {
    position: relative;
    height: 250px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .contact_info .card:hover p {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .contact_info .card .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  
  .contact_info .card .ribbon::before, .contact_info .card .ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid #dc3545;
  }
  
  .contact_info .card .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #dc3545;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  .contact_info .card .ribbon.ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  
  .contact_info .card .ribbon.ribbon-top-left::before, .contact_info .card .ribbon.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  
  .contact_info .card .ribbon.ribbon-top-left::before {
    top: 0;
    right: 12px;
  }
  
  .contact_info .card .ribbon.ribbon-top-left::after {
    bottom: 12px;
    left: 0;
  }
  
  .contact_info .card .ribbon.ribbon-top-left span {
    right: -18px;
    top: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .contact_info .card:hover{
      margin: 20px;
  }
  .contact_info .card:hover svg{
    transform: rotate(360deg);
}
  

/** End contact us **/

.inner-header {
   
    overflow: hidden;
    height: 250px;
}
.inner-header img{height: 250px;}

.page-title{
    position: relative;
    display: inline-block;
    padding: 12px 33px;
}
.page-title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    /* width: 110px; */
    /* height: 0px; */
    /* border-top: 2px dashed #dc3545; */
    /* border-left: 2px dotted #dc3545; */
}
.page-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 77px;
    height: 51px;
    border-bottom: 2px dashed #dc3545;
    border-right: 2px dashed #dc3545;
    border-top: 2px dashed #dc3545;
}
.page{
    background: url(../images/pagebg.jpg) center;
    background-size: cover;
}
.page .pageOverlay {
    background-color: rgba(255,255,255,0.5)
}
.image {
    width: 100%;
    text-align: center
}
.page-content .content {
     
}
.page-content .image{
    }
.page-content .image img {
   
}

img {
    transition: all .6s ease-in-out
}

.title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 12px
}

.title span {
    border-bottom: solid 3px #000
}

.title-center h3 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 20px
}

.title-center h3:after,
.title-center h3:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #005384;
    top: 50%;
    content: ""
}

.title-center h3:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.title-center h3:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.warning {
    color: red
}

.form-control.error {
    border-color: red !important
}



@media (min-width:1240px) {
    .container {
        max-width: 1090px !important
    }
}

.pagination .page-link {
    color: #000
}

.top-header {
    padding: 5px 0
}

.top-header ul.info li {
    display: inline;
    margin-left: 20px;
    font-size: 14px
}

.top-header ul.info li i {
    margin-left: 5px
}

.top-header ul.info li a {
    color: #fff
}

.top-header ul.info li a.dropdown-item {
    color: #000
}

ul.social li a,
ul.social li a:hover {
    color: #fff
}

ul.social li {
    display: inline;
    margin-left: 15px;
    font-size: 14px
}

ul.social li a i {
    transition: all .4s ease-in-out
}

ul.social li a:hover svg {
    transform: translateY(-4px)
}

.language img {
    max-height: 12px;
    width: auto
}

.language .dropdown-menu {
    min-width: 70px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    padding: 7px 0
}

.menu {
    position: relative;
    z-index: 5;
    background-color: #fff;
    border-bottom: solid 2px #000;
}

.menu .navbar,
.menu .navbar-brand {
    padding: 0
}

.PhonehotLine a,
.menu .nav-link {
    padding: 6px 10px !important;
    transition: all .3s ease-in-out
}

.menu .nav-link {
    color: #555;
    font-size: 16px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 3px
}

.PhonehotLine {
    width: 120px;
    display: block;
    margin: 10px auto;
    position: absolute;
    top: 50px;
    right: auto;
    left: 95px
}

.PhonehotLine a,
.sidenav a i {
    margin-right: 5px
}

.PhonehotLine a {
    color: #000;
    font-size: 24px;
    border: 1px solid #000;
    border-radius: 3px
}

.menu .nav-link:hover  , .menu .active .nav-link{
    color: #000;
    border-bottom: solid #000 2px;
}

.menu .dropdown svg {
    margin-right: 5px;
    margin-top: -2px;
    transition: all .3s ease-in-out
}

.menu .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

.latest article,
.sidenav {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.menu .dropdown-content a {
    color: #000;
    padding: 10px 16px;
    display: block
}

.menu .dropdown-content a:hover {
    background-color: #000;
    color: #fff
}

.menu .dropdown:hover .dropdown-content {
    display: block
}

.navbar-toggler i {
    font-size: 40px
}

.logo {
    max-height: 80px;
    transition: all .5s ease-in-out;
    max-width: 175px;
}

.scroll {
    position: fixed;
    background-color: #002147
}

.scroll #logo {
    max-height: 45px
}

.scroll .nav-link {
    font-size: 15px;
    margin-left: 8px
}

.responsive-menu {
    display: none;
    z-index: 5;
    background-color: #fff;
    padding: 0 50px
}

.responsive-menu .close-btn {
    font-size: 37px;
    cursor: pointer;
    margin-top: 24px;
    transition: all .4s ease-in-out
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 70px
}

.sidenav a {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 17px;
    display: block;
    transition: .3s;
    border-bottom: solid 1px #f5f5f5
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    color: #000
}

.sidenav a:first-child {
    border-bottom: 0
}

.sidenav ul.collapse li a {
    margin: 0
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

.Slider {
}

.Slider img {
    max-width: 100%;
    height: auto;
}






.latest article,
.latest article .carousel-item {
    position: relative
}

.Slider .filter .form-group .data-unit {
    left: 21px
}

.Slider .filter .form-group .icon svg {
    left: 10px;
    width: 20px
}

.Slider .filter .btn {
    min-width: auto;
    max-width: 100%;
    border-radius: 3px;
    padding: 13px
}

.latest article .carousel-inner {
    height: 230px;
    overflow: hidden
}

.latest article .carousel-control-next,
.latest article .carousel-control-prev {
    top: 42%;
    bottom: 42%;
    width: 11%;
    background-color: transparent;
    border-radius: 50%
}

.latest article .carousel-control-next {
    right: 10px
}

.latest article .carousel-control-prev {
    left: 10px
}

.latest article .carousel-control-next-icon,
.latest article .carousel-control-prev-icon {
    width: 15px;
    height: 15px
}

.latest article:hover .carousel-control-next,
.latest article:hover .carousel-control-prev {
    background-color: #000
}

.latest article .carousel-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 230px;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(to bottom, transparent 0, transparent 50%, rgba(39, 74, 187, .8) 100%)
}

.latest article .price,
.latest article .size {
    right: 10%;
    z-index: 10;
    text-shadow: -1px 1px #777;
    position: absolute
}

.latest article:hover .carousel-item .overlay {
    opacity: 1
}

.latest article .type {
    position: absolute;
    top: 15px;
    left: 25px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    z-index: 10
}

.latest article .price {
    top: 34%;
    font-size: 25px
}

.latest article .size {
    top: 42%;
    font-size: 17px
}

.latest article .txt p {
    max-height: 105px;
    font-size: 14px
}

.featured {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    height: 100px
}

.featured span {
    background-color: #000;
    color: #fff;
    float: right;
    transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 4px
}

.attract {
    background: #f5f5f5;
    padding: 50px;
    position: relative
}

.attract .head-box {
    background: 0 0;
    position: absolute;
    top: -33px;
    right: 0;
    left: 0
}

.attract .head-box h3 {
    word-spacing: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    width: 350px;
    padding: 25px
}

.archive-blog article,
.single-property .request {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}


.attraction {
    background: url(../images/chart.png) center top repeat-x;
    padding: 50px
}

.attraction img {
    max-height: 90px
}

.attraction p {
    max-height: 105px
}

.attraction .item:hover img {
    transform: scale(.8) translateY(-10px)
}


.blog {
    background: url(../images/dots.jpg) center;
    padding: 80px 0 50px
}

.blog article .image {
    position: relative;
    overflow: hidden;
    height: 220px
}

.blog article .image img {
    height: 100%;
    width: auto
}

.blog article .image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 220px;
    width: 100%;
    display: block;
    content: "";
    z-index: 99;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(to bottom, transparent 0, transparent 50%, rgb(37 39 43 / 80%) 100%);
}

.blog article .image svg {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 42%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    height: 50px;
    transform: translateY(-60px);
    transition: all .4s ease-in-out;
    opacity: 0
}

.blog article:hover .image:after {
    opacity: 1
}

.blog article:hover .image svg {
    opacity: 1;
    transform: translate(0, -50.5%)
}

.blog article .txt p {
    color: #777;
    height: 65px;
    overflow: hidden;
}

.blog article .txt .more:hover svg {
    transform: translateX(2px);
}

.qute {
    background: url(../images/intro.png)  center fixed;
    background-size: cover !important;
    padding: 50px 0;
    position: relative
}

.qute:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000ba;
    transition: .4s ease-in-out;
}

.flip-content {
    position: relative;
    top: 50%;
    z-index: 200
}

.flip-content .hidden,
.qute:hover .flip-content .visible {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%)
}

.flip-content .visible,
.qute:hover .flip-content .hidden {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%)
}

.flip-content .hidden,
.flip-content .visible {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all .45s cubic-bezier(.87, -.41, .19, 1.44)
}

.form-control,
.videos .image {
    transition: all .4s ease-in-out
}



.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 13px;
    background-color: transparent
}

.form-control:focus {
    border-color: #000;
    background-color: transparent
}

textarea {
    height: 80px
}

textarea:focus {
    height: 100px
}

.copyright {
    border-top: solid 1px #ddd
}

.sidebar {
    padding-right: 40px;
    margin-bottom: 50px
}

.sidebar aside {
    position: sticky;
    top: 20px
}

.sidebar .form-control {
    background-color: #fcfcfc;
    color: grey;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 15px 10px
}

.sidebar select.form-control:not([size]):not([multiple]) {
    height: 51px;
    padding: 8px;
    font-size: 15px
}

.sidebar .form-group {
    position: relative
}

.data-unit,
.sidebar .form-group svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 50px;
    font-style: normal;
    color: #aaa;
    z-index: 110;
    outline: 0;
    border: 0;
    padding: 0 10px 0 0;
    margin: 0;
    pointer-events: none;
    background-color: #fcfcfc
}

.sidebar .form-group .price svg {
    left: 22px;
    width: 20px
}

.modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.modal iframe {
    width: 100%;
    height: 400px
}

.modal-header {
    border-bottom: 0
}

.modal-content {
    background-color: transparent;
    border: 0
}

.close,
.close:focus,
.close:hover {
    color: #fff
}

.page .image {
    max-height: 300px
}

.page-content ul {
    list-style: disc
}

.page-content h1 {
    font-size: 32px
}

.page-content h2 {
    font-size: 28px
}

.page-content h3 {
    font-size: 25px
}

.page-content h4 {
    font-size: 22px
}

.page-content h5 {
    font-size: 20px
}

.page-content h6 {
    font-size: 17px
}

.search-result {
    background: #fff
}

.search-result article .image {
    height: 195px
}

.search-result article .txt {
    padding: 20px !important
}

.single-property .property-info {
    width: 85%
}

.single-property .property-price {
    width: 15%;
    text-align: left
}

.single-property .property-info .type {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 30px
}

.single-property .property-info .cat {
    background-color: #f3f3f3;
    color: grey;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 10px
}

.single-property .slide .item {
    max-height: 450px;
    text-align: center
}

.single-property .slide .item img {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in
}

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto
}

#myCarousel .carousel-indicators {
    position: static;
    right: initial;
    width: initial;
    overflow: hidden;
    margin: 10px auto;
    padding-right: 0 !important
}

#myCarousel .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
    cursor: pointer
}

#myCarousel .carousel-indicators>li img {
    height: 120px;
    width: 200px
}

#myCarousel .carousel-indicators>li.active img {
    opacity: .7
}

#myCarousel .carousel-control {
    display: none
}

.lightbox .lb-image {
    border: 0 !important
}

.single-property .property-data {
    padding: 30px 20px;
    border-radius: 3px
}

.single-property .property-data li {
    float: right;
    width: 33.33%
}

.single-property .property-data li span {
    color: grey;
    margin-right: 7px
}

.single-property .map iframe {
    width: 100%;
    height: 400px
}

.single-property .request {
    position: sticky;
    top: 30px
}

.single-property .request .form-control {
    background-color: #fcfcfc;
    color: grey;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 15px 10px;
    font-size: 14px
}

.single-property .request textarea {
    height: 120px
}

.single-property .request .btn {
    min-width: 130px
}

.archive-blog {
    background: #fff
}

.single-blog .content {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}
.single-blog .content .image img{
height: 300px;
max-width:100%;
}

.single-blog .content .image {
    max-height: 300px;
    text-align: start !important;
}

.single-blog .content ul.info li {
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #ddd
}

.contact .office .txt h3:after,
.contact .office::after {
    content: "";
    display: block
}

.single-blog .content ul.info li:last-child,
.team hr {
    border: 0
}

.related {
    padding: 0 20px 0 0;
    position: sticky;
    top: 20px
}

.team .image {
    height: 180px;
    width: 180px;
    margin: auto
}

.team hr {
    height: 1.3px;
    background-color: #ddd;
    width: 70px;
    margin: 15px auto
}

.team .desc p {
    height: 105px;
    font-size: 14px;
    overflow: hidden
}

.videos .carousel-item {
    height: 350px
}

.videos .carousel-item .img-fluid {
    height: 100%
}

.masonry {
    margin: 0 auto;
    max-width: 768px;
    column-gap: 10px;
    column-count: 4
}

.masonry .item {
    background: #fff;
    padding: 0;
    margin: 0 0 18px;
    overflow: hidden;
    max-height: 500px
}

.videos .image {
    position: relative;
    height: 280px
}

.videos .image .icon {
    position: absolute;
    top: 32%;
    left: 45%;
    text-align: center;
    font-size: 70px
}

.videos .image .icon a {
    color: #fff
}

.videos article:hover .image img {
    transform: scale(1.1, 1.1)
}

.videos article:hover .image .icon a {
    color: #000
}
.map{padding-left: 0px;}
.contact .map iframe {
    width: 100%;
    height: 350px;
    margin-bottom: -6px;
}

.contact .office {
    position: relative;
    background: url(../images/office.jpg) center no-repeat;
    background-size: cover;
    padding-right:0px;
}

.contact .office::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background: linear-gradient(to bottom, transparent 0, transparent 1%, rgb(54 54 54) 100%);
    opacity: .9;
}

.contact .office .txt {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 97%;
    transform: translate(0, -50.5%);
    color: #fff;
    z-index: 5;
}

.contact .office .txt h3:after {
    height: 2px;
    width: 50px;
    position: relative;
    background-color: #000;
    margin: 20px auto;
    border-radius: 2px
}

.contact .office .txt p {
    width: 70%;
    margin: auto
}

.contact .info ul li {
    margin-bottom: 10px
}

.contact .info ul li span {
    color: #000;
    margin-left: 10px
}

.contact .contact-form .form-control {
    background-color: #fcfcfc;
    color: grey;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 15px 10px
}

.contact .contact-form textarea {
    height: 170px
}

.submit-property {
    padding: 80px 0 100px
}

.submit-property .form-control {
    background-color: #fcfcfc;
    color: grey;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 15px 10px
}

.submit-property textarea {
    height: 150px
}

.submit-property .btn {
    width: 100%
}

@media(max-width:1024px) {
    .links{
    height:auto;
    overflow:auto;
}
    .inner-header {
   
    overflow: hidden;
    height: 150px;
}
.inner-header img{height: 150px;}
    .menu {
        display: none
    }
    .responsive-menu {
        display: block
    }
    .Slider .filter {
        width: 65%
    }
    .masonry {
        column-count: 3
    }
    .videos .image .icon {
        top: 34%;
        left: 42%
    }
}

@media(max-width:768px) {
    .Slider .filter,
    .single-property .property-info {
        width: 75%
    }
    .top-header ul.social li {
        margin-left: 12px
    }
    .navbar-toggler {
        font-size: 30px
    }
    .Slider {
        height: 510px
    }
   
    .single-property .property-price {
        width: 25%
    }
    .single-property .slide .item {
        max-height: 420px
    }
    #myCarousel .carousel-indicators>li img {
        height: 95px
    }
    .videos .image {
        height: 210px
    }
    .videos .image .icon {
        top: 29%;
        left: 42%
    }
    .videos .image .icon svg {
        width: 58px
    }
    .related article .image {
        height: 187px
    }
    .contact .map iframe {
        height: 400px
    }
    footer{text-align: center}
}

@media(max-width:640px) {
    .copyright p,
    .top-header ul.info {
        float: none !important;
        text-align: center
    }
    .top-header ul.social {
        display: none
    }
    .Slider .content {
        top: 72% !important
    }
    .Slider {
        height: 410px
    }
    .Slider .filter {
        width: 90%
    }
    .attraction {
        background: #f5f5f5 !important
    }
    
  
    .sidebar {
        padding-right: 20px
    }
    .single-property .property-info,
    .single-property .property-price {
        width: 50%
    }
    .single-property .property-info .type {
        margin-right: 0
    }
    #myCarousel .carousel-indicators>li img {
        height: 70px
    }
    .videos .image {
        height: 260px
    }
    .videos .image .icon {
        top: 29%;
        left: 43%
    }
    .blog article .image {
        height: 196px
    }
    .related {
        margin-top: 50px
    }
    .contact .contact-form {
        padding-right: 20px !important;
        margin-top: 30px
    }
}

@media(max-width:480px) {
    .logo {
        max-height: 85px
    }
    .Slider {
        height: 460px
    }
    .Slider img {
        height: 100%;
        width: auto
    }
    .Slider .Slider-title {
        font-size: 30px
    }
    .Slider .filter {
        width: 98%
    }
    .Slider .filter .col-12 {
        margin-bottom: 15px
    }
   
    .flip-content .hidden,
    .flip-content .visible {
        font-size: 22px
    }
    .breadcrumb-title {
        font-size: 35px
    }
    .masonry {
        column-count: 2
    }
    .videos .image .icon {
        top: 31%;
        left: 44%
    }
    .contact .map iframe,
    .contact .office {
        height: 278px
    }
    .responsive-menu {
        padding: 0 15px !important
    }
    .PhonehotLine {
        left: 45px !important
    }
    .navbar-brand {
        margin-right: 0 !important
    }
    .navbar-brand .logo {
        padding-right: 0
    }
}

@media(max-width:360px) {
    
    .logo {
        max-height: 80px
    }
    .responsive-menu .close-btn {
        font-size: 33px
    }
    .Slider {
        height: 450px
    }
}

.Slider-title {
    margin-bottom: 35px !important;
}

.Slider .Slider-title {
    font-size: 25px !important;
    margin-bottom: 0 !important;
}

.Slider .filter {
    margin: 20px auto 0;
}




.single-property .property-info {
    width: 100%
}

.single-property .property-price {
    width: 100%;
    float: right !important;
    text-align: right
}


#myCarousel .carousel-indicators>li img {
    height: 47px;
}

.single-property .property-data {
    padding: 30px 5px;
    font-size: 17px
}

.single-property .map iframe {
    height: 350px
}

.videos .image {
    height: 210px
}

.videos .image .icon svg {
    width: 50px
}

.videos .image .icon {
    top: 28%;
    left: 44%
}




    .developerOverflow {
        position: absolute;
        top: 3px;
        right: 18px;
        height: 80px;
        width: 80px;
        z-index: 99;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #000;
    }
    .developerOverflow img {
        filter: brightness(0) invert(1);
        width: 100%;
        position: absolute;
        top: 17px;
        bottom: 0px;
        left: 0px;
        padding: 5px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
    }
