<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_list_grid .content_area .filter-area {
    z-index: 999!important;
}
header .content-area .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu::before {
	top: 0!important;
}
.events_grid .content_area .loading_par, 
.news_list_grid .content_area .loading_par {
    padding-left: 59px;
    margin-bottom: 550px;
}

.news_list_grid .content_area .loading_par {
    color: #000c1e;
}

@media (max-width: 767.98px) {
    .events_grid .content_area .loading_par, 
    .news_list_grid .content_area .loading_par {
        padding-left: 20px;
        margin-bottom: 250px;
    }
}

.grid_homepage .content_area .grid_wrapper .item .top_area .logo_area img {
    opacity: 0;
}

.grid_homepage .content_area .grid_wrapper .item .top_area .logo_area img.show {
    opacity: 1;
}
.companies-modal-box .modal-box .desc-area h3 {
	font-size:20px;
}
.companies-list-boxes .content_area .companies-boxes .companies-box .companies-box-flex .top-area img.s-height {
    max-height: 96px;
    height: auto;
}
.team-section .content-area .team-boxes .team-box .image-area img {
    object-position: top;
}

footer .sign_up.hide_news {
	margin-bottom: 0;
}

.page-banner.share_icon .content_area .text-box {
    max-width: 829px;
}

.page-banner.share_icon .content_area .text-box p {
    width: 616px;
}

.page-banner.share_icon .content_area {
    padding-bottom: 180px;
}

.page-banner.share_icon .content_area .share_icon {
    margin-top: 32px;
    display: flex;
    align-items: center; 
}

.page-banner.share_icon .content_area .share_icon span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 18px;
}

.page-banner.share_icon .content_area .share_icon a img {
    display: block;
    width: 24px;
}

.page-banner.share_icon .content_area .share_icon a {
    margin-right: 16px;
}

.top_videos {
    margin-top: -90px;
    padding-bottom: 20px;
    position: relative;
}

.top_videos .content-area {
    padding-left: 64px;
    padding-right: 64px;
}

.top_videos .content-area .title_area {
    margin-bottom: 24px;
}

.top_videos .content-area .title_area h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    color: #fff;
    margin-bottom: 0;
}

.top_videos .content-area .video_wrapper .item {
    position: relative;
    background-color: #000c1e;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #000c1e;
}

.top_videos .content-area .video_wrapper .item .background_image {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

.top_videos .content-area .video_wrapper .item .background_image img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_videos .content-area .video_wrapper .slick-track
{
    display: flex !important;
}

.top_videos .content-area .video_wrapper .slick-slide
{
    height: inherit !important;
    margin: 0 4px;
}

.top_videos .content-area .video_wrapper .top_area {
    position: relative;
}

.top_videos .content-area .video_wrapper .top_area .img_area {
    max-width: 333px;
    display: block;
    margin-left: auto;
}

.top_videos .content-area .video_wrapper .top_area .number {
    font-size: 104px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    position: absolute;
    color: #3F73FF;
    left: -6px;
    top: 34px;
}

.top_videos .content-area .video_wrapper .bottom_area {
    padding: 32px;
    padding-top: 24px;
}

.top_videos .content-area .video_wrapper .bottom_area h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    color: #FFF;
    margin-bottom: 8px;
}

.top_videos .content-area .video_wrapper .bottom_area p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 0;
}

.top_videos .content-area .arrow_left {
    position: absolute;
    left: 16px;
    border-radius: 8px;
    border: 1px solid #0D46E2;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(90% - 14%);
    bottom: 0;
    cursor: pointer;
    transition: all .35s;
}

.top_videos .content-area .arrow_left:hover {
    background-color: #0D46E2;
}

.top_videos .content-area .arrow_left:hover img {
    filter: brightness(100);
}

.top_videos .content-area .arrow_right {
    position: absolute;
    right: 16px;
    border-radius: 8px;
    border: 1px solid #0D46E2;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(90% - 14%);
    bottom: 0;
    cursor: pointer;
    transition: all .35s;
}

.top_videos .content-area .arrow_right:hover {
    background-color: #0D46E2;
}

.top_videos .content-area .arrow_right:hover img {
    filter: brightness(100);
}


.top_videos .content-area .arrow_right img {
    transform: scaleX(-1);
}

.top_videos .content-area .video_wrapper .item &gt; a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.title_w_videos {
    position: relative;
    margin-top: 40px;
}

.title_w_videos .content-area {
    padding-left: 64px;
    padding-right: 64px;
}

.title_w_videos .content-area .title_area {
    margin-bottom: 26px;
}

.title_w_videos .content-area .title_area h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    color: #000C1E;
    margin-bottom: 0;
}

.title_w_videos .content-area .arrow_left {
    position: absolute;
    left: 16px;
    border-radius: 8px;
    border: 1px solid #0D46E2;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(90% - 3%);
    bottom: 0;
    cursor: pointer;
    transition: all .35s;
}

.title_w_videos .content-area .arrow_left:hover {
    background-color: #0D46E2;
}

.title_w_videos .content-area .arrow_left:hover img {
    filter: brightness(100);
}


.title_w_videos .content-area .arrow_right {
    position: absolute;
    right: 16px;
    border-radius: 8px;
    border: 1px solid #0D46E2;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(90% - 3%);
    bottom: 0;
    cursor: pointer;
    transition: all .35s;
}

.title_w_videos .content-area .arrow_right:hover {
    background-color: #0D46E2;
}

.title_w_videos .content-area .arrow_right:hover img {
    filter: brightness(100);
}

.title_w_videos .content-area .arrow_right img {
    transform: scaleX(-1);
}

.title_w_videos .content-area .video_wrapper .slick-track
{
    display: flex !important;
}

.title_w_videos .content-area .video_wrapper .slick-slide
{
    height: inherit !important;
    margin: 0 4px;
    position: relative;
    background-color: #000c1e;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px;
}

.title_w_videos .content-area .video_wrapper .slick-slide .text_area {
    padding: 32px;
    padding-top: 24px;
}

.title_w_videos .content-area .video_wrapper .item &gt; a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.title_w_videos .content-area .video_wrapper .item .img_area {
    margin-bottom: 17px;
    height: 243px;
    width: 100%;
}

.title_w_videos .content-area .video_wrapper .item .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.title_w_videos .content-area .video_wrapper .item .btn-blue {
    column-gap: 13px;
    background: #0D46E2;
    color: #fff;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.176px;
    text-transform: capitalize;
    display: flex;
    max-width: max-content;
    align-items: center;
    flex-direction: row-reverse;
}

.title_w_videos .content-area .video_wrapper .item .post_hover {
    border-top: 1px solid #3F73FF;
    padding-top: 16px;
    display: none;
}

.title_w_videos .content-area .video_wrapper .item .post_hover p {
    font-size: 19.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 16px;
}

.top_videos .content-area .video_wrapper .item .btn-blue {
    column-gap: 13px;
    background: #0D46E2;
    color: #fff;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.176px;
    text-transform: capitalize;
    display: flex;
    max-width: max-content;
    align-items: center;
    flex-direction: row-reverse;
}

.top_videos .content-area .video_wrapper .item .post_hover {
    border-top: 1px solid #3F73FF;
    padding-top: 16px;
    display: none;
}

.top_videos .content-area .video_wrapper .item .post_hover p {
    font-size: 19.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 16px;
}

.news_list_grid.videos_archive .content_area {
    padding-left: 64px;
    padding-right: 64px;
}

.news_list_grid.videos_archive .content_area .grid_wrapper {
    padding: 0;
    row-gap: 8px;
}

.news_list_grid.videos_archive .content_area .filter-area .filter-box {
    margin-left: 0;
}

.news_list_grid.videos_archive .content_area .grid_wrapper .item {
    max-width: calc((100% - 16px) / 3);
    width: 100%;
    /* height: 248px; */
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #000C1E;
    aspect-ratio: 437 / 248;
}

.news_list_grid.videos_archive .content_area .grid_wrapper .item .background_image::before {
    display: none;
}

.news_list_grid.videos_archive .content_area .grid_wrapper p {
    color: #000C1E;
}

.news_list_grid.videos_archive .content_area .grid_wrapper .item:hover {
    transform: unset;
}

.title_w_videos .content-area .video_wrapper .item {
    transition: all 0.6s cubic-bezier(.25,.8,.25,1) 0.3s
}

.news_list_grid.videos_archive {
    margin-top: 40px;
}

.title_w_videos .content-area .video_wrapper {
    opacity: 0;
}

.title_w_videos .content-area .video_wrapper.slick-initialized {
    opacity: 1;
}

.top_videos .content-area .video_wrapper.slick-initialized {
    opacity: 1;
}

@media (min-width: 991.98px) {

    .title_w_videos .content-area .video_wrapper .item:hover {
        transition-delay: .3s;
        transform: scale(1.1);
        z-index: 99;
    }

    .title_w_videos .content-area .video_wrapper .item .post_hover {
        display: block;
        opacity: 0;
        height: 0;
        border-top: 1px solid #3F73FF;
        transition: 0.6s cubic-bezier(.25,.8,.25,1) 0.3s;
        padding-top: 0;
    }
    
    .title_w_videos .content-area .video_wrapper .item:hover .post_hover {
        transition-delay: .3s;
        height: 150px;
        opacity: 1;
        padding-top: 16px;
    }

    .title_w_videos .content-area .video_wrapper .slick-list {
        overflow: visible;
    }
    
    .title_w_videos .content-area:before {
        content: "";
        left: 0;
        width: 64px;
        height: 100%;
        background-color: #fff;
        top: 0;
        position: absolute;
        z-index: 2;
    }
    
    .title_w_videos .content-area:after {
        content: "";
        right: 0;
        width: 64px;
        height: 100%;
        background-color: #fff;
        top: 0;
        position: absolute;
        z-index: 2;
    }
    
    .title_w_videos .content-area .arrow_left,
    .title_w_videos .content-area .arrow_right {
        z-index: 3;
    }

    .top_videos .content-area .video_wrapper .item{
        transition: all 0.6s cubic-bezier(.25,.8,.25,1) 0.3s

    }

    .top_videos .content-area .video_wrapper .item:hover {
        transition-delay: .3s;
        transform: scale(1.1);
        z-index: 99;
    }

    .top_videos .content-area .video_wrapper .item .post_hover {
        display: block;
        opacity: 0;
        height: 0;
        border-top: 1px solid #3F73FF;
        transition: 0.6s cubic-bezier(.25,.8,.25,1) 0.3s;
        padding-top: 0;
    }
    
    .top_videos .content-area .video_wrapper .item:hover .post_hover {
        transition-delay: .3s;
        height: 150px;
        opacity: 1;
        padding-top: 16px;
        margin-top: 16px;
    }

    .top_videos .content-area .video_wrapper .slick-list {
        overflow: visible;
    }
    
    .top_videos .content-area .arrow_left,
    .top_videos .content-area .arrow_right {
        z-index: 3;
    }
}

@media (min-width: 1920px) {
    .title_w_videos .content-area:before {
        content: "";
        left: -100%;
        width: 103.4%;
        height: 100%;
        background-color: #fff;
        top: 0;
        position: absolute;
        z-index: 2;
    }
    
    .title_w_videos .content-area:after {
        content: "";
        right: -100%;
        width: 103.4%;
        height: 100%;
        background-color: #fff;
        top: 0;
        position: absolute;
        z-index: 2;
    }
}

@media (max-width: 991.98px) {
    .top_videos .content-area .video_wrapper .top_area .img_area {
        max-width: 70%;
    }

    .page-banner.share_icon .content_area .text-box {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .top_videos .content-area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .top_videos .content-area .video_wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }

    .top_videos .content-area .video_wrapper .top_area .number {
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
    }

    .top_videos .content-area .video_wrapper .top_area .img_area {
        max-width: 74.2%;
    }

    .top_videos .content-area .video_wrapper .bottom_area h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%
    }

    .top_videos .content-area .video_wrapper .bottom_area p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .top_videos .content-area .video_wrapper .bottom_area {
        padding: 16px;
        padding-top: 24px;
    }

    .top_videos .content-area .title_area {
        margin-bottom: 10px;
    }

    .top_videos .content-area .arrow_left,
    .top_videos .content-area .arrow_right {
        height: calc(90% - 19%);
    }

    .top_videos .content-area .arrow_left {
        left: 8px;
    }

    .top_videos .content-area .arrow_right {
        right: 8px;
    }

    .title_w_videos .content-area .video_wrapper .item .img_area {
        height: 145px;
        margin-bottom: 0;
    }

    .title_w_videos .content-area .title_area h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
    }

    .title_w_videos .content-area {
        padding-left: 56px;
        padding-right: 56px;
    }

    .title_w_videos .content-area .video_wrapper .slick-slide .text_area h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%; 
    }

    .title_w_videos .content-area .video_wrapper .slick-slide .text_area p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .title_w_videos .content-area .video_wrapper .slick-slide .text_area {
        padding: 16px;
        padding-top: 24px;
    }

    .title_w_videos .content-area .arrow_left,
    .title_w_videos .content-area .arrow_right {
        height: 100%;
    }

    .title_w_videos .content-area .arrow_left {
        left: -50px;
    }

    .title_w_videos .content-area .arrow_right {
        right: -50px;
    }

    .title_w_videos .content-area .wrap_new {
        position: relative;
    }

    .title_w_videos .content-area .title_area {
        margin-bottom: 16px;
    }

    .news_list_grid.videos_archive .content_area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .news_list_grid.videos_archive {
        margin-top: 32px;
    }

    .news_list_grid.videos_archive .content_area .filter-area {
        padding: 0;
    }

    .news_list_grid.videos_archive .content_area .pagination_wrapper {
        margin-top: 32px;
        padding-bottom: 72px;
    }
    
    .news_list_grid.videos_archive .content_area .grid_wrapper .item {
        margin-bottom: 0;
    }
}


body.single-videos .single_news_insights .top_area h1 {
    margin-bottom: 16px;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

body.single-videos .single_news_insights .top_area p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000C1E;
}

body.single-videos .single_news_insights .content_area .top_area .metadata {
    margin-top: 48px;
}

body.single-videos .single_news_insights .content_area .text-area iframe {
    width: 100%;
    aspect-ratio: 872 / 490;
    border-radius: 8px;
    display: block;
}

body.single-videos .single_news_insights .content_area .text-area .iframe_wrapper {
    margin-bottom: 48px;
}

@media (max-width: 767.98px) {
    body.single-videos .single_news_insights .top_area h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        margin-bottom: 8px;
    }

    body.single-videos .single_news_insights .content_area .top_area .metadata {
        margin-top: 20px;
    }

    body.single-videos .single_news_insights .content_area .top_area {
        margin-bottom: 36px;
    }

    body.single-videos .single_news_insights .content_area .text-area .iframe_wrapper {
        margin-bottom: 16px;
    }
    
}

.page-banner.share_icon .background-area::after {
    background-image: url(/wp-content/themes/evolution-kbd/images/page-banner-overlay-share.png);
}

@media (max-width: 1920px) {
    
    .page-banner.share_icon .background-area::after {
        background-position: bottom right -37px;
    }
}

@media (min-width: 1920.98px) {
    .page-banner.share_icon .background-area::after {
        background-position: bottom left 100%;
    }
}


.top_videos .slick-arrow {
    opacity: 0 !important;
}

@media (max-width: 767.98px) {
    .top_videos .content-area .video_wrapper .item .background_image {
        z-index: 0;
    }

    .top_videos .content-area .video_wrapper .item .background_image img {
        width: 102px;
        position: relative;
        left: -22px;
        top: -8px;
    }

    .top_videos .content-area .video_wrapper .top_area .number {
        left: -14px;
        top: 20px;
    }

    .top_videos .content-area .video_wrapper .top_area .img_area {
        border-radius: 6px;
        overflow: hidden;
    }
}

.top_videos .content-area .video_wrapper::-webkit-scrollbar {
    display: none;
}
  
.top_videos .content-area .video_wrapper { 
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

@media (min-width: 991.98px) {
    .title_w_videos .content-area .video_wrapper .item .post_hover,
    .top_videos .content-area .video_wrapper .item .post_hover {
        position: absolute;
        width: calc(100% - 64px);
        transition: all .35s;
    }
    
    .title_w_videos .content-area .video_wrapper .item:hover ,
    .top_videos .content-area .video_wrapper .item:hover {
        padding-bottom: 130px;
        margin-bottom: -65px;
        margin-top: -65px;
        box-shadow: 0px 0px 200px 0px rgba(13, 70, 226, 0.50);
        transition: all .35s;
    }

    .title_w_videos .content-area .video_wrapper .slick-list,
    .top_videos .content-area .video_wrapper .slick-list {
        overflow: visible;
        padding-top: 130px;
        padding-bottom: 130px;
        margin-top: -130px;
        margin-bottom: -130px;
    }

    .top_videos .content-area:before,
    .top_videos .content-area:after,
    .title_w_videos .content-area:before,
    .title_w_videos .content-area:after {
        display: none;
    }

    .title_w_videos .content-area .video_wrapper .slick-slide,
    .top_videos .content-area .video_wrapper .slick-slide {
        opacity: 0;
        pointer-events: none;
        transition: all .35s;
        /* transition: none !important; */

    }

    .title_w_videos .content-area .video_wrapper .slick-slide.slick-active, 
    .top_videos .content-area .video_wrapper .slick-slide.slick-active {
        opacity: 1;
        pointer-events: all;
        transition: all .35s;
        /* transition: none !important; */
    }

    .title_w_videos .content-area .arrow_left,
    .title_w_videos .content-area .arrow_right {
        height: calc(100% - 215px);
        bottom: 130px;
    }

    .top_videos .content-area .arrow_left,
    .top_videos .content-area .arrow_right {
        bottom: 130px;
        height: calc(100% - 235px);

    }

    .title_w_videos .content-area .video_wrapper.slick-initialized .slick-arrow {
        opacity: 0;
    }

    .top_videos .content-area .video_wrapper .slick-track,
    .title_w_videos .content-area .video_wrapper .slick-track {
        pointer-events: none;
    }
    
    .top_videos .content-area .video_wrapper.slick-initialized, 
    .title_w_videos .content-area .video_wrapper.slick-initialized {
        z-index: 4;
    }
}

.title_w_videos .content-area .slick-list,
.title_w_videos .content-area .slick-track,
.top_videos .content-area .slick-track,
.top_videos .content-area .slick-list {
-webkit-perspective: 2000;
-webkit-backface-visibility: hidden;
}

.title_w_videos .content-area .slick-slide,
.title_w_videos .content-area .slick-slider .slick-track,
.title_w_videos .content-area .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767.98px) {
    body.single-team .bio-banner .content-area .left-area {
        height: 500px;
    }
}

.companies-modal-box .modal-box .list-info .list-info-box a {
    display: block;
    text-align: left;
}
</pre></body></html>