@import url('https://cloud.typography.com/6060236/7538192/css/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Khand:500');
@import url('https://use.typekit.net/nkq8fly.css');

body {
    background-color: #ffffff;
    position: relative;
    font-family: myriad-pro, Arial;
    font-size: 18px;
    color: #231F20;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.body_container {
    background-color: #ffffff;
    background-attachment: fixed;
    position: relative;
}

.body_container section {
    overflow: hidden;
}

a {
    color: #007DC3;
    text-decoration: none !important;
}
a:focus {
    outline: 2px solid blue;
    outline-offset: 2px !important;
}
#header {
    height: 72px;
    padding: 25px 0 9px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1030;
}

#header.header-scrolled {
    padding: 8px 0;
}

.header-fixed-top {
    padding-top: 20px;
}

#header .logo {
    background: url("/content/dam/infosys-web/en/technavigator/images/logo.svg") 0 0 no-repeat;
    display: block;
    margin-top: 9px;
    height: 35px;
    width: 100%;
}

.header-scrolled .logo {
    background: url("/content/dam/infosys-web/en/technavigator/images/logo-1.svg") 0 0 no-repeat !important;
    margin-top: 12px !important;
}

.header-scrolled {
    background: #ffffff;
}

.header-scrolled a {
    color: #231F20 !important;
}

.icon-share,
.icon-more-burger {
    display: block;
    height: 24px;
    margin: 7px 0 0;
    width: 24px;
}

.icon-more-burger {
    height: 20px;
    width: 27px;
}

.header-scrolled .logo rect,
.header-scrolled .logo path,
.header-scrolled .icon-share path,
.header-scrolled .icon-more-burger svg rect {
    fill: #231F20;
}

.intro-bg {
    background: url("/content/dam/infosys-web/en/technavigator/images/bg-home.jpg") 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.title-intro {
    margin: 22vh 0;
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 15px;
}

.title-intro h1 {
    color: #ffffff;
    font-size: 128px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", Khand, sans-serif;
    line-height: 105px;
}

.sub-title {
    color: #ffffff;
    font-size: 28px;
    line-height: 39px;
}

.letter {
    display: inline-block;
}

.custom-nav {
    font-size: 16px;
    min-height: 100vh;
}

.custom-nav.navbar {
    border: none;
    margin-bottom: 0;
}

.custom-nav .navbar-default {
    background: #007DC3;
    border-bottom: 0;
    height: 58px;
    transition: all 0.2s ease-in-out;
}

.custom-nav .navbar-nav {
    float: none;
    position: relative;
    width: 100%;
}

.custom-nav .navbar-nav>li {
    height: 58px;
    position: relative;
    text-align: center;
}

.custom-nav .navbar-fixed-bottom .navbar-nav,
.custom-nav .attach .navbar-nav {
    margin-left: 8.33%
}

.custom-nav .navbar-fixed-bottom .navbar-nav>li,
.custom-nav .attach .navbar-nav>li {
    padding: 0 40px;
}

.custom-nav .navbar-fixed-bottom .navbar-nav>li:last-child,
.custom-nav .attach .navbar-nav>li:last-child {
    padding-right: 40px;
}

.custom-nav .active .navbar-nav,
.custom-nav .attach .navbar-nav {
    float: left;
    width: auto;
}

.custom-nav .active .navbar-nav>li,
.custom-nav .attach .navbar-nav>li {
    text-align: left;
    width: auto;
}

.custom-nav .active .navbar-nav>li {
    padding: 0 36px;
}

.custom-nav .active .navbar-nav>li:first-child {
    padding-left: 0 !important;
}

.custom-nav .active .navbar-nav>li>a,
.custom-nav .attach .navbar-nav>li>a {
    padding: 19px 0;
}

.custom-nav .navbar-nav>li>a {
    display: block;
    color: #fff;
    height: 58px;
    padding: 19px 0;
    z-index: 100;
}

.navbar-nav .bg-progress {
    background: rgba(8, 25, 55, 0.3);
    display: block;
    height: 58px !important;
    width: auto;
    left: 0;
    position: absolute !important;
    top: 0;
    z-index: -1;
}

.custom-nav .nav>li>a:focus,
.custom-nav .nav>li>a:hover {
    background: none;
    color: #fff;
}

.custom-nav .navbar-default.attach {
    bottom: -25px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.custom-nav .attach .navbar-nav>li {
    padding-right: 75px;
}

.custom-nav .navbar-default.active {
    top: 72px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent !important;
}

#scroll-top {
    background-image: url("/content/dam/infosys-web/en/technavigator/images/icon-arrow-up.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4vh;
    display: none;
    position: fixed;
    right: 1vw;
    width: 56px;
    height: 56px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

#scroll-top:hover {
    background-color: #B8B8B9 !important;
}

.scroll-down {
    background: #fff url("/content/dam/infosys-web/en/technavigator/images/icon-scroll-down.png") 50% 55% no-repeat;
    background-size: 50%;
    border-radius: 100% !important;
    display: block;
    height: 64px;
    margin: 50px auto 0;
    padding: 7px 16px;
    width: 64px;
    animation: pulse 1.5s infinite linear;
    -webkit-animation: pulse 1.5s infinite linear;
    -moz-animation: pulse 1.5s infinite linear
}

.scroll-down:before {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 28%, rgba(255, 255, 255, 1) 100%);
    border-radius: 100% !important;
    content: '';
    height: 84px;
    left: -10px;
    opacity: 0.5;
    position: absolute;
    width: 84px;
    top: -10px;
    animation: pulse 1.5s infinite linear;
    -webkit-animation: pulse 1.5s infinite linear;
    -moz-animation: pulse 1.5s infinite linear;
}

@-webkit-keyframes scrolldown {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 10px;
    }
}

@keyframes scrolldown {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 10px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    50% {
        -webkit-transform: scale(1.175);
        transform: scale(1.175);
    }

    75% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.right-nav {
    padding: 0;
}

.right-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.right-nav li {
    float: left;
    padding: 0 0 0 60px;
    position: relative;
}

.right-nav li:first-child {
    margin-top: 8px;
}

.right-nav a,
.right-nav a:focus {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-align: center;
}

.right-nav a i,
.right-nav a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.right-nav .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.right-nav .dropdown ul li {
    min-width: 200px;
}

.right-nav .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.right-nav .dropdown ul a i {
    font-size: 12px;
}

.right-nav .dropdown ul a:hover,
.right-nav .dropdown ul .active:hover,
.right-nav .dropdown ul li:hover>a {
    color: #47b2e4;
}

.right-nav .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.right-nav .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.right-nav .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

a.close_menu {
    float: right;
    padding: 0 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -10px;
}

.nav-item li.list-inline-item {
    display: block;
    font-size: 18px;
    font-family: myriad-pro, Arial;
    color: #3F3F3F;
    margin-bottom: 10px;
    padding: 13px 20px;
    position: relative;
}

li.nav-item.mobile_list {
    padding: 15px 20px;
}

li.list-inline-item.other_links {
    padding-left: 5px;
    margin-bottom: 10px;
    padding: 5px 0px;
    border-top: 1px solid #DFE1E2;
}

li.list-inline-item.other_links a {
    color: #3F3F3F;
    font-size: 22px;
    font-weight: 700;
}

.nav-item li.list-inline-item a.domain_link {
    font-size: 18px;
    font-family: myriad-pro, Arial;
    color: #3F3F3F;
}

.list-inline .dropdown-toggle::after {
    border: none !important;
}

.app_share {
    background: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 2;
    top: 50px;
    display: none;
    -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    right: 0;
    width: 130px;
}

.app_share a {
    margin: 0 5px;
}

/* Video Styles */
.video-modal .modal-dialog {
    margin: 50px auto;
    width: 1040px;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.6) !important;
}

.video-modal .close {
    opacity: 1 !important;
    margin-bottom: 3px;
    position: fixed;
    outline: none !important;
    right: 0;
    top: 0;
    z-index: 9;
}

.video-modal .close:hover svg rect,
.video-modal .close:focus svg rect {
    fill: #DBDBDB;
}

.video-modal .close:hover svg line,
.video-modal .close:focus svg line {
    stroke: #231F20;
}

.video-modal .modal-content .modal-header {
    padding: 0;
    border: 0;
    min-height: 0;
}

.video-modal .modal-content {
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

.video-modal .modal-body {
    padding: 0;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.mb-05 {
    margin-bottom: 05px;
}

.mt-05 {
    margin-top: 05px;
}

.pb-05 {
    padding-bottom: 05px;
}

.pt-05 {
    padding-top: 05px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.p0 {
    padding: 0;
}

.mr-15 {
    margin-right: 15px;
}

.col-centered {
    float: none;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.inline_blk {
    display: inline-block;
    width: 100%;
}

.inline {
    display: inline-block;
}

.center_align {
    margin: 0 auto;
}

.bg_white {
    background-color: #fff;
}

.bg_lightgrey {
    background-color: #F5F6F8;
}

.bg_dark_orange {
    background-color: #ab6604;
}

.txt-lightblue {
    color: #0271b1;
}

.relative {
    position: relative;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

p.content.quote {
    border: 1px solid #007CC3;
    display: inline-block;
    font-size: 22px;
    line-height: 36px;
    margin: 20px 0;
    padding: 24px 32px;
    position: relative;
    margin-top: 20px;
    width: 100%;
}

p.content.quote:before {
    background: #007CC3;
    content: ' ';
    bottom: 0;
    display: inline-block;
    height: 101%;
    left: 0;
    position: absolute;
    top: -1px;
    width: 8px;
}

.download-sec {
    color: #fff;
    padding: 100px 0;
}

.spend-time {
    color: #fff;
    font-size: 16px;
}

.title-doc {
    font-size: 24px;
    font-weight: bold;
}

.title-strategy {
    font-size: 44px;
    line-height: 62px;
    margin: 0;
    padding: 0 100px;
}

#overview .page-row {
    padding: 100px 0 0;
}

#overview .page-row h2 {
    font-size: 110px;
}

#ent-metaverse {
    padding-bottom: 150px;
}

.page-row {
    background-attachment: fixed;
    position: relative;
}

.page-row h2 {
    font-size: 100px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    line-height: 100px;
}

.page-row .nav-tabs {
    border-bottom: none;
}

.page-row .nav-tabs .nav-item {
    border: none;
    border-bottom: 2px solid #A9AEB1;
    color: #A9AEB1;
    font-size: 36px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    line-height: 50px;
    padding: 0;
    width: 50%;
}

.page-row .nav-tabs .nav-item:first-child {
    margin-right: 30px;
    width: 47.35%
}

.page-row .nav-tabs .nav-item.active {
    color: #3F3F3F;
    border-bottom: 2px solid #3F3F3F;
}

p.content {
    margin: 0 0 36px;
    padding-left: 0;
}

p.highlight-content {
    font-size: 44px;
    line-height: 56px;
    margin: 40px 0 70px;
    padding-right: 20px;
    padding-top: 35px;
    position: relative;
}

p.highlight-content::before {
    content: '';
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}

p.highlight-content.txt-purple::before {
    background: #8e2d8d;
}

p.highlight-content.txt-brown::before {
    background: #ca4d37;
}

p.highlight-content.txt-lightblue::before {
    background: #0271b1;
}

p.highlight-content.txt-lightgreen::before {
    background: #00866a;
}

.enterprise-text-sec {
    padding: 30px 0 0;
}

.enterprise-text-sec p.highlight-content {
    line-height: 56px;
    margin: 80px 0 110px;
    padding-right: 100px;
}

.panel-link-download {
    background: #231F20 url("/content/dam/infosys-web/en/technavigator/images/icon-download.svg") 34px 17px no-repeat;
    color: #ffffff;
    padding: 34px 34px 38px 120px;
}

.panel-link-download a {
    color: #ffffff;
    text-decoration: underline !important;
}

.txt-highlight {
    font-weight: bold;
}

blockquote {
    border-left: 5px solid #231F20;
    font-size: 18px;
    margin: 0 0 48px;
    padding: 0 0 0 40px;
}

.txt-brown {
    color: #ca4d37;
}

.txt-purple {
    color: #8e2d8d;
}

.txt-lightgreen {
    color: #00866a;
}

.title-human {
    font-size: 48px;
    margin: 230px 0 30px;
}

.human-desc {
    padding-right: 75px;
}

.title-article {
    font-size: 28px;
    line-height: 42px;
}

.title-article.txt-brown {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-brown-article.png") 0 10px no-repeat;
    margin: 70px 0 42px;
    padding-left: 11.7%;
}

.title-article.txt-purple {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-purple-article.png") 0 10px no-repeat;
    margin: 70px 0 42px;
    padding-left: 11.7%;
}

.title-article.txt-lightgreen {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-lightgreen-article.png") 0 10px no-repeat;
    margin: 70px 0 42px;
    padding-left: 11.7%;
}

.panel-video {
    background: url("/content/dam/infosys-web/en/technavigator/images/img-yt-video.jpg") 0 0 no-repeat;
    background-size: cover;
    margin: 55px 0 0;
    min-height: 540px;
    position: relative;
}

.icon-youtube {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-youtube.png") 0 0 no-repeat;
    display: block;
    height: 71px;
    left: 47%;
    position: absolute;
    top: 43%;
    width: 101px;
}

.card-img {
    position: relative;
}

.panel-icon {
    bottom: 15px;
    height: 66px;
    left: 15px;
    position: absolute;
    width: 66px;
}

.panel-icon.icon-doc {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-doc.png") no-repeat;
}

.panel-icon.icon-video {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-video.png") no-repeat;
}

.panel-graph img {
    margin: 80px 0 100px;
}

.panel-graph text {
    font-family: "Tungsten A", "Tungsten B", Khand, sans-serif;
}

.panel-build-blocks {
    background: #8e2d8d url("/content/dam/infosys-web/en/technavigator/images/bg-build-blocks.jpg") 0 0 no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 140px 0;
}

.title-building {
    font-family: "Tungsten A", "Tungsten B", Khand, sans-serif;
    margin: 0;
}

.txt-blocks {
    font-size: 28px;
    line-height: 39px;
    margin: 60px 0 80px;
}

.img-top {
    display: block;
}

.img-overlay-panel,
.panel-img-content {
    color: #fff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 2s ease-out;
}

.img-overlay {
    background: transparent linear-gradient(180deg, #000D0D00 0%, #000707DB 49%, #000505 74%, #000000 100%) 0% 0% no-repeat;
    bottom: 0;
    padding: 35px;
    position: absolute;
    top: 0;
    width: 100%;
}

.panel-build-blocks .img-overlay {
    background: url("/content/dam/infosys-web/en/technavigator/images/img-overlay-1.png") 0 0 no-repeat;
    background-size: contain;
    padding: 30px 30px 25px;
}

.icon-watch-video {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-watch-video.png") 0 0 no-repeat;
    display: inline-block;
    font-weight: bold;
    line-height: 44px;
    margin: 20px 0 0;
    padding-left: 60px;
    transition: all 0.6s linear;
}

.img-overlay:hover .icon-watch-video {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-watch-video-hover.png") 0 0 no-repeat;
    color: #F16B50;
}

.title-video {
    font-size: 44px;
    margin: 0;
}

.img-txt-banner {
    bottom: 60px;
    left: 70px;
    position: absolute;
}

.img-video-text {
    bottom: 35px;
    position: absolute;
}

.blocks-video-desc p {
    min-height: 210px;
    padding: 35px 20px 0 0;
    position: relative;
}

.icon-explore {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-explore.png") 100% 100% no-repeat;
    color: #fff !important;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-right: 50px;
}

.panel-img-content.active {
    margin: 7.5vh auto 7.5vh;
    top: 7.5vh;
    width: 75vw;
}

.panel-img-content .img-overlay {
    background: url("/content/dam/infosys-web/en/technavigator/images/img-overlay.svg") 0% 100% no-repeat;
}

.img-txt-banner {
    width: 95%;
}

.img-txt-banner h3 {
    font-size: 100px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", Khand, sans-serif;
    line-height: 100px;
    margin: 0 !important;
}
.img-txt-banner h2 {
    font-size: 100px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", Khand, sans-serif;
    line-height: 100px;
    margin: 0 !important;
}

.listen-sound {
    margin-top: 20px;
}

.link-quickaccess {
    bottom: 16vh;
    display: none;
    height: 90px;
    position: fixed;
    width: 90px;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    right: 0;
    z-index: 100;
}

.link-quickaccess .qa-menu li {
    background-color: #8e2d8d;
    border: 0;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 90px;
    left: 0;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    min-height: 90px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 90px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-links {
    padding: 25px 10px 0;
}

.downloads.active {
    background-color: #B39CB8 !important;
}

.downloads.active svg path:nth-child(2) {
    display: none;
}

.link-quickaccess li:first-child {
    display: block !important;
}

.link-quickaccess li .icon {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: block;
    height: 44px;
    margin: 0 auto;
    width: 44px;
}

.icon-full-report {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-full-report.png") 50% 50% no-repeat;
}

.icon-executive-summary {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-executive-summary.png") 50% 50% no-repeat;
}

.icon-link-video {
    background: url("/content/dam/infosys-web/en/technavigator/images/icon-link-video.png") 50% 50% no-repeat;
}

.link-quickaccess li span {
    clear: both;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}

.link-quickaccess li.full-report {
    bottom: 350px;
    height: 110px;
    padding-top: 15px;
}

.link-quickaccess li.executive-summary {
    bottom: 249px;
    height: 110px;
    padding-top: 10px;
}

.link-quickaccess li.infographic {
    bottom: 170px;
    padding-top: 15px;
}

.link-quickaccess li.video {
    bottom: 85px;
    padding-top: 15px;
}

.link-quickaccess.active li {
    display: none;
}

.title-audio {
    color: #a7a9ac;
    font-size: 14px;
}

.title-executive {
    font-family: myriad-pro, Arial;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}
.exec-audio {
    background-color: #D5EFF9;
    align-items: center;
    display: flex;
    margin-top: 25px;
}

.exec-audio audio.inactive {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.exec-audio .mute:focus,
.exec-audio .toggle:focus,
.exec-audio .mute:hover,
.exec-audio .toggle:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.exec-audio .toggle {
    background-image: url("/content/dam/infosys-web/en/technavigator/images/icon-play.png");
    background-color: #1E9BD7 !important;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 66px;
    width: 66px;
}

.exec-audio .toggle.playing {
    background-image: url("/content/dam/infosys-web/en/technavigator/images/icon-pause.png");
}

.exec-audio .mute,
.exec-audio .toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.exec-audio input[type=range] {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    height: 3px;
    margin: 0 0 0 10px;
    overflow: visible;
    width: 65%;
    transition: all 0.3s ease-in;
}

.exec-audio .time {
    color: #7f7f80;
    font-size: 20px;
    margin: 0 10px;
}

/* Input Thumb */

.exec-audio input[type="range"]::-webkit-slider-thumb,
.exec-audio input[type="range"]::-moz-range-thumb,
.exec-audio input[type="range"]::-ms-thumb {
    border: 1px solid #000;
    height: 40px;
    width: 5px;
    border-radius: 25% !important;
    background: #000 !important;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-appearance: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: -10px 0 0 0;
}

.exec-audio input[type="range"]:focus {
    outline: none;
}

.exec-audio input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

.exec-audio input[type="range"]::-webkit-slider-thumb {
    width: 5px;
    height: 40px;
    background-color: #231F20;
    border-radius: 20px;
    -webkit-appearance: none;
}

.exec-audio input[type="range"]::-moz-range-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    border-radius: 0px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
}

.exec-audio input[type="range"]::-moz-range-thumb {
    width: 5px;
    height: 40px;
    background-color: #231F20;
    border-radius: 20px;
    -webkit-appearance: none;
    margin-top: -34px;
}

.exec-audio input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.25);
}

.exec-audio input[type="range"]::-ms-fill-lower {
    background: transparent;
}

.exec-audio input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.exec-audio input[type="range"]::-ms-thumb {
    width: 28px;
    height: 28px;
    background-color: #231F20;
    border-radius: 20px;
    -webkit-appearance: none;
    margin-top: -10px;
}

.exec-audio input[type="range"]::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #007db5;
    cursor: pointer;
}

@media only screen and (min-width :768px) {
    .footer-border-left {
        border-left: 1px solid #fff;
    }

    ul.footer-txt>li:last-child {
        margin-bottom: 0px;
    }

    .footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .right-nav li:last-child {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1367px) {
    #scroll-top {
        bottom: 3vh;
    }

    .link-quickaccess {
        bottom: 12vh;
        height: 70px;
        width: 80px;
    }

    .link-quickaccess .qa-menu li.downloads {
        height: 70px;
    }

    .link-quickaccess li.infographic {
        bottom: 147px;
    }

    .link-quickaccess li.executive-summary {
        bottom: 224px;
    }

    .link-quickaccess li.full-report {
        bottom: 317px;
    }

    .link-quickaccess li.video {
        bottom: 70px;
    }

    .link-quickaccess .qa-menu li {
        font-size: 10px;
        height: auto;
        min-height: auto;
        padding: 8px;
        width: 80px;
    }

    .link-quickaccess li span {
        clear: both;
        color: #fff;
        display: block;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        padding: 5px 5px 0;
    }

    .link-quickaccess li .icon {
        font-size: 10px;
        height: 40px;
        width: 40px;
    }

    #scroll-top {
        height: 48px;
        width: 48px;
    }

    .btn-links {
        padding: 6px 10px 0;
    }
}

@media only screen and (max-width: 992px) {
    .intro-bg {
        background-position: 64%;
    }

    .xs-p0 {
        padding: 0 !important;
    }

    .xs-plr15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .xs-plr0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .xs-pl0 {
        padding-left: 0 !important;
    }

    .xs-pr0 {
        padding-right: 0 !important;
    }

    .xs-pl15 {
        padding-left: 15px;
    }

    .xs-ml15 {
        margin-left: 15px !important;
    }

    .xs-mt0 {
        margin-top: 0 !important;
    }

    .xs-mt20 {
        margin-top: 20px !important;
    }

    .xs-mt40 {
        margin-top: 40px !important;
    }

    .xs-mb40 {
        margin-bottom: 40px !important;
    }

    .link-quickaccess {
        height: 44px;
        transition: all 0.7s ease-out;
        width: 44px;
    }

    .link-quickaccess .qa-menu li {
        height: 44px;
        min-height: 44px;
        padding: 0;
        width: 44px;
        border-radius: 50%;
    }

    .btn-links {
        padding: 12px 10px 0;
    }

    .icon-share {
        margin: 4px 0 0;
    }

    body {
        font-size: 18px;
    }

    #header {
        background: #007DC3;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
        height: 68px;
        padding: 20px 5px;
    }

    #header .logo {
        background-size: contain;
        margin: 3px 0 0px;
    }

    .custom-nav .navbar-default {
        display: none;
    }

    .right-nav li {
        padding: 0 0 0 15px;
    }

    .title-building {
        font-size: 67px !important;
        line-height: 92px !important;
    }

    .txt-blocks {
        font-size: 20px;
        margin: 5px 0 0;
    }

    .scroll-down {
        left: 45%;
    }

    .title-intro {
        padding-top: 20%;
    }

    .title-intro h1 {
        font-size: 92px;
        line-height: 92px;
    }

    .title-strategy {
        font-size: 32px;
        line-height: 42px;
        padding: 0;
    }

    .blocks-card {
        margin-top: 58px;
    }

    .blocks-video-desc p {
        padding-top: 30px;
        margin-bottom: 25px;
        min-height: auto;
    }

    .title-video {
        font-size: 40px;
        line-height: 44px;
    }

    .icon-watch-video {
        font-size: 20px;
        font-weight: bold;
    }

    .img-top img,
    .panel-img-content img {
        min-width: 100%;
    }

    .panel-video {
        background-position: 90% 50%;
        background-size: cover;
    }

    .listen-sound {
        float: left !important;
    }

    p.highlight-content {
        font-size: 38px;
        margin-bottom: 48px;
    }

    .title-human {
        font-size: 32px;
        margin-top: 60px;
    }

    .panel-graph img {
        margin: 60px 0 80px;
    }

    .panel-build-blocks {
        padding: 50px 0 80px;
    }

    .title-article {
        background-position: 0 0 !important;
        background-size: 8% !important;
        margin: 50px 0 !important;
        padding: 50px 0 0 0 !important;
        font-size: 24px;
        line-height: 34px;
    }

    blockquote {
        margin: 0 0 38px;
    }

    .panel-link-download {
        background-position: 23px 50%;
        background-size: 11%;
        margin: 0 0 70px;
        padding: 24px 24px 24px 87px;
    }

    #ent-metaverse {
        padding-bottom: 0 !important;
    }

    .enterprise-text-sec p.highlight-content {
        margin: 20px 0 80px !important;
    }

    .title-doc {
        font-size: 18px;
    }

    .page-row {
        padding: 50px 0 0 !important;
    }

    .img-overlay {
        padding: 30px;
    }

    .img-txt-banner {
        left: auto;
        bottom: 30px;
    }

    .img-txt-banner h3 {
        font-size: 80px;
    }
    .img-txt-banner h2 {
        font-size: 80px;
    }

    .link-quickaccess {
        bottom: 34vh;
        right: 2vw;
    }

    .link-quickaccess li.full-report {
        bottom: 176px;
    }

    .link-quickaccess li.executive-summary {
        bottom: 132px;
    }

    .link-quickaccess li.infographic {
        bottom: 88px;
    }

    .link-quickaccess li.video {
        bottom: 44px;
    }

    .custom-nav.active .navbar-default {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
        display: block;
        min-height: 100vh;
        position: fixed;
        right: 0;
        width: 70%;
        z-index: 1050;
    }

    .custom-nav.active .navbar-default .container {
        padding: 0;
    }

    .custom-nav.active .navbar-nav {
        margin: 40px 0 0;
    }

    .custom-nav.active .navbar-nav li {
        border-bottom: 1px solid #f1f1f1;
        padding-left: 20px;
        text-align: left;
        width: 100%;
    }

    .custom-nav.active .navbar-nav li a {
        color: #231F20;
    }

    .custom-nav.active .navbar-nav li.bg-progress {
        display: none;
    }

    .custom-nav.active .navbar-nav li.active {
        background: #231F20;
    }

    .custom-nav.active .navbar-nav li.active a {
        color: #fff;
    }

    #scroll-top {
        height: 44px;
        width: 44px;
    }

    .right-nav a,
    .right-nav a:focus {
        margin: 5px 0 0;
        padding: 0;
    }

    ul.nav-controls {
        width: 100%;
        display: inline-block;
        background: #F5F6F7;
        padding: 0 15px;
    }

    .mobile_share img {
        width: 20px;
        height: 20px;
    }

    ul.navbar-nav .nav-item {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .ftr-head {
        margin-top: 20px;
    }

    .right-nav li:first-child {
        margin: 0;
    }

    .title-intro {
        margin: 50px 0 0;
    }

    .title-intro h1 {
        font-size: 75px;
        line-height: 75px;
        margin: 0;
    }

    .sub-title {
        font-size: 21px;
        line-height: 25px;
    }

    p.highlight-content {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 34px;
    }

    .title-article {
        background-position: 0 0 !important;
        background-size: 8% !important;
        margin: 36px 0 !important;
        padding: 50px 0 0 0 !important;
        font-size: 24px;
        line-height: 34px;
    }

    blockquote {
        margin: 0 0 38px;
        padding: 0 0 0 26px;
    }

    .img-txt-banner h3 {
        font-size: 70px;
        line-height: 70px;
    }
    .img-txt-banner h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .enterprise-text-sec p.highlight-content {
        line-height: 34px;
        padding-right: 20px;
    }

    .page-row.download-sec h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .title-executive {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1366px) {
    .right-nav .dropdown .dropdown ul {
        left: -90%;
    }

    .right-nav .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media print {
    .noprint {
        display: none;
    }
}

/* Desktop */
.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

footer {
    position: relative;
    background: #f8f8f8;
    color: #333;
    border-top: 5px solid #d8d8d8;
}

ul.footer-txt>li:first-child {
    margin-top: 20px;
}

ul.footer-txt>li {
    margin-bottom: 10px;
}

ul.footer-txt>li>a {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
}

.ul.footer-txt>li>a:hover {
    text-decoration: none;
}

.ftr-head {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
}

.country {
    position: relative;
    z-index: 1;
}

.up-arrow,
.down-arrow {
    position: relative;
    margin-left: 100px;
    z-index: -1;
}

.up-arrow:before,
.down-arrow:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #333;
    font-size: 18px;
    /*position: absolute;*/
    top: 2px;
    left: 0;
}

.up-arrow:before {
    content: '\f0d8';
}

.down-arrow:before {
    content: '\f0d7';
}

.select-country>a {
    border: 1px solid #7e7e7e;
    padding: 5px 15px;
    display: inline-block;
    color: #3f3f3f;
}

.select-country>a:hover,
.select-country>a:focus {
    color: #3f3f3f;
    text-decoration: none;
}

.option-country {
    display: none;
}

.open-country {
    display: block;
    position: relative;
}

.country-align {
    position: absolute;
    top: -238px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #fff;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}

.country-align>li>a {
    color: #7e7e7e;
    padding: 10px 15px;
    display: block;
}

.country-align>li>a:hover {
    background: #63b0ff;
    color: #fff;
}

button.toggle:focus {
    outline: 2px solid blue;
}

@media only screen and (max-width: 767px) {
    footer ul {
        margin-bottom: 10px;
    }

    .select-country>a {
        color: #7e7e7e;
    }

    .select-country>a:hover,
    .select-country>a:focus {
        color: #7e7e7e;
    }

    .pull-left-xs {
        float: left !important;
    }
}


