.zregions a.zgrey{
    background: #d1cfcf;
    color: #000;
}
.zsection {
    padding: 100px 0;
}
a.act-btn.cta-btn {
    text-align: center;
    max-width: max-content;
    font-size: 16px;
    padding: 12px 30px;
    text-transform: capitalize;
    background: #C90000;
    color: #fff;
    font-family: var(--zf-secondary-medium);
}

.ztac {
    text-align: center;
}

.ztal {
    text-align: left;
}

.ztar {
    text-align: right;
}

.zd-flex {
    display: flex;
}

.zjc-ctr {
    justify-content: center;
}

.zjf-str {
    justify-content: flex-start;
}

.zjf-end {
    justify-content: flex-end;
}

.zjs-arnd {
    justify-content: space-around;
}

.zjs-bt {
    justify-content: space-between;
}

.zjs-evn {
    justify-content: space-evenly;
}

.zal-cntr {
    align-items: center;
}

.zal-fls {
    align-items: flex-start;
}

.zfd-col {
    flex-direction: column;
}

.zfd-row {
    flex-direction: row;
}

.zflx-wrp {
    flex-wrap: wrap;
}


.zsm-4 {
    gap: 4px;
}

.zsm-8 {
    gap: 8px;
}

.zsm-12 {
    gap: 12px;
}

.zsm-16 {
    gap: 16px;
}

.zsm-20 {
    gap: 20px;
}

.zmd-24 {
    gap: 24px;
}

.zmd-32 {
    gap: 32px;
}

.zmd-40 {
    gap: 40px;
}

.zmd-48 {
    gap: 48px;
}

.zmd-56 {
    gap: 56px;
}

.zmd-64 {
    gap: 64px;
}

.zmd-72 {
    gap: 72px;
}

.zmd-80 {
    gap: 80px;
}

.zlg-88 {
    gap: 88px;
}

.zlg-96 {
    gap: 96px;
}

.zlg-104 {
    gap: 104px;
}

.zlg-112 {
    gap: 112px;
}

.zlg-120 {
    gap: 120px;
}


/* stylesheet start */
.zwc-banner{
    background:#fff;
    color: #000000;
    padding-bottom: 0;
}

.zwc-banner h1 .one-up{
    vertical-align: middle;
    margin-right: 5px;
}
.zwc-banner p{
    max-width: 790px;
    margin:auto auto 36px;
}
.zwc-banner .scrollButton,.zwc-bottom .scrollButton {
    text-align: center;
    max-width: max-content;
    font-size: 18px;
    padding: 12px 30px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    background: #E42527;
    color: #fff;
    font-family: var(--zf-secondary-medium);
    border: 0;
    cursor: pointer;
}
.zb-bottom img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.zwc-banner .ztag-line{
    font-family: var(--zf-secondary-medium);
    font-size: 14px; 
    line-height: normal;
    margin: 18px auto 0;
}
.ztag-line a{
    color: #0064DF;
    font-family: var(--zf-secondary-medium);
    font-size: 14px;
    padding:0;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0px;
    background:none;
}
/* marque */

  .slick-track{
    display:flex!important;
    align-items:center;
    justify-content:center;
    overflow:visible!important;
  }
  .slick-list{
    padding:0!important;
    overflow:visible!important;
  }
  
  
  h4{
    text-align:center;
    text-transform:uppercase;
    width:100%;
    display:block;
    font-family:"TT Norms Pro", sans-serif;
    font-size:14px;
    letter-spacing:2px;
    margin-bottom:40px;
    color:#2229BD;
  }
  
  .slick-slide{
    height:inherit;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .slick-slide .inner {
    margin: 0 15px;
    padding: 10px 0;
  }
  
  .marquee{
    margin-top:0px;
  }
  .hide{
    display:none!important;
  }
  .marquee {
    background: #025540;
    color: #fff;
  }
  .marquee__item ,.marquee__item  a{
    color: #FFF;
    font-family: var(--zf-secondary-medium);
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
  }
  .marquee__item a{
    color: #FFD730;
    text-decoration: underline;
    max-width: max-content;
  }
  .marque-dot{
    display: inline-block;
    width:6px;
    height:6px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-left: 12px;
  }
/* marque ends */

/* Tab starts */
.tab-wrapper{
    margin-top: 54px;
    max-width: 1090px;
    margin: 54px auto auto;
    position: relative;
}
.top-wrap .tabs {
    max-width: 320px;
    margin: 0 auto;
}
.tabs .slick-list{
    overflow: auto;
}
.top-wrap .tabs li {
    font-family: var(--primaryfont-semibold);
    font-size: 26px;
    line-height: normal;
    letter-spacing: -0.78px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.32); 
    text-align: center;
    position: relative;
}
.top-wrap .tabs li:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    border-bottom: 2.5px solid #000;
}
.top-wrap .tabs li.active{
    color: #000000;
}
.top-wrap .tabs li.active:before {
    width: 100%;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in;
}

.mob-content{
    display: none;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    /* transition: all .6s ease-in; */
    
}
.tab-content.active {
    /* display: block;
    opacity: 1; */
    opacity: 1;
    visibility: visible;
    height: auto;
}

.zarrow-btn{
    position: absolute;
    content: '';
    left: -10%;
    top: 50%;
    transform: translate(0, 50%);
    border: 0;
    background: #EBEBEB;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}
.zarrow-btn.zarrow-right{
        right: -10%;
        left: unset;
}
.zt-arrow{
    width: 23.5px;
    height: 23.5px;
    background: url(/sites/zweb/images/one/workshop/rotate-left.svg) no-repeat 0px 0px/100%;
    display: block;
    margin: auto;
    cursor: pointer;
}
.zt-arrow.r-arrow{
    background: url(/sites/zweb/images/one/workshop/rotate-right.svg) no-repeat 0px 0px/100%;
}
.tab-wrap{
    margin-top: 54px;
}
.zregions{
    max-width: 347px;
    width: 31%;
    border-radius: 20px;
    background: #F8F3E7;
    padding: 24px 32px 32px;
    z-index: 4;
    box-sizing: border-box;
    position: relative;
}
.zregions:before{
    position: absolute;
    content: '';
    background: url(/sites/zweb/images/one/workshop/banner.png) no-repeat 0px 0px / 100%;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    z-index: -1;
}

.zregions h3{   
    position: relative;
    padding-top: 36px;
    z-index: 3;
    padding-bottom: 80px;
    color: #fff;
    margin-bottom: 0;
}

.zregions a{
    border-radius: 7px;
    background: #E42527;
    color: #FFF;
    text-align: center;
    max-width: max-content;
    font-size: 14px;
    padding: 12px 10px;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--zf-secondary-medium);
}
.zregions a.zwc-end{
    background: #ccc;
    color: #000;
}
.zdate{
    font-size: 22px;
    font-family: var(--primaryfont-semibold);
}
/* tab Ends */

.poster-wrap{
    position: relative;
}
.poster-video::before {
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    content: '';
    left: 50%;
    top: 45%;
    margin: -30px 0 0 -30px;
    background: #c80e0e;
    border-radius: 100%;
    z-index: 2;
}
.poster-video::after {
    cursor: pointer;
    content: '';
    position: absolute;
    left: 50%;
    top: 47%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid #fff;
    z-index: 3;
    margin: -16px 0 0 5px;
}
.zcideo-inner img{
    border: 2px solid #000;
    border-radius: 20px;
    padding: 30px;
}
.zwc-video-main{
    background: linear-gradient(180deg, rgba(255, 215, 48, 0) 2.19%, #ffd730 44.88%, #ffd730 67.8%, #ffd730 84.15%);
}


.zw-why-to-attend{
    background: #FFD730;
    padding-top: 0;
}
.ztop-cont,.zbottom-cont{
    max-width: 1090px;
    margin: auto;
}
.zbottom-cont{
    margin-top: 132px;
}
.ztop-cont ul li{
    max-width: 472px;
    padding-left: 30px;
    position: relative;
}
.ztop-cont ul li:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(/sites/zweb/images/one/workshop/tick.svg) no-repeat 0px 0px/100%;
    left: 0;
    top: 4px;
}
.ztop-cont ul{
    margin-top: 54px;
}
.zbottom-cont ul{
    margin-top: 40px;
}



.zwc-webinar-details{
    background: #F8F3E7;
}

.zwc-except ul{
    max-width: 1090px;
    margin-top: 54px;
}
.zwc-except li .zw-icon{
    width: 60px;
    height: 60px;
    background: url(/sites/zweb/images/one/workshop/icons.svg) no-repeat 0px 0px / 180px;
    display: block;
    margin: 0 0 24px;
}
.zwc-except li:nth-child(2) .zw-icon{
    background-position: -60px 0px;
}
.zwc-except li:nth-child(3) .zw-icon{
    background-position: -120px 0px;
}
.zwc-except li p{
    max-width: 310px;
}

.zw-upcoming-webinars{
    border-radius: 20px;
    background: #004D3F;
    color: #fff;
    padding: 70px 100px;
    margin-top: 120px;
}
.zw-upcoming-webinars ul{
    margin-top: 84px;
}
.zw-upcoming-webinars li{
    max-width: 100%;
    width: 100%;
}
.zw-upcoming-webinars li:not(:last-child){
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.web-location,.web-date{
    color: #FFF;
    font-family: var(--zf-secondary-medium);
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.4px;
    width: 260px;
}
.web-date{
    font-family: var(--zf-secondary-light);
    max-width: 260px;
}
.zw-upcoming-webinars li a{
    padding: 18px 36px;
    border-radius: 7px;
    border: 1.2px solid #FFF;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
.zwc-bottom{
    padding-bottom: 0;
}
.zwc-bottom h2{
    margin-bottom: 32px;
}
.zwc-bottom p{
    margin-top: 20px;
    margin-bottom: 0;
}
.zwc-bottom p span{
    display: block;
}

/* stylesheet Ends */

@media only screen and (max-width: 1399px) {
    .zsection {
        padding: 100px 0;
    }
    .zregions {
        max-width: 347px;
        width: 31%;
    }
    .zarrow-btn {
        left: -4%;
    }
    .zarrow-btn.zarrow-right {
        right: -4%;
    }
    .tab-wrap ul{
        max-width: 1050px;
        margin: auto;
    }
    .zwc-banner.zsection{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .one-up img{
        max-width: 30%;
    }
    .tab-wrap ul {
        max-width: 960px;
        margin: 0px auto 0;
    }
    .zwc-banner.zsection{
        padding-bottom: 0;
    }
    .navigation{
        display: none;
    }
    .zregions {
        max-width: 100%;
        width: 31%;
    }
    .zregions:before {
        width: 100%;
        height: 100%;
    }
    .zregions h3 {
        padding-bottom: 0px;
        min-height: 100px;
    }
    .zdate {
        font-size: 18px;
        margin-top: 50px;
    }
    .ztop-cont ul li {
        max-width: 42%;
    }
.zo-events h3{
        font-size: 32px;
        margin: 32px 0 0;
        font-family: 'Zoho_Puvi_Regular';
    }

}

@media only screen and (max-width: 991px) {
    .zwc-banner a, .zwc-bottom a {
        font-size: 15px;
        padding: 12px 20px;
    }
    .web-location, .web-date {
        font-size: 18px;
        margin-bottom: 0;
        width: 245px;
    }
    .zw-upcoming-webinars li a {
        padding: 14px 24px;
        font-size: 15px;
    }
    .zsection {
        padding: 60px 0;
    }
    .top-content h1{
        font-size: 40px;
    }
    .one-up img{
        max-width: 280px;
    }
    .zwc-banner p {
        max-width: 620px;
    }
    .zw-upcoming-webinars{
        margin-top: 80px;
    }
    .zregions {
        max-width: 47%;
        width: 47%;
    }
    .navigation{
        display: none;
    }
    .zbottom-cont ul {
        gap: 24px;
        max-width: 780px;
    }
    .zbottom-cont ul li{
        width: 48%;
    }
    .zregions h3 {
        padding-top: 36px;
        padding-bottom: 0px;
        min-height: 120px;
    }
    .ztop-cont ul li {
        max-width: 42%;
    }
    .zo-events.zsection{
        padding-bottom: 30px;
    }
    .poster-video::before {
        width: 60px;
        height: 60px;
    }
    .poster-video::after {
        left: 50%;
        top: 46%;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 16px solid #fff;
        margin: -15px 0 0 -4px;
    }
    .zo-events h3{
        font-size: 24px;
        margin: 24px 0 15px;
        font-family: 'Zoho_Puvi_Regular';
    }
}

@media only screen and (max-width: 767px) {
    .content-wrap {
        max-width: 560px;
    }
    .zsm-col {
        flex-direction: column;
    }
    .top-content h1{
        font-size: 30px;
    }
    .one-up img{
        max-width: 130px;
    }
    .zwc-banner p {
        max-width: 600px;
    }
    .zwc-banner .ztag-line {
        max-width: 250px;
    }
    .tabs,.zarrow-btn{
        display: none;
    }
    .mob-content,.tab-content{
        display: block;
    }
    .mob-content{
        margin: 32px 0;
    }
    .zw-upcoming-webinars{
        margin-top: 60px;
    }
    .zregions {
        max-width: 80%;
        width: 80%;
        margin: auto;
        min-height: 350px;
    }
    .tab-content.active, .tab-content{
        opacity: 1;
    }
    .tab-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .zregions h3 {
        margin-bottom: 50px;
        min-height: 130px;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .zbottom-cont ul li{
        width: 47%;
    }
    .zdate {
        font-size: 15px;
        margin-top: 60px;
    }
    .zregions:before {
        width: 100%;
        height: 217px;
    }
    .zcideo-inner img{
        max-width: 80%;
        margin: auto;
    }
    .zw-upcoming-webinars {
        padding: 40px 20px;
    }
    .zw-upcoming-webinars ul{

    }
    .zwc-video-main.zsection{
        padding-top: 0;
    }
    .zbottom-cont{
        text-align: center;
    }
    .zbottom-cont ul{
        justify-content: center;
        align-items: center;
        margin: 40px auto 0;
        flex-direction: unset;
        gap: 20px
    }
    .tab-wrapper {
        margin: 32px auto auto;
    }
    .zw-upcoming-webinars{
        text-align: center;
        max-width: 600px;
        margin: auto;
    }
    .zw-upcoming-webinars h2{
        font-size: 22px;
        max-width: 400px;
        margin: auto;
    }
    .zw-upcoming-webinars ul,.zw-upcoming-webinars li{
        align-items: center;
        justify-content: center;
    }
    .ztop-cont ul li {
        max-width: 80%;
    }

    

}
@media only screen and (max-width: 550px) {
    .zregions {
        max-width: 80%;
        width: 80%;
        margin: auto;
        /* min-height: 350px; */
    }
    .zregions h3 {
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 0px;
        min-height: 120px;
    }
    .zbottom-cont ul li {
        width: 100%;
    }
}


@media only screen and (min-width: 992px) {
    .apac-wrap li{
        max-width: 100%;
        width: 40%;
    }
    .apac-wrap li.zregions h3 {
        padding-bottom: 96px;
    }
    
}
@media only screen and (min-width: 1200px) {
    .break {
        display: block;
    }
    h1 {
        font-family: var(--zf-primary-bold);
        font-size: 104px;
        line-height: normal;
        letter-spacing: -2.08px;
    }
    .zwc-banner p{
        font-size: 22px;
        font-weight: 400;
        line-height: 34px; 
    }

    p{
        font-size: 20px;
        line-height: 34px; 
        letter-spacing: -0.69px;
    }
    h2{
        font-size: 56px;
        line-height: normal;
        letter-spacing: -2px;
        font-family: var(--zf-primary-bold);
    }
    h3{
        font-size: 24px;
        line-height: normal;
        letter-spacing: -1.5px;
        font-family: var(--zf-primary-bold);
    }

.apac-wrap li{
    max-width: 100%;
    width: 40%;
}
.apac-wrap li.zregions h3 {
    position: relative;
    padding-top: 54px;
    padding-bottom: 96px;
    
}
.zo-events h3{
        font-size: 40px;
        margin: 40px 0 0px;
        font-family: 'Zoho_Puvi_Regular';
    }
}
/* stylesheet Ends */






/* width specification */
@media only screen and (min-width: 992px) {
    .zcol-wrap-1 {
        max-width: calc(12.5% - 6px);
        flex-basis: calc(12.5% - 6px);
    }

    .zcol-wrap-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
    }

    .zcol-wrap-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px);
    }

    .zcol-wrap-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .zcol-wrap-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px);
    }

    .zcol-wrap-6 {
        max-width: calc(75% - 6px);
        flex-basis: calc(75% - 6px);
    }

    .zcol-wrap-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px);
    }

    .zcol-wrap-8 {
        max-width: calc(100% - 6px);
        flex-basis: calc(100% - 6px);
    }

}

@media only screen and (min-width: 768px) {

    .zcol-8 {
        flex-basis: calc(100% - 6px);
    }

    .zcol-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px);
    }

    .zcol-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px);
    }

    .zcol-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .zcol-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px);
    }

    .zcol-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
    }

}



