@import url("../webfonts/css/fontawesome.min.css");
@import url("../webfonts/css/solid.min.css");
@import url("../webfonts/css/brands.min.css");

@font-face {
    font-family: "RobotoFlex";
    src: url(../webfonts/RobotoFlex.ttf);
}

@font-face {
    font-family: "Belgiano";
    src: url('../webfonts/Belgiano Serif 2.ttf');
}

section {
    position:relative;
    z-index:1;
}

.preventDefault {
    overflow:hidden;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height:4px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #00375f;
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    /*border-radius:30px;*/
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00375f;
}

.form-control {
    border-radius:2px;
    outline:none !important;
    box-shadow:none !important;
}

.overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    background: linear-gradient(to bottom, rgba(0,0,0,.25) , rgba(0,0,0,.05));
}

.body-overlay {
    z-index: 1002;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
    display: flex;
    align-items: center;
    justify-content: center;
    animation-duration:.5s;
}

.body-overlay .promotion {
    width:600px;
    max-width:100%;
    padding:1rem;
    animation-duration: 1.5s;
    animation-delay:.5s;
    margin-top:-2.5rem;
    text-align: right;
}

.body-overlay .promotion button {
    background-color:transparent;
    border:1px solid #fff;
    color:#fff;
    padding:.55rem 1rem;
    margin-left:.75rem;
    border-radius:20px;
    transition: all .2s ease-in-out;
}

.body-overlay .promotion button:hover {
    background-color: #fff;
    color:#000;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    transform:translateY-(2px);
}

.body-overlay .promotion img {
    width:100%;
    height:auto;
    margin-top:1rem;
    border-radius:20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

body {
    margin:0;
    background-color:#fdfdfd;
    font-family:RobotoFlex;
}

/* header */

.header {
    width:100%;
    position: relative;
    padding: 0;
    background-color:#fff;
    /*position:fixed;*/
    padding-bottom:.5rem;
    z-index:1001;
    animation-duration:.45s;
    display: none;
}
/*
.header::before, .header_nav::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .15;
}
*/

.menu_header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .2;
}

.header .logo_bar {
    text-align: center;
    padding:.75rem .5rem;
    padding-bottom:0;
}

.header_mobile {
    position: absolute;
    top: 0 !important;
    z-index: 2;
    height: 160px;
    width:100% !important;
    max-width: 100% !important;
    padding:0 !important;
    display: block !important;
    background: linear-gradient(to bottom, #fff, transparent) !important;
}

.header_mobile .navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 1rem 0;
}

.header_mobile .navbar-brand img {
    width:150px !important;
    height:auto !important;
    margin:0 !important;
}

.header_mobile button {
    border: none;
    background-color: transparent;
    float: right;
    margin-top: .9rem;
    margin-right: .5rem;
}

.header_mobile button img {
    width: 34px !important;
    margin:0 !important;
    height: auto !important;
}

.showMobile {
    width:100% !important;
    background:linear-gradient(-125deg, #fff, rgba(255, 255, 255, .98) 72%, rgba(255, 255, 255, .4) 100%) !important;
    position: relative;
    transition:all .2s ease-in-out;
}

.showMobile::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .08;
}

.showMobile .collapse {
    display: block !important;
    overflow: visible;
}

.showMobile .navbar .dropdown-menu {
    position:absolute;
}

.showMobile .navbar {
    position: unset;
}

.showMobile .contact-button {
    display:block;
    margin:0;
    margin-top:2rem;
    padding: 1rem 1.5rem;
    height:auto;
    border-left:1px dashed #dfdfdf;
}

.showMobile .contact-button a {
    margin:1.5rem 0;
}

.showMobile .navbar {
    margin-top:4rem !important;
}

.showMobile .navbar .navbar-brand {
    display: none !important;
}

.showMobile .navbar .nav-item {
    justify-content: flex-end !important;
}

.showMobile .navbar .nav-item a {
    color:#333 !important;
}

.showMobile .navbar-nav {
    margin-top:2rem !important;
}

.header_nav {
    width:0;
    height:100dvh;
    padding: 0;
    background-color:#fff;
    position:fixed;
    top:0;
    right:0;
    z-index:1001;
    animation-duration:.45s;
    overflow: hidden;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.header_nav .btn-close {
    position: absolute;
    top:1rem;
    right:1rem;
    outline:none !important;
    box-shadow: none !important;
}

.header_nav a.logo_mobile img {
    width:100px;
    position: absolute;
    left:1.5rem;
    top:1.5rem;
    animation-delay: .5s;
}

.header_nav .navbar {
    padding:0 1.15rem;
    overflow: visible;
}

.header .navbar-brand {
    margin-right:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav .navbar .nav-item {
    font-size:16px;
    letter-spacing: .03em;
    display:flex;
    z-index:2;
}

.header_nav .navbar .nav-item a {
    color:#333;
    font-weight:400;
    font-size:18px;
    padding:.5rem 0;
    margin: 0 1rem;
    margin-bottom:.5rem;
}

.header_nav .navbar .nav-item a.active {
    color:rgb(7, 64, 105);
    border-bottom:2px solid rgb(7, 64, 105);
}

.header_nav .navbar .nav-item a:hover {
    color:rgb(7, 64, 105);
}

.header_nav .navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.showMobile .navbar .dropdown:hover>.dropdown-menu {
    position: absolute;
    right: 0;
    top: 2.65rem;
    width:100%;
}

.header_nav .navbar .dropdown-toggle::after {
    content:none;
}

.header_nav .navbar .dropdown-menu {
    animation-duration: .1s;
    margin-top:.1rem;
    border:none;
    border-radius:0;
    min-width:300px;
    padding-top:0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header_nav .navbar .dropdown-menu li.menu_header {
    padding:1.5rem 1rem;
    text-transform: uppercase;
    background-color:#888684;
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    font-size:14px;
    color:#fff;
    letter-spacing: .05em;
    margin-bottom:.5rem;
    position: relative;
}

.header_nav .navbar .dropdown-menu li.menu_header div {
    width:12px;
    height:12px;
    background-color:#fff;
    position: absolute;
    left:1.5rem;
    bottom:-6px;
    transform:rotate(45deg);
}

.showMobile .navbar .dropdown-menu li.menu_header div {
    top:-6px;
    right:1.5rem;
    left:auto;
    z-index:-1;
    background-color:#0065af;
}

.header_nav .navbar .dropdown-menu li a {
    color:#333;
    text-transform: uppercase;
    font-size:14px;
    padding:1rem 0;
}

.header_nav .navbar .dropdown-menu li a:hover {
    background-color: transparent;
}

.header_nav .navbar-expand-lg .navbar-nav {
    margin:0 auto;
}

.header .logo {
    width:75px;
    outline: none !important;
}

.header-scroll {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header_nav .container-fluid {
    padding:0;
    overflow:visible;
}

.header_nav .indicator {
    display: none;
}
/*
.header button.login {
    background: transparent;
    border: none;
    float: right;
    margin-top:-1px;
}
*/

.header_nav .button_login {
    list-style:none;
    display:flex;
    margin-bottom:0;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1002;
    animation-delay: 1s;
}

.header_nav .button_login button {
    border:none;
    display: flex;
    align-items: center;
    background-color:transparent;
    font-size:16px;
    color:#725d44;
    transition: all .2s ease-in-out;
}

.header_nav .button_login li:last-child {
    margin-left:.55rem;
    padding-left:.8rem;
    align-items: center;
    display: flex;
    border-left:1px solid #AD9271
}

.header_nav .button_login li:first-child button {
    min-width:90px;
}
 
.header_nav .button_login li:last-child button {
    border:none;
    padding:0;
    background: none;
    border-radius:50%;
}

.header_nav .button_login button img {
   width:28px;
   margin-right:.35rem;
   filter: brightness(0) saturate(100%) invert(35%) sepia(29%) saturate(507%) hue-rotate(352deg) brightness(97%) contrast(86%);
   transition: all .2s ease-in-out;
}

.header_nav .button_login li:last-child button img {
    width:26px;
    margin-right:0;
}

.header_nav .button_login li button:hover {
    color:#e54100;
    transform:translateY(-2px);
}

/*
.header button.login img {
    width:32px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(10%) saturate(86%) hue-rotate(349deg) brightness(85%) contrast(86%);
}

.header button.login:hover img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(10%) saturate(1017%) hue-rotate(353deg) brightness(87%) contrast(89%);
}
*/

/* home */
#home {
    height:100dvh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow:hidden;
}

#home div {
    position: absolute;
    top:2rem;
    left:0;
    padding:0 1.5rem;
    width:50%;
    max-width:500px;
    display: flex;
    align-items: center;
    /*background:linear-gradient(to right, #fff 20%, transparent);*/
}

#home .home_title {
    margin-top: 54px;
    width: 100%;
    font-size: 20px;
    padding: 1rem;
    line-height: 1.35;
    animation-delay:.5s;
    animation-duration:.8s;
    font-weight:500;
    color:#fff;
}

#home .home_title span {
    margin:0 auto;
}

#home div h1 {
    font-size:36px;
    letter-spacing: .05em;
    color:#333;
    padding-left:1.75rem;
    font-weight:300;
    margin:0;
    height: 60px;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
}

#home div img {
    height:40px;
    width:auto;
    margin:1.5rem 0;
    margin-right:1.5rem;
}

#home .home_title img {
    margin:0;
    margin-right: .5rem;
    margin-left: .5rem;
}

#home::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/banner/0.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    /*--mask: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);*/
}

#home ul {
    padding:1rem;
    position:fixed;
    right:-100%;
    /*margin-right:-100vw;*/
    height:100%;
    width:100%;
    z-index:3;
    opacity:0;
    background: linear-gradient(-125deg, #fff, rgba(255, 255, 255, .98) 72%, rgba(255, 255, 255, .4) 100%) !important;
    transition: all .2s ease-in-out;
}

#home ul span {
    color:#00223a;
    text-align: center;
    margin-bottom:.5rem;
    letter-spacing: .02em;
}

#home ul.show {
    right:0;
    opacity:1;
}
/*
#home ul {
    padding:1rem;
    margin-right:2rem;
    height:100%;
    background:rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}*/

#home ul img {
    width: 200px;
    margin: 0;
    margin-left: -1rem;
    margin-bottom: .5rem;
}

#home ul img:nth-child(4) {
    margin: .5rem auto !important;
    width: 300px;
}

#home ul li {
    padding:.9rem 0;
    position: relative;
}

#home ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent, #ddd, transparent);
}

/*
#home ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #ccc, #bbb, #ccc);
}
    */

#home ul li a {
    display:flex;
    align-items: center;
    justify-content: center;
}

/*
#home ul li div {
    position: relative;
    top:auto;
    left:au;
    padding:0;
    display: none;
    align-items: center;
    justify-content: center;
    width:30px;
    height:30px;
    margin-right:1rem;
    border-radius:50%;
    position: relative;
    background:linear-gradient(45deg, #6600b3, #0065af);
     box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}


#home ul li.active div {
    display: flex;
    opacity:1 !important;
}


#home ul li div img {
    width:20px;
    height:20px;
    margin:0;
    filter:invert(1);
}
*/
#home ul li:last-child::before {
    content:none
}

#home ul button {
    position: absolute;
    right: .9rem;
}

#home ul li a {
    padding:.25rem;
    font-size:20px;
    color:#333;
    transition:.1s all ease-in-out;
    letter-spacing: .03em;;
    font-family: Belgiano, RobotoFlex, sans-serif;
}

/*
#home ul li a {
    padding:1rem 1.75rem;
    font-size:1.5rem;
    text-align: center;
    color:#333;
    transition:.1s all ease-in-out;
    font-family: Belgiano, RobotoFlex, sans-serif;
}

*/

#home ul li:hover a {
    transform: translateX(-5px);
    color:#000;
}


/* homeCarousel */

#homeCarousel {
    position: relative;
    z-index:1;
    margin-top: 3.75rem;
    background: linear-gradient(to top, #efefef, #f6f6f6);
}
#homeCarousel .carousel-inner {
    height:100dvh;
    animation-duration:1.3s;
    display: flex;
    align-items: flex-end;
}

#homeCarousel .carousel-inner .carousel-item {
    display: flex;
    justify-content: center;
}

#homeCarousel .carousel-inner img {
    margin:0 auto;
    width:100%;
    height:auto;
}

#homeCarousel .carousel-inner img.idesktop {
    display: none;
    width:100%;
    height:auto;
}

#homeCarousel .carousel-control-next, #homeCarousel .carousel-control-prev {
    z-index:3;
}

#homeCarousel .carousel-caption {
    z-index:3;
    font-weight:200;
    bottom:50%;
    width: 100%;
    left: 0;
    top:0;
    padding:0;
    text-align: left;
}

#homeCarousel .carousel-caption .caption-wrapper {
    padding: 3rem 1.25rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), transparent);
}

#homeCarousel .carousel-caption h5 {
    font-size:30px;
    font-weight:300;
    letter-spacing: .04em;
    margin-bottom:1.5rem;
}

#homeCarousel .carousel-control-next, #homeCarousel .carousel-control-prev {
    opacity:1;
    bottom: 7rem;
    display: flex;
    align-items: flex-end;
}

#homeCarousel .carousel-caption p {
    font-size:18px;
    letter-spacing: .05em;
    line-height: 1.5;
    max-width:900px;
    margin:0 auto;
}

#homeCarousel .carousel-caption p span {
    font-size:14px;
    letter-spacing: .05em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline
}

/* searchBar */

#searchBar {
    overflow: visible;
    z-index:3;
    display: flex;
    justify-content: center;
    background:linear-gradient(to bottom, #efefef, #fff);
    padding:0;
    position: relative;
    margin-bottom:-1px;
}

#searchBar div.bar {
    animation-delay:.5s;
    min-height:150px;
    width:calc(1400px - 2rem);
    margin-top:-78px;
    background-color:rgba(255,255,255,.9);
    z-index:3;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

#searchBar #aboutTab {
    border-bottom:none;
    justify-content: center;
}

#searchBar #aboutTab li {
    margin: 1.25rem .75rem;
    margin-bottom:0;
}

#searchBar #aboutTab li .nav-link {
    padding:.75rem 1rem;
    border:none !important;
    color:#333;
    font-weight: 300;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size:14px;
    outline:none !important;
}

#searchBar #aboutTab li .nav-link:hover {
    color:rgb(7, 64, 105);
}

#searchBar #aboutTab li .nav-link.active {
    color:#fff !important;
    border-radius: .15rem;
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

#searchBar #aboutTabContent {
    padding:1.75rem 1rem;
    font-size:17px;
    color:#555;
    padding-bottom:0;
}

#searchBar #aboutTabContent p {
    margin-bottom: .5rem;
    line-height:1.4;
}

/* highlight */

#highlight {
    animation-delay:2s;
    animation-duration: .5s;
    text-align: center;
    padding:3rem 1rem;
    background-color: #fff;
}

#highlight h1, #tenant h1, #offer h1, #around h1, #contactus h1, #upcoming h1, #welcome h1 {
    font-weight:300;
    font-size:30px;
    letter-spacing: .03em;
    margin-top:.5rem;
    animation-delay:.8s;
    position: relative;
    font-family: Belgiano, RobotoFlex, sans-serif;
}

#highlight h1::before, #tenant h1::before, #offer h1::before, #around h1::before, #contactus h1::before, #upcoming h1::before, #welcome h1::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    left:calc(50% - 20px);
    bottom: -.5rem;
    background-color:#333;
}

#highlight div.row {
    width: 1400px;
    max-width:100%;
    margin:2rem auto;
}

#highlight div.row div.row {
    width: 100%;
    margin:0;
}

#highlight div.col-md-6 {
    padding:0;
}

#highlight div.space {
    padding:0;
    padding-top:1rem;
}

#highlight div.highlight-container {
    height:100%;
    position: relative;
    overflow: hidden;
    padding:1rem 1.75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#highlight div.highlight-container h1::before {
    content: none;
}

#highlight div.highlight-container:hover .content {
    transform: translateY(-5px);
}

#highlight div.highlight-container:hover div.round {
    width:1360px;
    height:1360px;
    top:-120%;
    right:-70%;
}

#highlight .clean div.highlight-container:hover div.round, #highlight .renovate div.highlight-container:hover div.round {
    width:1400px;
    height:1400px;
    top:-120%;
}

#highlight .col-md-6:first-child div.highlight-container:hover div.round {
    width:1600px;
    height:1600px;
    top:-120%;
}

#highlight div.col-md-6:first-child .highlight-container {
    background-color:#ffe3d3;
}

#highlight div.col-md-6:last-child .col-md-12 .highlight-container {
    background-color:#c6f6ff;
}

#highlight div.col-md-6:last-child .clean .highlight-container {
    background-color:#ede2ff;
}

#highlight div.col-md-6:last-child .renovate .highlight-container {
    background-color:#ffe7e7;
}

#highlight div.col-md-6:first-child .highlight-container img {
    width: auto;
    height:130%;
    position: absolute;
    right:-2rem;
    bottom:-2rem;
    filter: brightness(0) saturate(100%) invert(93%) sepia(74%) saturate(750%) hue-rotate(294deg) brightness(100%) contrast(131%);
}

#highlight div.row .col-md-6:first-child, #highlight div.advertise, #highlight div.clean, #highlight div.renovate {
    height: 150px;
}

#highlight div.advertise .highlight-container img, #highlight div.clean .highlight-container img, #highlight div.renovate .highlight-container img {
    width:auto;
    max-height:80%;
    position: absolute;
    right: 1rem;
    bottom: .5rem;
}

#highlight div.advertise .highlight-container img {
    width:auto;
    right:0;
    z-index:1;
    height:100%;
    max-height:none;
    filter: brightness(0) saturate(100%) invert(87%) sepia(22%) saturate(423%) hue-rotate(144deg) brightness(98%) contrast(91%);
}

#highlight div.clean .highlight-container img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(50%) saturate(389%) hue-rotate(203deg) brightness(101%) contrast(101%);
}

#highlight div.renovate .highlight-container img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(7%) saturate(1583%) hue-rotate(312deg) brightness(125%) contrast(113%);
}

#highlight .highlight-container .content {
    z-index:2;
    position: relative;
    text-align: left;
    padding-right:5rem;
    transition: all .2s ease-in-out;
}

#highlight .highlight-container .content h1 {
    font-size:24px;
}

#highlight .highlight-container .content p {
    color:#777;
}

#highlight .highlight-container div.round {
    width:100vw;
    height:100vw;
    opacity:.05;
    border-radius:50%;
    position:absolute;
    top:-10%;
    right:-50%;
    z-index:0;
    transition: all .2s ease-in-out;
}

#highlight .col-md-6:first-child .highlight-container div.round {
    background-color:#f3a578;
}

#highlight div.advertise .highlight-container div.round {
    background-color:#158ca1;
}

#highlight div.clean .highlight-container div.round {
    background-color:#7b59b1;
}

#highlight div.renovate .highlight-container div.round {
    background-color:#cf8585;
}

#highlight .highlight-container .content img {
    filter: none !important;
    position: relative !important;
    width: 24px !important;
    bottom: auto !important;
    right: auto !important;
    min-width: auto !important;
    margin-left:-5rem;
    transition: all .2s ease-in-out;
}

#highlight .highlight-container:hover .content img {
    margin-left:0;
}

/* tenant */

#tenant  {
    text-align: center;
    padding:2rem 0;
}

#tenant::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/tenant/paris_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1;
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

#tenant div.row {
    justify-content: flex-start;
    padding:2rem .25rem;
    --bs-gutter-x:0;
}

#tenant .card {
    width: 33.33%;
    border:none;
    padding:.25rem;
    background-color:transparent;
}

#tenant .card .card-img {
    padding:1rem;
    /*padding:2rem;
    border-radius: 0;
    background-color:#fff;
    transition:.1s all ease-in-out;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);*/
}
/*
#tenant .card:hover .card-img {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
*/
/* around */

#around {
    text-align: center;
    background-color:#fff;
    background:linear-gradient(to bottom, #f9f9f9, #fff);
    padding:2rem 0;
    padding-bottom:0;
    overflow: hidden;
}

#around .row {
    padding:3rem 0;
    padding-bottom:2rem;
    width:100%;
    margin:0 auto;
}

#around .row .col-md-3 {
    padding: 0;
    position: relative;
    transition:.1s all ease-in-out;
    min-width:300px;
}

#around .row .col-md-3 img {
    width:100%;
    height:auto;
}

#around .row .col-md-3 h1 {
    padding: 1rem 1.25rem;
    font-family:RobotoFlex, Roboto, sans-serif;
    font-size:18px;
    letter-spacing: .05em;
    text-align: left;
    width:100%;
    background: linear-gradient(to right, #efefef, #fff);
    margin:0;
    min-height:161px;
    font-weight:500;
    color: #003e6b;
}

#around .row .col-md-3 h1 p {
    font-size:16px;
    margin-top:.75rem;
    color: #000;
    font-weight:300;
    margin-bottom:0;
}

#around .row .col-md-3 h1 img {
    height: 26px;
    width: auto;
    margin-top:-3px;
    margin-right:.75rem;
    /*filter: brightness(0) saturate(100%) invert(16%) sepia(89%) saturate(5105%) hue-rotate(274deg) brightness(68%) contrast(122%);*/
    filter: invert(1);
}

#around .row .col-md-3 h1::before {
    content:none;
}

#around .row .col-md-12 {
    padding-top:2rem;
}

#around button {
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    border:none;
    color:#fff;
    letter-spacing: .05em;
    width: auto;
    border-radius: 2px;
    padding: 1rem 1.25rem;
    min-width:150px;
    transition:all .2s ease-in-out;
    display: block;
    margin:1.5rem auto;
}

#aroundModal .modal-body {
    padding:.25rem;
}

#aroundModal .modal-body img {
    border-radius: 8px;
    width:100%;
}

/* welcome */

#welcome {
    text-align: center;
    background:linear-gradient(to bottom, #fff, #f9f9f9);
    padding:2rem 0;
}

#welcome::before, #upcoming::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .12;
    z-index: -1;
}

#welcome .row {
    width: 1400px;
    max-width:100%;
    margin:3rem auto;
    margin-bottom:0;
}

#welcome .row table {
    margin-top:1.5rem;
}

#welcome .row .col-md-6:first-child table {
    margin-top:.5rem;
}

#welcome .row table ul {
    padding-left:1.25rem;
    margin-top:1rem;
}

#welcome .row table ul li{
    padding:5px 0;
    letter-spacing: .03em;
    font-weight:300;
    line-height: 1.25;
}

#welcome .row table td {
    text-align: left;
    vertical-align: top;
    padding:.5rem;
    border-bottom:1px solid #efefef;
}

#welcome .row .col-md-6:last-child td {
    border-bottom:none;
}

#welcome .row table img {
    width: 50px;
    margin-right:.25rem;
    margin-top:3px;
    filter: brightness(0) saturate(100%);
}

#welcome .row table h2 {
    font-size:18px;
    font-weight:500;
    color:#003e6b;
    position: relative;
}

#welcome .row table h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 14px;
    left: 0;
    bottom: -.5rem;
    background-color: #003e6b;
}

/* contactus */

#contactus {
    text-align: center;
    background-color:#fff;
    padding:2rem 0;
}

/* upcoming */

#upcoming {
    text-align: center;
    /*background:linear-gradient(to bottom, #fbfbfb, #fff);*/
    background-color:#fff;
    padding:3rem 0;
    padding-bottom:2rem;
}


#upcoming div.row {
    justify-content: flex-start;
    padding:2rem .25rem;
    --bs-gutter-x:0;
}

#upcoming div.row p {
    font-size:16px;
    padding: 0 1rem;
}

#upcoming a {
    color:#004a80;
}

#upcoming .card {
    overflow: hidden;
    border: none;
    padding: 0 .25rem;
    margin: .25rem 0;
    background-color: transparent;
}

#upcoming .card .card-img {
    border-radius: 0;
    overflow: hidden;
    background-color:#fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#upcoming .card .card-img img {
    border-radius: 0;
    transition:.1s all ease-in-out;
}

#upcoming .card:hover .card-img img {
    transform: scale(1.1);
}

#upcoming .card .card-body {
    text-align: left;
    padding:.75rem;
    background-color:rgb(255,255,255);
    background:linear-gradient(to right, #efefef, #fff);
    font-size:15px;
    letter-spacing: .01em;
}

#upcoming .card .card-body h5 {
    color:#003e6b;
    font-family: RobotoFlex, Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
}

#upcoming .card .card-body table td {
    vertical-align: top;
    font-size:15px;
    padding:5px 0;
    white-space: pre-wrap;
}

#upcoming .card .card-body table tr:last-child td {
    height: 54px;
}

#upcoming .card .card-body span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .03em;
    display: block;
    line-height: 1.5;
}

#upcoming .card .card-body span:last-child {
    font-size: 16px;
}

/* about */

#about {
    background: linear-gradient(125deg, #fff, #f3f3f3);
    position: relative;
    display: flex;
    align-items: center;
    overflow:hidden;
    padding:0 1rem;
}


#about .row {
    width:1200px;
    max-width:100%;
    margin:0 auto;
    padding:2rem 0;
}

#about .row h1 {
    font-size:18px;
    margin:2rem 0;
    margin-bottom:8.5rem;
    padding:0;
    text-align: center;
}

#about .row form {
    padding:0;
}

#about img {
    height: auto;
    width: 92px;
}

#about .row form .col-md-6 input {
    max-width:500px;
    margin-bottom:1rem;
}

#about .row form .col-md-6 a {
    border: 1px solid #ccc;
    padding: 2.2px;
    padding-left: 1rem;
    background: linear-gradient(45deg, #ddd, #fff, #ddd);
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 25px;
    margin: 0;
    min-width: 160px;
    margin-right:1rem;
    height:50px;
    outline:none !important;
    box-shadow:none !important;
    transition: .2s all ease-in-out;
}

#about .row form .col-md-6 .button a:hover, #about .row form .col-md-6 .button button:hover {
    transform:translateY(-2px);
}

#about .row form .col-md-6 a img {
    height: auto;
    width: 42px;
}

#about .row form .col-md-6 .button {
    display: flex;
    margin-top:2rem;
    margin-bottom:1.5rem;
}

#about .row form .col-md-6 .button button {
    margin:0;
    border-radius: 25px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about p {
    letter-spacing:.04em;
    text-shadow:0px 0px #fff;
    color: #333;
    line-height: 1.5;
    font-size: 18px;
    padding: 1.5rem 0;
    font-weight:200;
    margin:0;
}

#about button, #contactModal button.btn-primary {
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    border:none;
    color:#fff;
    letter-spacing: .05em;
    width: auto;
    border-radius: 2px;
    padding: 1rem 1.25rem;
    min-width:150px;
    margin-top:.25rem;
    margin-bottom:.5rem;
    transition:all .2s ease-in-out;
}

#contactModal button.btn-primary, #contactModal a.btn-extra {
    padding: .75rem 1rem;
    border-radius: 25px;
    margin:0;
    font-weight:200;
    min-width:100px;
}

#contactModal a.btn-extra {
    border: 1px solid #ccc;
    padding: 2.2px;
    padding-left: 1rem;
    background: linear-gradient(45deg, #ddd, #fff, #ddd);
    font-weight:500;
    display: flex;
    align-items: center;
}

#contactModal button.btn-primary {
    margin-left:.75rem;
}

#contactModal button.btn-primary:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

#contactModal a.btn-extra:hover {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

#about button:hover {
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
}

/* footer */

footer {
    background-color:#00223a;
    z-index:1;
    overflow: hidden;
    position:relative;
}
  
footer .row {
    padding:0;
    position:relative;
    margin:0;
}
  
footer .row .col-md-4, footer .row .col-md-3, footer .row .col-md-2 {
    color:#fff;
    padding:2rem 1.5rem;
    font-size:18px;
    line-height:1.5;
    letter-spacing: .03em;;
}

footer .row .col-md-3:first-child {
    background-color:rgb(0 46 78);
}

footer .row .col-md-3:first-child form {
    text-align: center;
}

footer .row .col-md-3:first-child .form-control {
    margin-bottom:1rem;
    color:#fff;
    outline:none !important;
    background-color:transparent;
}

footer .row .col-md-3:first-child .form-check {
    text-align: left;
}

footer .row .col-md-3:first-child .form-check-label {
    font-size:16px;
    text-align: left;
}

footer .row .col-md-3:first-child button {
    padding:.55rem 1.5rem;
    border:1px solid #fff;
    color:#111;
    background-color:#fff;
    margin:0 auto;
    margin-top:2rem;
    border-radius:2px;
    font-size:16px;
}

footer .row .col-md-3:first-child p {
    line-height: 1.35;
    margin: 0;
    margin-top: 2rem;
    font-weight: 200;
}
  
footer .row .col-md-3 a, footer .row .col-md-2 a {
    padding:.5rem .75rem;
    margin-right:.5rem;
    margin-bottom:1rem;
    letter-spacing: .05em;
}
  
footer .row .col-md-3 ul, footer .row .col-md-4 ul, footer .row .col-md-2 ul {
    margin:0;
    padding:0;
}
  
footer .row .col-md-3 ul li, footer .row .col-md-4 ul li, footer .row .col-md-2 ul li {
    justify-content: flex-start;
    padding:0;
}
  
footer .row .col-md-3 ul li a, footer .row .col-md-4 ul li a, footer .row .col-md-2 ul li a {
    margin:0;
    color:#fff;
    font-size:16px;
    padding:.25em 0;
    font-weight:200;
}
  
footer .row .col-md-3 h1, footer .row .col-md-4 h1, footer .row .col-md-2 h1 {
    font-size:20px;
    font-weight:400;
    margin-bottom:1.75rem;
    position:relative;
}

footer .row .col-md-3 h1::before, footer .row .col-md-4 h1::before, footer .row .col-md-2 h1::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -8px;
    background-color:#fff;
}

footer .row .col-md-3 ul, footer .row .col-md-4 ul, footer .row .col-md-2 ul {
    list-style: none;
    display: block;
}
  
footer .row {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
  
footer .row ul {
    list-style: none;
    margin:0 .5rem;
    display: flex;
    width:auto;
    padding:6px;
}
  
footer .row ul li {
    display: flex;
    padding:0 .5rem;
    justify-content: center;
    align-items: center;
}
  
footer .row ul li a img {
    width:22px;
    opacity:.6;
    margin-right:.75rem;
    transition:all .2s ease-in-out;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(101deg) brightness(111%) contrast(100%);
}
  
footer .row ul li:last-child a img {
    margin-top:2px;
}
  
footer .row .col-md-4 p, footer .row .col-md-2 ul {
    margin-top:1rem;
    font-size:16px;
}
  
footer .row ul li a:hover img {
    opacity:1;
}
  
footer .row ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color:#ddd;
    transition:.1s all ease-in-out;
}

footer .row .col-md-4 ul li:first-child {
    display:block;
    margin-bottom:10px;
}

footer .row .col-md-3 ul:last-child, footer .row .col-md-4 ul:last-child {
    margin-top:2.5rem;
}

footer .row .col-md-3 ul li, footer .row .col-md-4 ul li {
    font-size:16px;
    color:#999;
}

footer .row .col-md-3 ul li a, footer .row .col-md-4 ul li a {
    font-size:16px;
}

footer .row ul li span {
    font-size:16px;
    display:block;
    margin-bottom:5px;
    color:#fff;
}
 
footer .row ul li a:hover {
    /*color:#b663f5;*/
    transform:translateX(5px)
}

footer::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1;
}

.contact-logo {
    margin: 0;
    z-index: 1;
    position: relative;
    text-align: left;
}
  
.contact-logo a {
    color:#fff;
    width:34px;
    height:34px;
    display:inline-flex;
    border:1px solid #fff;
    justify-content: center;
    border-radius:50%;
    text-decoration: none;
    align-items: center;
    margin:0 .25rem;
}
  
.contact-logo a:first-child {
    margin-left:0;
}
  
.contact-logo a:hover {
    background-color:#fff;
    border-color:#fff;
}
  
.contact-logo a i {
    transition:.2s all ease-in-out;
    font-size:16px;
    vertical-align: middle;
}
  
.contact-logo a:hover i {
    color:rgb(7, 64, 105);
}
  
.copyright {
    padding: .5rem 0 !important;
    margin: 0;
    padding:.75rem 0;
    text-align: center !important;
    border-top: 1px solid #aaa;
    font-size:15px;
    font-weight: 300;
    color:#fff !important;
    letter-spacing:.05em;
}

.copyright .col-md-6 {
    text-align: center;
    padding:0 1rem;
    line-height:1.75;
}
  
.copyright p:last-child a {
    font-size:12px;
    color:#777;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    color: #000;
    width: 42px;
    height: 42px;
    cursor: pointer;
    /*background: linear-gradient(45deg, #6600b3, #0065af);*/
    background: linear-gradient(45deg, #00223a, #004a80);
    text-decoration: none;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition:.2s all ease-in-out;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
  
#topBtn:hover img {
    transform:translateY(-2px);
}
  
#topBtn img {
    padding: 8px;
    filter: brightness(0) saturate(100%) invert(95%) sepia(99%) saturate(30%) hue-rotate(110deg) brightness(107%) contrast(99%);
    width: 36px;
    transition:.2s all ease-in-out;
}

#wsBtn {
    display: none;
    position: fixed;
    bottom: 72px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    color: #000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
  
#wsBtn:hover img {
    transform:scale(1.1);
}
  
#wsBtn img {
    width: 50px;
    transition:.2s all ease-in-out;
    filter: drop-shadow(1px 1px 3px #555);
}

.paging {
    text-align: center;
    margin:1rem 0;
}

.paging span, .paging em {
    color:#333;
    font-weight:400;
    font-size:20px;
    margin:.5rem;
    font-style: normal;
}

.paging span, .paging em a {
    color:#333;
    text-decoration: none;
    transition:all .2s ease-in-out;
}

.paging span, .paging a i {
    color:#333;
    font-size:18px;
    transition:all .2s ease-in-out;
}

.paging span.current {
    color:#e54100;
    font-size:20px;
}

.paging i {
    margin:.5rem;
}

.paging a:hover, .paging a:hover i {
    color:#e54100;
}

.paging .disabled {
    display:none;
}

/* modal */
.modal {
    backdrop-filter: blur(3px);
}

.modal .modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 96%;
}

.modal .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, .9);
    border:none;
    border-radius:12px;
}

.modal-body .btn-close, .modal-header .btn-close {
    padding: 0.4rem 0.4rem;
    outline:none !important;
    box-shadow:none !important;
    position: absolute;
    top: .9rem;
    right: .75rem;
}

.modal-header .btn-close {
    top: 1.2rem;
    right: 1rem;
}

 .first-check {
    margin-bottom:.25rem;
}

.modal-footer a img {
    width:40px;
    margin-left:.25rem;
}

#contactModal .modal-dialog {
    width:700px;
    max-width: 96%;
}

#contactModal .form-check {
    direction:rtl;
    text-align: right;
    margin-bottom:1rem;
    padding-left:0;
}

#contactModal .form-check .form-check-input {
    float:right;
    margin-left:.5rem;
    height: 1.25em;
    width: 1.25em;
    margin-top: 1px;
}

#contactModal .modal-footer {
    border-top:none;
    justify-content: center;
    padding:1.25rem .75rem;
    padding-top:.25rem;;
}

#offer {
    padding:2rem 0;
    text-align: center;
    /*background:linear-gradient(to bottom, #f9f9f9, #fff);*/
    background-color:#fff;
}

.owl-carousel {
    width: 100%;
    margin: 2rem auto;
    margin-bottom: 1rem;
}

.owl-carousel .owl-item {
    opacity:.5;
    transition:.2s all ease-in-out;
}
/*
.owl-carousel .owl-item .card {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    border:3px solid transparent;
}
*/
.owl-carousel .active {
    opacity:1;
}

.owl-carousel .item {
    text-align: center;
    padding:0;
}

.owl-carousel .item .card {
    width:100% !important;
    overflow: hidden;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.owl-carousel .item .card a {
    text-decoration: none;
    text-align:left;
}

.owl-carousel .item .card img {
    transition:.2s all ease-in-out;
}

.owl-carousel .item .card .card-body {
    position: relative;
    background:linear-gradient(45deg, #f9f9f9, #fff);
    color: #777;
}

.owl-carousel .item .card .card-title {
    font-weight:400;
    margin-bottom:0;
    color:#333;
}

.owl-carousel .owl-nav {
    margin-top:1.75rem;
}

.owl-prev, .owl-next {
    outline: none !important;
}

.owl-prev span, .owl-next span {
    width:28px;
    height:28px;
    border-radius:50%;
    background-color:#b5b5b5;
    padding:10px 9px;
    margin:0 .5rem;
    transition:all .2s ease-in-out;
}

.owl-prev:hover span, .owl-next:hover span {
    background-color:rgb(7, 64, 105);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.owl-prev span img, .owl-next span img {
    width: 20px;
    filter:invert(1);
    margin-top:-2px;
    margin-left:1px;
}

.owl-prev span img {
    margin-left:0;
    margin-right:1px;
}


/* scroll down */

#home .home-scrolldown {
  position: absolute;
  bottom: 0;
  right: -1.5rem;
  left:auto;
  top:auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
  padding:0;
  text-decoration: none;
  width:auto;
  background:none;
}

#home .home-scrolldown a {
    text-decoration: none;
    font-size:12px;
}

.home-scrolldown i {
  padding-left: 4px;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
    display: inline-block;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF !important;
    background: transparent;
    position: relative;
    top: 36px;
    right: 26px;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite;
}

.scroll-icon i {
    font-size: 16px;
    position: relative;
    bottom:-1.3px;
}

.float-message {
	position:fixed;
  	z-index:1201;
    line-height:1.5;
  	max-width:90%;
  	bottom:-100px;
  	right:20px;
  	padding:20px;
  	color:#444;
  	font-size:14px;
  	border-radius:2px;
  	background:#FFF;
  	box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-show {
  bottom:20px;
  transition:all 0.3s;
}
.float-message-inner {
	position:relative;
}
.float-message-inner #message i {
    margin-right: .55rem;
    font-size: 24px;
    vertical-align: sub;
    color: #00519d;
}
.close-link {
  text-decoration:none;
  color:#444;
  position:absolute;
  top:-15px;
  right:-40px;
  font-size:15px;
}

.close-link:hover {
    color:#222;
}

.float-message-inner #message {
    margin:0;
}

.typewriter {
    border-right: 1px solid transparent; /* The typwriter cursor */
    font-size:17px;
    animation: 
        blink-caret 1s step-end 5;
}


.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 10rem;
}

.arrows path {
  stroke: #111;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 5s infinite;
  -webkit-animation: arrow 5s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #333 }
}

/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@media only screen and (min-width: 600px) {
    #homeCarousel .carousel-inner img.imobile {
        display: none !important;
    }
    #homeCarousel .carousel-inner img.idesktop {
        display: block !important;
    }
    #upcoming .card {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    #about {
        padding:0 2rem;
        justify-content: center;
    }
    #about .col-md-2, #about .col-md-10 {
        display: flex;
        align-items: center;
    }
    #about p {
        padding: 0 2rem;
        font-weight:300;
    }
    #about button {
        margin:0;
    }
    #offer {
        padding:4rem 0;
    }
    #around {
        padding:3rem 0;
    }
    #around .row .col-md-3 {
        width:50%;
        margin:0;
    }
    .copyright .col-md-6:first-child {
        text-align: right;
    }
    .copyright .col-md-6:last-child {
        text-align: left;
        border-left:1px solid #aaa;
    }
    .copyright {
        padding: 1rem 0 !important;
    }
    .owl-carousel .item {
        padding:1rem;
    }
    #highlight h1, #tenant h1, #offer h1, #around h1, #contactus h1, #upcoming h1, #welcome h1 {
        font-size:32px;
    }
    #highlight div.highlight-container {
        border-radius:16px;
    }
    #highlight div.row .col-md-6:first-child {
        height:600px;
    }
    #highlight div.advertise, #highlight div.clean, #highlight div.renovate {
        height: 300px;
    }
    #highlight div.space {
        padding:1rem;
    }
    #highlight div.advertise .highlight-container img, #highlight div.clean .highlight-container img, #highlight div.renovate .highlight-container img {
        max-height:50%;
        width:auto;
        right: .5rem;
    }
    #highlight div.advertise .highlight-container img {
        max-height:70%;
        right: 0;
    }
    #highlight .highlight-container .content {
        padding-right:0;
    }
    #highlight div.advertise .highlight-container .content h1, #highlight div.clean .highlight-container .content h1, #highlight div.renovate .highlight-container .content h1 {
        margin-top:-6rem;
    }
    #highlight div.col-md-6:first-child .highlight-container img {
        min-width:280px;
        max-width: 50%;
        height: auto;
    }
    #highlight .highlight-container div.round {
        width:100vw;
        height:100vw;
        max-width:1400px;
        max-height:1400px;
        top:-22%;
        right:-130%;
    }
    #highlight .col-md-6:first-child .highlight-container div.round {
        top:22%;
        width:100vw;
        height:100vw;
        max-width:1400px;
        max-height:1400px;
        right:-120%;
    }
    #highlight div.clean .highlight-container div.round, #highlight div.renovate .highlight-container div.round { 
        width:50vw;
        height:50vw;
        max-width:1400px;
        max-height:1400px;
        top:10%;
        right:-150%;
    }

    #highlight .col-md-6:first-child div.highlight-container:hover div.round {
        top:-50%;
        right:-80%;
    }
    #highlight .highlight-container .content h1 {
        font-size:20px;
    }
    #searchBar {
        padding:1rem;
    }
    #searchBar #aboutTab {
        justify-content: center;
        border-bottom: 1px solid #dee2e6;
    }
    #searchBar #aboutTab li {
        margin: 1rem .75rem;
    }
    #searchBar #aboutTab li .nav-link {
        padding:1rem 1.5rem;
    }
    #searchBar #aboutTabContent {
        font-size:18px;
        padding:2rem;
    }
    #searchBar div.bar {
        margin-top:-94.5px;
        border-radius: 8px;
    }
    #home ul {
        padding:1rem;
        margin-right:2rem;
        position:relative;
        right:auto;
        opacity: 1;
        width:auto;
        background:rgba(255, 255, 255, .5) !important;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    }
    #home ul li::before {
        background: linear-gradient(to right, #ccc, #bbb, #ccc);
    }
    #home ul li a {
        padding:.75rem 1.5rem;
        font-size:1.35rem;
        justify-content: center;
    }
    #home ul img {
        width: 240px;
        margin: 1rem auto !important;
    }
    #home button {
        display: none;
    }
    #homeCarousel .carousel-caption {
        top: 10%;
        text-align: center;
    }
    #homeCarousel .carousel-caption .caption-wrapper {
        padding: 2rem 1.5rem;
        background:linear-gradient(to right, rgba(0,0,0,0) 10%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.45) 65%, rgba(0,0,0,0) 90%)
    }
    #homeCarousel .carousel-caption h5 {
        font-size:40px;
        margin-bottom:1.5rem;
    }
    #homeCarousel .carousel-caption p {
        font-size:22px;
    }
    #homeCarousel .carousel-caption p span {
        font-size:16px;
    }
    #homeCarousel .overlay {
        display: none;
    }
    #tenant {
        padding:5rem 0;
    }
    #tenant div.row, #upcoming div.row {
        justify-content: center;
    }
    #tenant .card {
        width: 200px;   /* 230 */
        padding:1rem;
    }
    #upcoming .card {
        max-width:300px;
        margin:1rem;
        max-height: none;
    }
    #upcoming .card .card-body {
        width:100%;
    }
    .header_mobile, .home-scrolldown {
        display:none !important;
    }
    #welcome {
        padding:3rem 0;
    }
    #welcome .row table h2 {
        font-size:20px;
    }
    #welcome .row .col-md-6:first-child table {
        margin-top:1.5rem;
    }
    #welcome .row table td {
        border-bottom:none;
        padding:1rem;
    }
    #welcome .row table ul {
        margin-bottom:1rem;
    }
    #home ul span {
        margin:0 auto;
    }
    #around .row .col-md-3:hover {
        transform:scale(1.05);
        z-index:1;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    }
    #home .home_title {
        display: none;
    }
    #upcoming {
        padding-bottom:3rem;
    }
    
    .typewriter {
        font-size:18px;
        padding-right:.25rem;
    }

    #contactModal .form-check .form-check-input {
        margin-top: 2.5px;
    }

    #contactModal .modal-footer {
        justify-content: flex-end;
    }
    #about .row {
        padding: 3rem 0;
    }
    #about .row h1 {
        font-size:24px;
    }
    #about .row form {
        display: flex;
    } 
    #about .row form .col-md-6 {
        padding:2rem;
    }
    #about .row form .col-md-6:last-child {
        border-left:1px solid #e3e3e3;
        padding:4rem;
    }
    #about .row form .col-md-6 .button {
        margin-top:3rem;
    }
    .arrows {
        top: 9rem !important;
        display: flex !important;
    }
}

@media only screen and (min-width: 1024px) {
    .header {
        display: block;
    }
    .header_nav {
        width:100%;
        position: sticky;
        height:auto;
        top:0;
        right:auto;
        overflow: visible;
    }
    .header_nav .navbar .nav-item {
        display:block;
    }
    .header-scroll {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
    }
    .header_nav .navbar .nav-item a {
        padding:.75rem .25rem;
        font-size:16px;
        margin:0 .6rem;
    }
    #homeCarousel {
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
    .header_nav .btn-close {
        display: none;
    }
    .header_nav .button_login {
        position: relative;
        bottom:auto;
        right:auto;
    }
    .header_nav .logo_mobile {
        display: none;
    }
    .header_nav .indicator {
        display: block;
    }
    #highlight .highlight-container .content h1 {
        font-size:24px;
    }
    #highlight div.highlight-container {
        padding:1rem 2rem;
    }
    #highlight div.clean .highlight-container div.round, #highlight div.renovate .highlight-container div.round { 
        right:-150%;
    }
    #highlight .owl-carousel {
        margin-bottom: 2rem;
    }
    #home ul li a {
        font-size:1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .header_nav .navbar .nav-item a {
        margin:0 1rem;
    }
    #highlight .highlight-container .content h1 {
        font-size:28px;
    }
    #around .row .col-md-3 {
        width:25%;
        margin: 1px 0;
    }
    #around .row .col-md-3 h1 {
        min-height:220px;
    }
}

@media only screen and (min-width: 1300px) {
    #around .row .col-md-3 h1 {
        min-height:190px;
    }
}

@media only screen and (min-width: 1400px) {
    #highlight div.clean .highlight-container div.round, #highlight div.renovate .highlight-container div.round { 
        right:-180%;
    }
    #around .row .col-md-3 h1 {
        min-height:170px;
    }
}

@media only screen and (min-width: 1600px) {
    #highlight div.clean .highlight-container div.round, #highlight div.renovate .highlight-container div.round { 
        right:-200%;
    }
    #around .row .col-md-3 h1 {
        min-height:145px;
    }
}

@media only screen and (min-width: 1800px) {
    #around .row .col-md-3 h1 {
        min-height:125px;
    }
}