@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 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 {
    padding: 35px 20px !important;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: normal;
}
header nav.navbar ul.navbar-nav li a:hover,
header nav.navbar ul.navbar-nav li a.active {
    background: #3257a8;
    color: #fff;
}
.pt-70{
  padding-top: 70px !important;
}
.pb-70{
  padding-bottom: 70px !important;
}
.line-heading {
    display: flex;
    align-items: center;
}
.line-heading h2 {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    color: #3257a8;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
        white-space: nowrap;
}
.line-heading span {
    display: block;
    width: 100%;
    height: 1px;
    background: #3257a8;
}
.overview-section .nav-tabs {
    border: 0;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.overview-section .nav-tabs li.nav-item {
    width: 100%;
    text-align: center;
    margin: 0;
    border: 0;
}
.overview-section .nav-tabs li.nav-item a {
    border: 0;
    font-size: 16px;
    color: #24262d;
    padding: 0 15px;
    line-height: 49px;
    border-bottom: 1px solid #3257a8;
}
.overview-section .nav-tabs li.nav-item a strong {
    font-size: 22px;
    font-weight: bold;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.overview-section .nav-tabs li.nav-item + li.nav-item {
    border-left: 1px solid #3257a8;
}
.overview-section .tab-content {
    border-bottom: 1px solid #3257a8;
    padding: 30px 0;
}
.overview-section .tab-content p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
section.aminities-section ul.features {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.aminities-section ul.features li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 20px 20px 0;
    padding-left: 16px;
    line-height: normal;
}
section.aminities-section ul.features li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background: #333;
    border-radius: 100px;
    top: 6px;
}
.aminities-section .nav.nav-tabs {
    display: flex;
    border-top: 1px solid #3257a8;
    border-bottom: 1px solid #3257a8;
    flex-wrap: nowrap;
}
.aminities-section .nav.nav-tabs li.nav-item {
    margin: 0;
    width: 100%;
    text-align: center;
}
.aminities-section .nav.nav-tabs li.nav-item a.nav-link {
    border: 0;
    font-size: 18px;
    color: #24262d;
    text-transform: capitalize;
    line-height: 50px;
    padding: 0 15px;
}
.aminities-section .nav.nav-tabs li.nav-item a.nav-link svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    fill: #24262d;
    margin-top: -2px;
}
.aminities-section .nav.nav-tabs li.nav-item + li.nav-item {
    border-left: 1px solid #3257a8;
}
section.register-link {
    margin: 40px 0 40px;
}
.register-link .text-content {
    text-align: center;
    position: relative;
    width: 100%;
    border: 5px solid #333;
    padding: 40px 0;
    margin-bottom: 70px;
}
.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;
}
.bg-blue {
    background: #3257a8;
    color: #fff !important;
}
.bg-blue: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 #3257a8;
    transform: rotate(4deg);
    z-index: -1;
}
.video-section .video-wrap {
    position: relative;
}
.video-section .video-wrap:before {
    content: '';
    width: 440px;
    height: 360px;
    background: #3257a8;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -30px;
}
.video-section .video-wrap .text-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.video-section .video-wrap .text-content h3 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
.video-section .video-wrap a.play-icon {
    display: block;
    width: 90px;
    height: 90px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 6px solid #fff;
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
}
.video-section .video-wrap .powered-by {
    display: block;
    width: 100%;
    text-align: center;
}
.video-section .video-wrap .powered-by p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.video-section ul.nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 0;
}
.video-section ul.nav li.nav-item {
    border: 0;
    margin: 0;
    width: 50%;
}
.video-section ul.nav li.nav-item a {
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.video-section ul.nav li.nav-item a span {
    width: 90px;
    height: 90px;
    border: 1px solid #d8e4fc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin: 0 20px 0 0;
        background: #fff;
}
.video-section ul.nav li.nav-item a span svg {
    width: 48px;
    height: 48px;
    fill: #3257a8;
}
.video-section ul.nav li.nav-item + li.nav-item {
    /*margin-top: 60px;*/
}
.video-section ul.nav li.nav-item a:hover span,
.video-section ul.nav li.nav-item a.active span {
    background: #3257a8;
}
.video-section ul.nav li.nav-item a:hover span svg,
.video-section ul.nav li.nav-item a.active span svg{
  fill:#fff;
}
.video-section ul.nav:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    /*border: 1px dashed #3257a8;*/
    left: 44px;
    z-index: -2;
    height: 48%;
    top: 50%;
    transform: translateY(-50%);
}
.video-section ul.nav:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border: 1px dashed #ffffff;
    left: 44px;
    z-index: -1;
    height: 35%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
section.video-section .text-content p {
    font-size: 16px;
    margin: 0 0 30px 0;
}
section.getintouch-section {
    background: url(../images/t4-contact-bg.png);
    background-size: cover;
    background-position: center;
}
.contact-form {
    margin: 30px 0 0 0;
}
.contact-form .form-group .form-control {
    border-radius: 0;
    min-height: 50px;
    border: 1px solid #ccccce;
    color: #777;
    background: transparent;
    padding: 8px 15px;
    font-size: 16px;
}
.contact-form .form-group textarea.form-control {
    min-height: 160px;
    resize: none;
}
.form-group {
    margin: 0 0 20px 0;
}
a.btn {
    padding: 0 30px;
    display: inline-block;
    line-height: 48px;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.line-heading ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    align-items: center;
}
.line-heading ul li a {
    color: #333333;
    font-size: 20px;
    padding: 0 15px;
}
.line-heading ul li a:hover {
    color: #3257a8;
}
.auther-content {
    padding: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
    border-radius: 9px;
    display: flex;
    background: #fff;
    margin-bottom:20px;
}
.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: 18px;
    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;
    min-width: 140px;
    text-align: center;
}
.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%;
    max-width: 110px;
    float: right;
    border: 0;
    width: 125px !important;
}
.btn.website-link:hover {
    background: #3257a8;
    color: #fff;
}
.auther-content + .auther-content {
    margin-top: 30px;
}
.presentedby-section .line-heading {
    margin: 0 0 30px 0;
}
section.map-section .map-wrap {
    background: #aadaff;
    height: 700px;
}
section.map-section {
    background: #aadaff;
    margin-top: -110px;
}
section.gallery-section .line-heading {
    margin: 0 0 30px 0;
}
.gallry-slider .owl-item {
    opacity: .15;
}
.gallry-slider .owl-item.active.center {
    opacity: 1;
}
.gallry-slider .owl-nav {
    margin: 0;
}
.gallry-slider .owl-nav button {
    margin: 0 !important;
    display: flex !important;
    width: 70px;
    height: 70px;
    line-height: 70px !important;
    background: #fff !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15) !important;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    z-index: 1 !important;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: #333 !important;
}
.gallry-slider .owl-nav button.owl-prev {
    left: 23%;
}
.gallry-slider .owl-nav button.owl-next {
    right: 23%;
}
.gallry-slider .owl-nav button svg {
    font-size: 22px;
}
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}
.table thead th:last-child {
    text-align: right;
}

.table thead tbody td:last-child {
    text-align: right;
}

.table tbody td:last-child {
    text-align: right;
}

.table tbody td ul.file_view_dl {
    margin: 0;
}

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;
}
.template-four .form-group {
    margin: 0 0 25px 0;
}
.template-four #registration_modal .form-group input.form-control {
    background: transparent;
    padding: 0;
    border: 1px solid #3257a8;
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    color: #221c19;
    box-shadow: -2px 0 0px 0 #3257a8;
}
.template-four #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: #3257a8;
}
.template-four #registration_modal .form-group span.err_display {
    font-size: 12px;
    line-height: 0;
    color: red;
}
 .template-four #registration_modal .form-group input.form-control.error {
    border-color: #ff0000;
}
.template-four #registration_modal .form-group .btn:hover {
    opacity: 0.9;
}
.form-control:focus{
    box-shadow: -2px 0 0px 0 #3257a8 !important;
}

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

header{
    transition: all 0.3s ease;
}
header.header-sticky {
    position: fixed;
    transition: all 0.3s ease;
    background: #fff;
    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-four .video-wrap-new {
    margin-bottom: 0;
}

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

.template-four .video-wrap-new .slick-next:before, .template-four .video-wrap-new .slick-prev:before {
    color: #3257a8;
}
.template-four .video-wrap-new ul.slick-dots li button {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #3257a8;
    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-four .video-wrap-new ul.slick-dots li {
    width: auto;
    margin: 0 4px;
    height: auto;
}

.template-four .video-wrap-new ul.slick-dots li.slick-active button {
    background: #3257a8;
    transition: all 0.3s ease;
}
.cust-website-w{width: 125px !important;}
@media(min-width: 1650px){
  .container {
      max-width: 1440px;
  }
}
@media(max-width: 1650px){
    .line-heading h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .overview-section .nav-tabs li.nav-item a strong {
        font-size: 18px;
    }
    .video-section ul.nav li.nav-item a span {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .video-section ul.nav:before,
    .video-section ul.nav:after {
        left: 30px;
    }
    .video-section ul.nav li.nav-item a {
        font-size: 20px;
    }
    .gallry-slider .owl-nav button {
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 1200px){
    .container {
        max-width: 100%;
        padding: 0 24px;
    }
}
@media(max-width: 1024px){
    .container{
        padding: 0 15px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 20px 8px !important;
        font-size: 14px;
    }
    header nav.navbar a.navbar-brand img {
        max-width: 160px;
    }
    .pb-70 {
        padding-bottom: 40px !important;
    }
    .pt-70 {
        padding-top: 40px !important;
    }
    .overview-section .nav-tabs li.nav-item a {
        font-size: 14px;
    }
    .overview-section .nav-tabs li.nav-item a strong {
        font-size: 14px;
        margin: 0px 8px 0 0;
    }
    section.aminities-section ul.features li {
        margin: 12px 15px 12px 0;
        font-size: 14px;
    }
    .aminities-section .nav.nav-tabs li.nav-item a.nav-link {
        font-size: 16px;
    }
    section.video-section .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-section .video-wrap {
        padding: 0 30px;
    }
    .video-section .video-wrap img {
        width: 100%;
    }
    .video-section .video-wrap:before {
        left: 0px;
    }
    section.video-section .col-md-6:last-child {
        margin-top: 30px;
    }
    .video-section ul.nav {
        flex-wrap: nowrap;
    }
    .video-section ul.nav li.nav-item + li.nav-item {
        margin-top: 0;
    }
    .video-section ul.nav:before, .video-section ul.nav:after{
        display: none;
    }
    .video-section .video-wrap .powered-by img.img-fluid {
        width: auto;
    }
    section.presentedby-section .row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.presentedby-section .row .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    header {
        padding: 15px 0;
        position: relative;
        border-bottom: 4px solid #5271b6;
    }
    header button.navbar-toggler {
        padding: 0;
    }
    header span.navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #5271b6;
        color: #fff;
        font-size: 18px;
        padding: 18px;
    }
    .line-heading {
        margin: 0 0 20px 0;
    }
    .video-section .video-wrap:before {
        width: 50%;
        height: 70%;
    }
    .line-heading h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .overview-section .nav-tabs {
        flex-wrap: wrap;
    }
    .overview-section .nav-tabs li.nav-item {
        width: 50%;
    }
    .overview-section .nav-tabs li.nav-item {
        width: 100%;
    }
    .overview-section .nav-tabs li.nav-item a {
        border: 1px solid #3257a8;
        border-radius: 0;
    }
    .overview-section .nav-tabs li.nav-item + li.nav-item a.nav-link {
        border-top: 0;
    }
    .overview-section .nav-tabs li.nav-item + li.nav-item {
        border-left: 0;
    }
    .video-section .video-wrap {
        padding: 0;
    }
    .video-section .video-wrap .text-content h3 {
        font-size: 16px;
    }
    .video-section .video-wrap a.play-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        border: 2px solid #fff;
    }
    .video-section .video-wrap:before{
        display: none;
    }
    .line-heading ul {
        display: none;
    }
    header nav.navbar {
        position: initial;
    }
    header nav.navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 100%;
        background: #fff;
        left: 0;
        border-bottom: 4px solid #3257a8;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 12px 15px !important;
        font-size: 15px;
    }
    section.aminities-section ul.features li:before{
        top: 4px;
    }
}
@media(max-width: 600px){
    .aminities-section .nav.nav-tabs {
        flex-wrap: wrap;
    }
    .aminities-section .nav.nav-tabs li.nav-item a.nav-link {
        font-size: 16px;
        border: 1px solid #3257a8;
        border-radius: 0;
    }
    .aminities-section .nav.nav-tabs li.nav-item + li.nav-item a.nav-link {
        border-top: 0;
    }
    .aminities-section .nav.nav-tabs li.nav-item + li.nav-item {
        border-left: 0;
    }
    .aminities-section .nav.nav-tabs {
        border: 0;
    }
    section.aminities-section ul.features li {
        width: 50%;
        margin: 10px 0;
    }
    .pb-70 {
        padding-bottom: 30px !important;
    }
    .pt-70 {
        padding-top: 30px !important;
    }
    .aminities-section .nav.nav-tabs {
        margin-top: 25px;
    }
    .gallry-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .gallry-slider .owl-nav button svg {
        font-size: 15px;
    }
    .gallry-slider .owl-nav button.owl-prev {
        left: 15px;
    }
    .gallry-slider .owl-nav button.owl-next {
        right: 15px;
    }
    .video-section ul.nav li.nav-item a {
        font-size: 0;
    }
    .video-section ul.nav li.nav-item a span {
        margin: 0;
    }
    .video-section ul.nav{
        justify-content: space-between;
    }
    .video-section ul.nav li.nav-item{
        width: auto;
    }
}
@media(max-width: 480px){
    .auther-content {
        flex-wrap: wrap;
    }
    .auther-content .auther-img {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .auther-content .auther-img img {
        width: 100%;
    }
    .auther-content .auther-info .col-md-7 {
        margin-bottom: 15px;
    }
    .btn.website-link {
        width: 100%;
        max-width: 100%;
    }
    section.map-section .map-wrap{
        height: 400px;
    }
    .register-link .text-content h3 {
        font-size: 18px;
    }
    .register-link .text-content p {
        font-size: 16px;
    }
    .register-link .text-content a.btn {
        font-size: 16px;
    }
}
