@keyframes slideaway {
    from {
        display: block;
    }

    to {
        transform: translateY(40px);
        opacity: 0;
    }
}

html {
    font-size: 16px;
}

    .fb{
        font-weight:600;
    }
.border-orange {
    border-left: 4px solid #f08261
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #293276;*/
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*  margin-bottom: 60px;*/
}

.circle-parent{
    position:relative;
}

.circle {
    display: inline-block;
    background-color: #c7c703;
    color: #293276;
    /* margin: 10px; */
    border-radius: 50%;
    /*position: absolute;*/
/*    margin-top: -4px;
    margin-left: -35px;*/
}

.notif-box {
    background-color: #F4F4CD;
    border-radius: 5px;
    /*font-size: 13px;*/
    border: 1px solid #dee2e6 !important;
    padding: 1rem 1rem 1rem 1rem;
}

.circle-inner {
    color: #293276;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    height: 170px;
    width: 170px;
    font-size: 98px;
    text-transform: uppercase;
}

th {
    /*font-size: 13px;*/
    font-weight: 600;
    /*text-transform: uppercase;*/
    padding: 5px 5px 5px 5px;
}

td {
    padding: 5px 5px 5px 5px;
}

.container-nav {
    margin-left: 50px;
    margin-right: 50px;
}

.section-custom {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top:58px;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);*/
}
.card-overlay {
    position: relative;
}
    .card-overlay::before {
        content: "";
        background: linear-gradient(70deg, #293276 30%, rgba(0, 0, 0, 0) 60%), url(/pics/End-to-end-Wealth-Management.png);
        background-size: cover;
        position: absolute;
        background-position-y: center;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        z-index: -1;
    }

.bg-vlblue {
    background-color: #EAF2FF;
}

.bg-blue {
    background-color: #293276;
}

.card-bg {
    background: url(/pics/cardimage.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 200px 310px;
    background-color: white;
}

.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    transition:0.2s ease-in;
    
}

.heading {
    font-size: 13.5px;
}

.no-shadow{
    box-shadow:none !important;
}
@keyframes growIn {
    0% {
        /*transform: scale(.9);*/
        opacity: 0
    }

    100% {
        /*transform: scale(1);*/
        opacity: 1
    }
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.b-bot {
    border-bottom: 3px solid #c7c703
}

@keyframes smooth {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#btn-feedback {
    position: fixed;
    bottom: 90px;
    right: 0;
    display: block;
    z-index: 99999;
    border-radius: 20px 0 0 20px;
}

    #btn-back-to-top .h-hide {
        padding: 0;
        opacity: .25;
        height: 0;
    }

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99999;
   
    /*    background-color:white;
    color:blue;
    border:2px solid blue;*/
    border-radius: 50px;
}

    #btn-back-to-top i {
        transition: all 0.1s linear;
    }

    #btn-back-to-top:hover i {
        
        transform: translateY(-5px);
    }

.top-label {
    background-color: white;
    color: #293276;
    border-radius: 50px;
    padding: 2px 15px 2px 15px;
    font-weight:500;
}

html,
body {
    scroll-behavior: smooth;
}

/*
.btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}
*/
.btn-three {
    color: #FFF !important;
    transition: all 0.5s;
    position: relative;
}

.btn-three a {
    text-decoration:none;
    color:white;
    font-weight:400 !important;
}

    .btn-three::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255,255,255,0.1);
        transition: all 0.3s;
        border-radius:3.5rem;
    }

    .btn-three:hover::before {
        opacity: 0;
        transform: scale(0.5,0.5);
    }

    .btn-three::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border: 1px solid rgba(255,255,255,0.5);
        transform: scale(1.2,1.2);
        border-radius:3.5rem;
    }

    .btn-three:hover::after {
        opacity: 1;
        transform: scale(1,1);
    }




/*.text-box {
    margin-left: 44vw;
    margin-top: 42vh;
}
*/
.btn-custom:link, .btn-custom:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.2s;
    position: absolute;
}

.btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-custom:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #777;
}

.btn-custom::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn-custom:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
    
}

.btn-custom::after {
    /*transform: scaleX(1.4) scaleY(1.6);*/
    transition: all 0.4s;
    opacity: 1;
}

/*.btn-custom {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}*/

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

#main {
    width: 100%;
    padding: 0;
}

.content-asset p {
    margin: 0 auto;
}

/*.breadcrumb {
    display: none;
}
*/
/* Helpers */
/**************************/
.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 10px;
    text-align: left;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}

#parallax-world-of-ugg h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}

#parallax-world-of-ugg h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: black;
}

#parallax-world-of-ugg p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

    #parallax-world-of-ugg .title h1 {
        font-size: 35px;
        letter-spacing: 8px;
    }

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-image: url(https://images.unsplash.com/photo-1415018255745-0ec3f7aee47b?dpr=1&auto=format&fit=crop&w=1500&h=938&q=80&cs=tinysrgb&crop=);*/
    background-image: url(/pics/Hero-culture.jpg);
    background-attachment: scroll;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallax-world-of-ugg .parallax-two {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-image: url(https://images.unsplash.com/photo-1432163230927-a32e4fd5a326?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);*/
    background-image: url(/pics/d54229c6-a1e9-46ed-85bf-21ed77044f94.png);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/pics/d54229c6-a1e9-46ed-85bf-21ed77044f94.png)
}

#parallax-world-of-ugg .parallax-three {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(https://images.unsplash.com/photo-1440688807730-73e4e2169fb8?dpr=1&auto=format&fit=crop&w=1500&h=1001&q=80&cs=tinysrgb&crop=);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}





