html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0
}

main {
    display: block
}

* {
    box-sizing: border-box
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

a:hover {
    cursor: pointer
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 300
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/AvenirNextLTPro-Bold.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/AvenirNextLTPro-Regular.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/venirNextLTPro-Demi.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Demi.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #1D1D1D;
}

p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300
}

p.style1 {
    font-size: 18px;
    font-weight: 400
}

p.style2 {
    font-size: 18px;
    font-weight: 200
}

.h1,
h1 {
    font-size: 40px
}

.h2,
h2 {
    font-size: 40px;
    font-weight: 400!important
}

.h3,
h3 {
    font-size: 30px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 400
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: 'Avenir Next LT Pro';
    font-weight: 500
}

h1 {
    margin: .67em 0;
    letter-spacing: 0
}

.highlight,
.highlight p {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px
}

.larger {
    font-size: 40px
}

.light {
    font-weight: 300
}

.fright {
    float: right
}

a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 300;
    transition: all .3 ease
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto
}

.more {
    margin-top: 50px;
    color: #27ae60;
    display: inline-block;
    font-size: 18px;
    transition: all .5s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.more:hover {
    opacity: .6;
    transform: translateX(25px)
}

.more::before {
    border-top: 1px solid#27ae60;
    width: 50px;
    height: 1px;
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    transform: scaleX(1);
    transform-origin: left;
    transition: all .5s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.more:hover::before {
    transform: scaleX(1.1)
}

.mdl-card {
    border-radius: 4px
}

.wrap-center {
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #9b9b9b;
    top: 0
}

.mdl-textfield__input[required]+.mdl-textfield__label:after {
    background: #27ae60
}

.mdl-layout__header {
    background: #404042;
    height: 80px;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mdl-layout__header .mdl-layout-title img.logo-image {
    height: 50px
}

.mdl-layout__header.home .mdl-layout-title img.logo-image {
    height: 90px
}

.mdl-layout__header:not(.home).is-compact .mdl-layout-title img.logo-image {
    transform: none
}

.mdl-layout__header--waterfall {
    overflow: visible
}

.mdl-layout-title {
    width: 99px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.is-casting-shadow {
    box-shadow: none!important
}

.mdl-layout__header,
.mdl-layout__header-row {
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.home .mdl-layout__header-row,
.mdl-layout__header.home {
    height: 150px
}

.mdl-button.signin {
    border: 1px solid #fff;
    border-radius: 2px;
    letter-spacing: 1px;
    padding: 13px 24px!important;
    font-size: 14px;
    line-height: 14px;
    margin-top: 0;
    background: 0 0
}

.signin-block {
    position: relative
}

.forgot {
    display: none
}

.dropdown {
    display: none;
    -webkit-transition: opacity .5s, visibility .6s;
    transition: opacity .5s, visibility .5s;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown.active {
    animation: fade .4s;
    position: absolute;
    top: 64px;
    right: 0;
    padding: 10px 25px 20px;
    background: #fff url(../images/bg-dropdown.png) no-repeat right bottom;
    transition: all ease .5s;
    font-size: 14px;
    opacity: 1;
    display: block;
    color: #4a4a4a;
    z-index: 999
}

#home .dropdown.active {
    top: 100px
}

.dropdown .mdl-checkbox,
.dropdown a {
    margin-top: 5px
}

.dropdown .mdl-button {
    width: 100%;
    margin: 20px 0 5px 0
}

.signin-block .mdl-checkbox {
    float: left;
    width: 50%
}

#sign a {
    color: #27ae60;
    padding-top: 2px
}

.isDisabled {
    cursor: not-allowed;
    opacity: .5
}

.language-block {
    position: relative;
    margin-right: 25px
}

.langs {
    min-height: 50px!important
}

.langs a {
    display: block
}

.langs a:hover {
    color: #27ae60
}

.langs.dropdown.active {
    animation: fade2 .4s;
    top: 50px;
    padding-top: 20px
}

.mdl-button.lang {
    background: transparent url(../images/globe.png) no-repeat left 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-size: 13px;
    position: relative;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    transition: none
}

.lang::after {
    content: url(../images/caret.png);
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: 5px;
    top: 3px
}

.mdl-button.lang:hover {
    background: transparent url(../images/globe.png) no-repeat left 15px
}

.mdl-navigation__link {
    font-size: 16px;
    font-weight: 300
}

.mdl-layout__header-row .mdl-navigation {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header .mdl-layout__header-row .mdl-navigation__link {
    line-height: 44px;
    position: relative;
    opacity: .7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header .mdl-layout__header-row .mdl-navigation__link:hover {
    opacity: 1
}

.mdl-navigation__link,
a.forgotpassword:hover {
    cursor: pointer
}

header .mdl-navigation__link.active {
    opacity: 1
}

header .mainmenu .mdl-navigation__link.active::after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 5px
}

.mainmenu #signin {
    border: 0
}

.section-hero {
    background: #f5f5f5;
    color: #fff;
    height: calc(100vh - 150px);
    position: relative
}

.section-hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: #404042;
    border-bottom: 20px solid #dddede
}

.section-hero .slider {
    width: calc(100% - 70px);
    margin-left: 70px
}

.section-hero .slider .hero-bg {
    height: calc(100vh - 150px);
    position: relative;
    overflow: hidden
}

.section-hero .slider .hero-bg::after {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2c3133;
    background: linear-gradient(180deg, rgba(44, 49, 51, 0) 0, rgba(44, 49, 51, .8099614845938375) 100%)
}

.section-hero .slider .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-hero .slider .hero-caption {
    position: absolute;
    bottom: 70px;
    left: 50px;
    color: #fff
}

.section-hero .slider .hero-caption .h1 {
    margin-bottom: 20px;
    color: #fff;
    line-height: 40px
}

.section-hero .slider .hero-caption .overflow {
    font-size: 18px;
    line-height: 26px;
    max-width: 50%
}

.section-hero .slider .slick-active .h1 {
    animation: fadeInUp 1s both 1s
}

.section-hero .slider .slick-active .overflow {
    animation: fadeInDown 1s both 1s
}

.slick-next {
    right: 0
}

.slick-dots {
    text-align: left;
    padding-left: 50px;
    bottom: 30px
}

.slick-dots li {
    width: 5px;
    height: 12px;
    background: #fff;
    opacity: .7;
    transition: all .5
}

.slick-dots li.slick-active {
    opacity: 1;
    height: 20px
}

.section {
    padding-top: 35px;
    padding-bottom: 35px
}

.mdl-grid .section-title {
    margin-left: 0
}

.section-title h5 {
    font-weight: 200;
    color: #a4a4a4;
}

.section-title h5~h2 {
    margin-top: 0
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: #4a4a4a;
    font-weight: 500 !important;
}

.section-lease h2{
    font-weight: 400 !important;
}

#about-rt {
    background: #f5f5f5;
    padding-bottom: 100px;
    padding-top: 50px
}

#about-rt .section-title {
    max-width: 75%
}

#about-rt p {
    font-size: 20px;
    margin-right: 20px;
    line-height: 30px
}

#why-rt .towerimg {
    margin-top: -70px;
    padding-bottom: 80px
}

#why-rt .section-title {
    margin-top: 85px
}

#why-rt .mdl-grid {
    justify-content: space-between
}

.slick-slide img {
    transition: all cubic-bezier(.075, .82, .165, 1)
}

#lease-rt {
    position: relative
}

#lease-rt .slick-list {
    transition: all .4s ease
}

/* #lease-rt .slick-slide {
    position: relative;
    width: 100%;
    transform: translate(0, 0) scale(.75);
    transform-origin: bottom left;
    opacity: .5;
    transition: all .4s ease;
    z-index: 2
}

#lease-rt .slick-dotted .slick-current {
    width: 125%;
    transform: scale(1);
    opacity: 1;
    z-index: 998;
    transform-origin: bottom
} */

#lease-rt .lease-item img {
    width: 100%;
}

#lease-rt .slick-slide,
#lease-rt .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    position: relative;
    transform: scale(.75);
    transform-origin: bottom left;
    opacity: .5;
    transition: all .4s ease;
    z-index: 2;
    
}

#lease-rt .slick-slide + .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: bottom left;
}



#lease-rt .slick-current.slick-active,
#lease-rt .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    position: relative;
    z-index: 999;
  transform: scale(1, 1);
  opacity: 1;
  z-index: 998;
  transform-origin: bottom left;
}

#lease .slick-next:before,
#lease-rt .slick-prev:before {
    color: #000
}

#lease-rt .arrows {
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 999;
    min-width: 100px
}

#lease-rt .arrows::before,
.page::before {
    content: '';
    width: 1px;
    border-left: 1px solid #d8d8d8;
    height: 40px;
    display: block;
    margin: 0 auto
}

.page {
    max-width: 100px;
    position: relative
}

.page::before {
    content: '';
    width: 1px;
    border-left: 1px solid #4a4a4a;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 40px;
    top: -20px
}

.lease-slider .slick-dots {
    display: none!important
}

.rt-card {
    width: 730px;
    padding: 40px 50px;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .09);
    position: relative;
    margin-bottom: 100px;
    margin-top: -120px;
    border-radius: 5px 5px 0 0;
    z-index: 20
}

.rt-card::before {
    content: '';
    border-radius: 5px 0 0 0;
    width: 51%;
    height: 15px;
    background-color: #1e2123;
    background-image: url(../images/pattern.svg);
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.rt-card::after {
    content: '';
    border-radius: 0 0 0 5px;
    width: 50%;
    height: 15px;
    background-color: #1e2123;
    background-image: url(../images/pattern.svg);
    background-position: lright;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(180deg);
    top: 0;
    right: 0
}

.custom-arrow {
    margin-top: -75px
}

.arrows .slick-next,
.arrows .slick-prev,
.custom-arrow .slick-next,
.custom-arrow .slick-prev {
    transition: all ease-in-out .5s
}

.arrows,
.custom-arrow .page {
    display: block;
    position: relative;
    width: 80px
}

.arrows .slick-prev:before,
.custom-arrow .slick-prev:before {
    content: '';
    background: url(../images/left-arrow.svg) no-repeat;
    background-size: cover;
    left: 0;
    width: 21px;
    height: 21px;
    display: block
}

.arrows .slick-prev:before {
    background: url(../images/left-arrow-black.svg)
}

.arrows .slick-prev,
.custom-arrow .slick-prev {
    left: 0
}

.arrows .slick-prev:hover,
.custom-arrow .slick-prev:hover {
    left: -10px
}

.arrows .slick-next:before,
.custom-arrow .slick-next:before {
    content: '';
    transform: rotate(180deg);
    background: url(../images/left-arrow.svg) no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;
    display: block
}

.arrows .slick-next:before {
    background: url(../images/left-arrow-black.svg) no-repeat;
    right: 0
}

.arrows .slick-next:hover,
.custom-arrow .slick-next:hover {
    right: -10px
}

#testimony-rt {
    background-color: #1e2123;
    background-image: url(../images/pattern.png);
    background-repeat: repeat-y;
    background-position: left top;
    color: #fff;
    height: 400px
}

#testimony-rt p {
    font-size: 16px;
    line-height: 24px
}

.quote {
    height: 400px;
    position: relative
}

.quote .name {
    background: url(../images/kutip.png) no-repeat 0 10px;
    margin: 20px 0 10px 0;
    padding-top: 60px
}

.quote .position {
    font-size: 18px;
    font-weight: 400!important;
    margin: 0 0 30px 0;
    font-family: 'Avenir Next LT Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.quotes .photo {
    width: 45%;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    overflow: hidden
}

.quotes .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quotes .photo::before {
    content: '';
    width: 15%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, rgba(30, 33, 35, 1) 0, rgba(30, 33, 35, 0) 100%);
    position: absolute;
    left: 0;
    top: 0
}

.office-view {
    background: url(../images/act.png) no-repeat top center;
    background-size: cover;
    height: 350px
}

.request-tour-card {
    margin-top: -70px;
    padding: 25px 50px;
    width: 100%;
    position: relative;
}

.request-tour-card h5 {
    color: rgba(74, 74, 74, .5);
    font-weight: 500;
    font-style: normal
}

.mdl-textfield {
    padding: 10px 0;
    margin-bottom: 15px
}

.mdl-textfield__input {
    padding: 12px 0
}

.mdl-textfield__label {
    top: 21px
}

.mdl-textfield__label:after {
    bottom: 10px
}

::selection,
input:-internal-autofill-selected {
    background-color: transparent;
    background: 0 0!important
}

#request-tour .mdl-textfield {
    width: 100%
}

#request-tour .mdl-radio__label {
    font-size: 14px;
    margin-right: 10px;
    opacity: .5
}

#request-tour .is-checked .mdl-radio__label {
    opacity: .8
}

.mdl-textfield__label:after {
    background: #27ae60
}

.is-invalid .mdl-textfield__label:before {
    content: '!';
    width: 4px;
    height: 12px;
    position: absolute;
    right: 2px;
    color: #d51400
}

.mdl-textfield__input:focus {
    background-color: #fff;
    outline: 0
}

.mdl-button {
    background: #27ae60;
    color: #fff;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 20px;
    box-shadow: none;
    height: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all ease .5s
}

.mdl-button:hover,
.popup-profil .mdl-button:hover,
button.mdl-button:hover {
    background: #007e44;
    cursor: pointer
}

#request-tour .radios {
    margin-top: 45px
}

.mdl-radio__outer-circle {
    border: 1px solid #c8c8c8
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 1px solid #27ae60
}

.mdl-radio__inner-circle {
    background: #27ae60
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #27ae60
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline,
.mdl-checkbox__box-outline {
    border: 2px solid #27ae60
}

.mdl-checkbox__label {
    color: #4a4a4a;
    font-size: 14px
}

#contact {
    position: relative;
    height: 1050px
}

#map {
    position: absolute;
    top: 350px;
    right: 0;
    width: 45%
}

.location {
    background: url(../images/map.jpg) no-repeat top center;
    cursor: pointer;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 700px;
    background-position: -105px -261px !important
}

.location .mdl-card {
    background: #333735 url(../images/pattern-horizontal.png) bottom center;
    opacity: .85;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 40px
}

.location .mdl-card h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 0
}

.location .mdl-card p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8)
}

.location a {
    color: #9f9f9f;
    font-weight: 400;
    border-bottom: 1px solid;
    border-color: #505050;
    transition: all ease .3s
}

.location a:hover {
    color: #27ae60
}

.footer {
    background: #fafafa;
    color: #4a4a4a;
    font-size: 12px;
    text-align: left;
    height: 96px;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .mdl-logo {
    background: url(../images/logo-dark.png) no-repeat left center;
    background-size: 36px auto;
    padding-left: 50px;
    height: 40px;
    color: #6d6d6d;
    line-height: 37px
}

.footer .mdl-logo img {
    vertical-align: middle
}

.footer .mdl-mini-footer--right-section {
    float: right
}

.footer a {
    color: #6d6d6d
}

.footer a img {
    vertical-align: middle
}

.backtop {
    background: url(../images/top-arrow.png) no-repeat left center;
    padding: 5px 0 5px 20px;
    display: block
}

.content-hero {
    height: 400px;
    object-fit: cover;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.content-hero img {
    width: 100%
}

.content h4 {
    line-height: 34px
}

.image-content-half.image-half-2 {
    background: #404042;
    color: #fff;
    min-height: 625px;
    position: relative;
}

.image-content-half.image-half-2::before{
    position: absolute;
    content: "";
    background: url(../images/pattern-half.png) no-repeat bottom right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
}

.image-content-half.image-half-2 .mdl-cell .p50, .image-content-half.image-half-2 .image-area{
    position: relative;
    z-index: 999;
}

.image-content-half {
    background: #404042 url(../images/pattern-half.png) no-repeat bottom right;
    color: #fff;
    min-height: 625px
}

.image-content-half.image-half-2 .mdl-cell .p-100 {
    padding-left: 300px;
    padding-right: 125px;
}

.image-content-half .mdl-grid {
    min-height: 625px
}

.image-content-half .mdl-cell {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.image-content-half .mdl-cell .p50 {
    align-self: center
}

.gray {
    background: #f5f5f5
}

.mdl-layout__obfuscator-right {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ob-active {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible
}

@keyframes fade {
    0% {
        opacity: 0;
        top: 80px
    }
    100% {
        opacity: 1;
        top: 64px
    }
}

@keyframes fade2 {
    0% {
        opacity: 0;
        top: 0
    }
    100% {
        opacity: 1;
        top: 50px
    }
}

.icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.icon {
    border-radius: 10px;
    background: #fff url(../images/pattern-gray.png) repeat-x bottom center;
    font-size: 14px;
    text-align: center;
    width: calc(19% - 2px);
    padding: 18px 5px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    margin: 5px;
    overflow: hidden;
    line-height: 16px
}

.icon img {
    max-height: 60px;
    margin: 0 auto;
    max-width: 70%
}

.icon span {
    display: block;
    color: #4a4a4a;
    opacity: .65
}

.mdl-grid.center-items {
    justify-content: center
}

.image-area {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.slider-lease {
    height: 500px;
    overflow: hidden;
    position: relative
}

.slider-lease .slide {
    position: relative
}

.slider-lease .slick-dots {
    left: 60%;
    bottom: 15px;
    padding-left: 0
}

.slider-lease .slide img {
    height: 100%;
    margin: 0 auto
}

.slider-lease .slide-caption {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 60%;
    padding-left: 4px
}

.download {
    background: #f5f5f5 url(../images/pattern-gray2.png) repeat-y left top;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 4px;
    position: relative
}

.download::after {
    content: '';
    display: block;
    height: 100%;
    width: 67px;
    background-image: url(../images/pattern-gray2.png);
    background-position: left top;
    background-repeat: repeat-y;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0
}

.download .mdl-card {
    width: 100%;
    min-height: auto!important;
    background: #fff;
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    margin-bottom: 10px
}

.download a {
    color: #27ae60;
    display: inline-block
}

.download .mdl-cell {
    margin-left: 0;
    margin-right: 0
}

.mdl-layout__drawer-right.popup-profil {
    height: 100vh;
    padding: 15px 40px;
    background: #fff
}

.popup-profil.active {
    width: 618px!important;
    z-index: 999!important
}

.popup-profil .mdl-textfield {
    width: 100%
}

.popup-profil .action {
    position: absolute;
    bottom: 20px;
    left: 40px
}

#sign-mobile .close,
.popup-profil .close {
    color: #fff;
    background: #f39c12 url(../images/close.svg) no-repeat center center;
    background-size: 10px 10px;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 30px;
    border-radius: 50%;
    border: 0;
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .2)
}

.close:hover {
    cursor: pointer
}

#sign-mobile .mdl-textfield {
    width: 100%
}

#sign-mobile .mdl-button {
    margin-top: 5px
}

#sign-mobile a {
    line-height: 50px
}

.popup-profil .mdl-button {
    background: #27ae60
}

.popup-profil .btn-outline {
    border: 1px solid #4a4a4a;
    background: #fff!important;
    color: #4a4a4a;
    margin-left: 20px
}

.popup-profil .btn-outline:hover {
    background: #4a4a4a!important;
    color: #fff
}

#langnav {
    display: none
}

#mobilemenubar,
.menumobile {
    display: none
}

#sign-mobile {
    display: none;
    visibility: hidden
}

#sign-mobile.active {
    display: block;
    visibility: visible;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    animation: fadeInDown .4s;
    padding: 0 20px 20px 20px
}

#sign-mobile.active .check-block {
    float: left;
    margin-top: 10px
}

#sign-mobile.active .check-block .mdl-checkbox {
    display: none
}

.dropdown#sign-mobile.active .mdl-button {
    width: 50%;
    margin: 0;
    padding: 0;
    float: right
}

#partner-rt {
    height: auto
}

#partner-rt img {
    filter: grayscale(1);
    opacity: .5;
    transition: all ease .3s
}

#partner-rt img:hover {
    filter: none;
    opacity: 1;
    cursor: default
}

.order-md-1{
    order: 2;
}
.order-md-2{
    order: 1;
}


/* .lease-sider-second .owl-item{
    transform: scale(.6)
}

.lease-slider-second .owl-item.active{
    transform: scale(1)
} */

@media screen and (min-width:1200px) {
    #lease-rt .arrows {
        right: 8%
    }

}

@media screen and (min-width:1024px) {
    .mdl-layout__header.home.is-compact .mdl-layout-title img.logo-image {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        transform: scale(.55);
        transform-origin: center
    }
}

@media screen and (min-width:992px) {
    .p50 {
        padding: 50px
    }
    .image-content-half .p50 {
        padding-left: 100px
    }
    .mdl-layout__header.is-compact .mdl-layout__header-row {
        height: 80px
    }
    .mdl-layout__header.is-compact {
        max-height: 80px
    }
    .mdl-layout__header.is-compact .mdl-layout-title img {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        transform: scale(.5);
        transform-origin: left
    }

}

@media screen and (max-width:1140px) {
    .quote .wrap-center {
        max-width: 1000px
    }
}

@media screen and (max-width:1024px) {
    .section-hero .slider {
        width: calc(100% - 16px);
        margin-left: 16px
    }
    .section-hero .slider .hero-caption {
        transform: scale(.8);
        transform-origin: left bottom
    }
    .section-hero .slider .hero-caption .overflow {
        max-width: 100%
    }
    .section-hero .slider .hero-bg img {
        width: 100%;
        height: 100%
    }
    .quotes .photo img {
        width: auto;
        height: 100%;
        float: none
    }
    .footer {
        padding: 16px;
        height: 63px;
        overflow: hidden
    }
    .mdl-layout__header-row {
        padding: 0 16px;
        height: 70px!important
    }
    .mdl-layout__header,
    .mdl-layout__header.is-compact {
        max-height: 70px!important
    }
    .is-compact {
        max-height: 70px
    }
    .mdl-layout-title {
        text-align: left
    }
    .logo-image,
    .mdl-layout__header.home .mdl-layout-title img.logo-image {
        height: 50px
    }
    #mobilemenubar {
        width: 32px;
        height: 24px;
        display: block;
        padding: 0;
        background: url(../images/mobile-menu-bar.svg) no-repeat center center;
        background-size: 100%;
        border: 0
    }
    .mdl-layout__drawer.menumobile {
        width: 100vw;
        height: 100vh;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
        display: none;
        text-align: center;
        position: relative;
        transition: all .5 ease-in;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .mdl-layout__header-row .menumobile .mdl-navigation {
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        text-align: center
    }
    .mdl-layout__drawer.menumobile.is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: fixed;
        z-index: 5;
        transform-origin: right;
        background: #404042 url(../images/pattern.png) repeat-y left -15px top;
        background-size: 50px auto;
        display: block;
        transition: all .5 ease-out
    }
    header .mdl-layout__header-row .mdl-layout__drawer.menumobile .mdl-navigation__link {
        display: block;
        font-size: 24px;
        font-family: 'Avenir Next LT Pro', sans-serif;
        color: #fff;
        text-align: center;
        opacity: 1;
        text-transform: uppercase;
        border: 0;
        width: 100%
    }
    .mdl-layout__drawer.menumobile .mdl-navigation__link:hover {
        background: rgba(0, 0, 0, .5)
    }
    .menumobile .copy {
        font-size: 11px;
        color: #fff;
        opacity: .8;
        position: absolute;
        bottom: 25px;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .menumobile button {
        width: 35px;
        height: 35px;
        display: block;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4)
    }
    .menumobile .close {
        background: url(../images/btn-close.svg) no-repeat center center;
        background-size: 100%;
        border-radius: 50%
    }
    .menumobile .back {
        background: url(../images/btn-arrow-right.svg) no-repeat center center;
        background-size: 100%;
        display: none;
        border-radius: 50%
    }
    #signin {
        border: 0
    }
    .image-area {
        height: 500px
    }
    .mdl-radio.is-upgraded {
        width: auto;
        margin: 10px 0;
        min-width: 40%
    }
    .quote .mdl-cell {
        margin-left: 90px
    }
    .arrows,
    .custom-arrow .page {
        margin-left: 90px
    }
    #lease-rt .arrows {
        position: relative;
        margin: -20px 0 50px 0;
        display: block;
        right: 100px;
        padding: 0;
        left: unset;
        width: 130px;
        float: right
    }
    .slick-slide img {
        width: 165%
    }
    .rt-card {
        width: 100%;
        margin: 0 0 80px 0;
        border-radius: 0
    }
    .rt-card::after,
    .rt-card::before {
        border-radius: 0
    }
    .custom-arrow .mdl-grid {
        flex-direction: row-reverse
    }
    .image-content-half.image-half-2 .mdl-cell .p-100 {
        padding-left: 100px;
        padding-right: 125px;
    }
}

@media screen and (max-width:991px) {
    .p50 {
        padding: 16px
    }
}

@media screen and (max-width:839px) {

    .image-content-half.image-half-2 .mdl-cell .p-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-md-1{
        order: 1;
    }
    .order-md-2{
        order: 2;
    }
}

@media screen and (max-width:800px) {
    .larger {
        font-size: 30px;
        line-height: 40px
    }
    #testimony-rt {
        height: auto;
        padding-bottom: 10px
    }
    .custom-arrow {
        text-align: right;
        margin: 0 0 30px 0
    }
    .quotes .photo {
        display: block;
        width: 100%;
        position: relative;
        height: auto
    }
    .quote .mdl-grid {
        padding: 8px 50px
    }
    #testimony-rt {
        background-position: -40px top
    }
    .mdl-layout__header-row {
        height: 70px
    }
    .popup-profil {
        width: 100%;
        padding: 0 25px
    }
    .popup-profil .section-title h2 {
        font-size: 24px
    }
    .action .mdl-button {
        padding-left: 40px;
        padding-right: 40px
    }
    .slider-lease .slide-caption {
        font-size: 16px;
        left: 30%;
        padding-left: 4px
    }
    .slider-lease .slick-dots {
        left: 10%;
        bottom: 15px;
        padding-left: 2px;
        transform: scale(.6)
    }
    .quote .mdl-cell {
        margin-left: 8px
    }
    .quote {
        display: flex!important;
        flex-direction: column-reverse;
        height: auto
    }
    .quotes .photo {
        position: relative
    }
    .quotes .photo img {
        width: 100%
    }
    .quotes .photo::after {
        content: '';
        width: 100%;
        height: 25%;
        display: block;
        background: linear-gradient(to top, rgba(30, 33, 35, 1) 0, rgba(30, 33, 35, 0) 100%);
        bottom: 0;
        left: 0;
        position: absolute
    }
    .arrows,
    .custom-arrow .page {
        margin-left: 30px
    }
    .custom-arrow .page {
        margin-left: 50px
    }
    #why-rt .towerimg img {
        width: 80%;
        margin: 0 auto
    }
    #why-rt .mdl-grid {
        flex-flow: column-reverse
    }
    #why-rt .section-title {
        margin-top: 0
    }
}

@media screen and (max-width:600px) {
    #map {
        position: relative;
        top: 0;
        width: 100%
    }
    #contact {
        height: auto
    }
    .location .mdl-card {
        width: 92%
    }
    .request-tour-card {
        padding: 5px 25px;
        width: 90%;
        margin: -70px auto 35px auto
    }
    .centerinmobile {
        text-align: center;
        margin-bottom: 20px
    }
    .section-hero .slider .hero-caption {
        left: 20px
    }
    .slick-dots {
        padding-left: 16px
    }
    .popup-profil.active {
        display: block;
        width: 95%!important;
        z-index: 999!important;
        padding: 0 20px
    }
    #sign-mobile .close,
    .popup-profil .close {
        top: 22px;
        right: 20px
    }
    .popup-profil .action {
        left: 20px
    }
    .downloadbtn {
        font-size: 13px
    }
    .download {
        margin: 0 -16px;
        border-radius: 0!important
    }
    .download .mdl-card {
        font-size: 15px
    }
    .icon {
        width: calc(25% - 10px)
    }
    #testimony-rt p {
        font-size: 14px
    }
    .location {
        background-position: -183px -200px!important
    }
}

@media screen and (max-width:480px) {
    .h2,
    h2 {
        font-size: 28px;
        line-height: 39px
    }
    .h3,
    h3 {
        font-size: 24px
    }
    .section-hero {
        height: 300px;
        padding-top: 30px
    }
    .section-hero .slider .hero-caption {
        left: 12px;
        bottom: 40px
    }
    .section-hero .slider .hero-caption .h1 {
        margin-bottom: 10px
    }
    .slick-dots {
        padding-left: 0;
        transform: scale(.5);
        transform-origin: left;
        left: 10px;
        bottom: 10px
    }
    #about-rt p,
    p {
        font-size: 18px;
        line-height: 28px
    }
    .section-hero::before {
        height: 240px
    }
    .section-hero .slider,
    .section-hero .slider .hero-bg {
        height: 300px
    }
    .section-hero .slider .hero-caption .h1 {
        font-size: 20px;
        line-height: 24px
    }
    .section-hero .slider .hero-caption .overflow {
        font-size: 12px;
        line-height: 18px
    }
    .image-content-half {
        background-size: 30%
    }
    .image-content-half .mdl-cell .p50 {
        padding-bottom: 50px
    }
    .slider-lease,
    .slider-lease .slide img {
        height: 246px
    }
    .slider-lease .slide-caption {
        bottom: 40px
    }
    .highlight,
    .highlight p {
        font-size: 18px;
        line-height: 28px
    }
    .content-hero {
        height: 200px
    }
    .page {
        float: right
    }
    .arrows {
        margin-left: 0
    }
    .custom-arrow .page {
        margin-right: 20px
    }
    .office-view {
        height: 200px
    }
    .icon {
        width: calc(33% - 10px);
        font-size: 10px;
        line-height: 11px;
        height: 123px
    }
    #testimony-rt {
        background-image: none
    }
    .slider-lease .slick-dots {
        left: 30%
    }
    #lease-rt .arrows {
        margin: -40px 0 30px 0;
        right: 30px;
        transform: scale(.7)
    }
    .quote .mdl-grid {
        padding: 16px
    }

}

.mdl-layout__drawer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5
}

.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mdl-layout__drawer-right.active~.mdl-layout__obfuscator-right {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
    z-index: 10
}

.mdl-layout__drawer-right>.mdl-layout-title {
    line-height: 56px;
    padding-left: 16px
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #27ae60;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.slider-lease .slide {
    height: 500px
}

.container {
    min-height: calc(100vh - 296px)
}

:focus {
    outline: 0
}

.btn-link {
    white-space: nowrap
}

.card {
    max-width: 500px;
    margin: 50px auto;
    font-size: 16px;
    padding: 30px
}

.card .card-header {
    font-size: 24px;
    margin-bottom: 25px
}

.form-control {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: block;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 10px 0 20px 0;
    padding: 4px 0;
    width: 100%;
    background: 0;
    text-align: left;
    color: inherit
}

.btn-primary {
    font-size: 14px;
    padding: 11px 35px;
    border-radius: 2px;
    border: 0;
    background: #27ae60;
    color: #fff;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    margin: 20px 25px 20px 0;
    box-shadow: none;
    height: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all ease .5s
}

.sidenav .nav li span {
    margin-left: 20px
}

label.error {
    position: absolute;
    font-size: 12px;
    bottom: -10px;
    color: rgba(74, 74, 74, .5)
}

label.error+.mdl-textfield__label::after {
    background: red
}

.tour-error {
    color: #27ae60;
    padding-top: 20px
}

.tour-notif {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    text-align: center;
}

.tour-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 45px;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background: 0 0!important
}

::selection {
    background: 0 0!important
}

.mdl-menu__container.is-animating,
.mdl-menu__container.is-visible {
    top: 118px!important
}

.mdl-menu li.mdl-menu__item {
    padding: 0
}

.mdl-menu li.mdl-menu__item a {
    padding: 0 16px;
    line-height: 48px;
    height: 48px;
    display: block
}

button#lang+.mdl-menu__container {
    transform: translateX(-35px)!important
}


.policy-top {
    background: #404042;
    height: 450px;
}

.policy-content {
    width: 915px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: -400px;
    border-radius: 5px;
    padding: 50px 60px;
    margin-bottom: 100px;

}

.policy-content h2{
    font-size: 34px;
}

.signmobile-content {
    border-radius: 0;
}

#locationmap {
    width: 750px;
    height: 500px;
}

@media screen and (max-width:976px) {
    .policy-content {
        width: 90%;
    }
}

@media screen and (max-width:575.98px) {
    #about-rt .section-title {
        max-width: 100%;
    }
}