@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Geometr706 BlkCn BT';
    src: url('../fonts/Geometric706BT-BlackCondensedB.woff2') format('woff2'),
        url('../fonts/Geometric706BT-BlackCondensedB.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?yf0e2s');
  src:  url('../fonts/icomoon.eot?yf0e2s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yf0e2s') format('truetype'),
    url('../fonts/icomoon.woff?yf0e2s') format('woff'),
    url('../fonts/icomoon.svg?yf0e2s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-floor:before {
  content: "\e900";
}

.icon-paper:before {
  content: "\e901";
}

.icon-pencil-website .path1:before {
  content: "\e902";
  color: rgb(255, 255, 255);
}

.icon-pencil-website .path2:before {
  content: "\e903";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
  opacity: 0.24;
}

.icon-pencil-website .path3:before {
  content: "\e904";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}

.icon-pencil-website .path4:before {
  content: "\e905";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path5:before {
  content: "\e906";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path6:before {
  content: "\e907";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path7:before {
  content: "\e908";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path8:before {
  content: "\e909";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path9:before {
  content: "\e90a";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path10:before {
  content: "\e90b";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}
.icon-pencil-website .path11:before {
  content: "\e90c";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
  opacity: 0.24;
}
.icon-pencil-website .path12:before {
  content: "\e90d";
  margin-left: -1.005859375em;
  color: rgb(255, 255, 255);
}

*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
body{
    color: #24262d;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    padding: 18px 0;
}
header nav.navbar {
    padding: 0;
}
header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
header nav.navbar button.navbar-toggler {
    display: block !important;
    margin-left: auto;
    padding: 0;
}
.navbar-expand-md .navbar-collapse {
    display: none !important;
}
.navbar-expand-md .navbar-collapse.show {
    display:flex !important;
}
.navbar-expand-md .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #de9e53;
    left: 0;
    height: calc(100vh - 91px);
}
.navbar-expand-md .navbar-collapse ul.navbar-nav {
    flex-direction: column;
    text-align: center;
    width: 100%;
}
ul.navbar-nav a.nav-link {
    padding: 15px 0;
    font-size: 32px;
    color: #fff;
    font-family: 'Geometr706 BlkCn BT';
    text-transform: capitalize;
}
ul.navbar-nav li.nav-item {
    padding: 0;
}
ul.navbar-nav a.nav-link:hover {
    color: #24262d;
}
header nav.navbar button.navbar-toggler span.navbar-toggler-icon {
    border: 1px solid #fae0c2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 26px;
}
header nav.navbar button.navbar-toggler span.navbar-toggler-icon:hover {
    background: #de9e53;
    border-color: #de9e53;
}
section.main-section {
    background-size: cover !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    background-position: center !important;
}
section.main-section .text-content {
    text-align: center;
    color: #fff;
}
section.main-section .cut-corners {
    background: #24262d;
    padding: 0 60px;
    border-radius: 0;
    line-height: 58px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 24px 0;
    border: 0;
    font-family: 'Geometr706 BlkCn BT';
}
section.main-section .text-content h1 {
    font-size: 90px;
    text-shadow: -7px 7px 5px rgba(0, 0, 0, .5);
    margin: 0 0 20px 0;
    font-family: 'Geometr706 BlkCn BT';
}
.btn {
    display: inline-block;
    padding: 0 30px;
    border: 1px solid;
    line-height: 48px;
    border-radius: 0;
    font-size: 18px;
}
.bg-yellow {
    background: #de9e53;
    border-color: #fff;
    color: #fff;
}
.bg-yellow:hover {
    opacity: 1;
    color: #fff !important;
    background: #24262d;
}
.main-section ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: absolute;
    right: -100px;
    transform: translateY(-50%) rotate(90deg);
}
.main-section ul.social li {
    padding: 0;
    line-height: initial;
}
.main-section ul.social li a {
    font-size: 18px;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-section ul.social:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #fff;
    left: -80px;
    top: 10px;
}
.main-section ul.social:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #fff;
    right: -80px;
    top: 10px;
}
.main-section ul.social li a:hover{
    color: #24262d;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.text-content h5 {
    font-size: 18px;
    margin: 0;
    font-family: 'Geometr706 BlkCn BT';
}
.text-content span.seperator {
    display: block;
    width: 60px;
    height: 2px;
    background: #de9e53;
    margin: 8px 0 8px;
}
.text-content h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 0 20px 0;
    font-family: 'Geometr706 BlkCn BT';
}
.text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
}
ul {
    padding: 0;
    margin: 20px 0 50px;
    list-style: none;
}
ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding-left: 28px;
    position: relative;
}
ul li svg {
    position: absolute;
    left: 0;
    top: 6px;
    color: #de9e53;
    font-size: 14px;
}
.btn-wrap a.btn {
    display: inline-block;
    padding: 0 40px;
    line-height: 58px;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0px 0 0;
}
.btn.bg-black {
    background: #24262d;
    border-color: #24262d;
    color: #fff;
}
.btn.bg-black:hover {
    background: #de9e53;
    color: #fff;
    border-color: #de9e53;
}
.btn-wrap a.btn span {
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding-right: 14px;
}
.services-item {
    background: #faf1e5;
    padding: 50px 0;
    text-align: center;
    transition:all .2s;
    position: relative;
    min-height: 245px;
}
.services-item h4 {
    font-size: 30px;
    margin: 15px 0 5px;
    font-weight: bold;
    font-family: 'Geometr706 BlkCn BT';
}
.services-item p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.mt-30 {
    margin-top: 30px;
}
.services-item:hover {
    background: #de9e53;
    color: #fff;
    transition:all .2s;
}
.services-item:hover img {
    filter: invert(100%) brightness(1);
}
.services-item:before {
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    top: -3px;
    right: -15px;
    transform: rotate(45deg);
}
section.gallery-section .container-fluid {
    padding: 0;
}
section.gallery-section .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.gallery-section .container-fluid .row {
    margin: 0;
}
section.gallery-section .img-wrap {
    height: 100%;
}
.img-wrap.height-50 {
    height: 50% !important;
}
.pt-30 {
    padding-top: 30px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
section.register-link {
    margin: 40px 0 40px;
}
.register-link .text-content {
    text-align: center;
    position: relative;
    width: 100%;
    border: 5px solid #24262d;
    padding: 40px 0;
}
.register-link .text-content h3 {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 26px;
    text-transform: capitalize;
}
.register-link .text-content p {
    color: #777777;
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 22px;
}
.register-link .text-content a.btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 100px;
    font-family: 'Geometr706 BlkCn BT';
}
.btn-purple {
    background: #331e4c;
    color: #fff;
}
.btn-purple:hover {
    color: #fff;
    opacity: .9;
}
.register-link .text-content:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: transparent;
    border: 5px solid #de9e53;
    transform: rotate(4deg);
    z-index: -1;
}
section.feature-section {
    padding: 230px 0;
}
.features-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.feature-section {
    padding: 230px 0;
    background: url(../images/t3-features-bg.png);
    background-size: cover;
    background-position: center;
        color: #fff;
}
.features-wrap ul li {
    padding-left: 16px;
    margin: 10px 30px 10px 0;
        position: relative;
}
.features-wrap ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 8px;
}
.floor-plan ul.nav.nav-tabs {
    margin: 30px 0;
    border: 0;
}
.floor-plan ul.nav.nav-tabs li.nav-item {
    margin: 0;
    padding: 0;
    line-height: initial;
    font-size: inherit;
}
.floor-plan ul.nav.nav-tabs li.nav-item a {
    font-size: 18px;
    font-family: 'Geometr706 BlkCn BT';
    border: 0;
    min-width: 160px;
    text-align: center;
    padding: 0 0;
    line-height: 50px;
    background: #24262d;
    color: #fff;
    border-radius: 0;
    margin: 0 20px 0 0;
}
.responsive-table table {
    width: 100%;
}
.responsive-table table td {
    font-size: 16px;
    color: #24262d;
    line-height: normal;
    padding: 15px 30px;
}
.responsive-table table tr:nth-child(odd) {
    background: #fcf5ee;
}
.floor-plan .text-content a.btn.bg-yellow {
    font-family: 'Geometr706 BlkCn BT';
    text-transform: capitalize;
    margin: 30px 0 0 0;
}
section.video-tab {
    background: #faf1e5;
}
section.video-tab ul.nav.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}
section.video-tab ul.nav.nav-tabs li.nav-item {
    padding: 0;
    margin: 0;
}
section.video-tab ul.nav.nav-tabs li.nav-item a {
    padding: 0 30px;
    line-height: 60px;
    border: 0;
    background: #24262d;
    color: #fff;
    border-radius: 0;
    min-width: 200px;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    text-transform: capitalize;
}
section.video-tab ul.nav.nav-tabs li.nav-item img {
    margin: 0 14px 0 0;
}
section.video-tab ul.nav.nav-tabs li.nav-item a:hover,
section.video-tab ul.nav.nav-tabs li.nav-item a.active {
    background: #de9e53;
}
footer {
    background: url(../images/t3-footer-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
footer h3 {
    color: #fff;
}
.auther-content {
    border: 1px solid #30323a;
    padding: 22px;
    background: #24262d;
    display: flex;
}
.auther-content .auther-img {
    max-width: 120px;
    margin: 0 20px 0 0;
    height: 100%;
    width: 100%;
}
.auther-content .auther-info {
    color: #fff;
    width: 100%;
}
.auther-content .auther-info h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.auther-content .auther-info p {
    color: #888a90;
    font-size: 15px;
    line-height: 22px;
}
.auther-content .auther-info .social .social-tag {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.social-tag.fb {
    background: #3b5998;
    color: #fff;
}
.social-tag.twit {
    background: #1da1f2;
    color: #fff;
}
.auther-content .auther-info .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.auther-content .auther-info .social .btn.website-link {
    line-height: 36px;
    background: #fff;
    border: 0;
    padding: 0 15px;
    color: #24262d;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Geometr706 BlkCn BT';
}
.footer-form ul.followus li a {
    display: flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    background: #24262d;
    border-radius: 100px;
    color: #fff;
    margin: 0 15px 0 0;
    font-size: 18px;
}
.footer-form ul.followus {
    display: flex;
    margin: 30px 0;
}
.footer-form ul.followus li a svg {
    position: initial;
        color: #fff;
}
.footer-form ul.followus li {
    margin: 0;
    padding: 0;
}
.footer-form ul.followus li a:hover {
    background: #de9e53;
}
.footer-form .form-group .form-control {
    font-size: 14px;
    color: #888a90;
    font-weight: 400;
    border: 1px solid #272930;
    background: transparent;
    min-height: 38px;
}
.footer-form a.btn.bg-yellow {
    border: 0;
    border-radius: 4px;
    font-weight: 600;
}
.footer-form a.btn.bg-yellow:hover {
    background: #de9e53;
    opacity: .9;
}
footer .col-md-4 {
    background: #1d1f25;
}
footer .container {
    position: relative;
    z-index: 1;
}
footer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1d1f25;
    width: 30%;
    z-index: 0;
}
.footer-form .form-group textarea.form-control {
    min-height: 160px;
    resize: none;
}
.map-div-wrap {
    background: #4c4e54;
    min-height: 260px;
    border-radius: 0;
    margin-top: 30px;
}
.navbar-expand-md .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #de9e53;
}
.navbar-expand-md .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #de9e53;
    left: 0;
}
header nav.navbar {
    position: initial;
}
section.gallery-section .gallery-items {
    height: 100%;
    position: relative;
}
section.gallery-section .gallery-items.height-50 {
    height: 50%;
}
section.gallery-section .gallery-items .view {
    display: flex;
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background: rgba(222, 158, 83, .85); */
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
section.gallery-section .gallery-items:hover .view {
    bottom: 0;
    height: auto;
    transition: all .3s ease-in-out;
}
section.gallery-section .gallery-items a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
ul.file_view_dl li svg {
    width: 30px;
    height: 24px;
}
ul.file_view_dl {
    display: inline-block;
    padding-left: 0;
    margin:0;
}
ul.file_view_dl li {
    display: inline;
}
#floors .table, #documents .table{  width:100%;table-layout:fixed}
#modal-document .modal-header {border-bottom: none;text-align: center;}

#modal-document .modal-header h4 {
    text-align: center;
    display: block;
    width: 100%;
}

#modal-document .modal-header button.close {
    position: absolute;
    right: 23px;
    color: #000 !important;
    opacity: 1;
    top: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-shadow: none;
}

#modal-document .modal-content {
}

#modal-document .modal-body .nav {margin: 0 !important;border-bottom: none;}

#modal-document .modal-body  .tab-content {
    border: 1px solid #ddd;
}

#modal-document .modal-body .nav li.nav-item {
    padding: 0;
    border: none !important;
    position: relative;
    margin-bottom: -1px;
}

#modal-document .modal-body .nav li.nav-item a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    border-radius: 0;
    color: #000;
    background: #eee;
}

#modal-document .modal-body .nav li.nav-item a.active {
    background: #fff;
    color: #000;
    border-bottom: none !important;
}
.table thead th {
    border-top: none;
}

p.voh_link a {
    color: #777777;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 22px;
}
p.voh_link svg {
    width: 15px;
    margin-right: 8px;
}
.register-link .text-content a.btn {
    color: #fff;
}
.template-three #registration_modal .form-group {
    margin: 0 0 25px 0;
}
.template-three #registration_modal .form-group input.form-control {
    background: transparent;
    padding: 0;
    border: 1px solid #de9e53;
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    color: #221c19;
    box-shadow: -2px 0 0px 0 #de9e53;
}
.template-three #registration_modal .form-group .btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 100px;
    color: #fff;
    background: #de9e53;
}
.template-three #registration_modal .form-group span.err_display {
    font-size: 12px;
    line-height: 0;
    color: red;
}
 .template-three #registration_modal .form-group input.form-control.error {
    border-color: #ff0000;
}
.template-three #registration_modal .form-group .btn:hover {
    opacity: 0.9;
}
.form-control:focus{
    box-shadow: -2px 0 0px 0 #de9e53 !important;
}

.form-control.error{
    box-shadow: -2px 0 0px 0 #ff0000 !important;
}

header{
    transition: all 0.3s ease;
    padding: 22px 0px !important;
}

header.header-sticky {
    position: fixed;
    transition: all 0.3s ease;
    background: #3a2916db;
    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;}
.header-sticky nav.navbar button.navbar-toggler span.navbar-toggler-icon {
    color: #24262d;
    border: 1px solid #dd9d53;
}
.header-sticky nav.navbar button.navbar-toggler span.navbar-toggler-icon:hover {
    color: #fff;
}
.dummy-template3 header.header-sticky{
    background-color: #3a2916db;
}

.template-three .video-wrap-new iframe {
    border: none;
}

.template-three .video-wrap-new .slick-next:before, .template-three .video-wrap-new .slick-prev:before {
    color: #de9e53;
}
.template-three .video-wrap-new ul.slick-dots li button {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #de9e53;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    padding: 0;
    transition: all 0.3s ease;
}

.slick-dots li button:before {
    display: none;
}

.template-three .video-wrap-new ul.slick-dots li {
    width: auto;
    margin: 0 4px;
    height: auto;
}

.template-three .video-wrap-new ul.slick-dots li.slick-active button {
    background: #de9e53;
    transition: all 0.3s ease;
}
@media(min-width: 1650px){
    .container {
        max-width: 1440px;
    }
    .btn-wrap a.btn{
        margin: 0 25px 0 0;
    }
}
@media(max-width: 1650px){
    .main-section ul.social li a{
        padding: 0 10px;
        font-size: 15px;
    }
    .main-section ul.social:before{
        left: -100px;
    }
    .main-section ul.social:after{
        right: -100px;
    }
    .btn-wrap a.btn{
        padding: 0 25px;
        margin: 0 10px 0 0;
    }
}
@media(max-width: 1200px){
    section.main-section .text-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .btn-wrap a.btn {
        margin: 0 10px 10px 0;
    }
    footer .col-md-8, footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer .col-md-8 .text-content .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-div-wrap{
        min-height: 180px;
        margin-bottom: 30px;
    }
    .pt-70 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .auther-content .auther-info h4{
        font-size: 14px;
    }
    .auther-content .auther-info p{
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width: 1024px){
    .container {
        max-width: 100%;
        padding: 0 24px;
    }
    .text-content h3{
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }
}
@media(max-width: 991px){
    section.main-section {
        height: 80vh;
    }
    .about-section > .container > .row > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-section .container > .row > .col-md-6:first-child {
        order: 2;
        margin-top: 30px;
    }
    section.floor-plan .row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%;
    }
    section.floor-plan .row .col-md-4:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 100%;
        max-width: 100%;
        margin-top: 16px;
    }
}
@media(max-width: 767px){
    section.main-section {
        height: auto;
        padding: 150px 0;
    }
    footer .col-md-8, footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        padding: 0 15px;
    }
    .main-section ul.social {
        display: none;
    }
    section.main-section .cut-corners {
        padding: 0 30px;
        font-size: 16px;
        line-height: 38px;
    }
    section.main-section .text-content h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .btn {
        line-height: 46px;
        font-size: 16px;
        padding: 0 20px;
    }
    section.about-section .row .row .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }
    .services-item {
        padding: 30px 0;
        min-height: auto;
    }
    .btn-wrap a.btn {
        padding: 0 15px;
        line-height: 42px;
        font-size: 16px;
        width: 100%;
    }
    section.about-section ul {
        margin: 15px 0;
    }
    section.gallery-section .container-fluid .row div {
        padding: 0;
    }
    section.register-link {
        margin: 0px 0 0px;
    }
    section.feature-section {
        padding: 40px 0;
        background-position: left;
        background: #de9e53;
        margin: 50px 0 0 0;
    }
    .features-wrap ul li {
        width: 50%;
        margin: 0;
        font-size: 14px !important;
    }
    header nav.navbar button.navbar-toggler span.navbar-toggler-icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
    .floor-plan ul.nav.nav-tabs li.nav-item {
        width: 100%;
    }
    .floor-plan ul.nav.nav-tabs li.nav-item + li {
        margin-top: 10px;
    }
    .floor-plan ul.nav.nav-tabs li.nav-item a {
        margin: 0;
    }
    section.floor-plan .row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 100%;
        max-width: 100%;
    }
    section.floor-plan .row .col-md-4 + .col-md-4 {
        margin-top: 15px;
    }

}
@media(max-width: 480px){
    section.video-tab ul.nav.nav-tabs li.nav-item {
        width: 100%;
    }
    section.video-tab ul.nav.nav-tabs li.nav-item a {
        padding: 0 20px;
        width: 100%;
        margin: 0;
    }
    section.video-tab ul.nav.nav-tabs li.nav-item + li {
        margin-top: 10px;
    }
    .auther-content {
        padding: 15px;
    }
    footer .text-content .row .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }
    .footer-form ul.followus li a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    footer:after{
        display: none;
    }
    .responsive-table table td {
        font-size: 14px;
        padding: 10px 15px;
    }
}
