@import url(bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Sahitya:wght@700&display=swap'); */

/* Custom styling area */
body {
    line-height: 24px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #000;
}

.carousel-caption a:hover{
    text-decoration: none;
}

/* Header styling area */
header {
    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 0 1px 4px 0px rgba(31, 30, 30, 0.29);
    z-index: 1200;
    position: relative;
}

.header-logo img{
    height: 50px;  
    position: relative;
    top: -20px; 
}

.nav-link {
    /* padding:.4rem 1rem .3rem; */
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
    color: #000;
    text-shadow: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.nav-link:hover,.nav-item.active .nav-link {
    box-shadow: 0px 5px 0px #900;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.nav-item {
    margin:0 5px;
}

.navbar {
    padding: 0rem 1rem;
}
.top_link{
    margin-top: 15px;
}
.top_link a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-right: 18px;
    font-weight: bold;
}
.top_link a:hover{
    color: #900;
}
.quote_btn, .quote_btn:hover {
    border: 3px solid #900;
    padding: 5px 15px;
    color:#900 !important;
}





/* slider area */
.img-center {
    background-position: center center !important;
    background-size: cover !important;
}
.slider_container{
    background:#f2f2f2;
    max-height:2000px;
    width:100%;
    position:relative;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /* z-index:-1; */
    background: url(assets/image/slider/img4.jpg);
}
.carousel-control-prev-icon,.carousel-control-next-icon  {
    width: 80px;
    height: 80px;
}

.carousel-caption h5{
    font-size: 80px;
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.65);

    padding: 15px 50px;
    text-align: center;
    font-style: italic;
    
    /* font-family: 'Sahitya', serif; */
}
.carousel-caption p{
    font-size: 25px;
}
.carousel-caption {
    bottom: 30%;
}


/* slogan_area */
.slogan_area{
    z-index:100;
    background:#000;
    color:#fff;
    width:100%; 
    float:left;    
    text-align: center;
    align-items: center;
    padding: 10px 0 0;
    font-size: 16px;
    /* font-weight: 600; */
}
.slogan_area p {margin-bottom: 10px;}




/* footer area */
.footer-area{
    padding: 25px 15px;
    width:100%;
    float: left;
}
.footer_icon{
    /* padding: 0 10px; */
    position: relative;
    top: -5px;
}
.footer_address_link a {
    font-size: 16px;
    line-height: 16px;
    /* position: absolute; */
    margin-left: 16px;
    color: #000;
    text-decoration: underline;
}

.footer_tel_link a {
    font-size: 16px;
    line-height: 16px;
    /* position: absolute; */
    margin-left: 16px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.footer_about {
    line-height: 1.3rem;
    font-weight: 400;
}
.footer_base_link a{
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
.footer_base_link{
    text-align: right;
}


.copyright_link a{
    font-size: 12px;
    color: #000;
}
.copyright_link{
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

/* contact page */
.application-form {
    padding-top: 6%;
    padding-bottom: 6%;
    background: #f9fbfb;
    float: left;
    width: 100%;
}
.application-form form input, textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    margin-bottom: 30px;
}
.site-btn {
    font-size: 14px;
    color: #ffffff;
    background: #900;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}

.section-title h2{
    color: #900;
    font-weight: 900;
}


.map{
    width: 100%;
    height: 350px;
    float: left;
}

.breadcrumb_area{
    width: 100%;
    float: left;
    background-size: cover;
    background-position: 60% 70% !important;
}

.overlay{
    width: 100%;
    float: left;
    padding: 4% 0;
    background: rgba(0, 0, 0, 0.22);
}

.page-cover h2, .page-cover p{
    font-size: 100px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.65);
    box-shadow: 0 1px 4px 0px rgba(31, 30, 30, 0.29);
    color: #fff;
}
.page-cover p{
    font-size: 20px;
}

.contact_icon{
    width: 35px;
}
.contact_address_link, .contact_tel_link{
    margin-top:20px; 
}
.contact_address_link a, .contact_tel_link a{
    font-size: 22px;
    line-height: 28px;
    margin-left: 16px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.addess-title{
    margin-top:80px;
}
.addess-title h2{
    font-size: 24px;
}



.team {
    padding: 70px 0;
    width: 100%;
    float: left;
    background: #f9fbfb;
}

.section-title {
    margin-bottom: 45px;
}

.team__item {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
    background: #fff;
}
.team__item__img {
    float: left;
    margin-right: 30px;
}
.team__item__text {
    overflow: hidden;
}
.team__item__text h5 {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team__item__text span {
    font-size: 14px;
    color: #4300ca;
    display: block;
    margin-bottom: 12px;
}
.team__item__text p {
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    margin-bottom: 20px;
}
.team__item__text .team__item__social a {
    font-size: 16px;
    color: #111111;
    margin-right: 20px;
}
.team__item__img img{
    height:126px;
    width: auto;
    border-radius: 5px;
}

.lead_heading{
    font-weight: 900;
    font-size: 40px;
    color: #900;
}

.properties_wrapper{
    background:#f4f4f4; 
    width:100%; 
    padding:1% 0; 
    float:left;
    border-bottom: 1px solid #dedede;
}

.lead_links a{
    font-weight: 500;
    color: #000;
    margin-right:15px;
    font-size: 18px
}
.lead_links .active{
    color: #900;
}


/* properties area */
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    position: relative;
    display: block;
}
.block-40 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    display: block;
    border: 10px solid #fff;
}
.rounded {
    border-radius:0.25rem 0.25rem 0 0 !important;
}

.properties_content{
    width:100%; 
    padding:5% 0; 
    float:left;
}

.properties_description{
    background: #fff;
    padding: 20px 25px;
    border-radius:0 0 0.25rem 0.25rem !important;
}
.properties_description{
    font-weight: 600;
    font-size: 14px;
}
.properties_description b{
    font-weight: 600;
    font-size: 18px;
}
.properties_description small{
    font-weight: 600;
}

.properties-entry.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 35px;
    box-sizing: border-box;
    border-radius: 0;
    background-clip: padding-box;
    min-height: 300px;
}

span.card-mag {
    position: absolute;
    top: 0;
    right: 0;
}

.card-mag .btn-default:focus{
    box-shadow: none;
}

.snipe-wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 35px;
    left: -26px;
    font-size: 14px;
    z-index: 1;
}
.snipe-wrapper .snipe {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.snipe-wrapper .snipe p.sold, .snipe-wrapper .snipe p.makeAnOffer, .snipe-wrapper .snipe p.movein100 {
    background-color: #900;
    color: #fff;
}
.snipe-wrapper .snipe p {
    text-align: center;
    width: 135px;
    padding: 3px;
    font-weight: 700;
}

a.card-action {
    margin-right: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;

    margin-top: 12px;
    width: 100%;
    border-radius: 0;
    border-color: #000;
    border-width: 2px;
    border-style: solid;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 12px;
    outline: none !important;
    line-height: 24px;
}

.details-icon {
    margin-right: 16px;
    position: relative;
    top: -1px;
}

.nowselling.lead_heading {
    font-weight: 900;
    font-size: 25px;
    color: #900;
}

.nowselling.lead_links {
    font-weight: 300;
}











.noscroll {
    overflow: hidden;
    position: fixed;
}

.slider_link_tab {
    border: 2px solid #fff;
    padding: 10px 15px;
    background: #0000007d;
    font-weight: 600;
    color:#fff;
    
    font-size: 18px;
    text-decoration: none;
}


.quick-search {
    position: absolute;
    /* bottom: 65px; */
    bottom: 0;
    left: 50px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.quick-search::before {
    content: url(../image/search-icon.png);
    position: absolute;
    top: -5px;
    left: -40px;
}

.about_history_area{
    padding: 2% 0 5%;
    width: 100%;
    float: left;
    background:#eef3f3; 
}

.jumbotron {
    padding: 2.5rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #fdfdfd;
    border-radius: .3rem;
}


.lg-hide{
    display:none;
}


@media screen and (max-width: 575px) {
    .top_nav_link{
        display: none;
    }

    .header-logo img {
        top: 0px;
        padding: 0px;
        height: 30px;
    }

    .nav {
        padding: 0rem;
    }

    .navbar-toggler span {
        display: block;
        width: 28px;
        height: 3px;
        background: #000;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .navbar-collapse {
        /* max-height: 288px; */
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 100;
        background: #fff;
        top: 56px;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: 1px solid #f2f2f2;
    }

    .nav-item {
        padding: 6px 15px;
        border-top: 1px solid #ccc;
        margin: 0;
    }

    .nav-link:hover, .nav-item.active .nav-link {
        box-shadow: 0px 0px 0px rgba(153, 0, 0, 0);
    }

    .carousel-caption h5 {
        font-size: 26px;
        text-align: left;
        text-shadow: 1px 1px 3px #000000;
        background: transparent;
        padding: 3px;
        box-shadow: 0 1px 4px 0px transparent;
        text-align: center;
        font-style: italic;
        /* font-family: 'Sahitya', serif; */
    }

    .carousel-caption p {
        font-size: 15px;
    }
    .slider_link_tab {
        border: 2px solid #fff;
        padding: 10px 15px;
        background: #0000007d;
        font-weight: 600;
        color:#fff;
        font-size: 14px;
    }
    .carousel-caption {
        bottom: 57%;
        right: 2%;
        left: 2%;
    }



    .sm-show{
        display:block !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

    .slogan_area p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer_icon {
        height: 19px;
    }

    .footer_address_link a {
        font-size: 13px;
        margin-left: 5px;
    }
    .footer-area {
        padding: 25px 0px;
    }

    .footer_address_link {
        width: 70%;
        margin-bottom: 2px;
    }

    .footer_icon {
        position: relative;
        top: 5px;
    }
    .footer_tel_link a {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .sm-top{
        margin-top:40px;
    }

    .footer_about {
        line-height: 1.2rem;
        font-weight: 400;
        font-size: 12px;
    }
    .footer_base_link {
        text-align: center;
        margin-top: 10px !important;
        font-size: 12px;
    }
    .footer_base_link a {
        margin: 0 2px;
    }

    .copyright_link {
        text-align: center;
        font-size: 12px;
        color: #000;
        font-weight: 600;
    }

    .copyright_link a {
        font-size: 12px;
        color: #000;
        margin: 0 !important;
    }












    .single-footer-widget.pull-right{
        float: left !important;
        margin-top: 40px;
    }

    .footer-text{
        font-size: 12px;
        text-align: center;
    }

    .footer-social {
        text-align: center !important;
        margin-top: 20px;
    }

    .footer-bottom {
        padding-top: 26px;
    }

    .container {
        width: 94%;
    }

    .footer_title {
        margin-bottom: 18px;
    }

    h1.title_w{
        margin-bottom:20px;
        text-align: center;
    }

    .section-title {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .team__item__text h5 {
        font-size: 14px;
    }
    .team__item__text span {
        font-size: 12px;
    }

    .team__item {
        padding: 10px;
        margin-bottom: 15px;
    }
    .team__item__img {
        margin-right: 10px;
    }

    .team  {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .application-form {
        padding-top: 0;
        margin-top: -0;
        padding-bottom: 30px;
    }

    svg.team_wave{
        margin-top: 0 !important;
    }

    .about-video {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
        margin-top: 60px !important;
    }

    .section-title h2 {
        font-size: 22px;
    }
    .about__video__text {
        height: auto;
        padding: 30px;
    }

    .about__video__bg {
        height: 200px;
    }

    .about__video__bg .play-btn {
        background: #0c2b4b;
    }

    .properties-entry {
        margin-bottom: 15px;
    }

    .block-20 {
        height: 200px;
    }
    .booking_table {
        min-height: 350px !important;
    }
    .banner_content {
        margin-top: 80px;
    }
    .banner_content {
        margin-bottom: 80px;
    }
    .navbar-brand.logo_h img {
        height: 40px !important;
        width: auto;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    nav {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .navbar-light .navbar-toggler {
        outline: none;
    }
    .h-sm{
        display: none;
    }
    .phone-area{
        padding-left: 30px !important;
    }

    .page-cover h2, .page-cover p {
        font-size: 50px;
    }

    .page-cover p {
        font-size: 14px;
    }

    .img-center {
        height: 300px;
    }

    .contact_icon {
        width: 25px;
    }
    .contact_address_link a, .contact_tel_link a {
        font-size: 18px;
    }

    .application-form form input, textarea {
        margin-bottom: 10px;
    }
}