body{
    background: #181818;;
}
.lightblue-text{
    color: #F5F7FD;
}
.site-content{
    margin: 0;
}
.site-header{
    background: transparent;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-header .logo_resource2{
    display: none;
}
.site-header .navbar .nav-menu, .top-header{
    display: none;
}
.site-header.smaller{
    background: linear-gradient(90deg, #344ABF 0%, #6578DC 100%);
}
.site-header.smaller .top-header{
    background: rgba(255,255,255,0.1);
}
.site-header .nav-menu .nav-link{
    color: #3A3838;
}
.site-header.smaller .nav-menu .nav-link{
    color: #fff;
}
.site-header.smaller .navbar .header-btn:hover{
    color: #fff;
}
.blue-btn:hover, .blue-btn{
    color: #EE7455;
}
.blue-btn::before{
    border-color: #EE7455;
}
/* Banner Section */
.banner-sec{
    padding: 128px 0 100px;
    position: relative;
    z-index: 0;
    margin-bottom: 80px !important;
}
.banner-sec::before{
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    background: url(../images/eoy-banner-pattern.png) no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner-sec h1 span{
    font-weight: 400;
}
.banner-sec h1{
    padding: 0 0 60px;
}
.banner-sec p{
    margin: 0;
}
.video-box{
    max-width: 670px;
    box-shadow: 0px 0px 15px 5px rgba(169, 169, 169, 0.25);
    border-radius: 16px;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
}
.video-box video{
    display: flex;
    object-fit: cover;
}
.banner-sec .counter-row {
    flex-wrap: wrap;
    max-width: 85%;
}
.banner-sec .colunter-col {
    width: 50%;
    padding: 20px 20px 0 40px;
}
.banner-sec .colunter-col .heading-four{
    margin-bottom: 0;
}
.banner-sec .colunter-col:first-child, .banner-sec .colunter-col:nth-child(3) {
    border-right: 1px dashed #fff;
    padding-left: 0;
}
.banner-sec .colunter-col:first-child, .banner-sec .colunter-col:nth-child(2){
    padding-top: 0;
    padding-bottom: 20px;
}
.banner-sec .colunter-col:nth-child(2), .banner-sec .colunter-col:first-child {
    border-bottom: 1px dashed #fff;
}

/* New Team Member */
.new-team-member h4{
    margin-bottom: 6px;
}
.new-team-member .staff-img{
    border-radius: 100%;
    border: 1px solid #D8D8D8;
    padding: 8px;
    max-width: 240px;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.new-team-member .staff-img img, .new-team-member .staff-img .vc_figure, .new-team-member .staff-img .vc_single_image-wrapper{
    width: 100%;
    border-radius: 100%;
}
.new-team-member .staff-img:hover{
    padding: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all .4s ease-in-out;
}

/* What we work */
.what-we-work{
    position: relative;
    z-index: 0;
    margin-bottom: 60px !important;
}
.what-we-work::before{
    content: '';
    display: block !important;
    width: 50%;
    height: 100%;
    background: url(../images/eoy-chart-bg.png) no-repeat;
    background-size: cover;
    background-position: right top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.what-we-work ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.what-we-work-content{
    padding-left: 50px;
}
.what-we-work h4{
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.what-we-work h4::after{
    content: '';
    position: absolute;
    width: 140px;
    height: 1px;
    background: #D8D8D8;
    display: block;
    bottom: 0;
    left: 0;
}
.what-we-work ul li{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    width: 50%;
    margin-bottom: 16px;
}
.what-we-work ul li:last-child{
    margin-bottom: 16px !important;
}
.what-we-work ul li::before{
    content: '';
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: block;
    background: #016DC7;
    border-radius: 100%;
}
.what-we-work ul li.bg-purple::before{
    background: #5751B3;
}
.what-we-work ul li.bg-green::before{
    background: #61CC85;
}
.what-we-work ul li.bg-lightblue::before{
    background: #2FB6FF;
}
.what-we-work ul li.bg-lightgreen::before{
    background: #2CD5DA;
}
.what-we-work ul li.bg-pink::before{
    background: #D078A8;
}

/* EOY - Projects */
.eoy-projects{
    position: relative;
    z-index: 0;
}
.eoy-projects::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: -1;
    background: #EE7455;
    opacity: 0.5;
    filter: blur(250px);
    border-radius: 100%;
}

/* Team Gets together Image Effect */
.image-container{
    display: inline-block;
    margin: 0 15px;
    position:relative;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0);transition:-webkit-transform .95s cubic-bezier(.475,.425,0,.995);transition:transform .95s cubic-bezier(.475,.425,0,.995);transition:transform .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);transition:-webkit-transform .95s cubic-bezier(0.475,0.425,0,0.995);transition:transform .95s cubic-bezier(0.475,0.425,0,0.995);transition:transform .95s cubic-bezier(0.475,0.425,0,0.995),-webkit-transform .95s cubic-bezier(0.475,0.425,0,0.995);z-index:1;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)
  }
.image-container .annual-event-box{
    width:100%;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all 1.25s cubic-bezier(.475,.425,0,.995);transition:all 1.25s cubic-bezier(0.475,0.425,0,0.995);overflow:hidden;position:relative;
    opacity:1;-webkit-transform:scale(1);transform:scale(1);
    background: rgba(255,255,255,0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
}
.image-container .annual-event-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}
.image-container .annual-event-box:after{-webkit-transform:scaleY(0);transform:scaleY(0)}
.image-container:hover .annual-event-box, .image-container:hover:not(.no-hover) .annual-event-box {
    -webkit-transform: scale(.95) rotateY(-9deg);
    transform: scale(.95) rotateY(-9deg);
}
.image-container .annual-event-box h5{
    margin-top: 20px;
    color: #fff;
}
.annual-event__arrows, .work-project__arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 40px;
}
.work-project-slider .slider-wrap img{
    margin: 0 auto;
}
/* where to next */
.where-to-next .block-img img{
    border-radius: 30px;
}
.where-next-bg{
    position: relative;
    z-index: 0;
    padding-top: 70px;
}
.where-next-bg::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 454px;
    background: linear-gradient(360deg, #272727 0%, #111111 101.54%);
    border-radius: 30px;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Award section */
.awards-section figure{
    position: relative;
    transition: all .4s ease-in-out;
}
.awards-section figure:hover{
    transform: translateY(-8px);
    transition: all .4s ease-in-out;
}

/* Tech Section */
.tech-section .tech-box{
    border: 1px solid #424242;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: all .4s ease-in-out;
    /* background: url(../images/eoy-chart-bg.png) no-repeat;
    background-size: cover; */
}
.tech-section .tech-box img{
    max-width: 80px;
}
.tech-section .tech-box:hover{
    background: rgba(23, 23, 23, 0.1);
box-shadow: 0px 0px 20px rgba(48, 223, 242, 0.3);
backdrop-filter: blur(15px);
transform: translateY(-8px);
    transition: all .4s ease-in-out;
}

/* Cursor Effect */
*{
    cursor: none;
}
.cursor-pointer-bg {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	mix-blend-mode: difference;
	will-change: transform;
}
.cursor {
	background-color: #f5f7fd;
	height: 24px;
	width: 24px;
	will-change: transform;
	position: fixed;
	left: -12px;
	top: -12px;
	z-index: 10;
	pointer-events: none;
	border-radius: 9999px;
}
svg.line-cursor {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
line {
    stroke: #f5f7fd;
    stroke-width: 2;
}

.site-header.smaller {
    background: linear-gradient(90deg, #252525 0%, #252525 100%);
    border-bottom: 1px solid #424242;
  }

.top-footer {
    border-bottom: 1px solid rgb(66, 66, 66);
  }

.site-footer {
    background: #252525;
}


.bottom-footer {
    border-bottom: 1px solid rgb(66, 66, 66);
}

.vc_section.p-80.new-team-member .wpb_text_column.wpb_content_element.pb-40 {
    padding-bottom: 25px;
}

.scrl-top-btn::after {
    background: #252525;
}
.mobile-header__menu-button{
    display: none;
}

/* media query */
@media(max-width: 1199px){
    .image-container .annual-event-box img{height: 240px;}
    .image-container{margin: 0 12px;}
    .video-box{height: 360px;}
}
@media(max-width: 991px){
    .site-header{padding: 0;}
    .banner-sec{text-align: center;}
    .banner-sec h1{padding: 0 0 40px;}
    .banner-sec .counter-row{padding-bottom: 60px; margin: 0 auto; max-width: 60%;}
    .banner-sec::before{background-position: right top;}
    .video-box{max-width: 100%;}
    .what-we-work-content{padding-left: 24px;}
    .what-we-work ul li{width: 100%;}
    .video-box{height: 450px;}
}

@media(max-width: 767px){
    .grey_video_box {
        margin-top: 40px;
    }

    .banner-sec .counter-row{padding-bottom: 0;}
    .banner-sec .counter-row{max-width: 75%;}

    .banner-sec h1 {
        padding-bottom: 40px;
    }

    .what-we-work {
        padding-bottom: 0;
        text-align: center;
    }

    .what-we-work::before {
        width: 100%;
        height: 53%;
    }

    .banner-sec {
        padding-bottom: 20px;
        margin-bottom: 40px !important;
    }

    .what-we-work-content {
        padding-left: 10px;
        margin-top: 40px;
      }

      .new-team-member .staff-img {
        margin: 0 auto;
      }

      .new-team-member h4 {
        text-align: center;
        margin: 15px 0px 10px 0;
      }

      .lightblue-text {
        text-align: center;
        margin: 0 0 10px 0;
      }

      .top-spacing {
        margin-top: 40px;
      }

      .explore_work {
        margin-bottom: 40px;
      }
      
      .where-next-bg::before {
        display: none;
      }

      .where-next-bg {
        padding: 40px 0;
      }

      .vc_row.wpb_row.vc_row-fluid.container.where-next-bg {
        padding: 40px 0;
      }

      .where-to-next {
        padding-bottom: 0;
      }

      .service-col, 
      .company-ftr-col {
        border-bottom: 1px solid rgb(66, 66, 66);
      }

    .image-container .annual-event-box img{height: 250px;}
    .what-we-work h4::after{margin: 0 auto; right: 0;}
    .what-we-work ul li{justify-content: center;}
      
}

@media(max-width: 640px){
    .team-get-together {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .new-team-member{
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .awards-section {
        padding: 40px 0 0;
    }

    .team-get-together {
        padding: 40px 0 0 0;
    }

    .team-get-together{
        padding-bottom: 0;
    }

    .banner-sec {
        padding-bottom: 60px;
        padding-top: 100px;
    }

      .what-we-work {
        padding-top: 20px;
        margin-bottom: 20px !important;
      }

      .explore_section {
        padding-top: 20px;
      }
    .where-next-bg::before{height: 400px;}
    .work-project-slider .slider-wrap img{height: auto;}
    .video-box{height: 300px;}
    .what-we-work::before{height: 51%;}
    .image-container{margin: 0 2px;}
    .what-we-work-content{padding-left: 0;}
    .tech-section .tech-box img{max-width: 60px;}
    .banner-sec .counter-row{max-width: 90%;}
    .banner-sec .colunter-col{padding: 20px 20px 0 20px;}
}

@media (max-width: 480px){
    .eoy-projects::before{width: 300px; height: 300px;}
    .new-team-member .staff-img{max-width: 200px;}
    .what-we-work::before{height: 40%;}
    .what-we-work img{max-width: 280px !important;}
    .tech-section .tech-box{height: 75px;}
    .tech-section .tech-box img{max-width: 45px;}
    .video-box{height: 200px;}
    .awards-section img{max-width: 160px;}
}