/*
       .resdesign_header .custom_navigation .nav li .new-menu-servicesbox p:before {
    top: 7px;
}
.resdesign_header  .custom_navigation .nav li .new-menu-servicesbox p:before{
    top: 7px;
}*/
/*.resdesign_header .custom_navigation .nav li .new-menu-servicesbox p{
        margin: 19px 0;
}*/
       @media only screen and (min-width: 769px) {
            .mobile-view {
                display: none;
            }
        }
        /*Case Studies - explore*/
        .body-content .ui-container {
            padding: 22px 0;
        }
        .casestudy_play_video a{
            color: #fff !important;
        }
        .navbar-default {
            background-color: transparent;
            border-color: transparent;
        }
        .img-container.img-container-1 .casestudy_box:not(.no-hover):hover:before {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 130, 197, .5)), to(#0a82c5));
        }
        .img-container.img-container-1 .case-study-main-box .carousel-wrap .casestudy_box {
             min-height: 482px; 
        }
        .img-container.img-container-1 .cards h2::before, .cards h2::after {
            display: none !important;
        }
        .cards h2::before{
            display: none !important;
        }
        .casestudy_box:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .9)));
            background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .9));
            -webkit-transition: background-image .2s ease-in;
            transition: background-image .2s ease-in;
            content: " ";
        }
        .navbar {
            position: inherit;
            min-height: inherit;
            border:none;
        }
        li {
             padding-left: 0; 
             padding-bottom: 0;
        }
        .view-more-btn {
            font-size: 14px !important;
            color: #35a9ef !important; 
            text-decoration: none !important;
        }
        .view-more-btn:hover{
            color: #008 !important
        }
        .explore-container {
            display: block;
            width: 36%;
            height: 88%;
            position: absolute;
            top: 5.6%;
            left: 32.9%;
            z-index: -1;
            overflow: hidden;
            transition: transform 0.6s ease;
        }
        .julie-social {
            margin: 12px 0;
        }
        /*.banner_area.demo_banner_area {
            background: url(../images/banner.jpg) top center no-repeat;
            background-size: cover !important;
            padding: 60px 0;
        }*/
      /*  .banner_area.demo_banner_area {
            position: relative;
        }*/
        .banner_area.demo_banner_area:before {
            position: absolute;
            background-color: #00000066;
            content: '';
            top: 0;
            width: 100%;
            height: 100%;
        }
        .casestudy_box p {
            font-size: 14px !important;
            line-height: 21px;
        }
        .banner_area.demo_banner_area{
             background: url(../images/demoimg.png) top center no-repeat;
             background-size: cover !important; 
        }
        .banner_area .container {
            height: 100%;
            position: relative;
   /*         width: 1170px !important;*/
        }
        .owl-carousel3.demoowl1 {
            margin-bottom: 30px;
        }
        a:hover {
            /*color: #fff !important;*/
            text-decoration: none;
            outline: none;
        }
        .main-content h1 {
            font-size: 97px !important;
            color: #fff;
            font-weight: 800;
            line-height: 93px;
            letter-spacing: -3px;
        }
        .section-container-3 .col-md-3.col-sm-12.col-xs-12 {
            padding: 0;
        }
        .col-md-12, .col-sm-12{
            padding: 0;
        }
        .cta-btn.cards-cta-btn.cards-cta-btn-container{
            display: none;
        }
        .banner_area .main-content p {
            font-size: 20px;
        }


        .animate_title.title-1.careers span {
            font-size: 18px;
        }

        .cta-btn.cards-cta-btn.cards-cta-btn-container {
            position: absolute;
            z-index: 2;
            width: 80px;
            height: 80px;
            background: #5200FF;
            transform: translate(-100%, -100%);
            color: white;
            border-radius: 50%;
            opacity: 0;
            line-height: 1rem;

        }

        .cta-btn.cards-cta-btn.cards-cta-btn-container span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            line-height: 1 !important;
            font-size: 13px !important;
            font-family: Graphik semibold;
        }

       /* .zoom .explore-container:hover {
            opacity: 1;
            cursor: none!important;
        }*/

        .explore-container:hover .cards-cta-btn-container {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            transform: scale(0.9);
            z-index: 2;
            opacity: 0.9;
        }

        .cards-cta-btn-container.isclicked {
            transform: translate(-50%, -50%) !important;
            top: 50% !important;
            left: 50% !important;
            width: 200% !important;
            height: 200% !important;
            opacity: 0.9 !important;
            border-radius: 0% !important;
            transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
        }
        
        @media (min-width: 374px) and (max-width: 375px) {
            .carousel .container:before {
                left: 10% !important;
                width: 81% !important;
            }

            .cta-more-box.arrow.slide-left {
                left: -7% !important;
            }

            .cta-more-box.arrow.slide-right {
                left: 92% !important;
            }

            h3.SubsectionTitle {
                font-size: 24px !important;
                height: auto !important;
            }

            .carousel .container .top-active {
                padding: 0% 14% !important;
                left: 1% !important;
            }

            .explore-container {
                width: 77%;
                height: 87%;
                top: -0.4%;
                left: 11.9%;
            }
        }

        @media (min-width: 413px) and (max-width: 414px) {
            h3.SubsectionTitle {
                font-size: 20px !important;
                height: auto !important;
            }

            .carousel .container .top-active {
                padding: 0% 14% !important;
                left: 1% !important;
            }

            .explore-container {
                width: 77%;
                height: 87%;
                top: -0.4%;
                left: 11.9%;
            }
        }

        @media (min-width: 767px) and (max-width: 768px) {
            .carousel .container:before {
                width: 98% !important;
                left: 3% !important;
            }

            .cards li {
                width: 245px !important;
                /*height: 244px !important;*/
                left: 0%;
            }
/*
            .cta-more-box.arrow.slide-left {
                left: -27% !important;
            }*/

           /* .cta-more-box.arrow.slide-right {
                left: 105% !important;
            }*/

            .carousel .container .top-active {
                top: 44% !important;
                left: -2%;
            }

            h3.SubsectionTitle {
                height: auto !important;
            }

            .carousel .container .cta-more-center {
                bottom: -20px !important;
                left: 54% !important;
                width: 65% !important;
            }

            .explore-container {
                width: 46%;
                left: 27%;
            }
        }

        @media (min-width: 1023px) and (max-width: 1024px) {
            .carousel .container:before {
                width: 84% !important;
                left: 13% !important;
            }
            .cards.newcase_studies li {
                height: 416px;
                 width: 224px !important;
            }
         /*   .cards li {
                width: 224px !important;
                height: 200px !important;
                left: 5%;
            }*/

            /*.cta-more-box.arrow.slide-left {
                left: -20% !important;
            }*/

           /* .cta-more-box.arrow.slide-right {
                left: 103% !important;
            }*/

            .carousel .container .top-active {
                top: 37% !important;
                left: 6%;
            }

            h3.SubsectionTitle {
                height: auto !important;
            }

            .carousel .container .cta-more-center {
                bottom: -5px !important;
                left: 55% !important;
                width: 65% !important;
            }
        }

        /*------------------------------------------------------*/
        /*Just for TechVision2021*/
        @media (max-width: 767px) {
            .tv21-h2 {
                font-size: 1.3rem !important;
            }

            .tv21-desc {
                font-size: 2.3rem !important;
                font-family: graphik light !important;
            }
        }
        @media (min-width: 768px) {
            .tv21-h2 {
                font-size: 30px !important;
                font-weight: 700 !important;
                font-family: "Graphik Light", "Arial", Sans-Serif;
            }

            .tv21-desc {
                font-size: 80px !important;
                font-family: graphik light !important;
            }
        }
        section#redesign-main {
            margin-top: 0px;
        }

        #block-header #header-topnav {
            box-shadow: 0 4px 12px -6px #c4c4c4
        }

        .content-module {
            margin-bottom: 0rem;
        }

        .section-container {
            width: 100%;
            position: relative;
        }

        /** Marquee **/
        .marquee-header {
            color: #fff;
            width: 80%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        @media (min-width: 768px) {
            .marquee-header.marquee-header-5 {
                padding: 20px;
                background-color: #ffffff;
                border-radius: 150px;
            }
        }
        .cta-more .cta-more-marquee-1 {
            bottom: 50% !important;
        }

        .item .marquee-header h1 {
            opacity: 0;
        }

        .item .marquee-header h2 {
            color: #fff;
            font-size: 5.188rem;
            font-family: "Graphik Black", "Arial", Sans-Serif;
            position: relative;
            top: 40px;
            opacity: 0;
            transition: top 0.4s ease, opacity 0.7s ease;
        }

        .item h1 {
            opacity: 0;
            transition: top 0.4s ease, opacity 0.7s ease;
        }

        .item .marquee_description {
            position: relative;
            top: 40px;
            opacity: 0;
            transition: top 0.4s ease, opacity 0.7s ease;
        }

        .item.active .marquee-header h1 {
            top: 0px;
            opacity: 1;
        }

        .item.active .marquee-header h2 {
            top: 0px;
            opacity: 1;
        }
        /* Marquee header 1 - 5th industrial revolution */
        .item .marquee-header-1 h2,
        .item .marquee-header-1 .marquee_description {
            text-shadow: 1px 1px 3px #4a4a4a;
        }
        @media (min-width: 1100px) {
            .item .marquee-header-1 .cta-more-marquee-1 {
                /**top: 3rem;**/
            }

            .item .marquee-header.marquee-header-1 {
                /**margin-top: -2rem;**/
            }
        }


        .item.active .marquee_description {
            top: 0px;
            opacity: 1;
        }

        .item .marquee-vid {
            /* zoom */
            width: 105%;
            min-height: 105%;
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-50%, 50%);
        }

        .item .marquee-vid.vid-3 {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-50%, 50%);
        }
        .item.active .marquee-vid {
            /*width: 100%;*/
            min-height: 100%;
            transition: width 3s ease, min-height 3s ease, opacity 0.3s ease;
        }
        @media screen and (max-width: 1290px) {
            .item .marquee-vid,
            .item.active .marquee-vid {
                width: auto;
            }
        }

        @media screen and (max-width: 1024px) {
            .item .marquee-vid {
                width: auto;
                height: 100%;
            }

            .item.active .marquee-vid {
                width: auto;
                height: 100%;
            }
        }
        /** Caousel IE **/
        .zoom.disable {
            display: none;
        }

        .carousel.slide {
            width: 600px;
            position: relative;
            left: 18%;
        }

        .carousel.slide .carousel-inner .item {
            height: 600px;
        }

        .carousel.slide .carousel-inner .item .cta-btn {
            display: none;
        }

        .carousel.slide .carousel-inner .item img {
            height: 100%;
            width: auto;
        }

        .right.carousel-control,
        .left.carousel-control {
            opacity: 0;
        }

        /** marquee carousel**/
        #marqueeCarousel.carousel {
            width: 100vw;
            height: 100vh;
            position: relative;
            left: 0%;
            top: 50px;
        }

        #marqueeCarousel.carousel .carousel-inner {
            overflow: inherit;
            height: 100%;
        }

        #marqueeCarousel.carousel .carousel-inner .item {
            height: 100%;
            /* position: relative; */
            overflow: hidden;
            transition: transform 0s ease-in-out;
        }

        #marqueeCarousel .carousel-indicators {
            bottom: 10%;
        }

        #marqueeCarousel .carousel-indicators.isHide {
            visibility: hidden;
        }

        #marqueeCarousel .carousel-indicators li {
            padding-left: 0.6rem;
            margin: 6px 5px;
        }

        #marqueeCarousel .carousel-indicators .active {
            margin: 6px 5px;
        }

        /** This is animation **/
        .animate_title {
            opacity: 0;
            position: absolute;
            text-align: center;
            bottom: 50%;
            left: 50%;
            transform: translate(-50%, 50%);
            font-size: 2.4rem;
            line-height: 2.5rem;
        }

        .animate_title span:nth-child(1) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in, top 0.4s ease;*/
        }

        .animate_title span:nth-child(2) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in 0.2s, top 0.4s ease 0.2s;*/
        }

        .animate_title span:nth-child(3) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in 0.4s, top 0.4s ease 0.4s;*/
        }

        .animate_title span:nth-child(4) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
        }

        .animate_title span:nth-child(6) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
        }

        .animate_title span:nth-child(5) {
            position: relative;
            top: 15px;
            opacity: 0;
            /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
        }

        .animate_title.isactive span:nth-child(1),
        .animate_title.isactive span:nth-child(2),
        .animate_title.isactive span:nth-child(3),
        .animate_title.isactive span:nth-child(4),
        .animate_title.isactive span:nth-child(5),
        .animate_title.isactive span:nth-child(6) {
            opacity: 1;
        }

        .animate_title.isactive {
            opacity: 1;
        }

        .animate_title.isactive span {
            top: 0px;
        }

        @media screen and (max-width: 820px) {
            .animate_title {
                font-size: 1.5rem !important;
                line-height: 1.5rem;
            }
        }


        /** IE **/
        .IE .section-container-2,
        .IE .section-container-3,
        .IE .section-container-4,
        .IE .section-container-5,
        .IE .section-container-6,
        .IE .section-container-9 {
            height: auto !important;
        }

        .IE .section-container-2 .panel,
        .IE .section-container-3 .panel,
        .IE .section-container-4 .panel,
        .IE .section-container-9 .panel {
            position: relative !important;
        }

        /** Section 1**/
        .section-container-1 {
            height: 100vh;
            background: #fff;
            overflow: hidden;
        }

        .panel {
            margin: 0px;
            padding: 0px;
            width: 100vw;
            height: 100vh;
            position: absolute;
            overflow: hidden;
            background: transparent;
            border: none !important;
            box-shadow: none !important;

        }



        .section-container-1 .panel {
            transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
            transition: transform 0.2s ease;
            opacity: 0;
        }

        .section-container-1 .panel.isactive {
            opacity: 1;
        }

        .section-container-1 .panel.slide-up {
            transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
        }

        .panel-1 {
            z-index: 4;
        }

        .panel-2 {
            z-index: 3;
        }

        .panel-3 {
            z-index: 2;
        }

        .panel-4 {
            z-index: 1;
        }

        .panel-5 {
            z-index: 0;
        }

        .panel-1.isactive {
            z-index: 5;
        }

        .panel-2.isactive {
            z-index: 5;
        }

        .panel-3.isactive {
            z-index: 5;
        }

        .panel-4.isactive {
            z-index: 5;
        }

        .panel-5.isactive {
            z-index: 5;
        }

        .SubsectionTitle {
            color: #ed5f00;
        }

        .section-container-1 img.img-1 {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 img.img-2 {
            width: 100vw;
            height: 100vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 img.img-3 {
            width: 100vw;
            height: 100vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 img.img-4 {
            width: auto;
            max-width: auto;
            height: 100vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 img.img-5 {
            width: 100vw;
            height: 100vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 .panel-1 .animate_title {
            color: #fff;
        }

        .bg-pannel {
            width: 100%;
        }

        svg {
            width: 100%;
        }

        .section-container-1 .panel-2 .text-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            height: 40%;
            overflow: hidden;
        }

        .section-container-1 .panel-2 .animate_title {
            text-align: left;
            bottom: auto;
            transform: none;
            color: #fff;
        }

        .section-container-1 .panel-2 .animate_title.title-1 {
            position: relative;
            left: -10%;
            transition: left 1s ease 0.1s;
        }

        .section-container-1 .panel-2 .animate_title.title-1.isactive {
            left: 1%;
        }

        .section-container-1 .panel-2 .animate_title.title-2 {
            color: #5200FF;
            position: relative;
            left: -10%;
            transition: left 1.1s ease 0.2s;
        }

        .section-container-1 .panel-2 .animate_title.title-2.isactive {
            left: 5%;
        }

        .section-container-1 .panel-2 .animate_title.title-3 {
            position: relative;
            left: -10%;
            transition: left 1.2s ease 0.3s;
        }

        .section-container-1 .panel-2 .animate_title.title-3.isactive {
            left: 10%;
        }

        .arrow-down {
            position: absolute;
            text-align: center;
            bottom: 5%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-1 .cta-more {
            color: #004DFF;
            position: relative;
            width: auto;
            padding: 10px;
            bottom: 10%;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
            display: inline-block;
        }

        .section-container-1 .cta-more.isactive,
        .section-container-1 .item.active .cta-more {
            opacity: 1;
            bottom: 25%;
        }

        .section-container-1 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-1 .cta-more.isactive .cta-more-box,
        .section-container-1 .item.active .cta-more .cta-more-box {
            left: 0;
            top: 4px;
            width: 36px;
            height: 36px;
            border: 1px solid #fff;
            border-radius: 50px;
            transition-delay: 0.2s;
        }

        .section-container-1 .cta-more.isactive:hover .cta-more-box,
        .section-container-1 .item.active .cta-more:hover .cta-more-box {
            height: 36px;
            border-radius: 25px 25px 25px 25px;
        }

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

            .section-container-1 .cta-more.isactive:hover .cta-more-box,
            .section-container-1 .item.active .cta-more:hover .cta-more-box {
                width: 103%;
            }
        }

        .section-container-1 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 8px;
            height: 15px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-1 .cta-more.isactive .cta-more-arrow,
        .section-container-1 .item.active .cta-more-arrow {
            position: absolute;
            left: 20px;
            height: 15px;
            top: 8px;
            opacity: 1 !important;
            transition-delay: 0.6s;
        }

        .section-container-1 .cta-more .img-arrow-right {
            width: 24px;
            position: absolute;
        }

        .section-container-1 .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
            text-align: left;
        }

        .section-container-1 .cta-more.isactive .cta-more-label,
        .section-container-1 .item.active .cta-more .cta-more-label {
            opacity: 1 !important;
        }

        img.img-arrow-down {
            height: 25px;
            width: auto;
        }

        .cta-scroll {
            color: #ffffff;
            position: absolute;
            cursor: pointer;
            width: auto;
            padding: 10px;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .cta-scroll.position-1 {
            bottom: 37%;
            right: 50%;
        }

        .cta-scroll.position-2 {
            bottom: 10%;
            right: 10%;
        }

        #marqueeCarousel .cta-scroll.position-1 {
            bottom: -5em;
            display: inline-block;
            position: relative;
            right: 0;
        }

        .cta-scroll.isactive,
        .item.active .cta-scroll {
            opacity: 1 !important;
        }

        .cta-scroll .cta-scroll-box {
            position: absolute;
            transform: translateX(-50%);
            top: 7px;
            left: 50%;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .cta-scroll.isactive .cta-scroll-box,
        .item.active .cta-scroll .cta-scroll-box {
            left: 50%;
            transform: translateX(-50%);
            top: 7px;
            width: 36px;
            height: 36px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            transition-delay: 0.2s;
        }

        .cta-scroll .cta-scroll-arrow {
            position: absolute;
            transform: rotate(90deg);
            left: 1px;
            top: -10px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .cta-scroll.isactive .cta-scroll-arrow,
        .item.active .cta-scroll .cta-scroll-arrow {
            position: absolute;
            transform: rotate(90deg);
            left: 1px;
            top: 5px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .cta-scroll.isactive .cta-scroll:hover .cta-scroll-arrow {
            left: 10px;
        }

        .cta-scroll .img-arrow-right {
            width: 23px;
        }

        .cta-scroll .cta-scroll-label {
            width: max-content;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -100%;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .cta-scroll.isactive .cta-scroll-label,
        .item.active .cta-scroll .cta-scroll-label {
            opacity: 1;
        }

        .cta-scroll .cta-scroll-arrow.goDown {
            -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-name: goDown;
            animation-name: goDown;
        }

        @-webkit-keyframes goDown {

            0%,
            100% {
                -webkit-top: 16px;
            }

            25% {
                -webkit-top: 27px;
            }

            50% {
                -webkit-top: 16px;
            }

            75% {
                -webkit-top: 27px;
            }
        }

        @keyframes goDown {

            0%,
            100% {
                top: 16px;
            }

            25% {
                top: 30px;
            }

            50% {
                top: 16px;
            }

            75% {
                top: 30px;
            }
        }

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

            .section-container-1 img.img-1,
            .section-container-1 img.img-2,
            .section-container-1 img.img-2,
            .section-container-1 img.img-4,
            .section-container-1 img.img-5,
            .section-container-1 img.img-6 {
                width: auto;
                max-width: unset !important;
            }

            .arrow-down {
                bottom: 2%;
            }

            .read-it-container {
                display: none;
            }
            .cta-scroll.position-2 {
                right: 50%;
                transform: translateY(50%);
            }

            .marquee-vid.vid-4 {
                left: 0%;
            }
        }

        /** Section 2a **/
        .section-container-2a {
            height: 20vh;
            background: #fff;
            overflow: hidden;
        }

        .section-container-2a .text-center p:nth-child(3) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.4s;
        }

        .section-container-2a .text-center p:nth-child(4) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.5s;
        }
        .section-container-2a .text-center.isactive h3.sectionTitle {
            padding-top: 0px;
            opacity: 1;
        }

        /** Section 2 **/
        .section-container-2 {
            height: 100vh;
            background: #fff;
            overflow: hidden;
        }

        .section-container-2 .panel-1 .img-1 {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -55%);
        }

        .section-container-2 .panel-1 .title-1 {
            bottom: 23%;
        }

        .section-container-2 .panel-1 .title-2 {
            bottom: 15%;
            /*font-family: "Graphik Light", "Arial", Sans-Serif;*/
            font-size: 18px !important;
            line-height: 1.5vw;
        }

        .section-container-2 .panel-2 .title-1 {
            font-size: 1.275rem;
            line-height: 1.275rem;
        }

        .section-container-2 .panel-2 .white-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            opacity: 0;
            transition: opacity 0.6s ease 0.2s;
        }

        .section-container-2 .panel-2 .white-bg.isactive {
            opacity: 0.8;
        }

        .section-container-2 .panel-2 .img-3 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-2 .panel-2 .cta-more {
            color: #004DFF;
            position: absolute;
            width: auto;
            padding: 10px;
            bottom: 10%;
            right: 43%;
            transform: translateY(50%);
            z-index: 10;
            opacity: 0;
            /*transition: opacity 0.6s ease;*/
        }

        .section-container-2 .panel-3 .cta-more-1 {
            color: #004DFF;
            position: absolute;
            width: auto;
            padding: 10px;
            bottom: 8.8em;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .section-container-2 .panel-3 .cta-more-2 {
            color: #004DFF;
            position: absolute;
            width: auto;
            padding: 10px;
            bottom: 6em;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .section-container-2 .panel-1 .cta-more {
            color: #086AD8;
            position: absolute;
            width: auto;
            bottom: -85%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            opacity: 0;
            padding: 10px;
        }

        .section-container-2 .panel-1 .cta-more.isactive .cta-more-box {
            border: 1px solid #086AD8 !important;
        }

        .section-container-3 .text-content.isactive .cardTitle:hover {
            color: #ed5f00;
        }

        .section-container-2 .cta-more.isactive {
            opacity: 1;
        }

        .cta-more {
            cursor: pointer;
        }

        .section-container-2 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-2 .cta-more.isactive .cta-more-box {
            left: 0;
            top: 7px;
            width: 36px;
            height: 36px;
            border: 1px solid #004DFF;
            border-radius: 50px;
            transition-delay: 0.2s;
        }

        .section-container-2 .cta-more.isactive:hover .cta-more-box {
            /*    width: 116px;*/
            height: 36px;
            border-radius: 25px 25px 25px 25px;
        }

        .section-container-2 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 3px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-2 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 3px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-2 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-2 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-2 .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .section-container-2 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }

        .section-container-2 .cta-scroll {
            color: #C3C3C3;
        }

        .section-container-2 .cta-scroll.isactive .cta-scroll-box {
            border: 2px solid #C3C3C3;
        }

        span.header_join {
            font-size: 62px !important;
            font-weight: 900;
        }

        .section-container-2 .cta-scroll .cta-scroll-arrow {
            position: absolute;
            transform: rotate(0deg);
            left: 4px;
            top: 5px;
            transition-delay: 0.6s;
        }

        .section-container-2 .cta-scroll.position-1 {
            /*bottom: -65%;*/
            bottom: -100%;
        }

        .section-container-2 .cta-more.isactive {
            margin-bottom: -2rem;
        }

        .IE .section-container-2 .panel-1 .img-1 {
            background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-dancing-gurl-bg');
            background-position: center center;
            background-size: 60%;
            background-repeat: no-repeat;
            position: relative;
            width: 100%;
        }

        @media screen and (max-width: 1024px) {
            .section-container.section-container-2 {
                height: auto;
                overflow: hidden;
            }

            .section-container-2 .panel {
                position: relative;
                height: auto;
            }

            .section-container-2 .panel-1 .img-1 {
                background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-dancing-gurl-bg');
                background-position: 300px 100px;
                background-size: 100%;
                background-repeat: no-repeat;
                position: relative;
                width: 120%;
                top: 0%;
                left: -10%;
                transform: none;
            }

            .section-container-2 .panel-1 .height-inherit {
                position: absolute;
                bottom: 10%;
                width: 100%;
            }

            .section-container-2 .panel-2 .img-3 {
                width: 150% !important;
                position: relative;
                top: 0%;
                left: 0%;
                transform: none;
            }

            .section-container-2 .panel-2 .text-container {
                position: absolute;
                top: 0;
                left: 0;
            }

        }

        .IE .section-container-2 .new-row.height-inherit {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        @media screen and (max-width: 999px) {
            .section-container-2 .panel-1 {
                height: 40vh;
            }

            .section-container-2 .panel-1 .img-1 {
                width: 60% !important;
                left: 18%;
                background-image: none;
                position: relative;
                top: 0%;
                transform: none;
            }
            .section-container-3 .img-container.imgc-2, .section-container-3 .img-container.imgc-3, .section-container-3 .img-container.imgc-4{
                margin-top: 0 !important;
            }
            .section-container-2a {
                height: 25vh !important;
            }

            .section-container-2 .panel-2 .img-3 {
                width: 170% !important;
            }

            .animate_title.title-1.careers.isactive {
                transform: translate(-50%, 10%) !important;
            }

            .scrollmagic-pin-spacer {
                padding-bottom: 0px !important;
                min-height: 255px !important;
            }
        }


        @media screen and (max-width: 540px) {
            .section-container-2 .panel-1 {
                height: auto;
            }

            .section-container-2 .panel-1 .img-1 {
                width: 50% !important;
                left: 25%;
                background-image: none;
                position: relative;
                top: 20%;
                transform: none;
            }

            .section-container-2 .panel-2 .img-3 {
                width: 250%;
                left: -25%;
            }

            .animate_title.title-1.careers.isactive {
                transform: translate(-10%, 10%) !important;
            }
        }

        /** Section 3 **/
        .section-container-3 {
            height: 110vh;
            max-height: 800px;
            overflow: hidden;
        }

        .section-container-3 .panel {
            height: auto;
            box-shadow: none !important;
        }

        .section-container-3 .panel-1 .cta-more {
            color: #337ab7;
            position: relative;
            width: auto;
            padding: 10px;
            margin-bottom: 10px;
            bottom: 0%;
            right: 0%;
            transform: translateY(50%);
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
            display: inline-block;
            float: right;
        }

        .section-container-3 .cta-more.isactive {
            opacity: 1;
        }

        .section-container-3 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-3 .cta-more.isactive .cta-more-box {
            left: 0;
            top: 7px;
            width: 36px;
            height: 36px;
            border: 1px solid #337ab7;
            border-radius: 50px;
            transition-delay: 0.2s;
        }

        .section-container-3 .cta-more.isactive:hover .cta-more-box {
            /*   width: 116px; */
            height: 36px;
            border-radius: 25px 25px 25px 25px;
        }
        .section-container-3 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 8px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-3 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 8px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-3 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-3 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-3 .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .section-container-3 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }

        .section-container-3 .img-container {
            width: 100%;
            padding-top: 0;
            height: 0;
            overflow: hidden;
            position: relative;
            transition: height 0.7s ease;
        }

       

        .section-container-3 .img-container.trigger {
            padding-top: 0px;
            height: 245px;
            border-radius: 18px;
            box-shadow: 0 3px 25px #eeefef;
        }

        .section-container-3 .img-container img {
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.6s ease;
            opacity: 1;
        }

        .section-container-3 .img-container.imgc-1.trigger {
            -webkit-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .section-container-3 .img-container.imgc-2.trigger {
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .section-container-3 .img-container.imgc-3.trigger {
            -webkit-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .section-container-3 .img-container.imgc-4.trigger {
            -webkit-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

        .section-container-3 .img-container:hover img {
            transform: scale(1.2) translateY(-50%);
            opacity: 1;
            /* filter: brightness(100%); */
        }

        .section-container-3 .img-container.imgc-2 {
            margin-top: 70px;
        }

        .section-container-3 .img-container.imgc-3 {
            margin-top: 140px;
        }

        .section-container-3 .img-container.imgc-4 {
            margin-top: 210px;
        }

        .section-container-3 .img-container .cta-btn {
            position: relative;
            /* width: 100%; */
            /* height: 100%; */
            width: 80px;
            height: 80px;
            top: 50%;
            left: 50%;
            border-radius: 10%;
            background: #5200FF;
            transform: translate(-50%, -50%);
            color: white;
            border-radius: 50%;
            opacity: 0;
            line-height: 1rem;
        }

        .section-container-3 .img-container.isactive .cta-btn {
            transform: translate(-50%, -50%);
            top: 50% !important;
            left: 50% !important;
            width: 200% !important;
            height: 200% !important;
            opacity: 0.9;
            border-radius: 50% !important;
            transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
        }

        .section-container-3 .img-container .cta-btn {
            opacity: 0;
        }

        .section-container-3 .img-container:hover .cta-btn {
            /* top: 70%; */
            /* left: 70%; */
            width: 80px;
            height: 80px;
            border-radius: 50%;
        }

        .section-container-3 .img-container .cta-btn span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            line-height: 1 !important;
            font-size: 16px !important;
            font-family: Graphik semibold;
        }

        .section-container-3 .follow-cta-btn {
            width: 80px;
            height: 80px;
            opacity: 0;
            border-radius: 50%;
            background: #5200FF;
            position: absolute;
            padding: 5px;
            z-index: 10;
            line-height: 1rem;
        }

        .section-container-3 .follow-cta-btn.isactive {
            opacity: 0.9;
        }

        @media screen and (max-width: 767px) {
            .section-container-3 .follow-cta-btn.isactive {
                opacity: 0;
            }
        }

        .section-container-3 .follow-cta-btn span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            line-height: 1 !important;
            font-size: 16px !important;
            font-family: Graphik semibold;
        }

        .text-content small {
            font-family: "Graphik Black", "Arial Black", Sans-Serif;
            font-weight: bold;
            font-size: 0.8rem;
        }

        .text-content Label {
            font-family: "Graphik Thin", "Arial Black", Sans-Serif;
            font-size: 3rem;
            line-height: 2.8rem;
        }

        .text-content span {
            font-family: "Graphik Thin", "Arial Black", Sans-Serif;
            font-size: 1.3rem;
        }

        .section-container-3 .text-content p:nth-child(1) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.2s;
        }

        .section-container-3 .text-content p:nth-child(2) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.3s;
        }

        .section-container-3 .text-content p:nth-child(3) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.4s;
        }

        .section-container-3 .text-content p:nth-child(4) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.5s;
        }

        .section-container-3 .text-content.isactive p {
            padding-top: 0px;
            opacity: 1;
        }

        @media screen and (max-width: 1024px) {
            .section-container-3 {
                height: 110vh;
            }
        }

        @media screen and (max-width: 820px) {
            .section-container-3 {
                height: 280vh;
                max-height: 500vh;
            }

            .section-container-3 .img-container.imgc-2 {
                margin-top: 0px;
            }

            .section-container-3 .img-container.imgc-3 {
                margin-top: 0px;
            }
        }


        /** Section 4 **/
        .section-container.section-container-4 {
            height: 100vh;
            overflow: hidden;
        }

        .section-container-4 .panel-1 .img-1,
        .section-container-4 .panel-2 .img-2 {
            position: absolute;
        }

        .section-container-4 .panel-1 .img-1 {
            top: 50%;
            left: 50%;
            transform: translate(-49%, -46%);
        }

        .section-container-4 .panel-2 .vid-1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

        }

        .section-container-4 .panel-2 .vid-1.playing {
            width: 980px !important;
            transition: width 0.6s ease;
        }

        .section-container-4 .cta-more {
            color: #fff;
            position: absolute;
            top: 12px;
            left: 10px;
            width: auto;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .section-container-4 .cta-more.isactive {
            opacity: 1;
        }

        .section-container-4 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-4 .cta-more.isactive .cta-more-box {
            left: 0;
            top: -5px;
            width: 36px;
            height: 36px;
            border: 2px solid #fff;
            border-radius: 50%;
            transition-delay: 0.2s;
        }


        .section-container-4 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 3px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-4 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 3px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-4 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-4 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-4 .cta-more .cta-more-label {
            margin-left: 50px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .section-container-4 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }
        .section-container-4 .cta-scroll {
            color: #004DFF;
        }

        .section-container-4 .cta-scroll.isactive .cta-scroll-box {
            border: 2px solid #004DFF;
        }

        .section-container-4 .cta-scroll.position-1 {
            bottom: 5%;
        }

        .IE .section-container-4 .panel-1 .img-1 {
            background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-eye-bg');
            background-position: center center;
            background-size: 60%;
            background-repeat: no-repeat;
            position: relative;
            width: 100%;
        }

        @media screen and (max-width: 1024px) {
            .section-container.section-container-4 {
                height: auto;
                overflow: hidden;
            }

            .section-container-4 .panel {
                position: relative;
                height: auto;
            }

            .section-container-4 .panel-1 .img-1 {
                background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-sun-bg');
                background-position: center center;
                background-size: 90%;
                background-repeat: no-repeat;
                position: relative;
                top: 0%;
                left: 0%;
                transform: none;
            }

            .section-container-4 .panel-2 .vid-1 {
                width: 100%;
                position: relative;
                top: 0%;
                left: 0%;
                transform: none;
            }

            .section-container-4 .white-border-top,
            .section-container-4 .white-border-bottom {
                opacity: 0;
            }

            .section-container-4 .cta-scroll {
                color: #FFF;
            }

            .section-container-4 .cta-scroll.isactive .cta-scroll-box {
                border: 2px solid #FFF;
            }

            .section-container-4 .cta-scroll.position-1 {
                bottom: 10%;
            }
        }

        @media screen and (max-width: 820px) {
            .section-container-4 img.img-4 {
                width: auto;
            }
            .section-container-4 .panel-2 .vid-1 {
                width: 100%;
                height: auto;
            }
        }

        @media screen and (max-width: 540px) {
            .section-container-4 .panel-2 .vid-1 {
                width: auto;
                height: 100vw;
                left: 50%;
                transform: translateX(-50%);
            }
        }

        /** Section 5 **/
        .section-container.section-container-5 {
            height: 100vh;
            overflow: hidden;
        }

        .section-container-5 img.img-1 {
            height: 40%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .section-container-5 .panel h1 {
            position: absolute;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            width: 60%;
            text-align: center;
        }


        /** Section 6 **/
        .section-container.section-container-6 {
            height: 100vh;
            overflow: hidden;
        }

        .section-container-6 .img-boxes img {
            position: absolute;
            width: 100%;
            transform: scale(1);
            opacity: 0.8;
            transition: all 0.4s ease-out;
        }

        .section-container-6 .img-boxes:hover img {
            transform: scale(1.2);
            opacity: 1;
        }

        .img-boxes {
            height: 160px;
            overflow: hidden;
            transition: all 0.6s ease-out 0.1s;
        }

        @media screen and (min-width: 1000px) and (max-width: 1299px) {
            .img-boxes {
                height: 145px;
            }
        }
        .section-container-6 .text-content h4.categoryTitle {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out;
        }

        .section-container-6 .text-content p:nth-child(1) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.2s;
        }

        .section-container-6 .text-content p:nth-child(2) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.3s;
        }

        .section-container-6 .text-content p:nth-child(3) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.4s;
        }

        .section-container-6 .text-content p:nth-child(4) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.5s;
        }

        .section-container-6 .text-content.isactive p {
            padding-top: 0px;
            opacity: 1;
        }

        .section-container-6 .text-content.isactive h4.categoryTitle {
            padding-top: 0px;
            opacity: 1;
        }


        .section-container-6 .cta-more {
            color: #004DFF;
            position: absolute;
            width: auto;
            padding: 10px;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .section-container-6 .cta-more.isactive {
            opacity: 1;
        }

        .section-container-6 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-6 .cta-more.isactive .cta-more-box {
            left: 0;
            top: 7px;
            width: 36px;
            height: 36px;
            border: 1px solid #004DFF;
            border-radius: 50%;
            transition-delay: 0.2s;
        }


        .section-container-6 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 3px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-6 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 3px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-6 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-6 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-6 .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .section-container-6 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }

        .section-container-6 .sc-6 {
            cursor: none;
            overflow: hidden;
        }

        .section-container-6 .sc-6:hover .cta-btn {
            width: 80px;
            height: 80px;
            opacity: 0.9;
            border-radius: 50%;
        }

        .section-container-6 .sc-6 .cta-btn span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            line-height: 1 !important;
            font-size: 16px !important;
            font-family: Graphik semibold;
        }

        .section-container-6 .img-boxes .cta-cover {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10%;
            background: #5200FF;
            z-index: 1;
            opacity: 0;
            color: #fff;
            height: 10%;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease-out;
        }

        .section-container-6 .img-boxes.isactive .cta-cover {
            opacity: 1;
            width: 200%;
            height: 200%;
            border-radius: 50%;
        }

        .section-container-6 .cta-cover span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            line-height: 1 !important;
            font-size: 16px !important;
            font-family: Graphik semibold;
        }

        @media screen and (max-width: 820px) {
            .section-container.section-container-6 {
                height: 130vh;
            }

            .img-boxes {
                height: 100px;
            }
        }

        /**Section 7**/
        .section-container-7 .text-center h3.sectionTitle {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out;
        }

        .section-container-7 .text-center p:nth-child(1) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.2s;
        }

        .section-container-7 .text-center p:nth-child(2) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.3s;
        }

        .section-container-7 .text-center p:nth-child(3) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.4s;
        }

        .section-container-7 .text-center p:nth-child(4) {
            padding-top: 5px;
            opacity: 0;
            transition: all 0.6s ease-out 0.5s;
        }

        .section-container-7 .text-center.isactive p {
            padding-top: 0px;
            opacity: 1;
            font-size: 18px !important;
        }

        .section-container-7 .text-center.isactive h3.sectionTitle {
            padding-top: 0px;
            opacity: 1;
            font-size: 45px !important;
        }

        .section-container.section-container-7 {
            min-height: 170px;
        }

        .section-container-8 .cta-more.isactive {
            opacity: 1;
            position: relative;
        }

        .section-container-8 .cta-more {
            cursor: pointer;
            display: inline-block;
            width: auto;
            padding: 10px;
        }

        .section-container-8 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-8 .cta-more.isactive .cta-more-box {
            left: 0;
            top: 3px;
            width: 36px;
            height: 36px;
            border: 1px solid #004DFF;
            border-radius: 50px;
            transition-delay: 0.2s;
        }

        .section-container-8 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 8px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-8 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 8px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-8 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-8 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-8 .cta-more .cta-more-label {
            position: relative;
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
            color: #004DFF;
        }

        .section-container-8 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }

        /**Section 8**/


        .section-container-8 .text-content h4.categoryTitle {
            position: relative;
            top: 5px;
            opacity: 0;
        }

        .section-container-8 .text-content h3.SubsectionTitle {
            position: relative;
            top: 5px;
            opacity: 0;
            height: 3em;
        }

        .section-container-8 .text-content p:nth-child(1) {
            position: relative;
            top: 5px;
            opacity: 0;
        }

        .section-container-8 .text-content p:nth-child(2) {
            position: relative;
            top: 5px;
            opacity: 0;
        }

        .section-container-8 .text-content p:nth-child(3) {
            position: relative;
            top: 5px;
            opacity: 0;
        }

        .section-container-8 .text-content p:nth-child(4) {
            position: relative;
            top: 5px;
            opacity: 0;
        }

        .section-container-8 .text-content.isactive p {
            transition: all 0.6s ease-out;
            top: 16px;
            font-size: 16px !important;
            opacity: 1;
            transition-delay: 0.3s;
        }

        .section-container-8 .text-content.isactive h4.categoryTitle {
            transition: all 0.6s ease-out;
            top: 0px;
            opacity: 1;
            transition-delay: 0.1s;
            height: 1.5em;
        }

        .section-container-8 .text-content.isactive h3.SubsectionTitle {
            transition: all 0.6s ease-out;
            top: 0px;
            opacity: 1;
            transition-delay: 0.2s;
            color: blue;
        }

        /** Section 9**/
        .section-container-9a {
            height: 50vh;
            background: #fff;
            overflow: hidden;
        }

        /** Section 9**/
        .section-container-9 {
            height: 100vh;
            background: #fff;
            overflow: hidden;
        }

        .section-container-9 .panel-1 {
            z-index: 1;
        }

        .section-container-9 .panel-2 {
            z-index: 2;
        }

        .section-container-9 .panel-3 {
            z-index: 3;
        }

        .section-container-9 .panel.isactive {
            z-index: 4;
        }

        .section-container-9 .panel-1 .img-2 {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -55%);
        }

        .section-container-9 .panel-2 .img-1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -55%);
        }

        .section-container-9 .panel-1 .vid-1 {
            width: 100%;
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


        .cta-progress-bar {
            color: #676767;
            width: 80%;
            position: relative;
            margin-top: 30px;
        }

        .progress-bar {
            background-color: #004DFF;
        }

        .progress-bar-label {
            position: relative;
            right: 17%;
            top: -13px;
            font-size: 1rem;
            color: #4a4a4adb;
        }

        .section-container-9 .panel-1 .cta-more,
        .section-container-9 .panel-3 .cta-more {
            color: #004DFF;
            position: absolute;
            width: auto;
            bottom: -85%;
            /*left: 50%;*/
            transform: translateX(-50%);
            z-index: 10;
            opacity: 0;
            padding: 10px;
        }

        .section-container-9 .panel-3 .cta-more.isactive .cta-more-box {
            border: 1px solid #FFF !important;
        }

        .section-container-9 .cta-more.isactive {
            opacity: 1;
        }

        .section-container-9 .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-9 .cta-more.isactive .cta-more-box {
            left: 0;
            top: 3px;
            width: 36px;
            height: 36px;
            border: 1px solid #004DFF;
            border-radius: 50px;
            transition-delay: 0.2s;
        }


        .section-container-9 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 8px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-9 .cta-more.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 8px;
            opacity: 1;
            transition-delay: 0.6s;
        }

        .section-container-9 .cta-more.isactive .cta-more:hover .cta-more-arrow {
            left: 10px;
        }

        .section-container-9 .cta-more .img-arrow-right {
            width: 24px;
        }

        .section-container-9 .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
        }

        .section-container-9 .cta-more.isactive .cta-more-label {
            opacity: 1;
        }

        .IE .section-container-9 .panel-2 .img-1 {
            background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-julie-bg');
            background-position: center center;
            background-size: 60%;
            background-repeat: no-repeat;
            position: relative;
        }

        @media screen and (max-width: 1024px) {
            .section-container.section-container-9 {
                height: auto;
                overflow: hidden;
            }

            .section-container-9 .panel {
                position: relative;
                height: auto;
            }

            .section-container-9 .panel-2 .img-1 {
                background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-color-shade-bg');
                background-position: 350px 100%;
                background-size: 90%;
                background-repeat: no-repeat;
               /* position: initial;*/
                top: 0%;
                left: 0%;
                transform: none;
            }

            .section-container-9 .panel-1 .vid-1 {
                width: 110%;
                position: initial;
                top: 0%;
                left: 0%;
                transform: none;
                display: none;
            }

            .section-container-9 .panel.panel-3.isactive {
                position: absolute;
                top: -35%;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }

        @media screen and (min--width: 768px) and (max-width: 999px) {
            .section-container-9 .panel-2 img.img-1 {
                opacity: 1 !important;
                width: 50% !important;
            }
        }

        @media screen and (max-width: 999px) {
           .section-container-9 .panel-2 .img-1 {
                background-image: none;
                position: relative;
                width: 80% !important;
                top: 27%;
                left: 11%;
                overflow: hidden;
                transform: none;
            }
            .panel.panel-1.isactive {
                display: none;
            }

            .section-container-9 .panel-2 img.img-1 {
                opacity: 1 !important;
            }

            .section-container-9 .panel-2 {
                height: 80vh;
            }
        }

        @media screen and (max-width: 540px) {
            .section-container-9 .panel.panel-3.isactive {
                position: absolute;
                top: 15%;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .section-container-9 .panel-1 {
                position: relative !important;
                height: 90vw !important;
                width: 100% !important;
                overflow: hidden !important;
            }

            .section-container-9 .panel-1 img {
                position: absolute;
                bottom: -5%;
            }

            .section-container-9 .panel-2 {
                height: 50vh;
            }

            .section-container-9 .panel-2 .img-1 {
                background-image: none;
                position: relative;
                width: 50% !important;
                top: 20%;
                left: 25%;
                overflow: hidden;
                transform: none;
            }
        }

        /**Progress Nav Bar**/
        .progress-nav-bar {
            position: fixed;
            top: 70px;
            z-index: 10;
            width: 100%;
            height: 8px;
            background-color: #F2F2F2;
            transition: height 0.3s ease;
        }

        .progress-nav-bar-roller {
            position: absolute;
            background-color: transparent;
            top: 0;
            left: 0;
            height: 8px;
            width: 0%;
            transition: height 0.3s ease;
        }

        .progress-nav-bar.isactive {
            height: 3.5625rem;
        }

        .progress-nav-bar.isactive .progress-nav-bar-roller {
            height: 3.5625rem;
        }

        .progress-nav-bar:hover {
            height: 3.5625rem;
        }

        .progress-nav-bar:hover .progress-nav-bar-roller {
            height: 3.5625rem;
        }


        .progress-nav-bar-menu {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            cursor: pointer;
            top: 50%;
            transform: translateY(-50%);
        }
        .nav-bar-menu {
            width: auto;
            text-align: left;
            font-size: 0.8rem;
            float: left;
            opacity: 0;
            color: #fff;
            height: 3.5625rem;
            transition: all 0.3s ease;
            color: transparent;
            position: relative;
            padding: 0.3% 1.5%;
        }

        .nav-bar-menu span {
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: relative;
        }

        .nav-bar-menu.greybg {
            background-color: #F2F2F2;
        }

        .nav-bar-menu-0 {
            width: 5%;
            text-align: center;
            padding: 1.5em;
        }

        .nav-bar-menu-0 svg {
            transition: transform 0.6s ease;
            transform: rotate(0deg);
        }

        .nav-bar-menu-0.rotatesvg svg {
            transform: rotate(-90deg);
        }

        .progress-nav-bar.isactive .nav-bar-menu {
            transition-delay: 0.1s;
            opacity: 1;
            color: #111;
        }

        .progress-nav-bar:hover .nav-bar-menu {
            transition-delay: 0.1s;
            opacity: 1;
            color: #111;
        }

        .nav-bar-menu .bar {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0%;
            background: #c3c3c3;
            z-index: -1;
        }

        .nav-bar-menu.run:after {
            transition: width 3s ease;
            width: 5%;
            z-index: -1;
        }

        @media screen and (max-width: 1200px) {
            .progress-nav-bar .progress-nav-bar-roller {
                background-color: #c4c4c4;
            }
        }

        @media screen and (max-width: 1024px) {
            .progress-nav-bar {
                top: 50px;
            }

            .progress-nav-bar.isactive {
                height: 40px;
            }

            .progress-nav-bar.isactive .nav-bar-menu {
                line-height: 16px;
            }

            .progress-nav-bar-menu {
                display: none;
            }

            #block-header #header-topnav .nav-submenu.panel {
                height: auto;
                width: auto;
            }

            .progress-nav-bar:hover {
                height: 8px;
            }

            .progress-nav-bar:hover .progress-nav-bar-roller {
                height: 8px;
            }
        }

        /** audio controll**/
        .audio-option {
            color: #fff;
            position: absolute;
            z-index: 6;
            bottom: 5%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: all 0.7s ease;
        }

        .audio-option .volume,
        .audio-option .option-replay {
            cursor: pointer;
        }

        .audio-option .volume .volume-on,
        .audio-option .volume .volume-off {
            display: none;
        }

        .audio-option .volume .volume-on.isactive,
        .audio-option .volume .volume-off.isactive {
            display: inline-block;
        }

        .audio-option.isactive {
            opacity: 1;
        }

        .label.volume,
        .label.option-replay {
            top: 10px;
            left: -10px;
            position: relative;
        }

        .audio-option .option-replay.isclicked svg {
            animation-name: spin;
            animation-duration: 400ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /** play controll**/
        .play-option {
            position: relative;
            width: 100px;
            height: 50px;
            padding: 5px 30px 5px 0px;
            background: #004DFF;
            border-radius: 30px;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            opacity: 0;
            transition: all 0.7s ease;
        }

        .play-option.isactive {
            width: 230px;
            opacity: 1;
            top: 50%;
        }

        .play-option.isactive.playing {
            top: 80%;
            opacity: 0;
            width: 210px;
        }

        /**alert section**/
        .section-container-1b,
        .section-container-1b .panel-1 {
            height: auto;
            overflow: hidden;
            position: relative;
        }

        .we-act-for-impact {
            position: relative;
        }

        .we-act-for-impact.isactive {
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            padding: 50px 10px;
        }

        .we-act-for-impact .sectionTitle,
        .we-act-for-impact .sectionDescription {
            opacity: 0;
            top: 15px;
            -webkit-transition: opacity 0.2s ease-in;
            -o-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
        }

        .we-act-for-impact .sectionTitle {
            margin-bottom: 0.5em;
        }

        .we-act-for-impact.isactive .sectionTitle,
        .we-act-for-impact.isactive .sectionDescription {
            opacity: 1;
            top: 0px;
            position: relative;
            opacity: 1;
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
        }

        .section-container-1b .cta-more {
            color: #004DFF;
            position: relative;
            width: auto;
            padding: 10px;
            bottom: 10%;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.6s ease;
            display: inline-block;
        }

        .section-container-1b .cta-more.isactive,
        .section-container-1b .item.active .cta-more {
            opacity: 1;
            bottom: 25%;
        }

        .section-container-1b .cta-more .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        .section-container-1b .cta-more.isactive .cta-more-box,
        .section-container-1b .item.active .cta-more .cta-more-box {
            left: 0;
            top: 3px;
            width: 36px;
            height: 36px;
            border: 1px solid #004DFF;
            border-radius: 50px;
            transition-delay: 0.2s;
        }

        .section-container-1b .cta-more.isactive:hover .cta-more-box,
        .section-container-1b .item.active .cta-more:hover .cta-more-box {
            height: 36px;
            border-radius: 25px 25px 25px 25px;
        }

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

            .section-container-1b .cta-more.isactive:hover .cta-more-box,
            .section-container-1b .item.active .cta-more:hover .cta-more-box {
                width: 103%;
            }
        }

        .section-container-1b .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 8px;
            height: 15px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .section-container-1b .cta-more.isactive .cta-more-arrow,
        .section-container-1b .item.active .cta-more-arrow {
            position: absolute;
            left: 20px;
            height: 15px;
            top: 8px;
            opacity: 1 !important;
            transition-delay: 0.6s;
        }

        .section-container-1b .cta-more .img-arrow-right {
            width: 24px;
            position: absolute;
        }

        .section-container-1b .cta-more .cta-more-label {
            margin-left: 45px;
            opacity: 0;
            transition: opacity 0.7s ease 0.8s;
            text-align: left;
        }

        .section-container-1b .cta-more.isactive .cta-more-label,
        .section-container-1b .item.active .cta-more .cta-more-label {
            opacity: 1 !important;
        }

        .bell-container,
        .bell-container-static {
            position: absolute;
            top: 90%;
            left: 1%;
            z-index: 12;
            color: #111;
            font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
            cursor: pointer;
            transition: top 0.4s ease;
        }

        .bell-container-static {
            top: 80%;
        }

        .bell-container-static a.bell-anchor {
            color: #111;
            font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
            font-weight: 100;
            margin: 0px;
        }

        .bell-container.ishidden {
            display: none;
        }

        .bell-container.fixed {
            position: fixed;
            top: 28%;
        }

        .bell-container.fixed.ishidden {
            display: block;
        }

        .bell-container .bell-content,
        .bell-container-static .bell-content {
            position: absolute;
            left: 24px;
            border: 1px solid blue;
            display: inline-block;
            background: #fff;
            border-radius: 12px;
            width: 0;
            opacity: 0;
            height: 0;
            transition: all 0.4s ease;
            bottom: -30px;
        }

        .bell-container.isactive .bell-content,
        .bell-container-static.isactive .bell-content {
            bottom: -30px;
            left: 24px;
            width: 285px;
            opacity: 1;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 130px;
            border: 1px solid blue;
            padding: 0 30px;
            line-height: 1.3;
        }

        @media screen and (max-width: 999px) {
            .bell-container-static {
                position: absolute;
                top: 70%;
                left: 50%;
                transform: translateX(-180px);
            }

            .bell-container-static.isactive .bell-content {
                bottom: -110px;
                left: 23px;
                width: 340px;
                height: 90px;
                padding: 0 10px;
            }

            .bell-container-static .bell {
                height: 40px;
                width: 40px;
            }

            .scroll-down.arrow-center {
                height: 60px !important;
                width: 60px !important;
                font-size: 14px !important;
                bottom: 8% !important;
            }

            .scroll-down.arrow-center svg {
                height: 15px !important;
            }
        }

        @media screen and (max-width: 765px) {
            .bell-container-static {
                top: 63%;
            }
        }


        .bell-container.isactive.fixed .bell-content {
            bottom: -140px;
            left: 20px;
        }

        .bell-container .bell-content span {
            opacity: 0;
        }

        .bell-container .bell-content a.bell-anchor {
            margin: 0px;
        }

        .bell-container.isactive .bell-content span {
            opacity: 1;
            transition: opacity 0.4s ease 0.3s;
        }

        .bell-container .bell,
        .bell-container-static .bell {
            /* display: inline-block; */
            position: absolute;
            top: 0px;
            left: 0px;
            background: rgba(255, 255, 255, 0.5);
            height: 44px;
            width: 44px;
            border-radius: 25px;
            border: 1px solid #c4c4c4;
        }

        .we-act-for-impact.isactive .bell {
            /* display: inline-block; */
            position: absolute;
            top: 0px;
            left: 0px;
            background: blue;
            height: 50px;
            width: 50px;
            border-radius: 25px;
        }

        .bell-container .bell svg.bell-svg,
        .bell-container-static .bell svg.bell-svg,
        .we-act-for-impact.isactive .bell svg.bell-svg {
            position: relative;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }

        .we-act-for-impact.isactive .bell {
            top: 10%;
            left: 4%;
        }

        /* .bell-container .bell:hover svg.bell-svg, .we-act-for-impact.isactive .bell:hover svg.bell-svg{ */
        /* -webkit-animation: ring 4s .7s ease-in-out infinite; */
        /* -moz-animation: ring 4s .7s ease-in-out infinite; */
        /* animation: ring 4s .7s ease-in-out infinite; */
        /* } */
        @media screen and (max-height: 650px) {
            .bell-container.fixed {
                top: 20%;
            }
        }

        @media screen and (max-height: 500px) {
            .bell-container.fixed {
                top: 15%;
            }
        }


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

            .bell-container {
                position: absolute;
                left: 25%;
                transform: translateX(-50%);
                width: 36px;
                bottom: auto !important;
                top: 80%;
            }

            .bell-container .bell-content {
                position: relative;
            }

            .bell-container.isactive {
                width: 315px;
            }

            .bell-container.isactive .bell-content {
                width: 330px;
                bottom: 5px;
                left: 24px;
                width: 315px !important;
                max-height: 100px;
                opacity: 1;
                padding: 10px 10px 10px 30px;
            }

            .bell-container .bell-content span {
                font-size: 14px;
            }

            .section-container-1b,
            .section-container-1b .panel-1 {
                height: auto;
                overflow: hidden;
                position: relative;
            }

            .section-container-1b.inactive .we-act-for-impact {
                display: none;
            }
        }

        @media screen and (max-width: 767px) {
            .bell-container {
                top: 75%;
                left: 45%;
            }

            .cta-scroll.position-1,
            .cta-scroll.position-1.isactive {
                display: none;
            }

            #block-section-3b>div>div>div>div>div>div.scrollmagic-pin-spacer>div>div.panel.panel-1>div>div>div.cta-scroll.position-1.isactive {
                display: block;
                bottom: -9em !important;
            }
        }

        @-webkit-keyframes ring {
            0% {
                -webkit-transform: translate(-50%, -50%) rotateZ(0);
            }

            1% {
                -webkit-transform: translate(-50%, -50%) rotateZ(30deg);
            }

            3% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-28deg);
            }

            5% {
                -webkit-transform: translate(-50%, -50%) rotateZ(34deg);
            }

            7% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-32deg);
            }

            9% {
                -webkit-transform: translate(-50%, -50%) rotateZ(30deg);
            }

            11% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-28deg);
            }

            13% {
                -webkit-transform: translate(-50%, -50%) rotateZ(26deg);
            }

            15% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-24deg);
            }

            17% {
                -webkit-transform: translate(-50%, -50%) rotateZ(22deg);
            }

            19% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-20deg);
            }

            21% {
                -webkit-transform: translate(-50%, -50%) rotateZ(18deg);
            }

            23% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-16deg);
            }

            25% {
                -webkit-transform: translate(-50%, -50%) rotateZ(14deg);
            }

            27% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-12deg);
            }

            29% {
                -webkit-transform: translate(-50%, -50%) rotateZ(10deg);
            }

            31% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-8deg);
            }

            33% {
                -webkit-transform: translate(-50%, -50%) rotateZ(6deg);
            }

            35% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-4deg);
            }

            37% {
                -webkit-transform: translate(-50%, -50%) rotateZ(2deg);
            }

            39% {
                -webkit-transform: translate(-50%, -50%) rotateZ(-1deg);
            }

            41% {
                -webkit-transform: translate(-50%, -50%) rotateZ(1deg);
            }

            43% {
                -webkit-transform: translate(-50%, -50%) rotateZ(0);
            }

            100% {
                -webkit-transform: translate(-50%, -50%) rotateZ(0);
            }
        }

        @-moz-keyframes ring {
            0% {
                -moz-transform: translate(-50%, -50%) rotate(0);
            }

            1% {
                -moz-transform: translate(-50%, -50%) rotate(30deg);
            }

            3% {
                -moz-transform: translate(-50%, -50%) rotate(-28deg);
            }

            5% {
                -moz-transform: translate(-50%, -50%) rotate(34deg);
            }

            7% {
                -moz-transform: translate(-50%, -50%) rotate(-32deg);
            }

            9% {
                -moz-transform: translate(-50%, -50%) rotate(30deg);
            }

            11% {
                -moz-transform: translate(-50%, -50%) rotate(-28deg);
            }

            13% {
                -moz-transform: translate(-50%, -50%) rotate(26deg);
            }

            15% {
                -moz-transform: translate(-50%, -50%) rotate(-24deg);
            }

            17% {
                -moz-transform: translate(-50%, -50%) rotate(22deg);
            }

            19% {
                -moz-transform: translate(-50%, -50%) rotate(-20deg);
            }

            21% {
                -moz-transform: translate(-50%, -50%) rotate(18deg);
            }

            23% {
                -moz-transform: translate(-50%, -50%) rotate(-16deg);
            }

            25% {
                -moz-transform: translate(-50%, -50%) rotate(14deg);
            }

            27% {
                -moz-transform: translate(-50%, -50%) rotate(-12deg);
            }

            29% {
                -moz-transform: translate(-50%, -50%) rotate(10deg);
            }

            31% {
                -moz-transform: translate(-50%, -50%) rotate(-8deg);
            }

            33% {
                -moz-transform: translate(-50%, -50%) rotate(6deg);
            }

            35% {
                -moz-transform: translate(-50%, -50%) rotate(-4deg);
            }

            37% {
                -moz-transform: translate(-50%, -50%) rotate(2deg);
            }

            39% {
                -moz-transform: translate(-50%, -50%) rotate(-1deg);
            }

            41% {
                -moz-transform: translate(-50%, -50%) rotate(1deg);
            }

            43% {
                -moz-transform: translate(-50%, -50%) rotate(0);
            }

            100% {
                -moz-transform: translate(-50%, -50%) rotate(0);
            }
        }

        @keyframes ring {
            0% {
                transform: translate(-50%, -50%) rotate(0);
            }

            1% {
                transform: translate(-50%, -50%) rotate(30deg);
            }

            3% {
                transform: translate(-50%, -50%) rotate(-28deg);
            }

            5% {
                transform: translate(-50%, -50%) rotate(34deg);
            }

            7% {
                transform: translate(-50%, -50%) rotate(-32deg);
            }

            9% {
                transform: translate(-50%, -50%) rotate(30deg);
            }

            11% {
                transform: translate(-50%, -50%) rotate(-28deg);
            }

            13% {
                transform: translate(-50%, -50%) rotate(26deg);
            }

            15% {
                transform: translate(-50%, -50%) rotate(-24deg);
            }

            17% {
                transform: translate(-50%, -50%) rotate(22deg);
            }

            19% {
                transform: translate(-50%, -50%) rotate(-20deg);
            }

            21% {
                transform: translate(-50%, -50%) rotate(18deg);
            }

            23% {
                transform: translate(-50%, -50%) rotate(-16deg);
            }

            25% {
                transform: translate(-50%, -50%) rotate(14deg);
            }

            27% {
                transform: translate(-50%, -50%) rotate(-12deg);
            }

            29% {
                transform: translate(-50%, -50%) rotate(10deg);
            }

            31% {
                transform: translate(-50%, -50%) rotate(-8deg);
            }

            33% {
                transform: translate(-50%, -50%) rotate(6deg);
            }

            35% {
                transform: translate(-50%, -50%) rotate(-4deg);
            }

            37% {
                transform: translate(-50%, -50%) rotate(2deg);
            }

            39% {
                transform: translate(-50%, -50%) rotate(-1deg);
            }

            41% {
                transform: translate(-50%, -50%) rotate(1deg);
            }

            43% {
                transform: translate(-50%, -50%) rotate(0);
            }

            100% {
                transform: translate(-50%, -50%) rotate(0);
            }
        }

        /** Read it and See it **/
        @media screen and (max-width: 999px) {

            .read-it-container,
            .read-it-container.inactive {
                display: none;
            }

            .section-container-1 {
                background: transparent !important;
            }

            .section-container {
                opacity: 1;
                transition: opacity 0.4s ease;
            }

            .section-container.inactive {
                opacity: 0;
                position: absolute;
            }

            .section-container.inactive.index {
                z-index: -5;
            }

            .scrollmagic-pin-spacer.inactive {
                display: none !important;
            }

            .read-it-container.isactive {
                display: block;
            }
        }

        /**Social media**/
        .share-icons-container-marquee .icon-bar-marquee {
            position: fixed;
            top: 50%;
            left: 1%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .share-icons-container-marquee .icon-bar-marquee.isactive {
            z-index: 11
        }

        .share-icons-container-marquee .icon-bar-marquee.isActive {
            z-index: 11
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon {
            padding-bottom: 10px
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
            display: block;
            text-align: center;
            padding: 10px;
            color: #C3C3C3;
            border: 1px solid #C3C3C3;
            border-radius: 50%;
            font-size: 20px;
            height: 42px;
            width: 42px;
            position: relative;
            opacity: 0;
            cursor: pointer
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            top: 2500px
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
            -webkit-transition: all 0.6s ease-out;
            -o-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
            top: 2500px
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
            -webkit-transition: all 0.9s ease-out;
            -o-transition: all 0.9s ease-out;
            transition: all 0.9s ease-out;
            top: 2500px
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
            -webkit-transition: all 1.2s ease-out;
            -o-transition: all 1.2s ease-out;
            transition: all 1.2s ease-out;
            top: 2500px
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
            top: 0;
            opacity: 1;
            background: rgba(255, 255, 255, 0.2);
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
            height: 100%;
            width: 100%;
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
            fill: #C3C3C3;
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
            background-color: #C3C3C3;
            color: #fff
        }

        .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
            fill: #fff;
        }

        .share-icons-container-section .icon-bar-section {
            position: fixed;
            top: 50%;
            left: 1%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 5
        }

        .share-icons-container-section .icon-bar-section.isActive {
            z-index: 3
        }

        .share-icons-container-section .icon-bar-section .social-icon {
            padding-bottom: 10px
        }

        .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
            display: block;
            text-align: center;
            padding: 10px;
            color: #C3C3C3;
            ;
            border: 1px solid #C3C3C3;
            ;
            border-radius: 50%;
            font-size: 20px;
            height: 42px;
            width: 42px;
            position: relative;
            opacity: 0;
            cursor: pointer
        }

        .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            top: 2500px
        }

        .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
            -webkit-transition: all 0.9s ease-out;
            -o-transition: all 0.9s ease-out;
            transition: all 0.9s ease-out;
            top: 2500px
        }

        .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
            -webkit-transition: all 0.9s ease-out;
            -o-transition: all 0.9s ease-out;
            transition: all 0.9s ease-out;
            top: 2500px
        }

        .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
            -webkit-transition: all 1.2s ease-out;
            -o-transition: all 1.2s ease-out;
            transition: all 1.2s ease-out;
            top: 2500px
        }

        .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
            top: 0;
            opacity: 1
        }

        .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
            background-color: #C3C3C3;
            ;
            color: #fff
        }

        #block-header #header-topnav .primary-nav .nav-content .nav-submenu {
            height: auto;
        }


        span.header_join {
            font-size: 35px;
        }

        /*Hide down, prev and next arrow marque*/
        a.carousel-control-next,
        a.carousel-control-prev,
        .arrow-i-down {
            display: none;
        }

        /*4th carouse black - just update*/
        #marqueeCarousel .item .marquee-header-5 .marquee_description {
            color: #000000;
            text-shadow: none;
        }

        .marquee-header-5 .cta-more-label {
            color: blue;
        }

        .section-container-1 .item.active .cta-more .cta-more-box {
            color: #000;
        }

        .section-container-1 .item.active .marquee-header-5 .cta-more .cta-more-box {
            border: 1px solid blue;
        }
        #block-header #header-topnav .primary-nav .acn-logo-container img {
            height: auto !important;
        }

        /*for the 4th marquee*/
        @media (min-width: 1366px) {
            .item .marquee-vid {
                bottom: 48% !important;
            }
        }

        /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

        /*Accessibility*/
        .nav-bar-menu:focus {
            outline: 1px blue solid !important;
        }

        @media screen and (min-width: 1920px) {
            .l-screen {
                display: block;
            }

            .m-screen {
                display: none;
            }
        }

        @media screen and (max-width: 1919px) {
            .m-screen {
                display: block;
            }

            .l-screen {
                display: none;
            }
        }

        .explore_none {
            display: none;
        }
        @media screen and (min-width: 1000px) {
            .new-row {
                max-width: 1170px !important;
            }
        }

        .bell-content span a {
            color: blue !important;
        }

        .section-container-1b {
            margin-top: 5em;
        }

        .bell-container span {
            color: #111 !important;
        }

        .bell-container span.bell-text-blue {
            color: blue !important;
        }

        .marquee_description {
            font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
            font-size: 1.5rem !important;
            font-weight: normal !important;
            line-height: 1;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }


        .item .marquee_description {
            text-shadow: 1px 1px 3px #4a4a4a;
        }

        .text_left: {
            text-align: left;
        }

        .section-container-3 .text-content {
            padding-right: 17%;
        }

        .sectionTitle {
            font-family: inherit;
            font-size: 42px !important;
            line-height: 1;
            font-weight: 400;
        }

        .sectionDescription {
         /*   font-family: "Graphik Light", "Arial", Sans-Serif !important;*/
            font-size: 1.25rem !important;
            line-height: 1.2 !important;
        }

        /*Cards*/
        .categoryTitle {
          /*  font-family: "Graphik Semibold", "Arial", Sans-Serif !important;*/
            font-size: 16px !important;
            line-height: 1 !important;
        }

        p.categoryTitle {
            /*font-family: "Graphik Semibold", "Arial", Sans-Serif !important;*/
            font-size: 16px !important;
            line-height: 1 !important;
            margin-bottom: 1rem;
            margin-top: 1.5rem;
        }

        .cardTitle {
            font-family: inherit;
            font-size: 32px;
            line-height: 36px;
            font-weight: 600;
            color: #333;
        }

        h3.cardTitle:hover {
            text-decoration: none;
            -webkit-transition: ease 0.1s !important;
            -o-transition: ease 0.1s !important;
            transition: ease 0.1s !important;
        }

        .section-container-3 .text-content .cardTitle {
            padding-top: 5px;
            opacity: 0;
            -webkit-transition: all 0.6s ease-out 0.1s;
            -o-transition: all 0.6s ease-out 0.1s;
            transition: all 0.6s ease-out 0.1s;
        }

        .section-container-3 .text-content.isactive .cardTitle {
            padding: 12px 0;
            opacity: 1;
        }

        .cardDescription {
            font-family: inherit;
            line-height: 22px;
            height: 110px;
            color: #333;
            font-size: 16px!important;
            line-height: 22px !important;
        }


        /*Override CSS*/
        .section-container-1 .cta-more .cta-more-marquee-2.cta-more.isactive:hover .cta-more-box {
            cursor: pointer;
        }

        .cta-more-label,
        .cta-more-label a {
            font-family: inherit;
            font-size: 19px !important;
            line-height: 1.25;
        }

        .section-container-1 .cta-scroll.isactive .cta-scroll-label,
        .section-container-1 .item.active .cta-scroll .cta-scroll-label {
            font-family: "Graphik Medium", "Arial", Sans-Serif;
            font-size: 19px;
            color: #fff;
        }

        .section-container-1 .cta-scroll.isactive .cta-scroll-box,
        .section-container-1 .item.active .cta-scroll .cta-scroll-box {
            border: 2px solid #ffffff;
        }

        .cta-more-label:hover {
            cursor: pointer;
        }

        .card-nav .progress {
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #CDCDCD;
        }

        .progress-bar {
            background-color: #004DFF !important;
        }

        .img-container.imgc-2.trigger {
            -webkit-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .img-container.imgc-3.trigger {
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .section-container-3 .text-content p.cardDescription {
            padding-top: 5px;
            opacity: 0;
            -webkit-transition: all 0.6s ease-out 0.1s;
            -o-transition: all 0.6s ease-out 0.1s;
            transition: all 0.6s ease-out 0.1s;
        }

        .section-container-3 .text-content.isactive p.cardDescription {
            padding-top: 0px;
            opacity: 1;
        }

        .section-container-1 .cta-more {
            color: #fff;
        }

        .section-container-1 .cta-more.isactive .cta-more-box {
            border: 2px solid #fff;
        }

        .section-container-1 .cta-scroll.isactive .cta-scroll-arrow {
            left: 2px;
        }

        .section-container-1 .cta-scroll.position-2 {
            right: 15%;
        }

        .audio-option .label {
            font-family: "Graphik Light", "Arial", Sans-Serif !important;
            font-size: 1.3125rem;
            line-height: 1 !important;
            font-weight: normal;
            padding: .4em .4em 0.4em;
        }

        .join-us {
            position: relative;
            bottom: -60%;
        }

        .join-us .animate_title {
            opacity: 0;
            position: relative;
            text-align: center;
            left: 50%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
            font-size: 45px;
            line-height: 3.3rem;
            display: block;
            line-height: 1;
            margin-bottom: 1rem;
        }

        .join-us .animate_title.isactive {
            opacity: 1;
        }

        .join-us .cta-scroll {
            cursor: auto;
        }

        .section-container-3 .follow-cta-btn span {
            font-size: 13px !important;
            text-align: center;
        }

        .section-container-3 .img-container .cta-btn span {
            font-size: 13px !important;
            text-align: center;
        }

        #block-section-3b .animate_title.isactive span:nth-child(3) {
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
        }

        #block-section-3b .animate_title.isactive span:nth-child(3) {
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s
        }

        #block-section-3b .animate_title span:nth-child(7) {
            position: relative;
            top: 15px;
        }

        #block-section-3b .panel-1 .animate_title span:nth-child(1) {
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
        }

        #block-section-3b .panel-2 .animate_title.isactive span:nth-child(1),
        #block-section-3b .panel-3 .animate_title.isactive span:nth-child(1),
        .section-container-9 .panel-1 .animate_title.isactive span:nth-child(1) {
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
            opacity: 1;
            margin-bottom: 0;
        }

        #block-section-3b .panel-2 .animate_title.isactive span:nth-child(3),
        #block-section-3b .panel-3 .animate_title.isactive span:nth-child(3) {
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
            -webkit-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
            opacity: 1;
        }

        #block-section-3b .panel-2 .animate_title.isactive span:nth-child(5),
        #block-section-4 .panel-3 .animate_title.isactive span:nth-child(5),
        .section-container-9 .panel-1 .animate_title.isactive span:nth-child(5) {
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
            opacity: 1;
        }

        #block-section-3b .panel-2 .animate_title.isactive span:nth-child(7) {
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
            -webkit-transition-delay: 0.7s;
            -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
            opacity: 1;
            top: 0;
        }

        #block-section-3b .panel-2 .animate_title span:nth-child(3),
        .animate_title span:nth-child(5),
        .animate_title span:nth-child(7) {
            opacity: 0;
        }

        #block-section-3b .panel-2 .animate_title.isactive span {
            display: block;
        }

       /* #block-section-4 {
            margin-top: 5em;
        }*/

        .section-container-7 .shared-container {
            -webkit-transform: translateY(60px);
            -ms-transform: translateY(60px);
            transform: translateY(60px);
        }

        .shared-container .sectionTitle {
            margin-bottom: 20px;
        }

        #block-section-5 .panel-1 .animate_title span:nth-child(1) {
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
        }

        #block-section-5 .panel-1 .animate_title.title-1 {
            bottom: 80%;
            position: relative;
            bottom: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin-bottom: 2.5rem;
        }

        #block-section-5 .animate_title.title-2.sectionDescription.isactive {
            opacity: 1;
            position: relative;
            position: relative;
            bottom: 0;
            left: 0;
            width: 80%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            font-family: "Graphik Medium", "Arial", Sans-Serif !important;
        }

        .leading {
            position: relative;
            top: 15%;
        }

        @media screen and (min-width: 1025px) and (max-width: 1300px) {
            #block-section-5 .panel-1 .animate_title.title-2 {}
        }

        #block-section-5 .panel-3 .animate_title.title-1 {}

        #block-section-5 .animate_title.title-2.sectionDescription.isactive {}

        .max-row {
            max-width: 980px;
            height: 100vh;
            position: relative;
            margin: auto;
            width: 100%;
        }

        .cta-holder {
            float: right;
            width: 35%;
        }



        /*Carousel*/
        .progress {
            width: 90%;
            height: 2px;
            margin-bottom: 2rem;
        }

        .carousel-text-content {
            padding-left: 15px;
        }

        /*.zoom {
    overflow: hidden;
}*/

        /*Navigation Arrows*/
        .card-nav {
            margin-top: 40px;
            width: 100%;
            height: auto;
            border-radius: 10px;
            font-family: Arial;
            font-size: 53px;
            color: white;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -webkit-transition: margin .5s;
            -o-transition: margin .5s;
            transition: margin .5s;
            /*margin-bottom: 2rem;*/
            text-align: center;
        }

        .arrow {
            cursor: pointer;
            -webkit-transition: margin .5s;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s;
        }

        .arrow:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .arrow:active {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .arrow-left {
            float: left;
        }

        .arrow-right {
            float: right;
        }

        /*Cards*/
        .container-css .container {
            width: 410px;
            height: 350px;
            position: relative;
            -webkit-perspective: 1500px;
            perspective: 1450px;
            margin: auto;
            margin-top: 60px;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .cards {
            display: block;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transition: margin .5s;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            -webkit-transform: translateZ(900px);
            transform: translateZ(900px);
        }

        .cards li {
            display: block;
            position: absolute;
            width: 310px;
            height: 300px;
            margin-left: 18px;
            /*border-radius: 3px;*/
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
            font-family: "Open Sans", sans-serif;
            text-align: center;
            padding: 20px 10px 0 10px;
            background: white;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        /*Cards Mobile*/

        @media screen and (max-width: 767px) {
            .section-container-7 .shared-container {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

            .section-container-2 .cta-more .cta-more-label {
                margin-left: 42px;
            }

            .cards li {
                width: 230px;
                height: 240px;
            }

            

            .carousel-img {
                height: 100%;
                width: auto;

            }
        }

        .cards .corner {
            font-size: 25px;
            position: absolute;
            left: 12px;
            top: 8px;
            font-family: Lora, serif;
        }


        .cards h2::before {
            content: "";
            margin: auto;
            display: block;
            width: 350px;
            height: 1px;
            background: black;
        }

        .cards h2::after {
            content: "";
            margin: auto;
            display: block;
            width: 300px;
            height: 1px;
            background: black;
        }

        .section-container-8 .cta-more-box {
            position: relative;
            left: 0;
            top: 0;
            width: 70px;
            height: 70px;
            border: 1px solid #ed5f00;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: inline-block;
        }

        .section-container-8 .cta-more-arrow {
           /* position: absolute;
            top: 28px;*/
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .section-container.section-container-8 {
            overflow: hidden;
            padding-bottom: 62px !important;
        }

        .card-nav .img-arrow-right {
            width: 1.3em;
            padding: 0 20px;
            position: absolute;
        }

        .card-nav .img-arrow-left {
            width: 1.3em;
            padding: 0 20px;
            position: absolute;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .cta-more-box.arrow.arrow-right {
            float: right;
        }

        .cta-more-box.arrow.arrow-left {
            float: left;
        }

        .text-center,
        .text-center-2 {
            text-align: center;
        }

        .section-container-8 .arrow:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .carousel-img {
            width: 100%;
        }

        .cards li {
            overflow: hidden;
            padding: 0;
        }

        /*.cards .img-container, .cards .img-container a {
	cursor: none !important;
}*/

        .cards .img-container img {
            -webkit-transition: -webkit-transform 0.6s ease;
            transition: -webkit-transform 0.6s ease;
            -o-transition: transform 0.6s ease;
            transition: transform 0.6s ease;
            transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        }

        .cards .img-containe:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .section-container-3 .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
        }


        #block-section-2 .section-container-3 .cta-more.isactive:hover .cta-more-box {
            cursor: pointer;
        }

        @media only screen and (min-width: 1025px) {
            .cta-more.isactive:hover .cta-more-box {
                width: 103%;
            }

            .section-container-2a {
                margin-top: 5em;
                height: auto;
                position: relative;
                margin-bottom: 1em;
            }
        }

        .section-container-1 .cta-more.isactive .cta-more-box {
            top: 4px;
        }

        .section-container-1 .cta-more.isactive .cta-more-arrow {
            left: 23px;
        }


        .insights-text {
            opacity: 0;
        }

        .insights-text .sectionTitle {
            position: relative;
            top: 30px;
            opacity: 0;
        }

        .insights-text .sectionDescription {
            position: relative;
            top: 15px;
            opacity: 0;
        }

        .insights-text.isactive {
            opacity: 1;
        }

        .insights-text.isactive .sectionTitle {
            /*-webkit-transition: opacity 0.6s ease-in, top1s ease;
            -o-transition: opacity 0.6s ease-in, top1s ease;
            -webkit-transition: opacity 0.6s ease-in, top 1s ease;
            -o-transition: opacity 0.6s ease-in, top 1s ease;
            transition: opacity 0.6s ease-in, top 1s ease;
            opacity: 1;
            top: 0;
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s*/
        }

        .insights-text.isactive .sectionDescription {
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
            opacity: 1;
            top: 0;
            -webkit-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
        }

        #block-section-3b .section-container-2 .cta-more.isactive .cta-more-arrow {
            left: 22px;
            top: 5px;
        }

        #block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
            top: 3px;
        }

        #block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
            cursor: pointer;
        }

        @media only screen and (min-width: 1025px) {
            #block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
                width: 103%;
            }
        }

        #block-section-3b .section-container-2 .panel-2 .animate_title,
        .section-container-9 .panel-1 .animate_title {
            opacity: 1;
            position: relative;
            text-align: left;
            top: 50%;
            left: 0;
            color: white;
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
            width: 55%;
            bottom: 0;
        }

        #block-section-3b .section-container-2 .panel-2 .cta-more,
        .section-container-9 .panel-3 .cta-more {
            color: #fff;
            bottom: 13%;
            right: 64%;
            display: inline-block;
        }

        .section-container-7 .cta-more {
            color: #ed5f00;
            bottom: 13%;
            right: 64%;
            display: inline-block;
        }

        #block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
            border: 1px solid #fff;
        }

        #block-section-3b .section-container-2 .panel-2 .white-bg.isactive {
            opacity: 0;
        }

        #block-section-5 .animate_title span:nth-child(1) {
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
        }

        .animate_title.careers {
          /*  font-family: "Graphik Light", "Arial", Sans-Serif;*/
            line-height: 1.3 !important;
        }

        span.careers-large {
            font-size: 2.7rem;
            line-height: 1.3;
            margin-bottom: 2rem;
            /*font-weight: bold;*/
        }

        .animate_title.title-1.careers.isactive {
            -webkit-transform: translate(-50%, 60%);
            -ms-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
        }

        .cta-more.footer {
            color: #ed5f00;
            position: relative;
            width: auto;
            bottom: 0%;
            right: 0%;
            z-index: 10;
            opacity: 1;
            -webkit-transition: opacity 0.6s ease;
            -o-transition: opacity 0.6s ease;
            transition: opacity 0.6s ease;
            padding: 10px;
            display: inline-block;
        }

        .cta-more.footer .cta-more-box {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50px;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .cta-more .cta-more-arrow {
            position: absolute;
            left: 0px;
            top: 4px;
        }

        .section-container-3 .cta-more.isactive .cta-more-box {
            top: 3px;
        }

        .cta-more.footer.isactive .cta-more-box {
            left: 0;
            top: 6px;
            width: 46px;
            height: 46px;
            border: 2px solid #fff;
            border-radius: 50px;
        }

        .cta-more.footer.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 12px;
        }

        .cta-more.footer .img-arrow-right {
            width: 38px;
            position: absolute;
        }

        .cta-more.footer.isactive .cta-more-label {
            margin-left: 65px;
            font-family: "Graphik Medium", "Arial", Sans-Serif;
            font-size: 32px !important;
            line-height: 1.25;
            color: #fff;
        }

        .cta-more.footer.isactive:hover .cta-more-box {
            cursor: pointer;
            border-radius: 25px 25px 25px 25px;
        }

        @media only screen and (min-width: 1025px) {
            .cta-more.footer.isactive:hover .cta-more-box {
                width: 103%;
            }
        }

        .Subscribe-Eyebrow p {
            font-size: 22px;
            color: white;
        }

        #block-new-footer {
            background-color: black;
        }

        #footer-block .row:before {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border: .06em solid #ccc;
            /* border-width: .063rem; */
            border-top: 0;
            margin: 0 .9375em;
        }

        .row.footer-links-container:before {
            border: none !important;
        }

        @media screen and (min-width: 768px) {
            #block-new-footer .content-module {
                padding-left: 0;
            }

            #block-new-footer .row {
                padding: 0;
                max-width: 75rem;
                margin: 0 auto;
                padding-left: 1.07em;
            }

            #block-new-footer .row .block-content {
                padding: 1.88rem 0 0 !important;
            }
        }

        #block-section-2 p.sectionDescription {
            padding-top: 1em;
        }

        .section-container-2 .panel-1 .title-1 {
            margin-bottom: 2rem;
        }

        #block-section-5 .animate_title.title-1.isactive.change {
            bottom: 27%;
            left: 50%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
        }



        /*Block 6*/

        #block-section-5 .panel-1 .animate_title.title-1.isactive span {
            opacity: 1;
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
        }

        #block-section-5 .animate_title.title-2.sectionDescription span {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }


        #block-section-5 .animate_title.title-2.sectionDescription.isactive span {
            opacity: 1;
            -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
            -o-transition: opacity 0.6s ease-in, top 0.4s ease;
            transition: opacity 0.6s ease-in, top 0.4s ease;
            -webkit-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        #footer-block .body-content {
            margin-top: -1px;
        }

        @media screen and (min-width: 1000px) and (max-width: 1300px) {
            .animate_title.careers {
                font-size: 22px !important;
            }

            span.careers-large {
                font-size: 30px !important;
            }
        }



        /*Careers*/

        .careersText {
            font-family: "Graphik Regular", "Arial", Sans-Serif !important;
            font-size: 24px !important;
            line-height: 1.2 !important;
        }

        .careers .cta-more-label a {
            color: #fff;
        }

       .SubsectionTitle {
            font-size: 25px !important;
            line-height: 1.1 !important;
            color: #337ab7 !important;
            margin-bottom: 0;
            font-weight: 500;
            margin-top: 0;
        }

        h3.SubsectionTitle:hover {
            text-decoration: none;
            -webkit-transition: ease 0.1s !important;
            -o-transition: ease 0.1s !important;
            transition: ease 0.1s !important;
            color: #ed5f00;
        }

        .Subsectiondescription {
           /* font-family: "Graphik Light", "Arial", Sans-Serif !important;*/
            font-size: 1.0125rem !important;
            line-height: 1.3 !important;
        }

        .animate_title {
           /* font-family: "Graphik Semibold", "Arial", Sans-Serif;*/
            font-size: 3.29375rem;
            line-height: 1;
        }

        .section-container-3 .cta-more-label a:hover {
            color: #ed5f00;
        }

        .cta-more.careers.isactive {
            right: 0% !important;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            position: relative;
        }

        .cta-more.careers .cta-more-arrow {
            left: 0px;
            top: 8px;
        }

        .cta-more.careers {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        /* .cta-more.careers .cta-more-label{
	transition: opacity 0.6s ease;
	transition-delay: 0.7s;
}*/
        #block-section-3b .cta-more.careers.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 8px;
        }

        .careers .img-arrow-right {
            position: absolute;
            /* top: 9px; */
        }

        .section-container-9a {
            height: 10rem;
        }

        .section-container-2 .panel-2 .title-1 {
            font-size: 1.5rem;
        }


        .section-container-2 .cta-more.isactive .cta-more-label {
            -webkit-transition: opacity 0.6s ease-in;
            -o-transition: opacity 0.6s ease-in;
            transition: opacity 0.6s ease-in;
            -webkit-transition-delay: 0.7s;
            -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
        }

        .cta-progress-bar {
            width: 100%;
        }

        .progress-bar-label {
            right: 0% !important;
            font-family: "Graphik Light", "Arial", Sans-Serif !important;
            font-size: 14px !important;
            top: 10px;
            line-height: 1 !important;
            display: block;
        }

        .cta-scroll .cta-scroll-label {
            font-family: Graphik medium;
            font-size: 18px;
            color: #6b6b6ba3;
        }

        @media screen and (min-width: 3000px) {
            .animate_title.title-1.careers.isactive {
                -webkit-transform: translate(-100%, 100%);
                -ms-transform: translate(-100%, 100%);
                transform: translate(-100%, 100%);
            }
        }


        /*Julie Let there be change*/

        #block-section-5 .animate_title.title-1.film-julie {
            opacity: 1;
            position: relative;
            text-align: left;
            top: 50%;
            left: 30%;
            color: white;
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            transform: translate(-50%, -50%);
            width: 54%;
            bottom: 0;
        }
        .content-box p {
            font-size: 25px !important;
        }
        .ceo-box {
            font-size: 34px !important;
            padding: 0;
            margin: 0 !important;
        }
        .twitter-icon, .linkedin-icon {
            position: relative !important;
        }
        .linkedin-icon img, .twitter-icon img  {
            width: 17px;
            height: auto;
            position: absolute;
            top: 7px;
            left: 10px;
        }
        .twitter-icon img {
            top: 10px;
            left: 9px;
        }

        .animate_title.title-1.film-julie p {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.5;
        }

        .animate_title.title-1.film-julie p.marquee-profile {
            font-size: 1.125rem !important;
            font-family: "Graphik Medium", "Arial", Sans-Serif !important;
            line-height: 1.5 !important;
            margin-bottom: 0 !important;
        }

        .animate_title.title-1.film-julie p {
            opacity: 0;
        }

        .animate_title.film-julie p {
            position: relative;
            top: 15px;
        }

        .animate_title.film-julie.isactive p {
            top: 0px;
        }

        .animate_title.title-1.film-julie.isactive p {
            opacity: 1;
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
        }

        .animate_title.title-1.film-julie.isactive p.marquee-profile {
            opacity: 1;
            -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
            -o-transition: opacity 0.6s ease-in, top 0.8s ease;
            transition: opacity 0.6s ease-in, top 0.8s ease;
            -webkit-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .cta-more.marquee-cta.isactive {
            right: 0% !important;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            position: relative;
            display: inline-block;
            -webkit-transition: opacity ease 0.8s;
            -o-transition: opacity ease 0.8s;
            transition: opacity ease 0.8s;
        }

        .cta-more.twitter.isactive,
        .cta-more.linkedin.isactive {
            right: 0% !important;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            position: relative;
            display: inline-block;
            -webkit-transition: opacity ease 0.8s;
            -o-transition: opacity ease 0.8s;
            transition: opacity ease 0.8s;
        }

        .cta-more.twitter.isactive .julie-social .twitter-icon,
        .cta-more.linkedin.isactive .julie-social .linkedin-svg {
            position: absolute;
        }

        .julie-social .cta-more.twitter.isactive .twitter-icon,
        .cta-more.linkedin.isactive .linkedin-svg {
            opacity: 1;
            /* transition-delay: 0.8s; */
            position: absolute;
            transition: all ease 0.3s 0.8s;
        }

     /*   .julie-social .twitter-icon,
        .julie-social .linkedin-svg {
            top: 50%;
            position: absolute;
            transform: translate(50%, -50%);
            opacity: 0;
        }
*/
        .cta-more.twitter.isactive {
            margin-right: 5%;
        }

        .julie-social .img-arrow-right {
            width: 16px !important;
        }

        .section-container-9 .cta-more.twitter .cta-more-arrow,
        .section-container-9 .cta-more.linkedin .cta-more-arrow {
            left: 20px;
        }

        .section-container-9 .cta-more.twitter.isactive .cta-more-arrow,
        .section-container-9 .cta-more.linkedin.isactive .cta-more-arrow {
            left: 33px;
        }

        .read-it-container .cta-more.twitter.isactive .cta-more-arrow,
        .read-it-container .cta-more.linkedin.isactive .cta-more-arrow {
            left: 33px;
        }


        @media screen and (min-width: 768px) and (max-width: 1040px) {
            #block-section-5 .animate_title.title-1.film-julie {
                width: 60%;
            }

            .animate_title.title-1.film-julie p {
                font-size: 1.4rem !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 999px) {
            .section-container-9 .panel-1 .row.new-row {
                position: absolute;
                top: 0;
            }
        }

        @media screen and (min-width: 1000px) and (max-width: 1040px) {
            .section-container-9 .panel-1 .row.new-row {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        @media screen and (max-width: 767px) {
            .animate_title.title-1.film-julie.isactive {
                top: 0 !important;
            }

            .animate_title.title-1.film-julie p {
                font-size: 1.2rem !important;
            }

            .animate_title.title-1.film-julie p.marquee-profile {
                font-size: 0.8rem !important;
            }

            #block-section-5 .animate_title.title-1.film-julie {
                width: 90%;
            }

            .section-container-9 .panel-1 {
                height: 100vh !important;
            }

            .section-container-9 .panel-1 img {
                position: absolute;
                bottom: -180px;
                left: -10%;
                height: 120% !important;
            }
        }



        @media screen and (min-width: 500px) and (max-width: 767px) {
            .section-container-9 .panel-1 {
                height: 85vh !important;
                bottom: 0 !important;
            }
        }

        @media screen and (max-width: 320px) {
            #block-section-5 .animate_title.title-1.film-julie {
                width: 100%;
            }

            .animate_title.title-1.film-julie p {
                font-size: 1rem !important;
            }

            .animate_title.title-1.film-julie.isactive {
                top: 10px !important;
            }
        }


        /*For Desktop up*/
        @media screen and (min-width: 1025px) {
            .mobile-ipad {
                display: none;
            }

            .section-container-3 {
                height: auto;
                max-height: none;
            }

            .section-container-3 .panel-1 {
                height: auto;
                position: relative;
            }
        }

        @media screen and (max-width: 1040px) {
            #block-section-3b .section-container-2 .panel-2 .animate_title {
                transform: translateY(50%);
            }
        }

        /*Ipad adjustments*/

        @media screen and (min-width: 768px) and (max-width: 1024px) {
            #block-section-4 {
                margin-top: 0;
            }

            .mobile-padding {
                padding: 0 8%;
            }

            .animate_title {
                font-size: 2em;
                line-height: 2rem;
            }

            .section-container-2 .panel-3 .cta-more-2 {
                bottom: 4em;
            }

            .animate_title {
                font-size: 2.5rem !important;
                line-height: 0.9 !important;
                width: 100%;
                bottom: 20% !important;
            }

            .animate_subtitle {
                font-size: 1.3rem !important;
            }

            .animate_title.title-1.careers.isactive {
                font-size: 1.3rem !important;
            }

            #block-section-5 .animate_title.title-2.sectionDescription.isactive {
                opacity: 1;
                font-size: 1.25em !important;
                line-height: 1 !important;
            }

            #block-section-5 .animate_title.title-2.sectionDescription.isactive {
                width: 80%;
            }

            .sectionTitle {
                font-size: 2.5rem !important;
            }

            .join-us .animate_title {
                margin-bottom: 1.75rem !important;
            }

            .section-container-2 .panel-1 .height-inherit {
                width: 100%;
            }

            .section-container-1 .cta-scroll.position-2 {
                right: 50% !important;
            }

            .section-container-2a {
                height: 35vh;
            }

            .section-container-2a .text-center,
            .section-container-2a .text-center-2 {
                padding-top: 10vh;
            }

            .section-container-9a {
                height: 40vh !important;
            }

            #block-section-5 .panel-1 .animate_title.title-1 {
                bottom: 90% !important;
            }

            #block-section-5 .panel-1 .animate_title.title-2 {
                bottom: 81%;
            }

            .section-container-2 .cta-scroll.position-1 {
                bottom: -70%;
            }

            .marquee-header h2 {
                font-size: 4.188rem !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1199px) {
            .progress-nav-bar {
                top: 50px;
            }

            .section-container-3 .mobile-placeholder .follow-cta-btn-mobile {
                opacity: 0;
                -webkit-transition: opacity ease 0.4s;
                -o-transition: opacity ease 0.4s;
                transition: opacity ease 0.4s;
            }

            .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
                bottom: -20px;
                right: 5%;
                width: 80px;
                height: 80px;
                opacity: 0;
                border-radius: 50%;
                background: #5200FF;
                position: absolute;
                padding: 5px;
                z-index: 10;
                line-height: 1rem;
                opacity: 1;
                -webkit-transition-delay: 0.8s;
                -o-transition-delay: 0.8s;
                transition-delay: 0.8s;
            }

            .section-container-3 .follow-cta-btn-mobile span {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                color: #fff;
                line-height: 1 !important;
                font-size: 13px !important;
                font-family: Graphik semibold;
                text-align: center;
            }

            .mobile-placeholder {
                position: relative;
            }

            .section-container-3 {
                height: auto;
                max-height: none;
            }

            #block-section-2 .section-container-3 .panel.panel-1.mobile-padding {
                position: relative;
            }

            .section-container-3 .panel-1 .cta-more {
                position: relative;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }
        }

        @media screen and (min-width: 1025px) and (max-width: 1280px) {
            .mobile-padding {
                padding: 0 5%;
            }
        }

        @media screen and (min-width: 2500px) {
            .carousel {
                overflow: hidden;
            }

            .leading {
                position: relative;
                top: 3%;
            }
        }

        /*For Ipad down*/
        @media screen and (max-width: 1280px) {
            .no-mobile-ipad {
                display: none;
            }

            .leading {
                position: relative;
                top: 10%;
            }

            .section-container-2 .panel-2 .text-container {
                position: absolute;
                top: 0;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title,
            .section-container-9 .panel-1 .animate_title {
                opacity: 1;
                position: relative;
                text-align: left;
                /* top: 50%; */
                left: 0;
                color: white;
                -webkit-transform: none !important;
                -ms-transform: none !important;
                transform: none !important;
                width: 50%;
                bottom: 0;
            }
        }

        /*Override CSS for mobile*/
        @media screen and (max-width: 767px) {
            .marquee-vid.vid-1 {
                /** left: -40%;**/
            }

            .section-container-3 .panel-1 .cta-more {
                float: left;
            }

            .section-container-1b .cta-more.isactive .cta-more-box,
            .section-container-1b .item.active .cta-more .cta-more-box {
                top: 1px;
            }

            .section-container-1b,
            .section-container-1b .panel-1 {
                height: auto;
                overflow: hidden;
                /* min-height: 60vh; */
                position: relative;
            }

            .we-act-for-impact.isactive .sectionTitle {
                margin-bottom: 0.5em;
            }

            .section-container-1b {
                margin-top: 2em;
            }

            .we-act-for-impact.isactive .bell {
                left: 50%;
                transform: translateX(-50%);
            }

            .we-act-for-impact.isactive {
                padding: 100px 10px 50px;
            }

            .bell-container {
                bottom: 20%;
            }

            .marquee-header {
                top: 40%;
            }

            .section-container-1 .item.active .cta-more {
                bottom: 35% !important;
            }

            .section-container-1 .item.active .cta-more.cta-more-marquee-3 {
                bottom: 33% !important;
            }

            .marquee_description {
                font-size: 1.3rem !important;
            }

            .section-container-4 .panel-1 {
                margin: 3em 0;
            }

            .marquee-header h2 {
                font-size: 2.5rem !important;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title,
            .section-container-9 .panel-1 .animate_title {
                width: 58%;
            }

            .section-container-3 .cta-more.isactive .cta-more-box {
                top: 3px !important;
            }

            .audio-option {
                top: 90% !important;
                width: 70%;
                transform: translateX(-50%) scale(0.5);
            }

            /*.audio-option .label.volume, .audio-option .label:nth-child(1) {
		display: none!important;
	}*/

            .section-container-2 .panel-1 {
                height: 80vh !important;
            }

            .section-container-2 .panel-2 .img-3 {
                left: -63%;
            }

            .progress-bar-label {
                top: 10px !important;
                display: block;
            }

            .section-container-3 .img-container.imgc-4 {
                margin-top: 0;
            }

            .cta-scroll.isactive .cta-scroll-box {
                top: 3px;
            }

            .section-container-2 .cta-scroll.position-1 {
                bottom: -100%;
            }

            .cta-scroll-label {
                font-size: 16px !important;
                ;
            }

            .section-container-2 .panel-1 .img-1 {
                margin-top: 5em;
            }

            #block-section-5 .section-container-9a {
                height: auto;
                margin-top: 3em;

            }

            #block-section-5 .panel.panel-1 {
                position: relative;
                height: auto;
                margin: 3em 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .card-nav {
                margin-bottom: 30px;
                margin-top: 0;
            }

            #block-section-5 .section-container-9 .panel {
                margin: 3em 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                overflow: visible;
            }

            .section-container-9 .panel.panel-3.isactive {
                position: absolute;
                top: 15%;
                left: 0;
                width: 100%;
                height: 100%;
            }

            #block-section-5 .section-container-9 .panel-2 {
                margin-bottom: 8em;
            }

            #block-section-5 .animate_title.title-1.isactive.change {
                bottom: 5% !important;
            }

            .animate_title.title-1.change.isactive {
                font-size: 2rem !important;
            }

            #block-section-4 .section-container-7 {
                margin-top: 4em;
            }

            .section-container-1 .cta-scroll.position-2 {
                right: 50% !important;
            }

            .cta-progress-bar {
                width: 100% !important;
                margin-top: 18px !important;
            }

            .progress-bar-label {
                right: 0% !important;
            }

            .progress {
                width: 90%;
            }

            .join-us .animate_title {
                font-size: 2rem !important;
                margin-bottom: 1.4rem !important;
            }

            .join-us .animate_title.title-1.isactive {
                margin-bottom: 1rem !important;
            }

            .join-us .animate_subtitle.animate_title.title-2 {
                font-size: 1rem !important;
                line-height: 1.1 !important;
            }

            .section-container-2 .cta-scroll.position-1 {
                bottom: -9em !important;
            }

            .section-container-2a {
                height: auto;
            }

            .section-container-2a .text-center,
            .section-container-2a .text-center-2 {
                padding-top: 10vh;
            }

            .audio-option .label {
                font-size: 1rem !important;
                padding: .4em .5em 0.4em !important;
                border-radius: 0.65em !important;
            }

            .section-container-2 .panel-1 .cta-more {
                padding: 7px;
            }

            .section-container-2 .cta-more.isactive .cta-more-box {
                width: 36px;
                height: 36px;
                left: -3px;
            }

            #block-section-3b .section-container-2 .cta-more.isactive .cta-more-arrow {
                left: 22px;
                top: 5px;
            }

            .section-container-3 .img-container .cta-btn span .section-container-2 .cta-more .cta-more-arrow {
                top: 0px !important;
            }

            #block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
                top: 0px;
            }

            #block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
                cursor: pointer;
                /*height: 26px;*/
            }

            .animate_title {
                font-size: 3.5rem !important;
                line-height: 1.5rem !important;
            }

            .animate_subtitle {
                font-size: 1.3rem !important;
            }

            .mobile-padding {
                padding: 0 5%;
            }

            .section-container-1 .cta-more {
                bottom: 5%;
            }

            p.categoryTitle {
                margin-top: 1rem !important;
            }

            .cardTitle {
                font-size: 2rem !important;
                margin: 0.1em 0 0.4em !important;
            }

            .cardDescription {
                font-size: 1rem !important;
                line-height: 1.1 !important;
            }

            .section-container-3 .img-container.trigger {
                height: 245px !important;
            }

            p.categoryTitle {
                margin-top: 0.5rem !important;
            }

            .no-mobile {
                display: none;
            }

            .careersText {
                font-size: 1.3rem !important;
                line-height: 1.2 !important;
            }

            .sectionTitle {
                font-size: 2.3rem !important;
            }

            .we-act-for-impact .sectionTitle {
                font-size: 2rem !important;
            }

            .sectionDescription {
                font-size: 1rem !important;
                line-height: 1rem !important;
            }

            .SubsectionTitle {
                font-size: 1.5rem !important;
                line-height: 1.2 !important;
            }

            .Subsectiondescription {
                font-size: 1.1rem !important;
                line-height: 1.1 !important;
            }

            .cta-holder {
                width: 95%;
            }

            .cta-more-label {
                font-size: 16px;
            }

            .section-container-3 .mobile-placeholder .follow-cta-btn-mobile {
                opacity: 0;
                -webkit-transition: opacity ease 0.4s;
                -o-transition: opacity ease 0.4s;
                transition: opacity ease 0.4s;
            }

            .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
                bottom: -20px;
                right: 5%;
                width: 80px;
                height: 80px;
                opacity: 0;
                border-radius: 50%;
                background: #5200FF;
                position: absolute;
                padding: 5px;
                z-index: 10;
                line-height: 1rem;
                opacity: 1;
                -webkit-transition-delay: 0.8s;
                -o-transition-delay: 0.8s;
                transition-delay: 0.8s;
            }

            .section-container-3 .follow-cta-btn-mobile span {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                color: #fff;
                line-height: 1 !important;
                font-size: 13px !important;
                font-family: Graphik semibold;
                text-align: center;
            }

            .mobile-placeholder {
                position: relative;
            }

            #block-section-6 .animate_title.title-2.sectionDescription.isactive {
                width: 90%;
            }

            .mobile-view-options {
                position: absolute;
                top: 60px;
                z-index: 99;
                width: 100%;
            }

            .button.active {
                border: 2px solid #fff;
                font-weight: normal !important;
            }

            .button span {
                color: white;
            }

            .mobile-view-options .button {
                border-radius: 40px;
                background: transparent;
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
                font-family: "Graphik Regular", "Arial", Sans-Serif !important;
                float: right;
                text-align: center;
                width: 5em;
                margin: 5px;
                line-height: 30px;
            }

            .mobile-view-options.isactive .button.active span {
                color: #ed5f00;
            }

            .mobile-view-options.isactive .read-it-btn.button.active {
                border: 2px solid #ed5f00;
            }

            .mobile-view-options.isactive .button span {
                color: #ed5f00;
            }

            .section-container.section-container-6 {
                height: 95vh;
            }

            #block-section-2 .section-container-3 .panel {
                position: relative;
            }

            #block-section-2 .section-container-3 {
                height: auto;
            }

           

            .section-container-2 .panel-2 .cta-more {
                right: 15%;
            }

            .section-container-3 .panel-1 .cta-more {
                position: relative;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title,
            .section-container-9 .panel-1 .animate_title {
                opacity: 1;
                position: relative;
                text-align: left;
                bottom: 50%;
                /* left: 10%; */
                color: white;
            }

            .animate_title.title-1.careers.isactive {
                font-size: 1.1rem !important;
            }

            .animate_title.title-1.careers.isactive {
                -webkit-transform: translate(0%, 30%);
                -ms-transform: translate(0%, 30%);
                transform: translate(0%, 30%);
            }

            span.careers-large {
                font-size: 1.5rem;
                line-height: 1.1;
                font-weight: bold;
            }

            #block-section-3b .section-container-2 .cta-more.careers.isactive .cta-more-arrow {
                top: 8px !important;
            }

            #block-section-3b .section-container-2 .cta-more.careers .cta-more-arrow {
                top: 8px !important;
            }

            #block-section-3b .section-container-2 .cta-more.careers.isactive .cta-more-box {
                top: 3px;
            }

            .section-container.section-container-9a .animate_title.title-1.isactive {
                font-size: 2rem !important;
                line-height: 1 !important;
                margin-bottom: 2rem !important;
            }

            #block-section-5 .animate_title.title-2.sectionDescription.isactive {
                width: 90%;
            }

            .section-container-9a {
                height: 50vh;
            }

            #block-section-5 .panel-1 .animate_title.title-1 {
                bottom: 90%;
            }

            #block-section-5 .panel-1 .animate_title.title-2 {
                bottom: 75%;
            }

            .section-container-9 .animate_title {
                font-size: 2.8rem !important;
                line-height: 0.9 !important;
                width: 90%;
            }

            .Subscribe-Eyebrow p {
                font-size: 18px;
                color: white;
                margin-bottom: 0 !important;
            }

            .cta-more.footer.isactive .cta-more-label {
                font-size: 28px !important;
                margin-bottom: 0;
            }

            .cta-more.footer {
                padding: 13px;
            }
        }




        /*For SE and below*/
        @media screen and (max-width: 320px) {
            .we-act-for-impact .sectionTitle {
                font-size: 1.8rem !important;
            }

            .bell-container.isactive .bell-content,
            .bell-container.isactive {
                width: 280px !important;
            }

            .bell-container .bell-content span {
                font-size: 12px;
                line-height: 1;
            }

            .section-container-2 .panel-2 .img-3 {
                width: 280%;
                left: -73%;
            }

            .section-container-9 .panel-1 img {
                left: -40%;
            }

            .section-container-9 .panel-1 {
                height: 130vh !important;
            }

            .section-container-1 .item.active .cta-more {
                bottom: 32% !important;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title,
            .section-container-9 .panel-1 .animate_title {
                width: 76%;
            }

            .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
                bottom: 0px !important;
            }

            .section-container-1 .cta-more {
                margin-left: 0 !important;
                bottom: 30% !important;
            }

            .cta-scroll.position-1 {
                bottom: 32%;
            }

            .audio-option {
                width: 70%;
            }

           
            .section-container-2 .panel-1 .cta-more {
                width: 13rem;
            }

            .section-container-2 .panel-1 {
                height: 100vh !important;
            }
        }

        @media screen and (max-width: 280px) {
            .audio-option {
                width: 80%;
            }

           
        }


        .height-inherit {
            height: inherit;
        }


        /*Ipad nav*/
        @media only screen and (max-width: 1199px) and (min-width: 768px) {
            .progress-nav-bar.isactive {
                height: 8px;
            }

            .progress-nav-bar-menu {
                display: none;
            }

            .progress-nav-bar.isactive .progress-nav-bar-roller {
                height: 8px;
            }
        }
         @media only screen and (max-width: 767px) {
	        /*.zoom .container {
			    width: 294px !important;
			}*/
         }
        /*Carousel ipad*/
        @media only screen and (max-width: 999px) and (min-width: 768px) {
            .carousel .container {
                width: 315px;
                height: 250px;
            }

            .cards li {
			    width: 270px;
			    height: 270px;
                margin-left: 34px;
			}
			.section-container-9a {
			    height: 10vh !important;
			}

            /*.card-nav .img-arrow-right, .card-nav .img-arrow-left {
		width: 0.9em !important;
	}
	.section-container-8 .cta-more-arrow {
		top: .35em !important;
	}*/
        }

        @media only screen and (max-width: 1040px) and (min-width: 1000px) {
            .carousel .container {
                width: 310px !important;
            }

            /*.cards li {
                width: 220px;
                height: 200px;
            }*/
        }

        @media only screen and (max-width: 1320px) and (min-width: 1025px) {
            .zoom {
                overflow: hidden;
            }
        }




        /*Read it*/
        @media only screen and (max-width: 767px) {
            .readit-marquee h2 {
                font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
                font-size: 3.5rem !important;
                line-height: 1;
            }

            .read-it-container h2.submarquee {
                font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
                font-size: 2.5rem !important;
                font-weight: normal;
            }

            .read-it-subdesc {
                font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
                font-size: 1.4rem !important;
                margin-bottom: 1.4rem !important;
                line-height: 1.3;
            }

            .read-it-container .cta-more {
                opacity: 1;
                bottom: 0;
                color: #004DFF !important;
                left: 0;
                position: relative;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                z-index: 10;
                padding: 10px;
            }

            .read-it-container .cta-more .cta-more-box {
                border: 2px solid #004DFF;
                top: 4px;
                left: 0;
                top: 1px;
                width: 36px;
                height: 36px;
                border: 1px solid #004DFF;
                border-radius: 50%;
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
                position: absolute;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .read-it-container .cta-more .cta-more-arrow {
                top: 8px;
                left: 20px;
                position: absolute;
                opacity: 1;
                -webkit-transition-delay: 0.6s;
                -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }

            .read-it-container .cta-more .img-arrow-right {
                width: 24px;
            }

            .read-it-container .cta-more .cta-more-label {
                margin-left: 45px;
                opacity: 1;
                -webkit-transition: opacity 0.7s ease 0.8s;
                -o-transition: opacity 0.7s ease 0.8s;
                transition: opacity 0.7s ease 0.8s;
            }

            .read-it-text {
                font-family: "Graphik Light", "Arial", Sans-Serif !important;
                font-size: 1rem !important;
                line-height: 1.1 !important;
            }

            .read-it-container hr {
                margin: 3em 0 3em;
            }

            .read-it-container .row {
                padding-top: 0 !important;
            }

            .read-it-container.section-container-1 {
                margin-top: 150px;
                height: auto !important;
            }

            .read-it-container.section-container-1,
            .read-it-container.section-container-2,
            .read-it-container.section-container-3,
            .read-it-container.section-container-4,
            .read-it-container.section-container-5,
            .read-it-container.section-container-6,
            .read-it-container.section-container-7 {
                height: auto !important;
            }

            h2.submarquee {
                font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
                font-size: 2rem !important;
            }

            .sub-container {
                margin: 0 0 2.5em;
            }

            #block-section-4 {
                margin-top: 0 !important;
            }

            .cta-more-label,
            .cta-more-label a {
                font-size: 16px !important;
            }

            .read-it-cardtitle {
                font-family: "Graphik Light", "Arial Black", Sans-Serif;
                font-size: 1.3rem;
                line-height: 1.1;
                font-weight: normal;
                margin-bottom: 1rem;
            }
        }

        @media only screen and (max-height: 700px) and (min-height: 400px) {
            .section-container-2 .panel-2 .title-1 {
                font-size: 1.3rem;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title {
                width: 70%;
                transform: translateY(-30%);
            }
        }



        @media only screen and (max-height: 700px) and (min-height: 400px) {
            .section-container-2 .panel-2 .title-1 {
                font-size: 1.3rem;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title {
                width: 70%;
                transform: translateY(-30%);
            }

            .section-container-3 {
                min-height: 700px;
            }

            .section-container-2a .text-center {
                padding-top: 15vh;
            }

            #marqueeCarousel .cta-scroll.position-1 {
                bottom: -2em;
            }

            #marqueeCarousel .carousel-indicators {
                bottom: 5%;
            }

            #block-section-5 .animate_title.title-1.film-julie {
                width: 65%;
                transform: translateY(-33%);
            }

            .no-low-height {
                display: none;
            }
        }

        @media screen and (max-device-width: 767px) {
            #block-section-5 .animate_title.title-1.film-julie {
                width: 100%;
            }
        }

        @media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

            /* styles */
            .section-container-9 .panel-1 img {
                left: -20%;
            }
        }

        /*Iphone 678X*/
        @media only screen and (max-width: 375px) and (min-width: 321px) {
            .section-container-2a .text-center {
                padding-top: 7vh;
            }
        }

        @media only screen and (max-width: 320px) and (min-width: 281px) {
            .bell-container {
                top: 47%;
            }
        }

        /*Fold*/
        @media only screen and (max-width: 280px) {

            .bell-container.isactive .bell-content,
            .bell-container.isactive {
                width: 250px !important;
            }

            .we-act-for-impact .sectionTitle {
                font-size: 1.6rem !important;
            }

            .bell-container .bell-content span {
                font-size: 10px;
                line-height: 1.5;
                display: inline-block;
                margin-left: 20px;
            }

            .bell-container .bell-content {
                padding: 12px 5px 10px;
            }

            .audio-option {
                top: 87% !important;
            }

            .section-container-2 .panel-2 .img-3 {
                width: 350%;
                left: -110%;
            }
        }

        /*Scroll*/
        .scroll-down.arrow-center,
        .scroll-down.arrow-left,
        .scroll-down.arrow-right {
            -webkit-animation: pulseScroll 2s infinite;
            animation: pulseScroll 2s infinite;
        }

        .scroll-down.arrow-center {
            padding-top: 10px;
            height: 80px;
            width: 80px;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
            bottom: 10%;
            background-color: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            animation: pulseScroll 2s infinite;
        }

        .scroll-down {
            position: absolute;
            text-align: center;
        }

        .scroll-down.arrow-center svg {
            height: 20px;
            position: relative;
            -webkit-animation: movedown 2s infinite;
            animation: movedown 2s infinite;
        }

        @keyframes pulseScroll {
            0% {
                -webkit-transform: translateX(-50%) scale(1.05);
                transform: translateX(-50%) scale(1.05);
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            }

            70% {
                -webkit-transform: translateX(-50%) scale(1.1);
                transform: translateX(-50%) scale(1.1);
                -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            }

            100% {
                -webkit-transform: translateX(-50%) scale(1.05);
                transform: translateX(-50%) scale(1.05);
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            }
        }

        @-webkit-keyframes movedown {

            0%,
            100% {
                top: 0px;
            }

            70% {
                top: 10px;
            }
        }

        @keyframes movedown {

            0%,
            100% {
                top: 0px;
            }

            70% {
                top: 10px;
            }
        }

        /*New Scroll 15/03/21*/
        .arrow-i-down {
            position: absolute;
            left: 49.25%;
            /*    transform: translateX(50%);*/
            bottom: 10%;
            cursor: pointer;
        }

        .arrow-i {
            border: solid #fff;
            border-width: 0 4px 4px 0;
            display: inline-block;
            padding: 12px;
            transition: border 0.3s ease;
            position: relative;
        }

        /* .arrow-i-down .arrow-i{ */
        /* -webkit-animation: movedown 2s infinite; */
        /* animation: movedown 3s infinite; */
        /* } */

        .arrow-i.right {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .arrow-i.left {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }

        .arrow-i.up {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

        .arrow-i.down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        a.carousel-control-prev {
            position: absolute;
            left: 0%;
            padding-left: 30px;
            top: 10vh;
            opacity: 0;
            /*opacity: 1;*/
            transition: opacity 0.5s ease;
            height: 80vh;
            padding-top: 35vh;
            padding-right: 100px;
            width: 200px
        }

        a.carousel-control-next {
            position: absolute;
            right: 0;
            top: 10vh;
            opacity: 0;
            /*opacity: 1;*/
            transition: opacity 0.5s ease;
            height: 80vh;
            padding-top: 35vh;
            padding-left: 100px;
            width: 200px;
        }

        /* a.carousel-control-prev.isactive, a.carousel-control-next.isactive{ */
        /* opacity: 0.6; */
        /* } */

        a.carousel-control-prev:hover,
        a.carousel-control-next:hover {
            opacity: 1;
        }

        a.carousel-control-prev.onhover,
        a.carousel-control-next.onhover {
            opacity: 1;
        }

        a.carousel-control-prev .arrow-i:hover,
        a.carousel-control-next .arrow-i:hover {
            border-width: 0 6px 6px 0;
        }

        a.carousel-control-next.isactive .arrow-i {
            /**transition: border 0.3s ease;*/
            -moz-animation: blinks 1s infinite;
            -webkit-animation: blinks 1s infinite;
            animation: blinks 1s infinite;
        }

        /** Update **/
        .carousel .container {
		    height: 420px !important;
		    width: 410px !important;
		    position: relative;
		    -webkit-perspective: 1500px;
		    perspective: 1450px;
		    margin: auto;
		    margin-top: 60px;
		    -webkit-transform-style: preserve-3d;
		    transform-style: preserve-3d;
        }

        .carousel .container .top-active {
            position: absolute;
            top: 52%;
            padding: 0% 12%;
            opacity: 1;
        }

        .carousel .container .top-active.move-right {
            transition: opacity 0.5s ease;
            opacity: 0
        }

        .carousel .container .top-active.move {
            transition: opacity 0.5s ease;
            opacity: 0
        }

        .carousel .container .next-active {
            display: none;
        }

        .carousel .container .cta-more-center {
            position: absolute;
            bottom: -24px;
            left: 50%;
            transform: translateX(-50%);
        }

        .cta-more-box.arrow.slide-right {
             position: absolute;
            left: 53%;
            top: 82%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .cta-more-box.arrow.slide-left {
            position: absolute;
            top: 82%;
            left: 43%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .carousel .container:before {
            content: " ";
            display: none;
            background: rgba(1, 1, 1, 0.08);
            width: 84%;
            height: 58%;
            position: absolute;
            top: -4%;
            left: 11.5%;
            z-index: -1;
           /* display: none;*/
        }

        .slide-left .img-arrow-left {
            width: 2em;
            /*position: absolute;*/
            left: 20px;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .slide-right .img-arrow-right {
            width: 2em;
           /* position: absolute;
            left: */20px;
        }



        @-moz-keyframes blinks {
            0% {
                border-width: 0 4px 4px 0;
            }

            35% {
                border-width: 0 6px 6px 0;
            }

            65% {
                border-width: 0 4px 4px 0;
            }

            100% {
                border-width: 0 6px 6px 0;
            }
        }

        @keyframes blinks {
            0% {
                border-width: 0 4px 4px 0;
            }

            35% {
                border-width: 0 6px 6px 0;
            }

            65% {
                border-width: 0 4px 4px 0;
            }

            100% {
                border-width: 0 6px 6px 0;
            }
        }

        @media screen and (max-device-width: 767px) {
            .arrow-i {
                border: solid #fff;
                border-width: 0 1.5px 1.5px 0;
                display: inline-block;
                padding: 8px;
            }

            .arrow-i-down {
                bottom: 10%;
                visibility: hidden;
            }

            a.carousel-control-prev,
            a.carousel-control-next {
                width: 10%;
                opacity: 1;
                padding-left: 0;
                padding-right: 0;
            }

            .carousel .container .top-active {
                top: 42%;
            }

            .carousel .container:before {
                content: " ";
                display: block;
                background: rgba(1, 1, 1, 0.08);
                width: 87%;
                height: 95%;
                position: absolute;
                top: -4%;
                left: 7%;
                z-index: -1;
            }

            .section-container-8 .cta-more-box {
                width: 40px;
                height: 40px;
            }


          /*  .section-container-8 .cta-more-arrow {
                top: 18px;
            }*/

            .slide-left .img-arrow-left {
                left: 10px;
                top: -4px;
                width: 1.5em;
            }

            .slide-right .img-arrow-right {
                left: 10px;
                /*top: -4px;*/
                width: 1.5em;
            }

            .carousel .container .cta-more-center {
                bottom: 6px;
            }

            .section-container-8 .cta-more {

                width: 106%;
            }

            .cta-more-box.arrow.slide-left {
                left: -7%;
            }

            .cta-more-box.arrow.slide-right {
                right: 0 !important;
            }

            .section-container-8 .text-content.isactive p {
                top: 30px;
            }
        }

        /* Bounce effect Marquee arrow down */
        .bounce {
            -moz-animation: bounce 7s infinite;
            -webkit-animation: bounce 7s infinite;
            animation: bounce 7s infinite;
        }

        @-moz-keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                -moz-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -moz-transform: translateY(-16px);
                transform: translateY(-16px);
            }

            60% {
                -moz-transform: translateY(-3px);
                transform: translateY(-8px);
            }
        }

        @-webkit-keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            60% {
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -moz-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            60% {
                -moz-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }
        }

        /* Carousel Prev and Next Flash */
        .flash {
            -moz-animation: flash 1s ease-out;
            -moz-animation-iteration-count: 1;

            -webkit-animation: flash 1s ease-out;
            -webkit-animation-iteration-count: 1;

            -ms-animation: flash 1s ease-out;
            -ms-animation-iteration-count: 1;
        }

        @-webkit-keyframes flash {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-moz-keyframes flash {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-ms-keyframes flash {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        /* Case Studies & lady - Responsive */
        @media only screen and (min-width: 1025px) and (max-width: 1300px) {
            .section-container-2 .panel-2 .text-container {
                top: 35%;
            }

            .section-container-8 .cta-more.isactive {
                margin-bottom: 20px;
            }
        }

        @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .SubsectionTitle {
                font-size: 1.55rem !important;
            }

            .section-container-8 .cta-more.isactive {
                top: 10px;
            }

/*            .cta-more-box.arrow.slide-left {
                left: -20%;
            }*/
        }

        /*Case study explore*/
        @media (max-width: 767px) {
            .explore-container {
                width: 82% !important;
                height: 92% !important;
                top: -0.4% !important;
                left: 9.9% !important;
            }

            .image-mobile {
                display: block !important;
                background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/Accenture-Sustainability-Organization-Marquee-Mobile') !important;
            }

            .image-mobile-5 {
                display: block !important;
                background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/homepage/Accenture-A-Z-Marquee-Mobile') !important;
            }

            .marquee-vid.vid-1 {
                display: block;
            }
        }
    
        .section-container-2 .cta-scroll.position-1 {
            /* bottom: -65%; */
            bottom: -100%;
        }

        #block-section-3b .section-container-2 .cta-more.isactive .cta-more-arrow {
            top: 8px;
        }

        .section-container-2 .cta-more.isactive {
            margin-bottom: -2rem;
        }

        span.header_join {
            font-size: 35px;
        }

        @media screen and (max-width: 767px) {
            .section-container-2 .cta-scroll.position-1 {
                /* bottom: -100%; */
                bottom: -215% !important;
            }

            span.header_join {
                font-size: 27px;
                line-height: 1 !important;
            }

            #block-section-3b .section-container-2 .panel-2 .animate_title,
            .section-container-9 .panel-1 .animate_title {
                width: 85%;
            }

            #block-section-5 .section-container-9a {
                display: none;
            }

            .animate_title.title-1.film-julie.isactive {
                top: -40px !important;
            }

            .animate_title.title-1.film-julie.isactive {
                top: -40px !important;
            }

            .section-container-3 .panel-1 .row {
                padding-top: 0.3em;
            }

            #block-section-3b .panel-2 .row.new-row.text-container.height-inherit {
                height: auto;
            }

            .section-container-2 .panel {
                position: relative;
                height: 95vh;
            }

            .section-container-2 .panel-2 .img-3 {
                left: 0%;
                height: 95vh;
                width: auto !important;
                object-fit: cover;
            }
            .section-container-9 .panel-2 .img-1{
                top: 35px !important;
            }
            .section-container-9 .panel-2 {
                height: 21vh;
            }

            .section-container.section-container-7 {
                min-height: 190px;
            }

            .scrollmagic-pin-spacer {
                padding-bottom: 0px !important;
            }
        }

        .marquee-slide-play .button {
            border: 0;
            background: transparent;
            box-sizing: border-box;
            width: 0;
            height: 15px;
            border-color: transparent transparent transparent #fff;
            transition: 100ms all ease;
            cursor: pointer;
            border-style: solid;
            border-width: 7px 0 7px 13px;
            position: absolute;
            top: 3px;
            right: -15rem;
        }

        .marquee-slide-play .button.paused {
            border-style: double;
            border-width: 0px 0 0px 13px;
            top: 5px;
            position: absolute;
        }

        .marquee-slide-play .button:hover {
            border-color: transparent transparent transparent #efefef;
        }

        li.marquee-slide-play {
            border: 0px;
            width: 15px;
            height: 15px;
            display: inline;
            position: absolute;
            top: -11px;
            right: 0;
            margin: 0px !important;
        }

        /* Custom Graphik Light for Integrated Reporting Marquee */
        .item .marquee-header h2.custom-graphik-light {
            font-family: "Graphik Light", "Arial", Sans-Serif;
            font-weight: normal;
            font-size: 5rem;
        }

        .item[id="2"] .marquee-header h2,
        .item[id="2"] .marquee-header p {
            padding-bottom: 2rem;
        }

        .item[id="2"] .marquee-header a {
            font-weight: normal;
        }

        /****/
        @media (min-width: 768px) {
            .image-mobile-5 {
                display: none !important;
            }
        }

        @media (max-width: 767px) {
            li.marquee-slide-play {
                left: -5px;
                position: relative;
            }

            .marquee-slide-play .button {
                right: auto;
            }

            #marqueeCarousel .item:nth-child(5) video {
                display: none;
            }

            .marquee-header-5 {
                margin-top: 4em;
            }

            #marquee_Third {
                font-size: 2.5rem !important;

            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            li.marquee-slide-play {
                position: relative;
                right: -20rem;
            }

            .marquee-slide-play .button {
                right: 0rem;
            }
        }

        @media (min-width: 1024px) and (max-width: 1199px) {
            .marquee-slide-play .button {
                position: relative;
                right: -10rem;
            }
        }

        /*4th Marquee*/
        .marquee-header.marquee-header-5 {
            width: 65%;
        }

        @media (min-width: 1920px) {
            .marquee-header.marquee-header-5 {
                width: 55%;
            }
        }

    
        #marquee_Third {
            font-size: 80px;
            font-family: graphik light !important;
            font-kerning: auto;
        }

        #marquee_Third_subtitle {
            font-family: graphik light !important;
            font-kerning: auto;
            text-shadow: 1px 1px 3px #4a4a4a;
        }
 /*media query latest starts*/
 @media only screen and (min-width: 1000px){
    li {
     padding-left: 0; 
        }
 }

  @media only screen and (max-width: 1024px) {
              
            .scrollmagic-pin-spacer {
                padding-bottom: 0 !important;
            }   
        }
        @media only screen and (max-width: 991px) {
                .section-container-8 .cta-more-box{
                    width: 50px;
                    height: 50px;
                }
                .slide-left .img-arrow-left, .slide-right .img-arrow-right
                {
                    width: 1.4em;
                }
           
            .insights-text .sectionTitle {
                top: 0;
            }
            .header_join {
                font-size: 34px !important;
            }
			/*.cards li {
			    width: 270px;
			    height: 268px;
			    margin-left: 4px;
			}*/
			.section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile{
				display: none;
			}
            .carousel .container {
                    width: 400px !important;
                }
			/*.carousel .container {
			    width: 359px !important;
			}*/
        }
         @media only screen and (max-width: 768px) {
            .cta-more-box.arrow.slide-left{
                left: 39%;
            }
            .cta-more-box.arrow.slide-right{
                left: 51%;
            }
         }
          @media only screen and (max-width: 767px) {
            .new_service_section h5{
                font-size: 20px;
                line-height: 25px;
                font-weight: 600;
            }
            .cta-more-box.arrow.slide-left {
                left: 44%;
            }
            .cta-more-box.arrow.slide-right {
                left: 54%;
            }   
            .carousel .container:before{
                content: unset;
            }
            .section-container-3 .img-container.imgc-4{
                margin-top: 0;
            }
            .scrollmagic-pin-spacer {
                min-height: 122px !important;
            }
            .carousel .container {
                width: 296px !important;
            }
			/*.carousel .container {
			    height: 600px !important;
			    width: 296px !important;
			}*/
			.cta-more-box.arrow.slide-right {
			    right: 0 !important;
			}
        }
        @media (max-width: 600px) {
            .new_icon_slider .section-container.section-container-8{
                padding-bottom: 71px !important;
                padding-top: 0px;
            }
            .cta-more-box.arrow.slide-right {
                left: 58%;
            }
            .cta-more-box.arrow.slide-left {
                left: 42%;
            }
        }
         @media only screen and (max-width: 575px) {

            #block-section-4 .section-container-7{
                    margin-top: 0em;
            }
            span.header_join{
                    font-size: 35px !important;
            }
          
			.section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile{
				display: none;
			}
            .cards li {
                left: 5px;
            }
            .section-container-2a .text-center, .section-container-2a .text-center-2 {
                padding-top: 6vh;
            }
			/*.zoom .container {
			    width: 62% !important;
			}*/
        }
        @media (max-width: 450px) {
            .cta-more-box.arrow.slide-left {
                left: 40%;
                transform: translate(-40%, 0);
            }
            .cta-more-box.arrow.slide-right {
                left: 66%;
                transform: translate(-66%, 0);
            }
        }
         @media only screen and (max-width: 400px) {
            .carousel .container{
                margin-top: 31px;
            }
        
            .section-container-2a .text-center, .section-container-2a .text-center-2 {
                    padding-top: 0vh;
            }
            .section-container-9 .panel-2 .img-1 {
                width: 100% !important;
                left: 0;
            }
			/*.cards li {
			    width: 262px !important;
			    height: 240px;
			}*/
        }
		/*media query latest end*/	