@font-face {
    font-family: 'fira_sans';
    src: url("../fonts/firasanscondensed-regular-webfont.eot");
    src: url("../fonts/firasanscondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasanscondensed-regular-webfont.woff") format("woff"), url("../fonts/firasanscondensed-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sans_light';
    src: url("../fonts/firasanscondensed-light-webfont.eot");
    src: url("../fonts/firasanscondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasanscondensed-light-webfont.woff") format("woff"), url("../fonts/firasanscondensed-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sans_bold';
    src: url("../fonts/firasanscondensed-bold-webfont.eot");
    src: url("../fonts/firasanscondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasanscondensed-bold-webfont.woff") format("woff"), url("../fonts/firasanscondensed-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


.pw-btn-default {
    color: #00BBFA !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    background: #FCFCFC;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 10px 30px;
}

.pw-btn-secondary {
    color: #FCFCFC !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    background: #00BBFA;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 10px 30px;
}

.btn:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.icon-search {
    background: url("/assets/imgs/icon-search.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    display: inline-block;
}

.icon-5g {
    background: url(./assets/imgs/icons-5g.png) no-repeat;
    background-size: 50px auto;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

    .icon-5g.icon-1 {
        background-position: 0 0;
    }

    .icon-5g.icon-2 {
        background-position: 0 -65px;
    }

    .icon-5g.icon-3 {
        background-position: 0 -131px;
    }

    .icon-5g.icon-4 {
        background-position: 0 -199px;
    }

    .icon-5g.icon-5 {
        background-position: 0 -259px;
    }

    .icon-5g.icon-6 {
        background-position: 0 -322px;
    }

.btn-hero-video {
    display: block;
    margin: 45px auto 0;
    cursor: pointer;
    width: 66px;
    height: 66px;
}

.hero-icon-video {
    background: url("/assets/imgs/icon-video.png") no-repeat;
    background-size: 66px auto;
    -webkit-background-size: 66px auto;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.icon-driver {
    background: url("/assets/imgs/icon-drivers.png") no-repeat;
    background-size: 107px auto;
    -webkit-background-size: 107px auto;
    width: 107px;
    height: 98px;
    display: inline-block;
}

.icon-download {
    background: url("/assets/imgs/icon-download.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.icon-mail {
    background: url("/assets/imgs/icon-mail.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    display: inline-block;
    vertical-align: middle;
}

.site-main-header {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    z-index: 2000;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

    .site-main-header .logo-piworks-5g {
        margin-top: 25px;
        display: inline-block;
    }

        .site-main-header .logo-piworks-5g .logo {
            display: inline-block;
            vertical-align: middle;
            background: url(/assets/imgs/piworks_5G_logo_white__.svg) no-repeat;
            background-size: 260px auto !important;
            width: 260px;
            height: 41px;
        }

    .site-main-header.fixed .logo-piworks-5g .logo {
        background: url(/assets/imgs/piworks_5G_logo__.svg) no-repeat;
    }

    .site-main-header .logo-piworks-5g .g5 {
        display: inline-block;
        vertical-align: middle;
        background: url(/assets/imgs/5-g-symbol.svg) no-repeat;
        background-size: 64px auto;
        width: 64px;
        height: 45px;
    }



.mega-menu {
    display: none;
    position: fixed;
    /*left: 0px;*/
    z-index: 1000;
    /*width: 100%;*/
    left: calc((100vw - 1030px) / 2);
}

.menu.multimenu .mega-menu {
    left: calc((100vw - 1174px) / 2);
}

    .mega-menu .mega-menu-wrapper {
        width: 100%;
        max-width: 1030px;
        margin: auto;
    }

        .mega-menu .mega-menu-wrapper.tab-wrapper {
            max-width: 1174px;
        }

    .mega-menu .mm-nav-tabs {
        float: left;
        width: 144px;
    }

        .mega-menu .mm-nav-tabs li {
            cursor: pointer;
            list-style: none;
            padding: 16px;
            padding-top: 30px;
            font-size: 24px;
            font-weight: 300;
            width: 144px;
            height: 117px;
            margin-bottom: 8px;
            color: #fff;
            font-family: 'Lato', sans-serif;
        }

            .mega-menu .mm-nav-tabs li.nav-item-1 {
                background: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
            }

            .mega-menu .mm-nav-tabs li.nav-item-2 {
                background: linear-gradient(90deg, #9400D3 0%, #4B0082 100%);
            }

            .mega-menu .mm-nav-tabs li.nav-item-3 {
                background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
            }

            .mega-menu .mm-nav-tabs li.active, .mega-menu .mm-nav-tabs li:hover {
                background-image: none;
                background-color: #f6f7fa !important;
                color: #000 !important;
            }

    .mega-menu .nav-content-wrapper {
        display: none;
        float: left;
        width: 1030px;
        background-color: #f6f7fa;
        padding: 15px;
        min-height: 250px;
    }

    .mega-menu .mm-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .mega-menu .nav-content-wrapper .nav-content {
        margin-bottom: 8px;
        min-height: 222px;
    }

    .mega-menu .mm-nav-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .mega-menu .nav-content-wrapper .nav-content .header.item {
        padding: 10px;
        background-color: #1a4ba0;
        height: 100px;
    }

        .mega-menu .nav-content-wrapper .nav-content .header.item a {
            padding: 0;
        }

        .mega-menu .nav-content-wrapper .nav-content .header.item h4 {
            color: #fff;
        }

        .mega-menu .nav-content-wrapper .nav-content .header.item p {
            color: #fff;
            margin-bottom: 10px;
        }

    .mega-menu .nav-content-wrapper .nav-content .item {
        width: 100%;
        height: 96px;
        padding: 10px 20px 10px 70px;
        background-color: #FCFCFC;
        display: block;
        float: left;
        margin-left: 8px;
        margin-bottom: 8px;
    }

        .mega-menu .nav-content-wrapper .nav-content .item .icon {
            margin-left: -50px;
            float: left;
            width: 35px;
            height: 35px;
        }


            .mega-menu .nav-content-wrapper .nav-content .item .icon.icon1 {
                background-image: url(/assets/imgs/icon-menu.png);
                background-size: 24px auto;
                -webkit-background-size: 24px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.product {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.service {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.solution {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.insight {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.about {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

            .mega-menu .nav-content-wrapper .nav-content .item .icon.career {
                background-size: 35px auto;
                -webkit-background-size: 35px auto;
                background-repeat: no-repeat;
            }

        .mega-menu .nav-content-wrapper .nav-content .item h5 {
            font-size: 15px;
            font-stretch: condensed;
            color: #1A4BA0;
            margin-bottom: 2px;
        }

        .mega-menu .nav-content-wrapper .nav-content .item p {
            font-size: 14px;
            font-weight: 300;
            color: #222222;
            line-height: 140%;
            font-family: Nunito Sans;
        }

        .mega-menu .nav-content-wrapper .nav-content .item:nth-child(3n+1) {
            margin-left: 0;
        }

.category-banner {
    display: block;
    margin-top: 15px;
    min-height: 105px;
}

    .category-banner .title {
        margin-top: 12px;
    }

    .category-banner .title {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #0083AD;
    }

    .category-banner p {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #222222;
    }

.mega-menu .nav-content-wrapper .banner {
    display: flex;
    width: 100%;
    height: 104px;
    align-items: center;
    justify-content: center;
    float: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FCFCFC;
    background-color: #00BBFA;
}

.mega-menu .nav-content-wrapper .evo-banner {
    color: #FCFCFC;
    background-color: #d3d3d3;
    margin-bottom: 16px;
}

.mm-banner-link {
    padding: 0 !important;
}

.mega-menu .nav-content-wrapper .download {
    float: left;
    display: block;
    padding: 16px 75px;
    width: 100%;
    height: 104px;
    background-color: #FFFFFF;
    color: #1A4BA0 !important;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

    .mega-menu .nav-content-wrapper .download i {
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }

.mega-menu .nav-content-wrapper .banner + .download {
    margin-left: 8px;
}

.mega-menu .nav-content-wrapper.active {
    display: block;
}

.site-main-header .container {
    max-width: 100%;
}

.site-main-header .site-main-menu {
    float: right;
}

    .site-main-header .site-main-menu ul {
        display: inline-block;
        vertical-align: middle;
    }

        .site-main-header .site-main-menu ul li {
            float: left;
            margin-right: 27px;
            position: relative;
        }

            .site-main-header .site-main-menu ul li > a {
                font-family: 'Lato', sans-serif;
                display: block;
                padding: 38px 10px;
                color: #fff;
                font-weight: 400;
                font-size: 15px;
            }

    .site-main-header .site-main-menu > ul li a .g5 {
        border-radius: 4px;
        background-color: #00BBFA;
    }

    .site-main-header .site-main-menu ul li.menu:hover > a {
        color: #1A4BA0;
        background-color: #f6f7fa !important;
    }

    .site-main-header .site-main-menu ul li.menu:hover .mega-menu {
        display: block;
    }

    .site-main-header .site-main-menu .search {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        border-radius: 22px;
        border: solid 1px #222;
        background-color: #fff;
        position: relative;
        /*width: 300px;*/
        width: 250px;
    }

        .site-main-header .site-main-menu .search input {
            font-family: 'Lato', sans-serif;
            width: 100%;
            padding: 10px 20px;
            border: none;
            font-size: 13px;
            color: #6E7590;
        }

            .site-main-header .site-main-menu .search input::placeholder {
                font-family: 'Lato', sans-serif;
                width: 100%;
                padding: 10px 20px;
                line-height: 150%;
                border: none;
                font-size: 13px;
                color: #6E7590;
                overflow: visible;
            }

        .site-main-header .site-main-menu .search .icon-search {
            position: absolute;
            right: 11px;
            top: 7px;
        }

.site-main-header.showmenu .mega-menu {
    display: block;
}

.site-main-header.fixed {
    background-color: white;
}

    .site-main-header.fixed .site-main-menu li a {
        color: #222;
    }

    .site-main-header.fixed .site-main-menu .icon-mail {
        filter: brightness(0.5);
    }



#root {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.page-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 50px;
    height: 200px;
    margin: auto;
    z-index: 1000;
}

    .page-nav li {
        margin-bottom: 12px;
        text-align: right;
    }

        .page-nav li a {
            font-family: Lato;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 28px;
            text-align: right;
            color: #FCFCFC;
            opacity: 0.6;
            margin-right: 6px;
        }

            .page-nav li a i {
                display: inline-block;
                width: 12px;
                height: 12px;
                background-color: #fff;
                border-radius: 100%;
                margin-left: 10px;
                margin-bottom: -2px;
            }

            .page-nav li a.active {
                font-size: 20px;
                opacity: 1;
                line-height: 24px;
                display: inline-flex;
                margin-right: 0;
            }

                .page-nav li a.active i {
                    width: 24px;
                    height: 24px;
                    margin-left: 7px;
                    margin-top: 2px;
                }

.hero {
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(0, 53, 148, 0), #27a3de);*/
}

    /*.hero .owl-stage-outer, .hero .owl-stage, .hero .owl-item {
        width: 100%;
        height: 100%;
    }*/

    .hero .hero-banner {
        width: 100%;
        height: 100%;
    }

        .hero .hero-banner .item {
            background-size: cover;
            background-position: 50% 100%;
            width: 100%;
            height: 100%;
            display: flex;
            justify-items: center;
            align-items: center;
        }

#thejourney.safari {
    background-attachment: local;
}

.hero-banner video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .hero-banner .item .content {
    position: absolute;
    width: 100%;
    z-index: 10;
    font-family: Lato;
    text-align: center;
    margin: auto;
    bottom: 100px;
}

    .hero .hero-banner .item .content .sub-title {
        font-family: Lato;
        font-size: 60px;
        font-weight: 300;
        line-height: 1;
        color: #ffffff;
    }

    .hero .hero-banner .item .content .title {
        font-family: Lato;
        font-size: 80px;
        font-weight: 300;
        line-height: 0.9;
        color: #ffffff;
        margin-bottom: 100px;
    }

    .hero .hero-banner .item .content p {
        font-family: Lato;
        font-weight: 300;
        font-size: 24px;
        line-height: 1.5;
        color: #FCFCFC;
        text-shadow: 0px 2px 4px #003594;
        margin-bottom: 40px;
    }

    .hero .hero-banner .item .content .pw-btn-default {
        margin-right: 10px;
        margin-left: 10px;
        min-width: 240px;
    }

    .hero .hero-banner .item .content .pw-btn-secondary {
        margin-right: 10px;
        margin-left: 10px;
        min-width: 240px;
    }

.sub-content-wrapper {
    padding-top: 170px;
    background-color: #091A37;
}

.subpage-section {
    padding: 120px 0;
}

    .subpage-section .container {
        padding: 0;
    }

.more-section {
    padding: 40px 0;
}

    .more-section .section-content-header {
        margin-bottom: 20px;
    }

    .more-section .highlight-text {
        font-family: 'Lato';
        font-size: 24px;
        font-weight: 300;
        color: #fcfcfc;
        line-height: 40px;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 50%;
    }

.section-content-header {
    margin-bottom: 80px;
}

    .section-content-header .title {
        font-family: 'Lato';
        font-size: 48px;
        font-weight: 300;
        line-height: 1.22;
    }

        .section-content-header .title.type1 {
            color: #00BBFA;
        }

        .section-content-header .title.type2 {
            color: #fff;
        }

    .section-content-header .header-text {
        color: #fff;
        font-weight: 300;
        font-size: 30px;
        line-height: 100px;
    }

.hero-video {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    top: 0;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 187, 250, 0) 39.54%, #00BBFA 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

#subpage-hero.play {
    /* animation: show-scene;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;*/
}


    #subpage-hero.play .hero-icon-video {
        background: url("/assets/imgs/icon-video-pause.png") no-repeat;
    }


        #subpage-hero.play .hero-icon-video.anim {
            animation: fadeIn forwards 2s;
            -webkit-animation: fadeIn forwards 2s;
            -moz-animation: fadeIn forwards 2s;
            -o-animation: fadeIn forwards 2s;
            -ms-animation: fadeIn forwards 2s;
        }

@keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#subpage-hero.play .item .content .title,
#subpage-hero.play .item .content .sub-title {
    opacity: 0;
}



@keyframes show-scene {
    from {
        background-position-y: 0;
    }

    to {
        background-position-y: -2000px;
    }
}

.subpage-hero {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .subpage-hero .bg {
        width: 100%;
        height: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 1;
        /*transition-delay: 3s;*/
        transition: opacity ease-in 2s;
        -webkit-transition: opacity ease-in 2s;
        -moz-transition: opacity ease-in 2s;
    }

#subpage-hero.play .bg {
    opacity: 0;
    z-index: -2;
}

#subpage-hero.play .hero-video {
    z-index: 2;
}

#subpage-about-hero {
    background-color: #000;
}

    #subpage-about-hero #about-video {
        opacity: 0;
    }

    #subpage-about-hero.play #about-video {
        opacity: 1;
        transition: opacity ease-in 2s;
        -webkit-transition: opacity ease-in 2s;
        -moz-transition: opacity ease-in 2s;
    }

    #subpage-about-hero .item .content .sub-title {
        transition: opacity ease-out 2s;
        -webkit-transition: opacity ease-out 2s;
        -moz-transition: opacity ease-out 2s;
    }

.subpage-hero .item {
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    justify-items: center;
    align-items: center;
    position: absolute;
    z-index: 1111;
}

    .subpage-hero .item .content {
        font-family: 'Lato';
        text-align: center;
        margin: auto;
    }

        .subpage-hero .item .content .sub-title {
            font-family: 'Lato';
            font-size: 60px;
            font-weight: 300;
            line-height: 1.22;
            color: #ffffff;
            margin-bottom: 10px;
            opacity: 1;
            transition: opacity ease-out 3s;
            -webkit-transition: opacity ease-out 3s;
            -moz-transition: opacity ease-out 3s;
        }

        .subpage-hero .item .content .title {
            font-family: 'Lato';
            font-size: 80px;
            font-weight: 300;
            line-height: 0.9;
            color: #ffffff;
            opacity: 1;
            transition: opacity ease-out 3s;
            -webkit-transition: opacity ease-out 3s;
            -moz-transition: opacity ease-out 3s;
            margin-bottom: 40px;
        }

.subpage-section .section-content-header .title {
    font-size: 60px;
}

.bg-color-1 {
    background-color: #091A37;
}

.bg-color-2 {
    background-color: #1A4BA0;
}

.next-wave {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #00BBFA;
    display: inline-flex;
}

    .next-wave .section-header {
        margin-bottom: 20px;
    }

        .next-wave .section-header .title {
            font-family: Lato;
            font-size: 60px;
            font-weight: 300;
            line-height: 1.22;
            color: #FCFCFC;
        }

    .next-wave p {
        font-family: Nunito Sans;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        color: #FCFCFC;
        width: 90%;
        margin: 0 auto;
    }

    .next-wave .graphic img {
        max-width: 100%;
        max-height: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        padding-top: 50px;
    }

#picityanimationmaster_hype_container {
    margin-top: 50px;
}

.section-type3.section-platform #scroll {
    margin: 10px auto 30px;
}

.section-photo {
    width: 100%;
    height: 900px;
    display: flex;
    max-height: 900px;
    background-color: #000;
}

    .section-photo .photo {
        flex-wrap: nowrap;
        width: 50%;
        background-size: cover;
        position: relative;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .section-photo .item {
        width: 100%;
        height: 50%;
        background-size: cover;
        position: relative;
    }

    .section-photo .content {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 220px;
        padding: 80px 10% 100px;
        overflow: hidden;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        .section-photo .content .title {
            font-family: Lato;
            font-size: 43px;
            font-weight: 300;
            line-height: 1.11;
            color: #ffffff;
        }

        .section-photo .content p {
            font-family: Nunito Sans;
            font-size: 24px;
            font-weight: 300;
            line-height: 1.33;
            color: #ffffff;
            display: none;
            opacity: 0;
        }


@keyframes show-photo-desc {
    from {
        opacity: 0;
        height: 0;
    }

    to {
        opacity: 1;
        height: 50px;
    }
}

.journey {
    background-color: #011537;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}

    .journey .section-header {
        text-align: center;
    }

        .journey .section-header .title {
            font-family: 'Lato';
            font-size: 60px;
            font-weight: 300;
            line-height: 1.22;
            color: #00bbfa;
        }

    .journey p {
        font-family: Lato;
        font-size: 35px;
        font-weight: 300;
        line-height: 2.05;
        color: #ffffff;
    }

    .journey .operation-image {
        padding: 100px 0 0;
        position: relative;
    }

        .journey .operation-image img {
            max-width: 100%;
            max-height: 100%;
            max-width: 1200px;
            margin: 0 auto;
            display: block;
        }

    .journey img.journey-bar {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        max-height: unset;
        height: auto;
        transform: rotate(-158deg);
    }

    .journey .journey-bar.animate {
        -webkit-animation: thejourney 3.5s normal forwards;
        -moz-animation: thejourney 3.5s normal forwards;
        -o-animation: thejourney 3.5s normal forwards;
    }

@keyframes thejourney {
    from {
        transform: rotate(-158deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes thejourney {
    from {
        -webkit-transform: rotate(-158deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

.g5-solutions {
    background-color: #091A37;
    padding-top: 100px;
}

    .g5-solutions .photo {
        margin-bottom: 30px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        height: 430px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        border-radius: 5px;
    }

        .g5-solutions .photo img {
            position: relative;
            z-index: 1;
            object-fit: cover;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            border-radius: 5px;
        }

    .g5-solutions .content .box-solution-icon {
        width: 38px;
        height: auto;
    }

    .g5-solutions .photo .content {
        background-image: linear-gradient(to bottom, rgba(0, 10, 28, 0) 1%, #000a1c);
        position: absolute;
        z-index: 11;
        bottom: -1px;
        padding: 10%;
        width: 120%;
        /*height: 50%;*/
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

        .g5-solutions .photo .content h5 {
            font-family: Lato;
            font-size: 24px;
            font-weight: 300;
            line-height: 1.33;
            color: #ffffff;
        }

    .g5-solutions .photo:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        transform: translate(0, -5%);
    }

        .g5-solutions .photo:hover img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
        }

        .g5-solutions .photo:hover .content {
            background-image: linear-gradient(180deg, rgba(0, 187, 250, 0) 39.54%, #00BBFA 100%);
        }

.highlights {
    background-color: #091A37;
    padding-top: 100px;
    padding-bottom: 90px;
    margin-top: -1px;
}

    .highlights .highlight-slider {
        margin-bottom: 100px;
        overflow: hidden;
        min-height: 545px;
    }

        .highlights .highlight-slider .owl-stage-outer {
            overflow: visible !important;
        }

    /*.highlights .highlight-slider .owl-stage-outer .owl-item:hover {
                z-index: 100;
            }*/

    .highlights .item .photo {
        position: relative;
        height: 470px;
        display: flex;
        background-size: cover;
        -webkit-background-size: cover;
        align-items: flex-end;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

        .highlights .item .photo .text {
            padding: 10%;
            color: #fff;
            line-height: 1.2;
            font-size: 30px;
            font-weight: 300;
            font-family: "Nunito Sans";
            position: absolute;
            bottom: 0;
            z-index: 20;
        }

        .highlights .item .photo img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            object-fit: cover;
        }


.highlight-slider .owl-stage .owl-item.active.center a {
    cursor: pointer;
}

.highlight-slider .owl-stage .owl-item.active.center {
    z-index: 10;
}

    .highlight-slider .owl-stage .owl-item.active.center .item .photo {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }



.highlights .btn-allhighlights {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #FCFCFC;
    background: #0083AD;
    border-radius: 8px;
    padding: 10px 40px;
}

.owl-carousel .owl-stage {
    margin-bottom: 35px;
}

.career-carousel .owl-stage {
    margin-bottom: 0;
}

.highlights .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
}

    .highlights .owl-nav .owl-prev {
        font-size: 0 !important;
        width: 30px !important;
        height: 30px !important;
        background: url(../imgs/icon-slider-arrow.png) no-repeat 50% 50% !important;
        background-size: 100% !important;
        display: inline-block !important;
        margin-right: 250px !important;
    }

    .highlights .owl-nav .owl-next {
        font-size: 0 !important;
        width: 30px !important;
        height: 30px !important;
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        background: url(../imgs/icon-slider-arrow.png) no-repeat 50% 50% !important;
        background-size: 100% !important;
        display: inline-block !important;
        margin-left: 250px !important;
    }

.highlights .owl-dots {
    text-align: center;
    position: absolute;
    margin-top: 15px;
    width: 20%;
    left: 40%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.highlights .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(0,187,250, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

    .highlights .owl-dot.active {
        background: rgba(0,187,250, 1);
    }





.site-main-footer {
    background-color: #000a1c;
    padding-bottom: 35px;
    padding-top: 40px;
}

    .site-main-footer .container {
        max-width: 100%;
    }

    .site-main-footer .footer-menu-container {
        margin-bottom: 100px;
    }

        .site-main-footer .footer-menu-container .col {
            display: inline-block;
            vertical-align: top;
            margin-right: 80px;
        }

        .site-main-footer .footer-menu-container .title {
            font-size: 16px;
            font-weight: 300;
            font-stretch: condensed;
            color: #00BBFA;
            font-family: Lato;
            margin-bottom: 15px;
            display: block;
        }

        .site-main-footer .footer-menu-container li {
            margin-bottom: 15px;
        }

            .site-main-footer .footer-menu-container li a {
                font-size: 16px;
                font-weight: 300;
                color: #ffffff;
                font-family: Lato;
            }

    .site-main-footer .copy-text {
        font-family: Lato;
        font-size: 16px;
        font-weight: 300;
        color: #00BBFA;
    }

    .site-main-footer .social {
        float: right;
        font-family: Lato;
        font-size: 16px;
        font-weight: 300;
        color: #00BBFA;
        line-height: 30px;
    }

        .site-main-footer .social li {
            float: left;
            margin-left: 10px;
        }

            .site-main-footer .social li a {
                display: block;
                width: 30px;
                height: 30px;
                text-indent: -9000px;
                background-size: auto 30px;
                -webkit-background-size: auto 30px;
            }

                .site-main-footer .social li a.in {
                    background: url(/assets/imgs/icn-linkedin.svg) no-repeat;
                }

                .site-main-footer .social li a.fb {
                    background: url(/assets/imgs/icn-facebook.svg) no-repeat;
                }

                .site-main-footer .social li a.tw {
                    background: url(/assets/imgs/icn-twitter.svg) no-repeat;
                }

                .site-main-footer .social li a.yt {
                    background: url(/assets/imgs/icn-youtube.svg) no-repeat;
                }

                .site-main-footer .social li a.ins {
                    background: url(/assets/imgs/icn-instagram.svg) no-repeat;
                }

.enhancement-items .item {
    min-height: 200px;
    margin-bottom: 20px;
}

    .enhancement-items .item .icon {
        float: left;
        width: 86px;
        margin-right: 22px;
    }

    .enhancement-items .item .item-text {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        font-family: Lato;
        padding-right: 15px;
    }

#ai-solutions .container {
    padding: 0;
}

.solutions-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .solutions-items .item {
        background-position: 50% 50%;
        background-size: cover;
        height: 280px;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

        .solutions-items .item .overlay {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            position: absolute;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
        }

        .solutions-items .item .content {
            position: absolute;
            bottom: 0;
            overflow: hidden;
            padding: 30px;
        }

        .solutions-items .item .title {
            font-weight: 300;
            font-size: 32px;
            line-height: 40px;
            min-height: 100px;
            margin-bottom: 10px;
            color: #FCFCFC;
        }

        .solutions-items .item p {
            margin-bottom: 0;
            font-family: Nunito Sans;
            font-weight: 300;
            font-size: 18px;
            line-height: 20px;
            color: #FCFCFC;
            display: none;
            opacity: 0;
        }

@keyframes show-solution-desc {
    from {
        opacity: 0;
        height: 0;
    }

    to {
        height: 100px;
        opacity: 1;
    }
}

.solutions-items .item:hover p {
    display: block;
    animation: show-solution-desc;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.solutions-items .item:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.news-items .news-item {
    padding: 30px;
    margin-bottom: 30px;
    height: 350px;
    display: block;
}

    .news-items .news-item .category {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #00BBFA;
    }

    .news-items .news-item p {
        margin-bottom: 0;
        font-weight: 300;
        font-family: Nunito Sans;
        font-size: 20px;
        line-height: 26px;
        color: #FCFCFC;
    }

    .news-items .news-item.type1 {
        background: linear-gradient(45deg, #7D0C6C 0%, #2A4CCF 100%);
    }

    .news-items .news-item.type2 {
        background: #fff;
    }

        .news-items .news-item.type2 p {
            color: #222222;
        }

    .news-items .news-item.type3 {
        background: linear-gradient(64.15deg, #F37C0D 0.83%, #CD1A24 100%);
    }

        .news-items .news-item.type3 .category {
            color: #FCFCFC;
        }

    .news-items .news-item.type4 {
    }

.news-items .news-wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
    height: 730px;
    display: block;
}

    .news-items .news-wrapper .news-item {
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
        height: 100%;
    }

    .news-items .news-wrapper .news-figure {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

        .news-items .news-wrapper .news-figure img {
            display: block;
            width: auto;
            margin: auto;
        }

.search-result li {
    list-style: none;
    padding-left: 55px;
    margin-bottom: 60px;
    position: relative;
}

    .search-result li:before {
        content: "";
        width: 42px;
        height: 32px;
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        background: url(/assets/imgs/icon-search.svg) no-repeat;
        background-size: 60%;
        margin-left: 15px;
    }

    .search-result li .text {
        color: #fff;
    }

        .search-result li .text .title {
            font-weight: 300;
            font-size: 24px;
            line-height: 30px;
            color: #00bbfa;
        }

            .search-result li .text .title:hover {
                color: #337ab7;
            }

        .search-result li .text p {
            font-weight: 300;
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 0;
        }

.solpicgrid {
    padding-top: 50px;
}

    .solpicgrid md-input-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }

.btn-megamenu-back {
    display: none;
}

.btn-search {
    display: none;
}

.mobile-search {
    display: none;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    background: #fff !important;
    border-radius: 0;
    height: 2px;
    width: 20px;
}

#frmNewsletter-thankyou {
    margin-top: 30px;
}

.grecaptcha-badge {
    display: none !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .nav-toggle {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .nav-toggle {
        display: none;
    }
}