<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'Playfair Display', serif;
}

body {
    background: url(../images/dot.svg) no-repeat no-repeat;
    background-size: cover;
}


/*Banner and nav*/
li.nav-item a.nav-link {
    color: #2326b1 !important;
    text-transform: uppercase;
    font-weight: bold
}

.video-container {
    position: relative;
    overflow: hidden !important;
}

video {
    height: auto;
    vertical-align: middle;
    width: 100%;
    overflow: hidden !important;
}

.overlay-desc {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-desc .word {
    color: #fff;
    font-size: 5rem;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    width: fit-content;
    font-weight: bold
}

.w1 {
    animation: w1anim 10s infinite;
}

.w2 {
    animation: w2anim 10s infinite;
}

.w3 {
    animation: w3anim 10s infinite;
}

@keyframes w1anim {
    0% {
        opacity: 0;
    }

    16.66% {
        opacity: 1;
    }

    33.32% {
        opacity: 0;
    }
}

@keyframes w2anim {
    33.32% {
        opacity: 0;
    }

    49.98% {
        opacity: 1;
    }

    66.64% {
        opacity: 0;
    }
}

@keyframes w3anim {
    66.64% {
        opacity: 0;
    }

    83.3% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*Banner and nav end*/


/*services*/
a.about-services h2 {
    position: relative;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    margin: 20px 4px;
    color: rgb(158, 156, 156);

}

a.about-services h2:before {
    box-sizing: border-box;
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 99.5%;
    height: 2px;
    border-bottom: 2px solid transparent;

}

a.about-services h2:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    border-radius: 20px;
    color: rgb(209, 201, 201);
}

a.about-services h2:hover:before {
    transition: 0.5s transform linear;
    transform: translateX(0);
    border-color: #ffffff;
    text-decoration: none
}

a.about-services h2 {
    width: fit-content
}

a.about-services {
    text-decoration: none !important
}

/*services end*/

/*Media Queries*/
@media(min-width:768px) {
    .aboutus-content1 {
        font-size: 1.3rem;
        line-height: 2.125rem;
        font-weight: 400;
    }

    .section-holder {
        max-width: 1250px
    }

    h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .services-sub,
    .case-study,
    .approach img,
    .awards-bg,
    .award-1,
    .award-2,
    .client {
        display: none
    }

    .works-holder {

        padding: 80px
    }

    .pth-image {
        width: 90% !important;
    }

    nav {
        position: sticky;
        height: 55px;
        display: block;
        width: 100%;
        z-index: 9;
        padding: 20px 0 0 0;
        background: #fff
    }

    .fp-tableCell {
        height: calc(625px - 30px) !important;
        padding-top: 25px !important;
    }

    .video-container {
        position: relative;
        height: 100vh !important
    }



    .career-card {
        box-shadow: 5px 10px 18px #888888;
    }

    .case-study,
    .awards-bg {
        padding: 20px
    }

    .section-7desk {
        height: calc(100vh - 187px);
        position: relative
    }

}

@media(max-width:767px) {
    .aboutus-content1 {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 0
    }

    .word {
        font-size: 1.5rem !important;
        line-height: 4rem;
        text-align: center
    }

    h1 {
        font-size: 2rem !important;
        text-align: center
    }

    img.client {
        margin: 4px
    }

    nav {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 9;
        padding: 20px 0 0 0;
        background: white !important
    }

    .mob {
        display: none !important;
    }

    .section-7desk {
        height: 90vh;
        position: relative
    }
}

/*Media Queries end*/




/*anmations*/

#section2.fp-table.active.fp-completely .services-sub {
    animation: moveInLeft 1s ease-out;
    animation-fill-mode: backwards;
    display: block;
}

#section2.fp-table.active.fp-completely .approach {
    animation: zoomIn 1.5s ease-out;
    animation-fill-mode: backwards;
    display: block;
}

#section4.fp-table.active.fp-completely .client {
    animation: zoomIn 1.5s ease-out;
    animation-fill-mode: backwards;
    display: inline-block;
    margin: 4px;
    width:16%;
}

.case-study,
.awards-bg {
    transform: scale(0.75);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 2s;
}

.case-study:hover,
.awards-bg:hover {
    transform: scale(0.9);
}

#section3.fp-table.active.fp-completely .case-study,
#section5.fp-table.active.fp-completely .awards-bg {
    animation: fadeInZoom 2.5s ease-out;
    animation-fill-mode: backwards;
    display: block;
}

#section5.fp-table.active.fp-completely img.award-1 {
    animation: fadeIn 2s ease-out;
    animation-fill-mode: backwards;
    display: block;
    animation-delay: 1.5s
}

#section5.fp-table.active.fp-completely img.award-2 {
    animation: fadeIn 2s ease-out;
    animation-fill-mode: backwards;
    display: block;
    animation-delay: 2.5s
}



@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    80% {
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}


@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeInZoom {
    0% {
        opacity: 0.2;
        transform: scale(0.3)
    }

    50% {
        opacity: 0.5;
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        transform: scale(0.75)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;

    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#section2.fp-table.active.fp-completely .left,
#section4.fp-table.active.fp-completely .text-overlay {
    transform: translate(0);
    opacity: 1;
}

#section2 .text-overlay,
#section4 .text-overlay {
    transform: translateY(-400px);
    transition: all 1.2s ease;
    opacity: 0;
}

.text-overlay.left {
    height: 100%;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-overlay {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

/*anmations end*/



/*works section*/
.works-holder .col {
    margin-top: 1px;

}

.img-hover-zoom {
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 98%
}

.img-hover-zoom img {
    transition: transform .5s ease;
    width: 100% !important;
    height: 100% !important
}

.img-hover-zoom:hover img {
    transform: scale(1.1);

}

.img-hover-zoom .text {
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
    left: 0px;
    bottom: 0px;
    margin: 0px auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 200;
    width: 100%;
    text-transform: uppercase
}



@media only screen and (max-width: 1400px) and (min-width: 768px) {
    .works-display {
        max-width: 1150px !important;

    }
}

@media only screen and (min-width: 1401px) {
    .works-display {
        padding: 30px !important;
    }
}

/*works section end*/

/*career and footer*/
.career-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.footer-site li {
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}

.footer-site li a {
    color: #c1c1c1;
    text-decoration: none;
}

/*career and footer section end*/






/* #section2 .red-circle {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
}

.polygon {
    position: absolute;
    opacity: 0.3;
}

.red-circle {
    position: absolute;
    right: 0;
    top: calc(50% - 341.5px);
    opacity: 0.5;
    width: 640px;
    overflow-x: visible;
}

#section2.snap-scroll.snap-scroll-active.snap-scroll-visible .red-circle {
    transform: translateX(0px);
    opacity: 0.3;
} */
.fp-enabled .modal {
    position: fixed !important;
}





</pre></body></html>