@keyframes accslideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.header_section {
    height: 80%;
}

.header_content {
    background: no-repeat center;
    background-size: cover;
    overflow: auto;
}

.header_content h2 {
    text-shadow: none;
}

.slider_content {
    margin: 10% auto 100px;
    float: none;
    text-align: center;
    max-width: 750px;
}

.header_content p {
    background: none;
    padding: 0px;
    width: 60%;
    margin: auto;
    display: block;
}
.videos_section .industry {
    margin: 0px 0% 20px 0px;
}
.header_content p:before {
    display: none;
}

.industries_section {
    background: #f8f8f8;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.industries_section h2 {
    font-size: 80px;
    padding-left: 100px;
    color: #e5e5e5;
}

.industries_wrap {
    display: flex;
    margin: 20px 80px 20px 120px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.industry {
    margin: 0px 3% 20px 0px;
    width: 30%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ddd;
    padding: 30px 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    cursor: pointer;
    position: relative;
}


/*.industry::before {*/


/*content: '';*/


/*width: 100%;*/


/*height: 300px;*/


/*position: absolute;*/


/*top: -300px;*/


/*z-index: 0;*/


/*left: 0;*/


/*background-image: url(../images/pdf.png);*/


/*background-size: cover;*/


/*background-position: center;*/


/*background-repeat: no-repeat;*/


/*box-shadow: 0px -4px 10px 0px #ddd;*/


/*}*/

.industry:hover {
    box-shadow: 0px 3px 10px 1px #ddd;
    transform: translateY(-5px);
}

.industry:nth-child(3n) {
    margin-right: 0px;
}

.industry.dummy {
    visibility: hidden;
}

.industry .icon {
    width: 100%;
    height: 200px;
    background: url("../images/pdf.png") no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.industry h3 {
    padding-top: 190px;
    /* text-transform: uppercase; */
    color: #191919;
    margin: 20px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.industry p {
    color: #999;
    font-family: montserrat_light, sans-serif;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn_red {
    opacity: 1 !important;
}

.btn_red:after {
    display: none;
}

.detail_open {
    overflow: hidden;
}

.industry.show {
    transform: none;
}

.vm_body iframe {
    width: 50vw;
    height: 28vw;
}

.industry_detail_outer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0;
    background: #fff;
    /*transition: all 0.8s;*/
    z-index: 10;
    display: none;
    overflow: hidden;
}

.industry_detail_outer.show {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.detail_left {
    position: absolute;
    width: 40%;
    left: -40%;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background: url("../images/retail_bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.detail_right {
    position: absolute;
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.industry_detail_outer.open .detail_left {
    left: 0;
}


/* .industry_detail_outer.open .detail_right {
    right: 0;
} */

.bg_anim {
    width: 100%;
    background: #f5f5f5;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.4s;
    z-index: 1;
}

.industry_detail_outer.open .bg_anim {
    left: 100%;
}

.industry_detail_outer.prevItem .bg_anim,
.industry_detail_outer.nextItem .bg_anim {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.detail_left_wrap {
    position: absolute;
    top: 25%;
    margin: 0px 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 1s;
    transform: translateY(60px);
}

.industry_detail_outer.open .detail_left_wrap:first-child {
    opacity: 1;
    transform: translateY(0px);
}

.industry_detail_outer.nextItem .detail_left_wrap:first-child,
.industry_detail_outer.prevItem .detail_left_wrap:first-child {
    transition-delay: 0s;
}

.industry_detail_outer.open .detail_left_wrap.hide {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0s;
}

.industry_detail_outer.hide .detail_left_wrap {
    opacity: 0;
    transform: translateY(60px);
    transition-delay: 0.5s;
}

.detail_left_wrap .icon {
    width: 40px;
    height: 40px;
    background: url("../images/industries/retail.png") no-repeat center;
    background-size: contain;
}

.detail_left_wrap h2 {
    font-size: 36px;
    line-height: 48px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
}

.detail_left_wrap h2:after {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: 3px solid #ef0d33;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.detail_left_wrap h2:hover:after {
    width: 100%;
}

.detail_left_wrap p {
    font-family: montserrat_light, sans-serif;
    font-size: 12px;
    color: #ddd;
}

.detail_nav_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.detail_nav {
    color: #f5f5f5;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px;
    position: relative;
    font-family: montserrat_light, sans-serif;
    cursor: pointer;
}

.detail_nav:before {
    content: '';
    width: 10px;
    border-bottom: 2px solid #ef0d33;
    left: 0;
    position: absolute;
    top: -3px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.detail_nav:hover:before {
    width: 100%;
}

.nav_next:before {
    left: auto;
    right: 0;
}

.nav_count {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 64px;
    font-family: montserrat_light, sans-serif;
}

.detail_close {
    width: 25px;
    height: 25px;
    background: url("../images/close.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.detail_right_wrap {
    padding: 0px 0px 100px 0;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 1.3s;
    height: 100%;
}

.industry_detail_outer.open .detail_right_wrap:nth-child(1) {
    transform: translateY(0px);
    opacity: 1;
}

.industry_detail_outer.nextItem .detail_right_wrap:nth-child(1),
.industry_detail_outer.prevItem .detail_right_wrap:nth-child(1) {
    transition-delay: 0.1s;
}

.industry_detail_outer.open .detail_right_wrap.hide {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0s;
}

.industry_detail_outer.hide .detail_right_wrap {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    transition-delay: 0s;
}

.detail_right_top {
    height: 100%;
    padding: 180px 0px;
    max-width: 400px;
    margin: auto;
    box-sizing: border-box;
}

.detail_right_top h1 {
    font-size: 160px;
    color: #f5f5f5;
    margin: 0;
    margin-left: -80px;
}

.detail_right_top .tag {
    background: #ef0d33;
    padding: 7px 20px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: montserrat_light, sans-serif;
    letter-spacing: 1px;
}

.detail_right_top h2 {
    font-size: 60px;
    line-height: 60px;
    color: #000;
}

.detail_right_top p {
    color: #666;
    font-family: montserrat_light, sans-serif;
    text-align: justify;
}

.content_item {
    margin: 20px 0px 80px;
}

.content_item .icon {
    background: url('../images/screen.png') no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
}

.detail_right_wrap h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
}

.content_wrap {
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    padding: 50px 0px;
}

.slider_nav_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    background: #f2f2f2;
    height: 100%;
    z-index: 10;
    padding-top: 60px;
}

.slider_nav {
    width: 30px;
    height: 30px;
    background: url("../images/download.png") no-repeat center;
    background-size: 15px;
    transform: rotate(90deg);
    margin: 10px 0px 10px 50px;
    cursor: pointer;
}

.slider_nav:hover {
    background-color: #aaa;
}

#nextSlide {
    transform: rotate(0deg);
    background-image: url("../images/right-arrow.png");
    background-color: #ef0d33;
}

#nextSlide:hover {
    background-color: #dc092d;
}

.content_slider {
    margin-left: 100px;
    white-space: nowrap;
    width: 115%;
}

.pdf_dnld {
    width: 90px;
    padding: 5px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.dnld_btn_pop {
    font-size: 13px;
    width: 80px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px auto;
    padding: 12px 17px;
    text-align: center;
}

.detail_header_contentt {
    max-width: 400px;
    margin: 12% 8%;
    color: #fff;
    opacity: 1;
    text-align: left;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.detail_header_contentt .icon {
    width: 50px;
    height: 50px;
    margin: 30px auto;
    background: url("../images/services/mobile.png") no-repeat center;
    background-size: contain;
}

.detail_header_contentt h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0px;
    font-family: montserrat_semibold;
    position: relative;
}

.detail_header_contentt h2:before {
    width: 50px;
    height: 2px;
    background-color: #ef0d33;
    content: '';
    position: absolute;
    top: -20px;
    left: 0px;
}

.new_p {
    color: #aaa;
    line-height: 22px;
    font-size: 14px !important;
    font-family: montserrat_light, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.new_p::before {
    display: none !important;
}

.content_item {
    padding: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.menu_outer {
    display: block !important;
}

.resource {
    padding: 0;
}

.resource .icon {
    position: relative;
}

.resource h3 {
    padding-top: 0;
}

.resource_content {
    padding: 0 20px 10px;
}

.author_wrap {
    padding: 10px 10px 10px 70px;
    background: #eff0f1;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.author_img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 20px;
    top: 10px;
    background: no-repeat center;
    background-size: cover;
}

.author_wrap h4 {
    margin: 0;
    color: #333;
}

.author_wrap p {
    margin: 0;
    font-size: 12px;
}

.video_outer .icon {
    height: auto;
}

.video_outer .icon img {
    width: 100%;
    height: auto;
}

.video_in_modal {
    display: none;
}

.vm_body {
    background: hsl(0deg 0% 0% / 21%);
    backdrop-filter: blur(3px);
    min-height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.vm_close {
    height: 45px;
    width: 45px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    box-shadow: none;
    font-family: montserrat_light, sans-serif;
    outline: none;
}

@media only screen and (max-width: 1450px) {
    .industry p {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 1300px) {
    .industries_section h2 {
        padding-left: 60px;
        font-size: 88px;
    }
    .industries_wrap {
        margin: 20px 60px;
    }
}

@media only screen and (max-width: 1150px) {
    .square_info_wrap:nth-child(4) {
        right: -180px;
    }
    .square_info_wrap:nth-child(3) {
        left: -180px;
    }
}

@media only screen and (max-width: 1024px) {
    .square_info_wrap {
        left: -140px;
        top: -80px;
    }
    .square_info_wrap:nth-child(2n) {
        right: -140px;
        top: -80px;
    }
    .square_info_wrap:nth-child(3) {
        left: -140px;
        top: 5px;
    }
    .square_info_wrap:nth-child(4) {
        right: -140px;
        top: 5px;
    }
}

@media only screen and (max-width:800px) {
    .square_info_wrap {
        left: -110px;
    }
    .square_info_wrap:nth-child(2n) {
        right: -110px;
    }
    .square_info_wrap:nth-child(3) {
        left: -110px;
        top: -15px;
    }
    .square_info_wrap:nth-child(4) {
        right: -110px;
        top: -15px;
    }
    .industries_wrap {
        margin: 20px 40px;
    }
    .industries_section h2 {
        padding-left: 40px;
    }
    .industry {
        width: 46%;
    }
    .videos_section .industry:nth-child(3n)
    {
        margin-right: unset;
    }
    .industry:nth-child(3n) {
        margin-right: auto;
    }
    .industry:nth-child(2n) {
        margin-right: 0;
    }
    .slider_nav_wrap {
        width: 12%;
    }
}
@media only screen and (max-width: 500px) {
    .industries_section h2 {
        font-size: 40px;
    }
    .industry {
        width: 100%;
        margin: 0px 0% 20px 0px;
    }
    .industries_wrap {
        margin: 20px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .industries_section h2 {
        padding-left: 60px;
        font-size: 30px;
    }
}

@media only screen and (min-height: 800px) {
    .header_content h2 {
        margin-top: 130px;
    }
    .banner_wrap {
        margin-top: 160px;
    }
    .detail_right_top {
        padding-top: 240px;
    }
}

@media only screen and (max-height: 750px) {
    .header_content h2 {
        margin-top: 80px;
    }
    .square_outer,
    .banner_wrap {
        margin-top: 80px;
    }
}

@media only screen and (max-height: 650px) {
    .header_content h2 {
        margin-top: 60px;
    }
    .square_outer,
    .banner_wrap {
        margin-top: 80px;
    }
}

@media only screen and (max-height: 580px) {
    .header_content h2 {
        margin-top: 50px;
    }
    .square_outer {
        margin-top: 60px;
    }
}

@media only screen and (min-height: 800px) {
    .header_content h2 {
        margin-top: 130px;
    }
    .banner_wrap {
        margin-top: 160px;
    }
    .detail_right_top {
        padding-top: 240px;
    }
}

@media only screen and (min-height: 1024px) {
    .header_content h2 {
        margin-top: 200px;
    }
}

@media only screen and (orientation: portrait) {
    .detail_left {
        display: none;
    }
    .detail_right {
        width: 100%;
        background: #fff;
    }
    .detail_right_wrap {
        transition-delay: 0s;
    }
    .detail_right_top {
        height: auto;
    }
    .clients_wrap {
        padding: 60px 40px;
    }
}



@media only screen and (max-width: 4000px) and (min-width: 1452px) {
    .section {
        padding: 3.2vw 0.64vw;
    }
    .industries_section h2 {
        font-size: 5.5vw;
        padding-left: 6.41vw;    
    }
    .industries_wrap{
        margin: 1.28vw 5.1vw 1.28vw 7.69vw;
    }
    .industry {
        margin: 0px 3% 1.28vw 0px;
        box-shadow: 0px 0px 0.64vw 0px #ddd;
        padding: 1.92vw 2.56vw;
    }
    .industry .icon{
        height: 14vw;
    }
    .industry h3 {
        padding-top: 13.17vw;
        margin: 1.28vw 0px 0.64vw;
        font-size: 1.17vw;
        line-height: 1.3;
    }
    .industry p{
        font-size: .86vw;
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }
    .author_wrap {
        padding: 0.64vw 0.64vw 0.64vw 4.487vw;
    }
    .author_img{
        width: 2.56vw;
        height: 2.56vw;
        left: 1.28vw;
        top: 0.64vw;
    }
    .author_wrap p{
        font-size: .8vw;
    }
    .resource_content {
        padding: 0 1.28vw 0.64vw;
    }
    .industry.resource {
        padding: 0;
    }
    .industry.resource h3 {
        padding-top: 0;
    }
    .author_wrap h4{
        font-size: .95vw;
        line-height: 1.7;
    }
    .videos_section .industry {
        margin: 0px 0% 1.28vw 0px;
    }
    .newsDatepub{
        font-size: 1vw;
    }
}