
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ITC Kabel Std';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/ITCKabelStd-Medium.eot');
    src: url('fonts/ITCKabelStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCKabelStd-Medium.woff2') format('woff2'),
        url('fonts/ITCKabelStd-Medium.woff') format('woff'),
        url('fonts/ITCKabelStd-Medium.ttf') format('truetype'),
        url('fonts/ITCKabelStd-Medium.svg#ITCKabelStd-Medium') format('svg');
}

@font-face {
    font-family: 'ITC Kabel Std';
    src: url('fonts/ITCKabelStd-Book.eot');
    src: url('fonts/ITCKabelStd-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/ITCKabelStd-Book.woff2') format('woff2'),
    url('fonts/ITCKabelStd-Book.woff') format('woff'),
    url('fonts/ITCKabelStd-Book.ttf') format('truetype'),
    url('fonts/ITCKabelStd-Book.svg#ITCKabelStd-Book') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('fonts/Tahoma.eot');
    src: url('fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
    url('fonts/Tahoma.woff2') format('woff2'),
    url('fonts/Tahoma.woff') format('woff'),
    url('fonts/Tahoma.ttf') format('truetype'),
    url('fonts/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('fonts/Tahoma-Bold.eot');
    src: url('fonts/Tahoma-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Tahoma-Bold.woff2') format('woff2'),
    url('fonts/Tahoma-Bold.woff') format('woff'),
    url('fonts/Tahoma-Bold.ttf') format('truetype'),
    url('fonts/Tahoma-Bold.svg#Tahoma') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
  overflow-y: scroll !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    font-family: Tahoma, serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    z-index: 20;
}

p, ul {
    font-size-adjust: .488;
    font-style: normal;
    font-weight: 200;
}

img {
    border: 0;
}

a {
    font-weight: bold;
    color: #840b55;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

b {
    font-weight: bold;
}

h1 {
    font-family: "ITC Kabel Std", Tahoma, serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 46px;
    letter-spacing: 1px;
}

h2 {
    font-family: "ITC Kabel Std", Tahoma, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-family: "ITC Kabel Std", Tahoma, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin: 0;
}

.section {
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
}

.section-1 {
    background: #840b55 url("img/section-1.png") 50% 0 no-repeat fixed;
}

.section-2 {
    background: #40B1A1 url("img/section-2.png") 50% 0 no-repeat fixed;
}

.section-3 {
    background: #C6B583 url("img/section-3.png") 50% 0 no-repeat fixed;
}

.section-4 {
    background: #174A5B url("img/section-4.png") 50% 0 no-repeat fixed;
}

.section-5 {
    background: #840b55 url("img/section-5.png") 50% 0 no-repeat fixed;
}

.section-6 {
    background: #40B1A1 url("img/section-6.png") 50% 0 no-repeat fixed;
}

.section-7 {
    background: #d7d7d9 url("img/section-7.png") 50% 0 no-repeat fixed;
}

.text-white {
    color: white;
}

.text-grey {
    color: #3D3D3D;
}

.text-blue {
    color: #174A5B;
}

.slide_height {
    height: 900px;
}

.light-pink-box {
    background-color: #b56d99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 8px 0 rgba(0, 0, 0, .3);
}

.light-pink-box h3 {
    padding: 18px;
}

.margin-top-sm {
    margin-top: 125px;
}

.margin-top-lg {
    margin-top: 225px;
}

.contact-para {
    width: 375px;
}

.keyword {
    font-size: 19px;
}

.keyword-box {
    font-size: 23px;
}

.behance-link {
    position: absolute;
    left: 725px;
    top: 625px;
}

.behance-link-mobile:visited {
    color: white;!important;
}

.button {
    background-color: #840b55;
    border: none;
    color: white;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 19px;
    line-height: 25px;
    margin-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 8px 0 rgba(0, 0, 0, .3);
}

.button:visited {
    color: white;!important;
}

.button:hover {
    background-color: #C6B583;
}

.slide_navigation {
    display: none;
    left: 5px;
    list-style: none;
    position: fixed;
    top: 40%;
    z-index: 300;
}

.slide_navigation li {
    margin: 0 0 15px 0;
}

.slide_navigation li a {
    background-color: rgba(250, 250, 250, .4);
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2),0 6px 20px 0 rgba(0, 0, 0, .19);
    display: block;
    height: 15px;
    width: 15px;
}

.slide_navigation li a.active,
.slide_navigation li a:hover {
    background-color: rgba(250, 250, 250, .9);!important;
}

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

    .behance-link {
        display:none;
    }

    h1 {
        font-size: 36px;
    }

    .contact-para {
        width: 340px;
    }
}

@media screen and (min-width: 1024px) {

    .section {
        min-height: 900px;
        margin: 0 auto;
        padding: 0;
    }

    .slide_navigation {
        display: block;
    }

    .button {
        display: none;
    }

    .pink-box {
        display:none;
    }

    .teal-box {
        display:none;
    }

    .gold-box {
        display:none;
    }

    .bg-1_1 {
        background: url('img/pink-circles.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-1_2 {
        background: url('img/webinar-screens.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-1_3 {
        background: url('img/webinar-desk.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

    .bg-1_4 {
        background: url('img/webinar-presenter.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 5;
    }

    .bg-2_1 {
        background: url('img/green-circles.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-2_2 {
        background: url('img/discussion-wall.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-2_3 {
        background: url('img/discussion-table.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-2_4 {
        background: url('img/discussion-box.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-3_1 {
        background: url('img/gold-circles.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-3_2 {
        background: url('img/forum-globe.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-3_3 {
        background: url('img/forum-desk.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

    .bg-3_4 {
        background: url('img/forum-chat.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 5;
    }

    .bg-3_5 {
        background: url('img/forum-box.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 18;
    }

    .bg-4_1 {
        background: url('img/blue-circles.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-4_2 {
        background: url('img/presentation-slides.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-4_3 {
        background: url('img/presentation-man.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-4_4 {
        background: url('img/presentation-box.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-5_1 {
        background: url('img/digital-phone.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-5_2 {
        background: url('img/digital-chat.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-5_3 {
        background: url('img/digital-people.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-5_4 {
        background: url('img/digital-box.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-6_1 {
        background: url('img/green-circles-2.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-6_2 {
        background: url('img/support-desk.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-6_3 {
        background: url('img/support-screen.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    /* Behance Box */
    .bg-6_4 {
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-7_1 {
        background: url('img/map-background.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }  

    .bg-7_2 {
        background: url('img/map-desk-markers.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }

    .bg-7_3 {
        background: url('img/grey-circles.png') 50% 0 no-repeat fixed;
        height: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
    }
}

/* Text boxes added for mobile */

.pink-box {
    background-color: #840b55;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 8px 0 rgba(0, 0, 0, .3);
    padding: 18px;
    margin-top: 50px;
    text-align: center;
}

.teal-box {
    background-color: #40B1A1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 8px 0 rgba(0, 0, 0, .3);
    padding: 18px;
    margin-top: 50px;
    text-align: center;
}

.gold-box {
    background-color: #C6B583;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 8px 0 rgba(0, 0, 0, .3);
    padding: 18px;
    margin-top: 50px;
    text-align: center;
}

/* End */


.nav_tooltip {
    display: block;
    position: relative;
}

.nav_tooltip .nav_tooltiptext {
    border-radius: 4px;
    color: #fff;
    font-family:"ITC Kabel Std", Tahoma, serif;
    left: 500%;
    margin-left: -50px;
    opacity: 0;
    padding: 5px 0 2px 0;
    position: absolute;
    text-align: left;
    top: -8px;
    transition: opacity .3s;
    visibility: hidden;
    width: 150px;
    z-index: 1;
    text-shadow: 1px 1px 4px #333333;
}

.nav_tooltip .nav_tooltiptext::after {
    /*
    border-bottom: 5px solid transparent;
    border-right: 5px solid #555;
    border-top: 5px solid transparent;
    */
    content: '';
    margin-top: -5px;
    position: absolute;
    right: 100%;
    top: 50%;
}

.nav_tooltip:hover .nav_tooltiptext {
    opacity: 1;
    visibility: visible;
}

.close {
    color: #C6B583;
    text-shadow: none;
    opacity: .9;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.5rem;
}

.close:hover {
color: #fff;

}

.scroll-down {
    bottom: 30px;
    left: 50%;
    padding-top: 60px;
    position: fixed;
    z-index: 299;
}

.scroll-down span {
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    height: 46px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: 0;
    width: 46px;
}

.scroll-down span::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    content: '';
    height: 16px;
    left: 50%;
    margin: -12px 0 0 -8px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
}

.scroll-down span::before {
    -webkit-animation: shadowpulse 3s infinite;
    animation: shadowpulse 3s infinite;
    border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    box-sizing: border-box;
    content: '';
    height: 44px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 44px;
    z-index: -1;
}

@-webkit-keyframes shadowpulse {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes shadowpulse {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

