﻿@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'Century';
    src: url('../fonts/Century.woff2') format('woff2'), url('../fonts/Century.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1 {
    font-size: 66px;
    background: linear-gradient(90deg, #7fd6ff, #9fa9ff, #6f88ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 94px;
    margin-bottom: 10px;
    margin-top: 0px;
}
h2 {
    font-size: 55px;
    background: linear-gradient(90deg, #7fd6ff, #9fa9ff, #6f88ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 67px;
    margin-bottom: 10px;
    margin-top: 0px;
}
*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body {
    font-family: "Schibsted Grotesk", sans-serif;
    background-image: url('Images/main-background.jpg');
    background-size:cover;
    color: #eaeaf0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Century'; 
}
p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
}
.para {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
}
.header {
    background: #0a0322;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    float: right;
    padding-top: 22px;
}
.logo {
    float:left; width:13%;
}
.logo img{width:100%;}
nav a {
    margin-left: 50px;
    text-decoration: none;
    color: #cfcff5;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}
nav a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0%;
        height: 2px;
        background: #7569ff;
        transition: 0.4s ease;
    }
/* hover effect */
nav a:hover {
        color: #7569ff; text-decoration:none;
    }
nav a:hover::after {
            width: 100%;
        }
/* active page */
nav a.active {
        color: #ffffff !important;
        font-weight: 600  !important;
    }
nav a.active::after {
            width: 100%;
        }

.everyone-dvt {
    padding: 150px 0 100px;
}
.everyone-dvt .bannprt{padding-top:90px;}
.everyone-dvt h1 {
        margin-bottom: 30px;
        line-height: 81px; margin-top:0;
    }
.everyone-dvt .right img {
        width: 100%;
        padding-top: 30px;
    }
.helpunrtvt {
    padding: 80px 0;
    background: rgba(0,0,0,.2);
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1)
}
.helpunrtvt p {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-size: 25px;
    }
.helpunrtvt .para{ font-size:30px; font-weight:900;}
.splitvt {
            padding: 120px 0;
        }
 .splitvt .boxlft {
       border-left: 1px solid rgba(255,255,255,0.1);
        padding-left: 30px;
    }
.frameworkdvt {
    padding: 80px 0;
    background: rgba(0,0,0,.2);
}
.frameworkdvt h3{ font-weight:900;}
.frameworkdvt ul {
        float: left;
        width: 100%;
        margin-top: 40px;
        margin-top: 27px;
        padding: 0;
    }
.frameworkdvt ul li {
        list-style: none;
        width: 100%;
        float: left;
        padding: 30px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
.frameworkdvt ul li:hover {
            background: rgba(255,255,255,0.1);
        }
.frameworkdvt ul li:last-child {
             margin-bottom:40px;
        }
.frameworkdvt ul li h4 {
            font-family: 'Century';
            font-size: 25px;
            width: 30%;
            float: left;
         
        }
.frameworkdvt ul li .txtprt {
            font-size: 20px;
            width: 65%;
            float: right;
            padding-left: 78px;
        }
.frameworkdvt .note{font-style:italic; font-size:14px;}

.proofpractice {
    padding: 80px 0;
}
.proofpractice .leftlt {
        padding-left: 70px;
        padding-top: 36px;
    }
.proofpractice .leftlt ul {
            float: left;
            width: 100%;
            padding: 0;
            margin-top: 15px;
            margin-left: 7px;
        }
.proofpractice .leftlt ul li {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                list-style-type: none;
            }
.proofpractice .leftlt ul li img {
                    float: left;
                    width: 31px;
                }
.proofpractice .leftlt ul li p {
                    float: left;
                    padding-left: 11px;
                    margin-bottom: 0;
                }
.proofpractice .imgvt img {
            width: 100%;
        }

.definedvt {
    padding:60px 0;
    background: rgba(0,0,0,.2);
}
.definedvt .lefttd {
        padding-left: 5px;
        padding-top: 33px;
    }
.definedvt .right img {
            width: 100%;
        }
.themesdvt {
    padding: 60px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.themesdvt ul{ float:left; width:100%; margin:20px 0; padding:0;}
.themesdvt ul li {
            width: 32.3%;
            float: left;
            position: relative;
            margin-right: 15px;
            text-align: left;
            list-style: none;
        }
.themesdvt ul li img{ width:100%;}
.themesdvt ul li:nth-child(3n+3) {
                margin-right: 0;
            }
.themesdvt ul li .txt {
            padding: 20px 35px;
            background: rgba(255,255,255,0.05);
            border: none;
            
            height: 126px;
        }
.themesdvt ul li h4 {
                font-family: 'Century';
                font-size: 25px;
            }
.btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 22px;
            background: #6c63ff;
            color: #fff;
            text-decoration: none;
            border-radius: 30px;
            box-shadow: 0 0 18px rgba(108,99,255,0.6); font-weight:800;
        }
.btn:hover {
                background: transparent;
                border: 1px solid #6c63ff;
                color: #fff;
                font-weight: 900;
            }
.img-rounded {
    border-radius: 12px;
    width: 100%;
}

.footer {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
}
/*.footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 400px;
        height: 400px;
        background: url(../Content/images/global.png) no-repeat left center;
        background-size: contain;
        transform-origin: center center;
        animation: rotateRightLeft 16s ease-in-out infinite;
        z-index: -1;opacity:0.1;
    }

    
    @keyframes rotateRightLeft {
        0% {
        transform: translateY(-50%) rotate(-45deg);
    }

    50% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(-45deg);
    }
}

*/
.footer-logo-section {
    width: 90%;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-right: 41px;
    height: 157px;
}
.footer-logo-section img {
    width: 85px;
}
.footer-logo-section p {
    font-size: 16px;
    margin-top: 10px;
}
.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-links {
    margin-top: 20px;
}
.footer-links ul {
    list-style-type: none;
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
}
.footer-links a {
    margin-left: 20px;
    color: #b0b0cc;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px; text-align:center; padding-bottom:20px;
}
.footer-bottom p{font-size:15px;}

.contact-box a {
        padding: 12px 22px;
        background: #6c63ff;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        box-shadow: 0 0 18px rgba(108, 99, 255, 0.6);
        margin-top: 15px;
    }
.contact-box p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.contact-box h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: "Schibsted Grotesk", sans-serif !important;
}

.about .banner-about {
    padding: 160px 0 60px;
    background: rgba(0,0,0,.6);
}
.about .exist-sec {
    padding: 190px 0 60px;
}
.about .exist-sec .text-part {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        /*width: 90%;
        text-align: center;
        margin: 0 auto;*/
        padding-bottom: 40px;
    }
.about .exist-sec .left {
        padding-right: 30px;
    }
.about .exist-sec .right {
        border-left: 1px solid rgba(255,255,255,0.1);
        padding-left: 20px;
    }
.about .understanding-sec {
    padding: 60px 0;
}
.about .understanding-sec .right {
        border-left: 1px solid rgba(255,255,255,0.1);
        padding-left: 20px;
        padding-top:25px;
    }
.different-sec {
    padding: 60px 0;
    background: rgba(0,0,0,.2);
}
.different-sec ul {
        margin-top: 20px;
        padding: 0;
        list-style: none;
    }
.different-sec ul li {
            width: 48.8%;
            float: left;
            margin-bottom: 23px;
            padding: 20px 35px;
            background: linear-gradient(50.26deg, #362793 1.36%, #353467 16.39%, #15143a 89.98%);
            border-radius: 12px;
            margin-right: 23px;
            min-height: 180px;
        }
.different-sec ul li:nth-child(2n+2) {
                margin-right: 0;
            }
.different-sec ul li h5 {
                font-size: 25px;
                font-weight: 800;
                margin-bottom: 10px;
                margin-top: 0;
            }
.about .global-secdt {
    padding: 60px 0;
}
.about .global-secdt .right img {
        width: 75%;
    }
.about .spotlight-secdt {
    padding: 60px 0;
    background: rgba(0,0,0,.2);
}
.about .spotlight-secdt h4 {
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 10px;
        margin-top: 0;
    }
.about .spotlight-secdt ul {
        margin: 40px 0 0;
        padding: 0;
        float: left;
        width: 100%;
    }
.about .spotlight-secdt ul li {
            background: url(../../Content/Images/net-5.png);
            width: 48.6%;
            float: left;
            padding: 52px 47px;
            border-radius: 14.4px;
            border: 1px solid rgba(255,255,255,.1);
            margin-right: 30px;
            list-style: none;
            background-size: 100%;
            min-height: 322px;
        }
.about .spotlight-secdt ul li .left {
                float: left;
                width: 11%;
            }
.about .spotlight-secdt ul li .left img {
                    width: 100%;
                }
.about .spotlight-secdt ul li .left .fas {
        font-size: 45px;
        color: #7fd6ff;
        margin-bottom: 20px;
    }
.about .spotlight-secdt ul li .right {
                float: right;
                width: 83%;
            }
.about .spotlight-secdt ul li:nth-child(2n+2) {
                margin-right: 0;
            }
.about .spotlight-secdt ul li .fas {
        font-size: 45px;
        color: #7fd6ff;
        margin-bottom: 20px;
    }
.about .team-values {
    padding: 60px 0;
}
.about .team-values .pt40{ padding-top:40px;}
.about .team-values .right img {
        width: 100%;
    }
.about .team-values b {
        color: #7fd6ff;
    }

.highertvt {
    padding: 120px 0;
    background: url('../../content/images/bg_skills.jpg');
    background-size: cover;
}
.highertvt .innprt {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
.highertvt p {
        font-size: 24px;
    }

.visibletvt {
    padding: 80px 0;
    background: rgba(0,0,0,.2);
}
.visibletvt .boxdvt1 {
        padding: 35px;
        background: url(../../Content/Images/net-5.png);
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.2);
        min-height: 400px;
    }
.visibletvt .boxdvt2 {
        padding: 35px;
        background: linear-gradient(50.26deg, #362793 1.36%, #353467 16.39%, #15143a 89.98%);
        border-radius: 12px;
        min-height: 400px;
    }
.visibletvt .boxdvt2 p {
        color: #fff;
    }
.visibletvt a p {
        color:#fff;
    }
.visibletvt a:hover {
        text-decoration:none;
    }
    .visibletvt .boxdvt2:hover {
        background: #362793;
    }
    .contact .banner-contact {
        padding: 160px 0 60px;
        background: rgba(0,0,0,.6);
    }
.contact .build-sec {
    padding: 190px 0 120px;
}
.contact .build-sec .text-part {
        width: 92%;
        text-align: center;
        margin: 0 auto;
    }
.contact .nextranktvvi {
    /*padding: 80px 0;*/
    padding: 190px 0;
    /*background: linear-gradient(50.26deg, #362793 1.36%, #353467 16.39%, #15143a 89.98%);*/
}

.expertise .banner-expertise {
    padding: 160px 0 60px;
    background: rgba(0,0,0,.6);
}
.expertise .architecture-sec {
    padding: 190px 0 60px;
}
.expertise .architecture-sec .text-part {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
.expertise .intelligence-sec {
    background: rgba(0,0,0,.2);
    padding: 80px 0;
}
.expertise .intelligence-sec .ptind {
        padding-top: 50px;
    }
.expertise .fourpracticekdvt {
    padding: 80px 0;
    background: #000 url('../../Content/Images/light-lines.png')repeat;
}
.expertise .fourpracticekdvt .innrt {
        margin: 0 auto;
        text-align: center;
        width: 80%;
    }
.expertise .fourpracticekdvt ul {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
.expertise .fourpracticekdvt ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 30px 15px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
.expertise .fourpracticekdvt ul ul {
            margin-top: 3px;
            padding-left: 22px;
        }
.expertise .fourpracticekdvt ul ul li {
                padding: 0;
                border: none;
                margin-bottom: 9px;
                list-style-type: disc;
                font-size: 16px;
            }
.expertise .fourpracticekdvt p b {
        color: #7fd6ff !important;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 0;
    }
.expertise .fourpracticekdvt ul li:last-child {
        border-bottom: none;
    }
.expertise .fourpracticekdvt ul li h4 {
        font-size: 32px;
        width: 30%;
        float: left;
        line-height: 42px;
    }
.expertise .fourpracticekdvt ul li .txtprt {
        width: 66%;
        float: right;
        padding-left: 20px;
        border-left: 1px solid rgba(255,255,255,0.1)
    }
.expertise .expertisedvtapart {
    padding: 80px 0;
}
.expertise .expertisedvtapart ul {
        margin: 26px 0 0;
        padding: 0;
    }
.expertise .expertisedvtapart ul li h4 {
            margin-top: 0;
            font-size: 23px;
            font-weight: 900;
            line-height: 30px;
        }
.expertise .expertisedvtapart ul li {
            width: 23.6%;
            float: left;
            padding: 22px 27px;
            background: rgba(255,255,255,0.05);
            border: none;
            list-style: none;
            border-radius: 12px;
            margin-right: 20px;
            min-height: 400px;
        }
.expertise .expertisedvtapart ul li p{ font-size:16px;}
.expertise .expertisedvtapart ul li .fas {
                font-size: 45px;
                color: #7fd6ff;
                margin-bottom: 20px;
            }
.expertise .expertisedvtapart ul li:nth-child(4n+4) {
                margin-right: 0;
            }
.expertise .expertisedvtapart ul li img {
                width: 63px;
                margin-bottom: 18px;
            }
.expertise .workleadsdt {
    padding: 60px 0;
    background: rgba(0,0,0,.2);
}
.expertise .workleadsdt .imgtrt img {
        width: 100%;
    }
.expertise .workleadsdt ul {
        float: left;
        width: 100%;
        padding: 0;
    }
.expertise .workleadsdt ul li {
            float: left;
            width: 100%;
            margin-bottom: 7px;
            list-style-type: none;
        }
.expertise .workleadsdt ul li img {
                float: left;
                width: 31px;
            }
.expertise .workleadsdt ul li p {
                float: left;
                padding-left: 11px;
                margin-bottom: 0;
            }
.expertise .goalsunrtvt {
    padding: 120px 0;
    background: url('../../content/images/goalsunrtvt.jpg') no-repeat;
    background-size: cover;
}
.expertise .goalsunrtvt .innprt {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
.expertise .goalsunrtvt .innprt h2 {
            line-height: 1.2;
        }

.insights-page .research-sec {
    padding: 190px 0 60px;
}
.insights-page .research-sec span{ font-size:18px; font-style:italic;}
.insights-page .research-sec .right {
        border-left: 1px solid rgba(255,255,255,0.1);
        padding-left: 20px;
    }
.insights-page .research-sec .right ul {
            float: left;
            width: 100%;
            padding: 0;
            margin-top: 10px;
        }
.insights-page .research-sec .right ul li {
                float: left;
                width: 100%;
                margin-bottom: 7px;
                list-style-type: none;
            }
.insights-page .research-sec .right ul li img {
                    float: left;
                    width: 31px;
                }
.insights-page .research-sec .right ul li p {
                    float: left;
                    padding-left: 11px;
                    margin-bottom: 0;
                    width: 90%;
                }
.insights-page .banner-insights {
    padding: 160px 0 60px;
    background: rgba(0,0,0,.6);
}
.insights-page .requestsession {
    padding: 80px 0;
    background: linear-gradient(50.26deg, #362793 1.36%, #353467 16.39%, #15143a 89.98%);
}

button#menuToggle {
    display: none;
}


.down-arrow p {
    font-size: 16px;
    color: #fff;
    animation: jumpArrow 1.2s infinite;
    font-weight: 900;
    background: #007bff;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 52px; cursor:pointer;
}
.down-arrow p a{
    color:#fff;
    text-decoration:none;
}
.down-arrow .fa {
        margin-left:10px;
        color:#fff;
    }

    @keyframes jumpArrow {
        0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

.collaborate .banner-collaborate {
    padding: 160px 0 60px;
    background: rgba(0,0,0,.6);
}
.collaborate .strategic-sec {
    padding: 190px 0 60px;
}
.collaborate .strategic-sec .text-part {
        width: 85%;
        text-align: center;
        margin: 0 auto;
    }
.collaborate .strategic-sec h3 {
        font-size: 35px;
        color: #7fd6ff;
        /*background: linear-gradient(90deg, #7fd6ff, #9fa9ff, #6f88ff);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
.collaborate .engage-sec {
    padding: 60px 0;
    background: rgba(0,0,0,.2);
}
.collaborate .engage-sec ul {
        float: left;
        width: 100%;
        padding: 0;
    }
.collaborate .engage-sec ul li {
            float: left;
            width: 100%;
            margin-bottom: 7px;
            list-style-type: none;
        }
.collaborate .engage-sec ul li img {
                float: left;
                width: 30px;
                margin-right: 6px;
            }
.collaborate .engage-sec ul li p {
                margin-bottom: 0;
            }
.collaborate .engage-sec .imgtrt img {
        width: 100%;
    }
.collaborate .wework-sec {
    background: rgba(0,0,0,.2);
    padding: 80px 0;
}
.collaborate .wework-sec ul {
        width: 100%;
        float: left;
        margin-top: 3px;
        padding-left: 22px;
    }
.collaborate .wework-sec ul li {
            width: 100%;
            float: left;
            list-style-type: disc;
            margin-bottom: 9px;
            font-size: 16px;
        }
.collaborate .contact-sec {
    padding: 80px 0;
    background: rgba(0,0,0,.2);
}
.collaborate .contact-sec .innprt {
        padding: 35px;
        background: linear-gradient(50.26deg, #362793 1.36%, #353467 16.39%, #15143a 89.98%);
        border-radius: 12px;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
.collaborate .contact-sec p a {
        color: #7fd6ff !important;
        font-weight: 800;
        margin-bottom: 0;
    }
.contact .nextranktvvi b, .insights-page .requestsession b, .expertise .goalsunrtvt .innprt b, .collaborate .contact-sec b {
    /*color: #7fd6ff !important;
    font-weight: 800;
    margin-bottom: 0;*/ 
}

.collaborate .contact-sec .innprt .bigpara {
    margin-bottom: 30px;
}
.about .banner-about h1, .expertise .banner-expertise h1, .insights-page .banner-insights h1, .collaborate .banner-collaborate h1, .contact .banner-contact h1 {
    -webkit-text-fill-color: #fff;
}

