.drill_down_large_image {
	border: solid #DFD9D4 2px;
  border-radius: 18px;
	padding: 0;
}

.drill_down_large_image svg {
	border-radius: 16px;
}

#digital-lottie-animation::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 3px 10px rgba(0,0,0,0.25); /* Make sure shadow corners match the container */
  pointer-events: none; /* Allow clicks to pass through */
}

#digital-lottie-animation {
    line-height: 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden; 
}

.fancybox__content {
    width: 100% !important;
    height: 100% !important;
}

.gallery-image {
    margin-bottom: 20px;
}

.gallery-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.gallery-section {
    padding: 0;
}

.gallery-image a {
    display: block;
    position: relative;
    transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.gallery-image a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    /* width: 100%;
    height: 100%; */
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.f-download {
    width: 150px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.f-download svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-right: 10px;
}

.f-download:hover {
    background-color: transparent !important;
    color: #E4801C !important;
}

.f-download:hover svg {
    fill: #E4801C;
}

.stats_section .l-row
{
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (min-width:576px) and (max-width:767px) {
    .gallery-image img {
        height: 280px;
    }
}

@media (min-width:240px) and (max-width:575px) {
    .gallery-image img {
        height: 230px;
    }
}
.page-template-page-about .m-section--client-grid .l-wrapper {
    padding: 0;
}
.m-animation.m-animation--waterfall-img-fadeIn .m-animated-element:nth-of-type(13) img{
    animation-delay: 2.6s
}
.m-animation.m-animation--waterfall-img-fadeIn .m-animated-element:nth-of-type(14) img{
    animation-delay: 2.8s
}
.m-animation.m-animation--waterfall-img-fadeIn .m-animated-element:nth-of-type(15) img{
    animation-delay: 3s
}
.m-animation.m-animation--waterfall-img-fadeIn .m-animated-element:nth-of-type(16) img{
    animation-delay: 3.2s
}
.m-section-awards-grid .m-client:nth-child(2) .m-crosshair,
.m-section-awards-grid .m-client:nth-child(3) .m-crosshair,
.m-section-awards-grid .m-client:nth-child(4) .m-crosshair,
.m-section-awards-grid .m-client:nth-child(4n+1) .m-crosshair {
    display: none;
}
@media (max-width: 767px) {
    .m-section-awards-grid .m-client:nth-child(2) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(3) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(4) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(4n+1) .m-crosshair {
        display: block;
    }
    
    .m-section-awards-grid .m-client:nth-child(2) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(3) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(3n+1) .m-crosshair {
        display: none;
    }
}
@media (max-width: 639px) {
    
    .m-section-awards-grid .m-client:nth-child(2) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(3) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(3n+1) .m-crosshair {
        display: block;
    }
    .m-section-awards-grid .m-client:nth-child(2) .m-crosshair,
    .m-section-awards-grid .m-client:nth-child(2n+1) .m-crosshair {
        display: none;
    }
}







/* video page css */


/* banner section start */
.bg-fix {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mb-0{
    margin-bottom:0;
}
.text-uppercase{
    text-transform: uppercase;
}
.banner-area {
    min-height: 334px;
    background-position: center 82%;
    padding-bottom: 8px;
}
.banner-content h1 {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0;
}
.excellence-content-item-info h5,
.video-information-item h2 ,
.featured-carousel-video-content h3 ,
.banner-content h1{
    line-height: 0.83;
    letter-spacing: 0;
}
.video-information-area .l-wrapper ,
.all-videos-area .l-wrapper,
.featured-area .l-wrapper,
.banner-area .l-wrapper{
    width: 1072px;
}
/* banner section end */

/* featured section start */
.featured-area {
    overflow: hidden;
}
.featured-area .owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.video-paly-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.share-item {
    background: #fff;
    height: 24px;
    width: 24px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
}
.share-item svg path{
    transition: all 0.3s linear; 
}
.share-item:hover{
    background: #E4811B;
}
.share-item:hover svg path{
    fill:#fff;
}
.share-wrapper{
    gap:8px;
}


.video-card-wrapper .featured-carousel-video-item ,
.search-form ,
.search-area ,
.featured-carousel-inner-item
.section-title-wrapper ,
.featured-area {
    position: relative;
    z-index: 1;
}
.featured-carousel-video-content h3 {
    font-size: 4.8rem;
    margin-bottom: 30px;
}
.share-wrapper span,
.featured-carousel-video-content h3 ,
.featured-carousel-video-content p{
    color:#fff;
}
.featured-carousel-video-content p {
    margin-bottom: 45px;
    max-width: 290px;
}
.video-information-list-wrapper li a,
.video-information-list-wrapper li,
.excellence-content-item-info p ,
.video-information-inner p ,
.featured-carousel-video-content p{
    font-size: 18px;
    line-height: 1.2;
}
.featured-carousel-inner-item {
    background: #3B3A39;
}

.video-card-info  p ,
.share-wrapper span {
    font-size: 16px;
    line-height: 1.43;
}

.video-card-info  p ,
.share-wrapper span {
    font-family: "acumin-pro", "Helvetica Neue", "arial", sans-serif;
}

.featured-area .section-title-wrapper h4 {
    letter-spacing: 3px;
    line-height: 1.67;
}
.all-videos-area .section-title-wrapper ,
.featured-area .section-title-wrapper {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 22px;
    width: 100%;
}
.featured-area .owl-theme .owl-nav .owl-prev-icon,
.featured-area .owl-theme .owl-nav .owl-next-icon{
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #707070;
    height: 36px;
    width: 36px;
    line-height: 41px;
}
.featured-area .owl-prev {
    margin-right: 10px !important;
}
.featured-area .owl-theme .owl-nav {
    position: absolute;
    top: -79px;
    margin: 0 !important;
    right: 0;
}

.featured-area .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.featured-area .owl-theme .owl-nav .owl-prev-icon,
.featured-area .owl-theme .owl-nav .owl-next-icon{
    opacity: 0.5;
    transition: all 0.3s linear;
}
.featured-area .owl-theme .owl-nav .owl-prev-icon:hover,
.featured-area .owl-theme .owl-nav .owl-next-icon:hover{
    opacity: 1;
}
.featured-area  .owl-dots {
    position: absolute;
    top: -64px;
    right: 100px;
}
.featured-area .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #B5B5B5;
}
.featured-area .owl-theme .owl-dots .owl-dot.active span{
    background: #3B3A39;   
}

.all-video-card-wrapper .featured-carousel-video-item {
  transition: transform 0.3s ease;
}

.all-video-card-wrapper .featured-carousel-video-item:hover {
  transform: translateY(-20px);
}

.video-info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 372px);
}
.video-info > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.featured-carousel-video-content {
    max-width: 372px;
    margin-right: 0;
    margin-left: auto;
    padding: 43px 42px 24px 42px;
    min-height:394px;
}
.section-title-wrapper{
    width: 100%;
}
/* featured section end */

/* all videos section start */
.search-input {
    width: 100%;
    font-family: "acumin-pro", "Helvetica Neue", "arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    color: #3B3A39;
    border: 1px solid #B5B5B5;
    border-radius: 25px;
    padding: 11.6px 24px;
    background: #FFFFFF;
}
.search-icon {
    border: 0;
    background: #BABAB9;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.search-area input.search-input::placeholder{
    text-transform:uppercase;
}
.filter-btn {
    padding: 0;
    margin: 0;
    border: 0;
    background: #E4801C;
    font-family: "acumin-pro", "Helvetica Neue", "arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 4px 4px 4px 47px;
    display: flex;
    align-items: center;
    gap: 19px;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}
.filter-icon {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
}
.section-title-wrapper > div {
    flex: 1 0 0%;
}
.section-title-info {
    max-width: 451px;
}
.search-form {
    flex-basis: 422px;
}
.search-area{
    gap: 24px;
}
.all-videos-area .section-title-wrapper{
    padding-bottom: 16px;
    margin-bottom: 25px;
    gap: 15px;
}
.l-video-info {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.l-video-info  .l-col {
    padding: 14px 7.5px;
}
.video-card-info h5 {
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: 0;
}
.video-card-info p{
    color: #E4801C;
}
.video-placeholder ,
.video-card-wrapper .featured-carousel-video-item img {
    border-radius: 1px;
    height: auto;
    width: 348px;
    display: block;
    object-fit: cover;
}
.video-card-info {
    margin-top: 8px;
}
.all-video-card-wrapper{
    width: 100%;
    display: block;
}
.all-videos-area .bottom-btn-wrapper {
    margin-top: 20px;
}
#videoLoader{
    display: block;
    width: 100%;
}
.video-loader {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.video-placeholder {
    width: calc(33.3333% - 7px);
    height: 197px;
    background-color: #dddddd;
}
.video-placeholder {
    opacity: 0;
    animation: fadeInOut 0.8s ease-in-out infinite;
  }
  
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
  }
  
/* all video section end */

/* video information section start */
.video-information-item h6,
.video-information-item h2{
    margin-bottom: 30px;
}
.video-information-list-wrapper li a ,
.video-information-list-wrapper li ,
.excellence-content-item-info p ,
.video-information-inner p {
    color: #6E5E58;
}
.video-information-list-wrapper li a{
    display: inline-block;
}
.captivates-item .video-information-inner {
    max-width: 695px;
}
.mb-p p:last-child{
    margin-bottom: 0;
}
.video-information-item{
    border-bottom: 1px solid #707070;
    width: 100%;
    padding: 58px 0 84px;
}
.video-information-item.captivates-item:first-child{
    border-top: 1px solid #707070;
}
.excellence-content-item-info h5 {
    font-family: "adobe-text-pro", "georgia", serif;
    color: #6E5E58;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.26;
}
.excellence-content-item-info {
    margin-bottom: 20px;
}
.excellence-content-item-info:last-child{
    margin-bottom: 0;
}
.excellence-content-item-wrapper {
    margin-top: 30px;
    gap: 20px;
}
.excellence-content-item{
    max-width: 469px;
}
.video-information-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 40px;
}
.video-information-list-wrapper ul li {
    flex-basis: calc(25% - 40px);
    margin-bottom: 2px;
}

/* video information section end */



.page-id-5906 .m-section--list-boxes--list {
	min-height: 268px;
	max-width: 212px;
}


.page-id-5906 .m-section--list-boxes--headline {
  line-height: 0.9;
}

/* offcanvas menu */
body.menu-open {
    overflow: hidden;
  }
  
.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 58, 57, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 999;
}
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -640px;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 1000;
    width: 590px;
    max-width: 100%;
    box-shadow: -4px 3px 15px #0000001A;
    display: flex;
    flex-direction: column;
}
  
  .offcanvas-menu .close-btn {
    background: none;
    border: none;
    cursor: pointer;
}
  
  .menu-open .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
  }
  
  .menu-open .offcanvas-menu {
    right: 0;
  }
  .offcannvas-header-wrapper {
    background: #3B3A39;
    padding: 19px 40px;
    margin-bottom: 13px;
}
.offcannvas-header-wrapper h5 {
    color: #FFFFFF;

}
.all-video-card-wrapper .l-video-info{
    justify-content: left;
}
.all-videos-area .section-title-info h4 ,
.active-filter-wrapper .active-filter-info  ,
.offcanvas-menu-wrapper ul li a,
.offcannvas-header-wrapper h5{
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1.67;
}
.offcanvas-menu-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
    overflow-y: auto;
}
.active-filter-wrapper .active-filter-info ,
.offcanvas-menu-wrapper ul li a {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", "arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #3B3A39;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.offcanvas-menu-wrapper ul li a {
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 0;
}
.sub-menu {
    display: none;
    padding: 16px 0 14px;
}
.arrow-icon {
    transition: transform 0.3s ease;
}

.arrow-icon.rotate {
    transform: rotate(-180deg);
}
.sub-menu-button-wrapper{
    gap: 8px;
}
.tag-close-icon {
    display: none;
    transition: all 0.3s linear;
}
.active-filter-wrapper{
    display: none;
}
.tag-btn:not(.active){
    cursor: pointer;
}
.tag-btn {
    border: 1px solid #E4811B;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    color: #3B3A39;
    border-radius: 25px;
    padding: 12.5px 23px;
    font-family: "acumin-pro", "Helvetica Neue", "arial", sans-serif;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tag-btn:hover,
.tag-btn.active{
    background: #E4811B;
    color: #fff;
}
.tag-btn.active .tag-close-icon{
    display: inline-block;
}
.active-filter-wrapper {
    border: 1px solid #707070;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 16px;
    border-radius: 25px;
    margin-bottom: 14px;
    margin-top: 25px;
}
.filters-clear-btn {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    background: transparent;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "acumin-pro", "Helvetica Neue", "arial", sans-serif;
    cursor: pointer;
    transition: all 0.3s linear;
}
.filters-clear-btn:hover{
    color: #E4811B;
    text-decoration: none;
}
.active-filter-wrapper .sub-menu{
    display: block;
}
.active-filter-info {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 8px;
}
.active-filter-wrapper .sub-menu-button-wrapper {
    padding: 13px 0 16px;
}
/* offcanvas menu */

.testimonial_slider_wrapper .owl-stage .item { width: 367px; padding-left: 30px !important; padding-right: 30px !important; }
.testimonial_slider_box .inner_wrapper { padding: 30px 18px 80px !important; position: relative; }
.testimonial_slider_box .inner_wrapper .image_wrapper { width: 203px !important; height: 203px !important; border: 7px solid #fff !important; margin: 0 auto 20px !important; }
.testimonial_slider_box .inner_wrapper .testimonial_text,
.testimonial_slider_box .inner_wrapper .testimonial_text2 { font-weight: 500  !important; font-size: 20px  !important; line-height: 130%  !important; letter-spacing: 0; }
.testimonial_slider_box .play-btn { font-size: 14px  !important; padding: 16px 57px 18px 27px; }
.testimonial_slider_box .inner_wrapper .author_text { font-size: 19px !important; }
.testimonial_slider_box .inner_wrapper .title_text { font-size: 15px !important; }
.testimonial_slider_box .owl-carousel .owl-item { margin: 0px; }
.testimonial_slider_box .inner_wrapper .btn_wrapper { position: absolute; left: 20px; bottom: 20px; }

.programmatic .l-wrapper { padding-bottom: 5px; width: 100%; max-width: 1096px; }
.programmatic .ut_service_page_hero { padding: 160px 0 10px; }
.programmatic .ut_service_page_hero h2 { letter-spacing: 0px; text-transform: uppercase;  }
.programmatic h6 { margin-bottom: 2.4rem; }
.programmatic .drill_down_large_image.container { width: 100%; max-width: 1096px; margin-bottom: 35px; }
.programmatic h2 { letter-spacing: 0px; }
.programmatic { }
.programmatic .why_mth_content h2 { padding-bottom: 16px; }
.programmatic .ut_why_m8th_section { }
.programmatic .ut_why_m8th_section .l-wrapper { padding-bottom: 0px !important; max-width: 1070px; }
.programmatic .ut_why_m8th_section .l-wrapper.bottomcnt { padding-top: 0px !important; }
.programmatic .ut_why_m8th_section .contentbox { display: flex; flex-wrap: wrap; padding-bottom: 40px; }
.programmatic .ut_why_m8th_section .contentbox .service_item { padding: 0px 95px 0px 0px; width: 50%; }
.programmatic .ut_why_m8th_section .contentbox .service_item + .service_item { padding: 0px 80px 0px 15px; }
.programmatic .ut_why_m8th_section .contentbox h3 { color: #6E5E58; font-size: 30px; font-weight: 400; font-family: adobe-text-pro, serif; margin-bottom: 4px; letter-spacing: 0px; margin-bottom: 9px; }
.programmatic .ut_why_m8th_section .contentbox p { letter-spacing: 0px; line-height: 1.5; font-size: 18px; margin-bottom: 2.6rem; }
.programmatic .ut_why_m8th_section .contentbox { }
.programmatic .ut_why_m8th_section .contentbox { }
.programmatic .ut_why_m8th_section .digital_services_content { margin: 0px; padding-bottom: 30px; border-bottom: 1px solid #8c8b89; }
.programmatic .ut_why_m8th_section .digital_services_content .service_item { padding: 50px 0px 15px 0px; border-top: #72736e solid 1px; }
.programmatic .ut_why_m8th_section .digital_services_content .service_item h2 { padding-bottom: 0px; }
.programmatic .ut_why_m8th_section .digital_services_content .service_item h6 { margin-bottom: 1.0rem; }
.programmatic .ut_why_m8th_section .digital_services_content .service_item { }

.l-prefooter.services h2 { text-transform: uppercase; font-size: 90px; line-height: 85%; letter-spacing: 0; }
.l-prefooter.services h6 { margin-top: 0px; }

/*///// Industry CSS ////*/
.industry_sec { position: relative; background-repeat: no-repeat; background-size: 100%; background-position: top; }
.industry_sec .heroimgbg { padding: 150px 20px 20px 103px; position: relative; max-width: 1366px; margin: 0 auto; min-height: 671px; }
.industry_sec .heroimgbg h1 { max-width: 700px; font-size: 200px; line-height: 0.75; letter-spacing: 0; text-transform: uppercase; color: #341B0173; }
.industry_sec .heroimgbg .img { position: absolute; left: 103px; top: 505px; max-width: 234px; }
.industry_sec .heroimgbg .img2 { left: auto; right: 232px; top: 210px; max-width: 575px; }
.industry_sec .heroimgbg .img3 { left: auto; right: 136px; top: 411px; max-width: 150px; }
.industry_sec .heroimgbg { }
.industry_sec .intro { padding: 0 20px 50px; max-width: 1190px; margin: 0 auto; }
.industry_sec .intro .intromid { max-width: 940px; }
.industry_sec .intro h2 { margin-bottom: 2.2rem; text-transform: uppercase; letter-spacing: 0px; }
.industry_sec .intro p { font-size: 18px; line-height: 1.23; letter-spacing: 0px; }
.industry_sec .intro h6 { margin-bottom: 34px; }
.industry_sec .intro { }
.industry_sec .industrieslist { padding: 0 15px; max-width: 1212px; margin: 0 auto; }
.industry_sec .industrieslist h3.mainhead { padding: 0px 15px; margin: 0px 0px 22px; font-family:"acumin-pro-condensed"; font-weight: 600; font-size: 20px; line-height: 1; letter-spacing: 0; text-transform: uppercase; position: relative; }
.industry_sec .industrieslist h3.mainhead span { display: inline-block; padding-right: 40px; }
.industry_sec .industrieslist h3.mainhead:after { content: ""; position: absolute; left: 150px; width: calc(100% - 270px); top: 10px; height: 2px; background: #D1D0CB; }
.industry_sec .industrieslist h3.mainhead:before { content: ""; position: absolute; right: 10px; top: 0px; width: 65px; height: 12px; background: url(../images/airplane-icon.png) no-repeat; }
.industry_sec .industrieslist { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist .industriesitems .industry-post-list { display: flex; flex-wrap: wrap; }
.industry_sec .industrieslist .industriesitems .post-item { padding: 27px 45px 22px 33px; width: calc(33.33% - 18px); margin: 0 9px 18px; box-shadow: 0px 0px 9.2px 0px #A5A49ECC; background: #F4F2EC; min-height: 241px; }
.industry_sec .industrieslist .industriesitems .post-item h3 { padding: 0px; margin: 0px 0px 6px; font-size: 36px; line-height: 1; letter-spacing: 0; text-transform: uppercase; color: #3B3A39; }
.industry_sec .industrieslist .industriesitems .post-item h3 a { color: #3B3A39; }
.industry_sec .industrieslist .industriesitems .post-item p { line-height: 1.22; letter-spacing: 0; font-size: 18px; }
.industry_sec .industrieslist .industriesitems .post-item .m-button--white { font-size: 16px; letter-spacing: 0px; font-family:"acumin-pro-extra-condensed"; font-weight: 700; }
.industry_sec .industrieslist .industriesitems .post-item { }
.industry_sec .industrieslist .industriesitems .post-item { }
.industry_sec .industrieslist .industriesitems .post-item { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist .industriesitems { }
.industry_sec .industrieslist { }
.industry_sec .industrieslist { }
.industry_sec { }
.industry_sec { }
.industry_sec { }
.industry_sec { }

.bannerhero { position: relative; }
.bannerhero img { width: 100%; height: auto; display: block; max-height: 496px; object-fit: cover; }
.bannerhero h1 { position: absolute; left: 0px; top: 46.8%; transform: translateY(-50%); width: 100%; padding: 0 20px; text-align: center; font-size: 96px; 
text-transform: uppercase; letter-spacing: 0px; }
.bannerhero { }
.bannerhero { }

.industry-intro { padding: 93px 20px 50px; max-width: 1190px; margin: 0 auto; }
.industry-intro .introcontentmid { max-width: 960px; }
.industry-intro h2 { margin-bottom: 31px; font-size: 60px; letter-spacing: 0; text-transform: uppercase; }
.industry-intro p { line-height: 1.23; font-size: 18px; letter-spacing: 0px; }
.industry-intro h6 { margin-bottom: 26px; }
.industry-intro { }
.industry-intro { }

.industry-logos { padding: 32px 20px 64px; max-width: 1215px; margin: 0 auto; }
.industry-logos h2 { margin-bottom: 31px; font-size: 60px; letter-spacing: 0; text-transform: uppercase; }
.industry-logos ul.logolist { padding: 0px 35px 0px 35px; list-style: none; display: flex; flex-wrap: wrap; }
.industry-logos ul.logolist li { padding: 25px 35px 30px; margin: 0px 0px 7px; width: 25%; height: 185px; position: relative; display: flex; align-items: center; justify-content: center; }
.industry-logos ul.logolist li:before { content: ""; position: absolute; left: -33px; bottom: -24px; width: 70px; height: 70px; background: url(../images/plus-icon.png) no-repeat; background-size: 100%; }
.industry-logos ul.logolist li:nth-child(4n):after { content: ""; position: absolute; right: -33px; bottom: -24px; width: 70px; height: 70px; background: url(../images/plus-icon.png) no-repeat; background-size: 100%; }
.industry-logos ul.logolist li:nth-child(9):before,
.industry-logos ul.logolist li:nth-child(10):before { display: none; }
.industry-logos ul.logolist li { }
.industry-logos ul.logolist li { }
.industry-logos .infointro { padding-left: 15px; }
.industry-logos { }
.industry-logos { }
.industry-logos { }

.gallerylistbg { }
.gallerylistbg .clientintro { background: #f5f2ed; }
.gallerylistbg .clientintro .cintromid { padding: 80px 20px 144px; max-width: 1106px; margin: 0 auto; position: relative; }
.gallerylistbg .clientintro .contentmidtext { max-width: 830px; }
.gallerylistbg .clientintro h3 { font-size: 48px; line-height: 100%; letter-spacing: 0; text-transform: uppercase; color: #E4801C; margin-bottom: 14px; }
.gallerylistbg .clientintro p { font-size: 18px; letter-spacing: 0px; line-height: 1.22; }
.gallerylistbg .slideritem .m-button { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); font-size: 16px; font-family:"acumin-pro-extra-condensed"; }
.gallerylistbg .clientintro .contentmidtext.managedlogo { }
.gallerylistbg .clientintro .contentmidtext.managedlogo { }
.gallerylistbg .clientintro .contentmidtext.managedlogo { }
.gallerylistbg .clientintro .contentmidtext.managedlogo { }
.gallerylistbg .clientintro .managedlogo { padding: 0px 0px 0px 48px; position: absolute; right: 15px; top: 85px; width: 225px; text-align: center; min-height: 102px; border-left: #cccbc6 solid 2px; }
.gallerylistbg .clientintro .managedlogo h5 { padding: 0 0 10px 0; margin: 0px; font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 100%; letter-spacing: 0; color: #A5A49E; }
.gallerylistbg .clientintro .managedlogo figure { display: flex; justify-content: center; }
.gallerylistbg .clientintro .managedlogo figure img { display: block; }
.gallerylistbg .clientintro .managedlogo { }
.gallerylistbg .clientintro .contentmidtext a.m-button--white { font-size: 16px; letter-spacing: 0px; font-family:"acumin-pro-extra-condensed"; }
.gallerylistbg .clientintro .contentmidtext { }
.gallerylistbg .clientintro { }
.gallerylistbg .clientdetails { position: relative; }
.gallerylistbg .clientdetails .detailsmid { padding: 0px 32px 83px 20px; max-width: 1118px; margin: -83px auto 0; position: relative; }
.gallerylistbg .clientdetails .galleryslider { box-shadow: 0px 40px 80px 0px #BAB9B07D; margin-bottom: 0px; }
.gallerylistbg .clientdetails .imgbg { position: relative; }
.gallerylistbg .clientdetails .imgbg figure { display: block; position: relative; }
.gallerylistbg .clientdetails .imgbg figure img { width: 100%; height: auto; display: block; }
.gallerylistbg .clientdetails .imgbg .videobox { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; }
.gallerylistbg .clientdetails .imgbg .videobox.youtubevid,
.gallerylistbg .clientdetails .imgbg .videobox.vimeovid { opacity: 1; visibility: visible; z-index: 10; }
.gallerylistbg .clientdetails .imgbg .videobox iframe { width: 100%; height: 100%; object-fit: cover; }
.gallerylistbg .clientdetails .imgbg .videobox video {  width: 100%; height: 100%; object-fit: cover; }
.gallerylistbg .clientdetails .imgbg figure a { display: block; position: relative; }
.gallerylistbg .clientdetails .imgbg figure a:not(.youtube):after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; background: url(../images/play-vid-icon.png) no-repeat; background-size: 100%; z-index: 10; }
.gallerylistbg .clientdetails .slick-arrow { position: absolute; top: 50%; left: 18px; margin-top: -20px; width: 40px; height: 40px; font-size: 0px; cursor: pointer; border: 0px; background: url(../images/slide-prev.png) no-repeat; background-size: 100%; right: auto; bottom: auto; transform: translate(0,0); z-index: 10; }
.gallerylistbg .clientdetails .slick-next { left: auto; right: 18px; background: url(../images/slide-next.png) no-repeat; background-size: 100%; }
.gallerylistbg .clientdetails .imgbg.playing figure { opacity: 0; visibility: hidden; }
.gallerylistbg .clientdetails .imgbg.playing .videobox { opacity: 1; visibility: visible; }
.gallerylistbg .clientdetails .imgbg.playing { }
.gallerylistbg .clientdetails .imgbg.playing { }
.gallerylistbg .clientdetails .imgbg { }
.gallerylistbg .clientdetails .imgbg { }
.gallerylistbg .clientdetails .slick-dots { position: absolute; left: -25px; top: 50%; transform: translateY(-50%); width: auto; bottom: auto; width: 3px; }
.gallerylistbg .clientdetails .slick-dots li { padding: 10px 0; width: auto; height: auto; margin: 0px; }
.gallerylistbg .clientdetails .slick-dots li button { padding: 0px; width: 3px; height: 42px; border: 0px; cursor: pointer; font-size: 0px; background: #cecdc8; }
.gallerylistbg .clientdetails .slick-dots li.slick-active button { background: #E4801C; }
.gallerylistbg .clientdetails { }
.gallerylistbg .clientdetails { }
.gallerylistbg { }
.gallerylistbg { }
.gallerylistbg { }

.videobgboxhero { position: absolute; left: 0px; top: 0px; width: 100%; height: calc(100vh - 90px); overflow: hidden; }
.videobgboxhero video { width: 100%; height: auto; }
.videobgboxhero { }
.home .m-section--hero { overflow: visible; }
.videobgboxhero { }
.videobgboxhero { }
.videobgboxhero { }
.videobgboxhero { }

.l-prefooter.industry { padding: 4.5rem 0 2.5rem; }
.l-prefooter.industry .l-wrapper { margin: 0 auto; }
.l-prefooter.industry h2 { text-transform: uppercase; font-size: 90px; line-height: 85%; letter-spacing: 0; }
.l-prefooter.industry h6 { margin: 10px 0px 20px; }
.l-prefooter.industry .l-col__45 p { width: 100%; }
.l-prefooter.industry .l-col__45 { display: block; }
.l-prefooter.industry .m-button--solid { padding: 1.5rem 3rem; font-family:"acumin-pro-extra-condensed"; font-size: 18px; }
.l-prefooter.industry { }
.l-prefooter.industry { }
.l-prefooter.industry { }
.l-prefooter.industry { }

.page-template-page-portfolio .js-grid-item:first-child { }

.postid-6272 { }
.postid-6272 main { }
.postid-6272 .cnt2s { margin: 0 auto 40px; }
.postid-6272 .cnt2s.m-section--video-grid .m-videotile { max-height: 295px; }
.postid-6272 .m-section--video-grid .l-wrapper { padding: .7rem 0; max-width: 1024px; }
.postid-6272 .m-section--video-grid .m-videotile { height: 596px; }
.postid-6272 { }
.postid-6272 { }
.postid-6272 { }
.postid-6272 { }

.m-section--headline .l-row:before { top: 4.5rem; }


/*Homepage Portfolio CSS*/
.videobgboxhero { position: absolute; left: 0px; top: 0px; width: 100%; height: calc(100vh - 90px); overflow: hidden; }
.videobgboxhero video { width: 100%; height: auto; }
.videobgboxhero { }
.home .m-section--hero { overflow: visible; }
.videobgboxhero { }
.videobgboxhero { }
.videobgboxhero { }
.videobgboxhero { }

.videobgboxmid { display: none; }
.home .videobgboxmid { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 85%; }
.home .videobgboxmid video { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.mainheadinbg { display: block; position: absolute; left: 50%; top: 65px; transform: translateX(-50%); font-family:"acumin-pro-extra-condensed"; font-weight: 700; font-size: 280px; line-height: 110%; letter-spacing: 16px; width: 120%; max-width: 1230px; padding: 0 20px 0 40px; color: #341B0154; z-index: 8; text-align: left; opacity: 0.6; }
.mainheadinbg { }
.mainheadinbg { }

.banneranimationbg { max-width: 100%; margin: -556px auto 0; position: relative; z-index: 10; }
.banneranimationbg { }
.m-section--hero .m-videotile__watch {
    z-index: 10 !important;
}
.planesmaller { position: absolute; left: 50%; top: 124px; width: 90px; margin-left: 115px; }
.planesmaller.plananim2 { top: 43%; margin-left: -700px; width: 70px; }
.planesmaller.plananim3 { top: 54%; margin-left: -200px; width: 60px; }
.planesmaller.plananim4 { top: 54%; margin-left: -400px; width: 160px; }
.planesmaller.plananim5 { top: 50%; margin-left: 210px; width: 295px; }

.slide .planemove { transform: rotate(45deg); }
.m-animated-element--plane-blue--1 .slide .planemove { margin-top: -140px; }
.m-animated-element--plane-blue--2 .slide .planemove { margin-top: -25px; }

.page-template-page-portfolio .m-animated-element--gunner { display: none; }

.page-template-page-portfolio .mainheadinbg { top: 285px; max-width: 1510px; padding: 0 20px; text-align: center; opacity: 0.9; }
.m-grid--portfolio { z-index: 10; }

.gunneranimationbg { margin: -190px -600px 0 -350px; position: relative; z-index: 10; }
.page-template-page-portfolio .m-section--hero { margin-bottom: -22%; }

.home > main { overflow-x: hidden; }


#team .l-col__2\.3 { width: 66.67%; }
body .m-grid.m-grid--team .l-col__2\.3 .m-grid__link {
        padding-bottom: 49.4%;
    }

/* responsive */
@media (max-width: 1200px) {
    .video-information-list-wrapper ul li {
        flex-basis: calc(33% - 40px);
    }
	
	
	
}
@media (max-width: 991px) {
    .banner-area {
        min-height: 200px;
    }
    .video-information-list-wrapper ul li {
        flex-basis: calc(50% - 40px);
    }

    /* all videos section start */
    .section-title-info {
        max-width: 250px;
    }
    .filter-btn {
        padding: 4px 4px 4px 30px;
    }
    .search-area {
        gap: 10px;
    }
    .section-title-info {
        max-width: 150px;
    }
    /* all videos section end */
	.testimonial_slider_wrapper .owl-stage .item { width: 347px; padding-left: 20px !important; padding-right: 20px !important; }
}
/* max-width 767 */
@media (max-width: 767.98px) {
    /* featured section start */
    .video-info {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .featured-carousel-video-content {
        max-width: 100%;
        padding: 30px 20px;
        min-height: auto;
    }
    .featured-carousel-video-content h3 br{
        display: none;
    }
    .featured-carousel-video-content p {
        margin-bottom: 25px;
        max-width: 100%;
    }
    /* featured section end */

    /* all videos section start */
    .all-videos-area .section-title-wrapper{
        flex-direction: column;
        align-items: start !important;
    }
    .search-form {
        flex-basis: 100%;
    }
    .filter-wrapper {
        width: 100%;
    }
    .section-title-info {
        max-width: 100%;
    }
    .section-title-wrapper > div {
        flex: 1 0 100%;
    }
    /* all videos section end */

    /* video information section start */
    .video-information-item {
        padding: 35px 0;
    }
    .excellence-content-item-wrapper {
        flex-direction: column;
    }
    .excellence-content-item {
        max-width: 100%;
    }
    .video-information-list-wrapper {
        gap: 20px;
    }
    
    .all-video-card-wrapper .video-card-wrapper {
        text-align: center;
        margin: 0 auto;
    }
    
    .all-video-card-wrapper .video-card-wrapper .featured-carousel-video-item img {
        margin: 0 auto;
    }
    /* video information section end */
}

/* max-width 575 */
@media (max-width: 575.98px) {
    .search-area {
        flex-wrap: wrap;
    }
    .video-information-list-wrapper ul li {
        flex-basis: 100%;
    }
    
}
/* max-width 479 */
@media (max-width: 479.98px) {
    /* all videos section start */


    /* all videos section end */
}

/*NEW Responsive CSS*/
@media (max-width: 1899px) {
	
	
	
}
@media (max-width: 1799px) {
	
	.mainheadinbg { max-width: 67%; top: -10px; font-size: 240px; padding: 0 20px; }
	.banneranimationbg { margin-top: -500px; }
	
	
}

@media (max-width: 1699px) {
	
	.page-template-page-portfolio .mainheadinbg { top: 270px; font-size: 230px; }	
	
}

@media (max-width: 1599px) {
	
	.mainheadinbg { max-width: 67%; top: 8%; font-size: 220px; line-height: 1.1; padding: 0 20px; }
	.banneranimationbg { margin:  -450px -40px 0; max-width: calc(100% + 80px); }
	
	.page-template-page-portfolio .mainheadinbg { top: 260px; font-size: 220px; }
	
	.planesmaller.plananim3 { top: 50%; margin-left: -200px; width: 60px; }
	.planesmaller.plananim4 { top: 51%; margin-left: -350px; width: 160px; }
	.planesmaller.plananim5 { top: 44%; margin-left: 210px; width: 295px; }
	.videobgboxhero video { height: 100%; object-fit: cover; }
	
}

@media (max-width: 1499px) {
	
	.mainheadinbg { max-width: 71%; }
	.planesmaller.plananim2 { top: 43%; margin-left: -600px; width: 70px; }
	
	
}

@media (max-width: 1399px) {
	
	
	.page-template-page-portfolio .mainheadinbg { top: 265px; font-size: 215px; }
	.mainheadinbg { max-width: 73%; font-size: 210px; }
	
}

@media (max-width: 1364px) {
	
	.mainheadinbg { max-width: 77%; top: 8%; font-size: 210px; padding: 0 20px; }
	.banneranimationbg { margin:  -410px -60px 0; max-width: calc(100% + 120px); }
	
}


@media (max-width: 1279px) {
	
	.industry_sec .heroimgbg { padding: 100px 20px 20px 50px; min-height: 671px; }
	.industry_sec .heroimgbg .img1 { left: 103px; top: 450px; max-width: 234px; }
	.industry_sec .heroimgbg .img2 { right: 140px; top: 160px; max-width: 500px; }
	.industry_sec .heroimgbg .img3 { right: 100px; top: 350px;  max-width: 150px; }
	
	.industry-intro { padding: 70px 20px 30px; }
	.industry-logos .infointro { padding-left: 0px; }
	
	.gallerylistbg .clientintro .cintromid { padding: 50px 40px 144px; }
	.gallerylistbg .clientdetails .detailsmid { padding: 0px 40px 60px 40px; margin: -80px auto 0; }
	.gallerylistbg .clientintro .managedlogo { padding: 0px 0px 0px 10px; right: 0px; top: 85px; width: 200px; }
	.gallerylistbg .clientintro .contentmidtext { max-width: calc(100% - 200px); padding-right: 30px; }
	
	.postid-6272 .m-section--video-grid .l-wrapper { padding: .7rem 15px; }
	
	.page-template-page-portfolio .mainheadinbg { top: 250px; font-size: 170px; }
	.page-template-page-portfolio .m-section--hero { padding-top: 0; padding-bottom: 10%; }
	
	.home .mainheadinbg { left: 50%; top: 8%; font-size: 175px; line-height: 110%; letter-spacing: 10px; max-width: 78%; padding: 0 20px; }
	.banneranimationbg { margin: -500px -60px 0; }
	.videobgboxhero video { width: 100%; height: 1000px; object-fit: cover; }
	.planesmaller { top: 124px; width: 90px; margin-left: 50px; }
	.planesmaller.plananim2 { top: 35%; margin-left: -480px; width: 70px; }
	.planesmaller.plananim3 { top: 42%; margin-left: -168px; width: 60px; }
	.planesmaller.plananim4 { top: 43%; margin-left: -310px; width: 140px; }
	.planesmaller.plananim5 { top: 36%; margin-left: 150px; width: 295px; }
	
	.m-animated-element--plane-blue--2 .slide .planemove { margin-top: -20px; }
	
	.gunneranimationbg { margin: -140px -450px 0 -250px; }
	
	.page-template-page-portfolio .mainheadinbg { top: 230px; font-size: 168px; }
	
	.videobgboxhero { height: 725px; }
	
}

@media (max-width: 1023px) {
	
	.industry_sec .heroimgbg { padding: 100px 20px 20px 30px; min-height: 470px; }
	.industry_sec .heroimgbg h1 { font-size: 150px; max-width: 600px; }
	.industry_sec .heroimgbg .img1 { left: 50px; top: 350px; max-width: 185px; }
	.industry_sec .heroimgbg .img2 { right: 50px; top: 160px; max-width: 350px; }
	.industry_sec .heroimgbg .img3 { right: 50px; top: 300px;  max-width: 100px; }
	.industry_sec .industrieslist h3.mainhead:after { top: 13px; }
	.industry_sec .industrieslist h3.mainhead:before { top: 5px; }
	
	.industry_sec .industrieslist .industriesitems .post-item { padding: 25px 20px 20px 20px; }
	.industry_sec .industrieslist .industriesitems .post-item h3 { font-size: 32px; }
	
	.l-prefooter.industry h2 { font-size: 8rem; line-height: 85%; }
	
	.bannerhero h1 { top: 50%; font-size: 8rem; }
	
	.industry-intro { padding: 60px 20px 30px; }
	.industry-intro h2 { font-size: 50px; }
	.industry-logos { padding: 10px 20px 64px; }
	
	.industry-logos ul.logolist { padding: 0px 20px; }
	.industry-logos ul.logolist li { padding: 25px 20px 30px; margin: 0px 0px 7px; width: 25%; height: 185px; }
	.industry-logos ul.logolist li:before { left: -30px; bottom: -20px; width: 50px; height: 50px; }
	.industry-logos ul.logolist li:nth-child(4n):after { width: 50px; height: 50px; }
	
	.gallerylistbg .clientintro .contentmidtext { padding-right: 0px; }
	
	.gunneranimationbg { margin: -100px -350px 0 -200px; }
	.page-template-page-portfolio .mainheadinbg { top: 170px; font-size: 130px; letter-spacing: 10px; }
	
	.home .mainheadinbg { left: 50%; top: 70px; font-size: 130px; line-height: 110%; letter-spacing: 10px; max-width: 640px; padding: 0 20px; }
	.banneranimationbg { margin: -360px -40px 0; }
	.videobgboxhero video { width: 100%; height: 100%; object-fit: cover; }
	.planesmaller { top: 100px; }
	.planesmaller.plananim1 { width: 90px; left: auto; right: 35%; margin-left: 0px; }
	.planesmaller.plananim2 { top: 43%; margin-left: 0px; left: 33%; width: 70px; }
	.planesmaller.plananim3 { top: 37%; left: 15px; margin-left: 0px; width: 60px; }
	.planesmaller.plananim4 { top: 44%; left: 100px; margin-left: 0px; width: 120px; }
	.planesmaller.plananim5 { top: 38%; left: auto; right: 80px; margin-left: 0px; width: 220px; }
	
	.programmatic .ut_service_page_hero { padding: 130px 0 10px; }
	.programmatic .drill_down_large_image.container { margin-bottom: 10px; }
	.programmatic .ut_why_m8th_section .contentbox { padding: 0 15px 30px; }
	.programmatic .ut_why_m8th_section .contentbox .service_item { padding: 0px 50px 0px 0px; }
	.programmatic .ut_why_m8th_section .contentbox .service_item + .service_item { padding: 0px 40px 0px 0px; }
	.l-prefooter.services h2 { font-size: 6rem; }
	
	.postid-6272 .m-section--video-grid .m-videotile { height: calc(56.25vw); }
	.postid-6272 .cnt2s.m-section--video-grid .m-videotile { max-height: 26.10vw; }
	
	.m-animated-element--plane-blue--1 .slide .planemove { margin-top: -80px; }
	.m-animated-element--plane-blue--2 .slide .planemove { margin-top: -15px; }
	
	.videobgboxhero { height: 84%; }
	
	
}

@media (max-width: 767px) {
	
	.industry_sec .heroimgbg { padding: 80px 20px 20px 20px; min-height: 440px; }
	.industry_sec .heroimgbg h1 { font-size: 100px; max-width: 350px; }
	.industry_sec .heroimgbg .img1 { left: 30px; top: 350px; max-width: 150px; }
	.industry_sec .heroimgbg .img2 { right: 30px; top: 210px; max-width: 250px; }
	.industry_sec .heroimgbg .img3 { right: 30px; top: 300px;  max-width: 70px; }
	.industry_sec .industrieslist h3.mainhead:after { width: calc(100% - 220px); top: 10px; left: 120px; }
	.industry_sec .industrieslist h3.mainhead:before { top: 5px; }
	
	.industry_sec .industrieslist .industriesitems .post-item { padding: 25px 20px 20px 20px; width: 100%; }
	
	.l-prefooter.industry { padding: 3.5rem 0 2rem; }
	.l-prefooter.industry h2 { font-size: 6rem; line-height: 85%; }
	
	.bannerhero img { height: 300px; }
	.bannerhero h1 { font-size: 6rem; }
	
	.industry-intro { padding: 40px 20px 30px; }
	.industry-intro h2 { font-size: 45px; }
	.industry-logos h2 { margin-bottom: 25px; font-size: 45px; }
	.industry-logos ul.logolist li { padding: 20px 15px; margin: 0px 0px 7px; width: 50%; height: 150px; }
	.industry-logos ul.logolist { padding: 0px; }
	.industry-logos ul.logolist li:before,
	.industry-logos ul.logolist li:after { display: none; }
	.industry-logos ul.logolist li:nth-child(2n):before { right: 50%; display: block; }
	.industry-logos ul.logolist li:before { left: -30px; bottom: -20px; width: 40px; height: 40px; }
	.industry-logos ul.logolist li:last-child:before { display: none; }
	.industry-logos { padding: 10px 20px 30px; }
	
	.gallerylistbg .clientintro .cintromid { padding: 50px 20px 100px; }
	.gallerylistbg .clientintro .contentmidtext { max-width: calc(100% - 0px); padding: 0px; width: 100%; }
	.gallerylistbg .clientintro h3 { font-size: 40px; }
	.gallerylistbg .clientdetails .detailsmid { padding: 0px 20px 60px 20px; margin: -50px auto 0; }
	.gallerylistbg .clientdetails .slick-dots { left: 0px; top: auto; bottom: -30px; transform: translate(0,0); position: absolute; width: 100%; display: flex; align-items: center; justify-content: center; }
	.gallerylistbg .clientdetails .slick-dots li button { height: 20px; }
	.gallerylistbg .clientdetails .imgbg figure a:after { width: 50px; height: 50px; }
	.gallerylistbg .clientintro .managedlogo { padding: 40px 0px 0px 0px; right: 0px; top: 0; width: 100%; border: 0px; position: relative; }
	.gallerylistbg .clientintro .contentmidtext { text-align: center; }
	.gallerylistbg .clientdetails .slick-dots li { padding: 0px 5px; }
	.gallerylistbg .clientdetails .slick-dots li button { height: 8px; width: 8px; }
	.gallerylistbg .clientdetails .slick-arrow { bottom: -40px; left: 0px; width: 35px; height: 35px; }
	.gallerylistbg .clientdetails .slick-next { left: auto; right: 0px; }
	
	.gunneranimationbg { margin: -80px -400px 0 -300px; }
	.page-template-page-portfolio .mainheadinbg { top: 226px; font-size: 125px; letter-spacing: 7px;  text-align: left; line-height: 0.75; left: 52%; }
	.page-template-page-portfolio .m-section--hero { padding-bottom: 70%; }
	
	.home .mainheadinbg { left: 50%; top: 85px; font-size: 130px; line-height: 95%; letter-spacing: 10px; max-width: 390px; padding: 0 22px; }
	.banneranimationbg { margin: -100px -380px -70px -190px; max-width: calc(100% + 565px); }
	.home .m-section--hero .m-videotile__watch { top: 61%; }
	.home .hero_full_service { top: 4vw; }
	
	.planesmaller.plananim1 { width: 65px; right: 10px; top: 140px; }
	.planesmaller.plananim2 { top: 44%; left: -30px; width: 60px; }
	.planesmaller.plananim3 { top: 51%; left: 53%; width: 40px; }
	.planesmaller.plananim4 { top: 60%; left: auto; width: 100px; right: 15px;  }
	.planesmaller.plananim5 { top: 75.5%; right: auto; left: -95px; width: 450px; }
	
	.m-animated-element--plane-blue--1 .slide .planemove { margin-top: -40px; }
	.home .m-section--hero { margin: 0px !important; display: block; }
	
	.programmatic .ut_service_page_hero { padding: 80px 0 10px; }
	.programmatic .drill_down_large_image.container { margin-bottom: 0px; }
	.programmatic .why_mth_content h2 { padding-bottom: 0px; }
	.programmatic .why_mth_content { padding-left: 0px; padding-right: 0px; }
	.programmatic .ut_why_m8th_section .contentbox { padding: 0 0px 30px; }
 	.programmatic .ut_why_m8th_section .contentbox .service_item { padding: 0px 0px 0px 0px; width: 100%; }
	.programmatic .ut_why_m8th_section .contentbox .service_item + .service_item { padding: 0px 0px 0px 0px; }
	.programmatic .ut_why_m8th_section .contentbox h3 { font-size: 25px; }
	.programmatic .ut_why_m8th_section .digital_services_content .service_item { padding: 40px 0px 5px 0px; }
	
	.m-animated-element--plane-blue--2 .slide .planemove { margin-top: -7px; }
	
	.gunneranimationbg { margin: -70px -440px 0 -320px; }
	.page-template-page-portfolio .m-animation .m-animated-element--plane--2 { top: 59%; }
	.page-template-page-portfolio .m-animation .m-animated-element--plane--1 { top: 77%; }
	.page-template-page-portfolio .m-animation .m-animated-element--plane--3 { top: 43%; }
	.page-template-page-portfolio .m-animation .m-animated-element--plane--4 { top: 29%; }
	
	.videobgboxhero { }
	.videobgboxhero { height: 95%; }
	
	.postid-6272 .cnt2s { max-width: 100vw; }
	.postid-6272 .cnt2s.m-section--video-grid .m-videotile {
		/*max-height: calc(100vw * 9/16);*/ height: calc(56.25vw); max-height: calc(56.25vw);
	}
	
	.m-section--headline .l-row:before {
		top: 2.8rem;
	}
	
	#team .l-col__2\.3 {
		width: 100%;
	}
	
	.home .m-section--hero .m-videotile__watch { display: none; }
	
}

@media (max-width: 639px) {
	
	.banneranimationbg { margin: -170px -380px 0 -190px; max-width: calc(100% + 565px); }
	.planesmaller.plananim5 { top: 70.5%; }
	
}

@media (max-width: 479px) {
	
	.banneranimationbg { margin: -145px -380px 0 -190px; max-width: calc(100% + 565px); }
	.planesmaller.plananim5 { top: 70.5%; }
	
}
@media (max-width: 429px) {
	
	.banneranimationbg { margin: -100px -380px 0 -190px; max-width: calc(100% + 565px); }
	.planesmaller.plananim5 { top: 70.5%; }
	
}
/* video page css */