.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 */




/* 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 */
}
/* 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 */
}

/* video page css */