
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: white;
    
}
    .scroll-down > h6 {
        margin-left: 0px;
        color: white;
        line-height: 0.1;
        font-weight: 100;
        font-size: 0.9em;
       
    }
    .scroll-down > a {
        -webkit-transform: rotate(-45deg);
        
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
    }
@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform:  translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0px, 20px);
        opacity: 0;
    }
}



.sector-content {
    height: 100px;
    /*width: 34.25%;*/
    position: absolute;
    display: block;
    right: 0px;
    max-width: 360px;
    height: 50vh;
}

.strapline {
    padding: 0px 0px 8px 14px;
   
}

.hero-container {
    width: 100%;
    height: 100vh;
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg1 {
   
    background-image: url('images/bg1.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg2 {
    
    background-image: url('images/bg2.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    ;
}

.bg3 {
    background-image: url('images/bg3.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg4 {
    background-image: url('images/bg4.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg5 {
    background-image: url('images/bg5.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg6 {
    background-image: url('images/bg6.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.transform {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.open {
    right: 0%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}



body {
    overflow-x: hidden;
    font-size: 1em;
    xfont-family: "Roboto" !important;
    font-weight: 300;
    margin: 0 auto;
    padding: 0;
}


.side-menu {
    position: relative;
    background: gray;
    width: 100%;
}

.links-container {
    margin-top: 350px;
}

.nav-title {
    font-size: 3em;
    font-weight: 200;
    margin-top: 260px;
    position: absolute;
    text-align:right;
    left: 0px;
    display: block;
    width: 425px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    min-height: 135px;
    padding-left: 15px;
    padding-right: 10px;
}

.close-button {
    position: absolute;
    right: 315px;
    bottom: 100px;
    font-size: 1.4em;
    width: 45px;
    height: 40px;
    padding-left: 13px;
    text-decoration: none;
    color: black;
    font-weight: 900;
    background: #ffffff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .close-button:hover {
        color: white;
        text-decoration: none;
        background-color: #e46609;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

.nav-title-first {
    font-weight: 600;
    color: #e46609;
    
}

#sectionTitleTxt {
    font-weight: 600;
    color: #e46609;
    font-size: 1.2em;
    text-transform: uppercase;
}

.sectionTitleTwo {
    font-weight: 600;
    color: black;
    font-size: 1.2em;
    text-transform: uppercase;
}

.StaffDetail {height:100%}

.section-menu { position: absolute; right: 0px; display: inline-block; margin-left: 25px; width: 34.25%; max-width: 360px; padding-right: 28px; padding-left: 28px; box-sizing: border-box; padding-bottom: 20px; height: calc(100vh); padding-top: 25px; background-color: white; opacity: 0.9; }

    .section-menu a {
        text-decoration: none;
        color: black;
        outline: none;
        width: 100%;
    }

    .section-menu > ul > li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
        /*padding-left: 22px;*/
    }

.section-content {
    height: 100vh;
    /*width: 360px;*/
    --background-color: white;
    --opacity: 0.9;
    display: inline-block;
   /* float: right;*/
    /*padding-left: 25px;*/
    box-sizing: border-box;
}

.menu-trigger {
    font-size: 1em;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .menu-trigger:hover {
        text-decoration: none;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        padding-left: 10px;
        color: #E46609;
       
    }


@media only screen and (max-width: 800px) {
    .section-menu {
        width: 100%;
    }

    .sector-content {
        width: 100%;
    }

    .section-menu {
        width: 100%;
    }
}
