* {
    margin: 0;
    padding: 0;
}

.cleaner {
    clear: both;
}

.color-orange {
    color: #ED7000;
}
.color-grey {
    color: #C9C9C9 !important;
}
.color-blue {
    color: #6A93AD !important;
}
.bg-grey {
    background: #EDEDED;
}
.bg-grey-1 {
    background: #EEEEEE;
}
.bg-grey-2 {
    background: #DCDCDC;
}
.bg-grey-3 {
    background: #D1D1D1;
}
.bg-blue {
    background: #9FC1D7;
}

.rounded {
    border-radius: 1rem !important;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 14px !important;
    color: #47565A;
    background: #fff;
}

body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

ul {
    margin-left: 1.5rem;
}

h1 {
    font-size: 2.3rem;
}

header {
    padding: 35px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}
header.whitebg, header.smmenuwhite {
    background: rgba(255, 255, 255, 1);
}

header > .container {
    height: 100%;
}

header img.logo {
    height: 50px;
    width: auto;
    transition: height 0.3s;
}
header img.logo.hidden {
    opacity: 0;
}

header nav.navbar {
    padding: 0;
    height: 100%;
}

header nav.navbar .navbar-collapse.show .nav-item,
header nav.navbar .navbar-collapse.collapsing .nav-item {
    line-height: 35px;
}

header nav.navbar .nav-link {
    display: inline !important;
    padding: 0 15px 0 15px !important;
}

header nav.navbar ul.navbar-nav {
    width: 100%;
}

header a {
    color: #47565A;
    transition: color 0.3s;
}
header.white a {
    color: #fff;
}
body.scrolled header a, header.smmenuwhite a {
    color: #47565A;
}
body.scrolled header .logo {
    opacity: 1 !important;
}
header a:hover {
    color: #ED7000 !important;
}
header a.selected {
    color: #ED7000 !important;
}


section#header {
    height: 100px;
    box-sizing: content-box;
    transition: height 0.3s;
    padding: 0;
}

body.scrolled header {
    padding: 10px 0;
    box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
    background: rgba(255, 255, 255, 1);
}

body.scrolled section#header {
    height: 60px;
}

body.scrolled header img.logo {
    height: 35px;
    transition: opacity 0.5s;
}

footer {
    background: #A2A2A2;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
    font-size: 90%;
    position: relative;
    z-index: 1 !important;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ED7000 !important;
}

span.number {
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 130px;
}

.bg-video {
    position: fixed;
    z-index: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
.bg-video video {
    width: 100%;
    height: auto;
    opacity: 0.2;
}
@media (max-width: 575.98px) {
    #about-video {
        transform: scale(1.5);
    }
}

.bg-services {
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../image/services/services-bg.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
}

section {
    padding: 3rem 0 3rem 0;
    position: relative;
    z-index: 5;
    overflow-x: hidden !important;
}
section.grey {
    background: #E5E5E5;
}
section#home {
    /*
    background: transparent url(../image/bg-home.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    */
    width: 100%;
    height: 100vh;
    padding: 0;
	overflow: hidden;
}
section#home video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    opacity: 1;
}
section#assetmanagement {
    background: transparent url(../image/bg-assetmanagement.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 0;
}
section#assetmanagement-2 {
    background: transparent url(../image/assetmanagement-2.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
section#portfolio {
    /*background: transparent url(../image/bg-portfolio.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
*/
    width: 100%;
    height: 100vh;
    padding: 0;
	overflow: hidden;
}
section#portfolio video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    opacity: 0.3;
}
section#contact {
    background: transparent url(../image/bg-contact.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.bg-am-1 {
    background: rgba(100, 145, 170, 0.6);
    color: #fff;
}
.bg-am-2 {
    background: rgba(100, 110, 115, 0.6);
    color: #fff;
}
.bg-am-3 {
    background: rgba(180, 195, 210, 0.6);
    color: #fff;
}
.bg-am-4 {
    background: rgba(180, 155, 145, 0.6);
    color: #fff;
}

section div.main-title {
    padding-top: 200px;
    max-width: 600px;
}
section div.main-title-contact {
    position: absolute;
    right: 0;
    bottom: 40px;
}

p.sub-title {
    font-size: 110%;
    font-weight: bold;
}

a.contact {
    background: #ED7000;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
}
button.contact {
    background: #ED7000;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
    border: 0;
    outline: 0;
}

.reveal {
    transition: all 0.4s;
}
.reveal-slide-from-left {
    transform: translate(-500px, 0);
    opacity: 0;
}
.reveal-slide-from-left.active {
    transform: translate(0, 0);
    opacity: 1;
}
.reveal-slide-from-right {
    transform: translate(500px, 0);
    opacity: 0;
}
.reveal-slide-from-right.active {
    transform: translate(0, 0);
    opacity: 1;
}
.reveal-slide-from-bottom {
    transform: translate(0, 250px);
    opacity: 0;
}
.reveal-slide-from-bottom.active {
    transform: translate(0, 0);
    opacity: 1;
}

.index-spin.active {
    animation-name: index-spin-anim;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-delay: 0.3s;
}
@keyframes index-spin-anim {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.index-spin-reverse.active {
    animation-name: index-spin-reverse-anim;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-delay: 0.3s;
}

@keyframes index-spin-reverse-anim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}