@font-face {
    font-family: 'Big Caslon';
    src: url('../fonts/BigCaslon-Medium.woff2') format('woff2'),
        url('../fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Saira', sans-serif;
    color:#333;
}
*:focus{
    outline: 0 !important;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: transparent;
    padding: 20px 0px !important;
    border-bottom: 1px solid #757a80;
}
header nav.navbar {
    padding: 0;
}
header nav.navbar a.navbar-brand {
    margin: 0;
    padding: 0;
}
header nav.navbar .navbar-collapse {
    justify-content: flex-end;
}
header nav.navbar ul.navbar-nav li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 10px 25px !important;
    border-radius: 4px;
}
header nav.navbar ul.navbar-nav li a:hover,
header nav.navbar ul.navbar-nav li a.active {
    background: #fb6a19;
        color: #fff;
}
section.main-section {
    padding-top: 100vh !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
}
section.main-section .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 660px;
    text-align: center;
    color: #fff;
}
section.main-section .text-content h1 {
    font-size: 90px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Saira', sans-serif;
    left: 0;
    line-height: 90px;
    margin: 0 0 10px 0;
}
section.main-section .text-content h3 {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Saira', sans-serif;
    line-height: 50px;
    margin: 0 0 20px 0;
}
section.main-section .text-content a {
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    background: #fb6a19;
    border-radius: 0 15px 0 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Saira', sans-serif;
    text-decoration: none;
}
.offer-section {
    margin-top: -190px;
    padding-bottom: 50px;
}
.offer-section .offer-wrap {
    background: #fff;
    position: relative;
    border-radius: 12px;
}
.icon-heading {
    text-align: center;
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}
.icon-heading span.seperator {
    position: relative;
    display: block;
    margin: 12px 0 15px;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
}
.icon-heading span.seperator:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    left: -80px;
    background: #000000;
    top: 50%;
    margin-top: -1px;
}
.icon-heading span.seperator:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    right: -80px;
    background: #000000;
    top: 50%;
    margin-top: -1px;
}
.icon-heading h2 {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    line-height: 50px;
}
.offer-items {
    background: #f9f9f9;
    width: 100%;
    height: 100px;
    position: relative;
}
.offer-items h3 {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.offer-items .offer-content {
    position: relative;
    padding-left: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.offer-items .offer-content img {
    position: absolute;
    left: 0;
}
.offer-items .offer-content h5 {
    width: 100%;
    margin: 0;
    color: #333;
    font-size: 30px;
    font-weight: 500;
}
.offer-items .offer-content p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Saira', sans-serif;
    margin: 0;
}
.offer-items .offer-content {
    position: relative;
    padding-left: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 180px;
    margin: 0 auto 0;
    padding-top: 20px;
}
.offer-wrap hr {
    margin: 30px 0;
}
.offer-wrap .text-content p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 0 0 20px 0;
}
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-wrap .btn {
    display: inline-block;
    line-height: 60px;
    padding: 0 50px;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0px 8px;
}
.btn-wrap .btn svg {
    margin: 0 15px 0 0;
    font-size: 22px;
    vertical-align: middle;
    margin-top: -2px;
}
.btn-wrap .btn:hover {
    background: #333;
    color: #fff;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.gallery-section {
    background: url(../images/gallery-bg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}
h2.section-title {
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
}

.gallery-section h2.section-title span.line{
    background: #fff;
}
h2.section-title span.line {
    display: block;
    width: 200px;
    background: #333;
    height: 2px;
    margin-left: 15px;
    margin-top: 8px;
}
.gallery-section .col-md-6 {
    margin-top: 30px;
}
.gallery-section .img-wrap {
    border-radius: 12px;
    overflow: hidden;
}
.gallery-section .img-wrap.property-photo img {
    /* object-fit: cover; */
    /* width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: contain;
     background-color:rgba(0, 0, 0, .3);
}


.gallery-section .img-wrap.property-photo {
    height: 150px;
    margin-bottom: 30px;
}
section.video-tour-section {
    padding-top: 115px;
}
.video-wrap-div .img-wrap {
    /*height: 580px;*/
    height: 525px;
}
.video-wrap-div .video-wrap-div {
    max-width: 1280px;
    margin: -520px auto 0;
    padding: 70px 70px;
    position: relative;
}

.video-wrap-div .video-wrap-div img.after-curve {
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-wrap-div .video-wrap-div img.before-curve {
    position: absolute;
    top: 0;
    left: 0;
}
.video-wrap-div .video-wrap-div .video {
    position: relative;
    border-radius: 12px;
}
.video-wrap-div .video-wrap-div .video .text-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.video-wrap-div .video-wrap-div .video .text-content h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.video-wrap-div .video-wrap-div .video .text-content .powered-by {
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-wrap-div .video-wrap-div .video .text-content .play-icon {
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100px;
    border: 8px solid #fff;
    font-size: 32px;
    color: #fff;
}
.video-wrap-div .video-wrap-div .video .text-content .powered-by p {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}
.features-section {
    margin-bottom: 60px;
    /*margin-top: 40px;*/
}
.features-section .features-border {
    padding: 25px;
    border: 15px solid #dddddd;
    margin-left: -75px;
    margin-right: -40px;
    /*margin-top: 220px;*/
    margin-top: 200px;
}
.features-section .features-border .features-bg {
    background: #eeeeee;
    padding: 25px;
    min-height: 300px;
}
.features-section .features-border .features-bg ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
}
.features-section .features-border .features-bg ul li {
    padding-left: 15px;
    margin-right: 20px;
    position: relative;
}
.features-section .features-border .features-bg ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 100px;
    left: 0;
    top: 8px;
}
.features-section .img-wrap {
    padding: 0 48px;
    position: relative;
    margin-right: -90px;
}
.features-section .img-wrap img.gray-dot {
    position: absolute;
    left: 0;
    z-index: -1;
    top: -40px;
}
.features-section .img-wrap img.gray-dot-small {
    position: absolute;
    top: 0px;
    right: -90px;
    z-index: -1;
}
.auther-content {
    padding: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
    border-radius: 9px;
    display: flex;
    background: #fff;
}
.auther-content .auther-img {
    width: 100%;
    max-width: 170px;
    margin: 0 15px 0 0;
}
.auther-content .auther-info h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}
.auther-content .auther-info p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 26px;
}
.auther-content .auther-info p + p {
    margin-top: 8px;
}
.social .social-tag {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 4px;
    text-decoration: none;
}
.social-tag.fb {
    background: #3b5998;
    color: #fff;
}
.social-tag.twit {
    background: #1da1f2;
    color: #fff;
}
.social .social-tag:hover {
    opacity: .8;
}
.social .social-tag svg {
    margin: 0px 12px 0 0;
}
.auther-content .auther-info .social {
    margin-top: 8px;
}
.auther-content .auther-info {
    width: 100%;
}
.btn.website-link {
    background: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #333;
    padding: 0 22px;
    width: 100%;
}
.btn.website-link:hover {
    background: #333;
    color: #fff;
}
.auther-content + .auther-content {
    margin-top: 30px;
}
.contact-form {
    padding: 30px;
    background: #1e140e;
    border-radius: 8px;
}
.form-group .form-control {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #2b1e16;
    background: #2b1e16;
    color: #fff;
}
.form-group textarea.form-control {
    min-height: 160px;
    resize: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
.btn-orange {
    background: #fb6a19;
    color: #fff !important;
}
.contact-form a.btn.btn-orange {
    padding: 0 25px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
}
.contact-form a.btn.btn-orange {
    padding: 0 25px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0 0;
}
.contact-form ul.social-icon {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form ul.social-icon a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.contact-form ul.social-icon a.fb:hover {
    background: #3b5998;
    color: #fff;
}
.contact-form ul.social-icon a.twit:hover {
    background: #1da1f2;
    color: #fff;
}
.contact-form ul.social-icon a.linkedin:hover {
    background: #007bb6;
    color: #fff;
}
.contact-form ul.social-icon a.pintrest:hover {
    background: #eb304c;
    color: #fff;
}
.contact-form ul.social-icon a.gmail:hover {
    background: #d54b3d;
    color: #fff;
}
.map-wrap {
    background: #aadaff;
    height: 435px;
}
section.map-section {
    /* margin-top: -60px; */
}
ul.file_view_dl li svg {
    width: 30px;
    height: 24px;
}
ul.file_view_dl {
    display: inline-block;
    padding-left: 0;
}
ul.file_view_dl li {
    display: inline;
}
#floors .table, #documents .table{  width:100%;table-layout:fixed}
.video > * {
    margin-bottom: 30px;
}
header{
    transition: all 0.3s ease;
}
header.header-sticky {
    position: fixed;
    transition: all 0.3s ease;
    background: #000000eb;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    width: 100%;

    z-index: 99;
}

header.header-sticky nav.navbar {border: none;padding: 0;}
/* .template-one .header-sticky nav.navbar ul.navbar-nav li a {
    color: #000;
} */

.template-one .header-sticky {border: none;}
/* .template-one .header-sticky nav.navbar ul.navbar-nav li a {
    color: #000;
} */
.template-one header nav.navbar ul.navbar-nav li a:hover, .template-one header .navbar ul.navbar-nav li a.active {
    color: #fff;
}
.cust-website-w{width: 125px !important;}
@media(min-width: 1650px){
    .container {
        max-width: 1430px;
    }
}
@media(max-width: 1650px){
    header nav.navbar ul.navbar-nav li a {
        font-size: 14px;
        padding: 10px 15px !important;
    }
    .offer-items h3{
        font-size: 58px;
    }
    section.main-section .text-content h1 {
        font-size: 70px;
        line-height: 70px;
    }
    section.main-section .text-content h3 {
        font-size: 32px;
        line-height: 32px;
    }
    section.main-section .text-content a {
        padding: 0 20px;
        line-height: 42px;
        font-size: 16px;
    }
    h2.section-title {
        font-size: 33px;
        line-height: 36px;
    }
    .btn-wrap .btn {
        padding: 0 20px;
        line-height: 46px;
        font-size: 16px;
    }
    .features-section .features-border {
        padding: 15px;
        border: 8px solid #dddddd;
    }
    .features-section .features-border .features-bg ul {
        font-size: 14px;
    }
    .features-section .features-border .features-bg{
        min-height: 220px;
    }
    .gallery-section .col-md-6 {
        margin-top: 15px;
    }
    .video-wrap-div .video-wrap-div {
        max-width: 90%;
    }
}
@media(max-width: 1220px){
    section.main-section {
        padding-top: 85vh;
    }
    .offer-items h3 {
        font-size: 48px;
    }
    .features-section .features-border {
        margin-right: 0;
    }
}
@media(max-width: 1024px){
    .pb-60 {
        padding-bottom: 40px !important;
    }
    .pt-60 {
        padding-top: 40px !important;
    }
    section.video-tour-section {
        padding-top: 40px;
    }
    .container {
        max-width: 100%;
    }
    header nav.navbar a.navbar-brand img {
        max-width: 140px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 8px 8px !important;
        font-size: 12px;
    }
    .offer-items h3 {
        font-size: 32px;
    }
    .icon-heading {
        padding: 15px 0;
    }
    .offer-items .offer-content h5 {
        font-size: 18px;
    }
    .offer-items .offer-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .offer-items{
        height: 80px;
    }
    .features-section .img-wrap img.gray-dot {
        max-width: 200px;
        top: -28px;
        left: 14px;
    }
    .features-section .img-wrap img.gray-dot-small {
        max-width: 220px;
        right: -30px;
    }
}
@media(max-width: 991px){
    section.main-section {
        padding-top: 70vh;
    }
    section.get-touch-section .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.get-touch-section > .container > .row > .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }
    .icon-heading h2 {
        font-size: 32px;
        line-height: 32px;
    }
}
@media(max-width: 767px){
    header button.navbar-toggler {
        padding: 0;
    }
    header button.navbar-toggler span.navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fb6a19;
        color: #fff;
        border-radius: 4px;
    }
    header nav.navbar .navbar-collapse {
        background: #fff;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 100%;
        margin-top: 10px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 10px !important;
        border-radius: 0;
    }
    header nav.navbar ul.navbar-nav li a {
        color: #333;
        font-size: 14px;
    }
    header {
        padding: 10px 0;
    }
    .offer-section {
        margin-top: -50px;
        padding-bottom: 50px;
    }
    section.main-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    section.main-section .text-content {
        position: initial;
        transform: none;
    }
    section.main-section .text-content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    section.main-section .text-content h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .features-section .features-border {
        margin: 0;
    }
    .features-section .img-wrap img.gray-dot-small {
        display: none;
    }
    .features-section .img-wrap{
        margin-right: 0;
    }
    .offer-section .row .col-md-4 + .col-md-4 {
        margin-top: 15px;
    }
    h2.section-title {
        font-size: 24px;
        line-height: 24px;
    }
    h2.section-title span.line {
        width: 50px;
    }
    .gallery-section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .gallery-section .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gallery-section .col-md-9 + .col-md-3 {
        display: none;
    }
    .video-wrap-div .img-wrap {
        display: none;
    }
    .video-wrap-div .video-wrap-div {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .video-wrap-div .video-wrap-div img.before-curve {
        display: none;
    }
    .video-wrap-div .video-wrap-div img.after-curve {
        display: none;
    }
    .features-section{
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .features-section .features-border {
        margin-top: 30px;
    }
    .video-wrap-div .video-wrap-div .video .text-content .play-icon {
        width: 45px;
        height: 45px;
        border: 2px solid #fff;
        font-size: 14px;
    }
    .video-wrap-div .video-wrap-div .video .text-content h3 {
        font-size: 16px;
    }
    .video-wrap-div .video-wrap-div .video .text-content .powered-by p {
        font-size: 16px;
        margin: 0;
    }
    .contact-form{
        padding: 15px;
    }
    .contact-form a.btn.btn-orange {
        padding: 0 15px;
        font-size: 14px;
        line-height: 38px;
    }
    .contact-form ul.social-icon a {
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
    .map-wrap{
        height: 300px;
    }

}
@media(max-width:480px){
    .video-wrap-div .video-wrap-div {
        max-width: 95%;
    }
    .offer-section{
        padding-bottom: 30px;
    }
    .gallery-section .col-md-4,
    .gallery-section .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    .gallery-section .img-wrap img.img-fluid {
        width: 100%;
    }
    .pb-60 {
        padding-bottom: 30px !important;
    }
    .pt-60 {
        padding-top: 30px !important;
    }
    .video-wrap-div .video-wrap-div .video .text-content .powered-by img.img-fluid {
        max-width: 120px;
    }
    .auther-content {
        padding: 15px;
        flex-wrap: wrap;
    }
    .auther-content .auther-img {
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    .auther-content .auther-img img {
        width: 100%;
    }
    .btn.website-link {
        margin-top: 15px;
    }
    .icon-heading h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .features-section .features-border .features-bg ul{display:block;}
}
