
body{
    margin:0;
}
.af {
    display: block;
    box-sizing: border-box;
    font-family: "Zoho_Puvi_Regular";
    border:0;
    margin:0;
}

div,li,ul {
    box-sizing: border-box;
    position: relative;
}

.ac {
    max-width: 1200px;
    margin: auto;
    display: block;
}

.logo a {
    display: inline-block;
    width: 177px;
    height: 50px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 400px;
    background-position: -22px -119px;
}

.main {
    background: #00003c;
    color: white;
}
.main:before{
    content:'';
    width:70%;
    height:100%;
    background:url('../images/workshop-left-bg-2021.png') no-repeat;
    background-size:100% 100%;    
    position:absolute;
    left:0;
    top:0;
}
.main:after{
    content:'';
    width:30%;
    height:100%;
    background:url('../images/workshop-right-bg-2021.png') no-repeat;
    background-size: cover;
    position:absolute;
    top:0;
    right:0;
    z-index:0;
}

.main-lhs {
    width: 64%;
    display: inline-block;
    float: left;
}

.main-rhs {
    width: 36%;
    display: inline-block;
    float: left;
}

.main .ac {
    display: table;
    z-index: 1;
}
.logo {
    margin-top: 20px;
    margin-bottom: 50px;
}

span.live {
    font-size: 30px;
    color: #5847f1;
    font-family: "Zoho_Puvi_ExtraBold";
    padding-left: 28px;
    position: relative;
    text-transform: uppercase;
}

span.live:before {
    content: '';
    width: 15px;
    height: 15px;
    background: red;
    position: absolute;
    left: 6px;
    top: 10px;
    border-radius: 100%;
}

.main h1 {
    font-size: 48px;
    line-height: 62px;
    font-family: "Zoho_Puvi_Bold";
    padding-right: 20%;
}
span.reg{
display:none;
}
.presenter {
    margin-bottom: 30px;
}

.pre-detail {
    padding: 30px;
    padding-left: 140px;
    padding-right: 0;
    position: relative;
}

.pre-detail p.by {
    color: #5948fd;
    padding: 0;
    font-family: "Zoho_Puvi_Medium";
}

.pre-detail p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Zoho_Puvi_Bold";
}

span.name {
    font-size: 26px;
    font-family: "Zoho_Puvi_Bold";
    margin-right: 10px;
}

.pre-detail:before {
    content: '';
    width: 120px;
    height: 112px;
    background: url('../images/wokshop-presenter-2021.png');
    background-size: 1161px;
    background-position: -391px -39px;
    position: absolute;
    left: 0;
    top: 0;
}

.date-time {
    border-top: 1px solid #333363;
    border-bottom: 1px solid #333363;
    padding: 40px 0;
    display: table;
    width: 90%;
    position: relative;
    margin-bottom: 30px;
}

.width-50 {
    width: 50%;
    float: left;
    position: relative;
}

.width-50:nth-of-type(1) {
    padding-right: 35px;
}

.width-50:nth-of-type(2) {
    padding-left: 40px;
}

.middle-border:before {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background: #34345e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.date.width-50 {
    width: 58%;
}

.duration.width-50 {
    width: 40%;
}

.date-time.middle-border:before {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background: #34345e;
    position: absolute;
    left: 11%;
    right: 0;
    margin: auto;
    top: 21px;
}

.date-time span {
    display: block;
}

.date {
    padding-left: 55px;
}
.duration.width-50{
    padding-left: 75px;
}

.date:before {
    content: '';
    width: 48px;
    height: 50px;
    background: url("../images/workshop-sprite-2021.png") no-repeat;
    background-size: 400px;
    background-position: -222px -87px;
    position: absolute;
    left: 0;
    right: 0;
}
.duration:before {
    content: '';
    width: 48px;
    height: 50px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 400px;
    background-position: -284px -80px;
    position: absolute;
    left: 11px;
    right: 0;
}

span.small {
    font-size: 14px;
    color: #5948fd;
    font-family: "Zoho_Puvi_SemiBold";
    padding-bottom: 2px;
}

span.big {
    font-size: 18px;
    font-family: "Zoho_Puvi_SemiBold";
    line-height: 25px;
}

.about-details {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

h2.title {
    font-size: 32px;
    font-family: "Zoho_Puvi_Bold";
}

.about-details p,.about-details li {
    font-family: "Zoho_Puvi_Regular";
    color: #d0cfcf;
    font-size: 14px;
    line-height: 23px;
}

.about-details .width-50:nth-of-type(2) {
    padding-left: 40px;
}

.hl-points {
    list-style: none;
    padding-left: 0;
    margin-top: 36px;
}

.hl-points li {
    margin-bottom: 30px;
    padding-left: 58px;
}

.hl-points li:before {
    content: '';
    width: 40px;
    height: 42px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 360px;
    background-position: -4px -177px;
    position: absolute;
    left: 2px;
    top: -2px;
}
.hl-points li:nth-of-type(2):before {
    background-position: -66px -167px;
}

.hl-points li:nth-of-type(3):before {
    background-position: -127px -177px;
}
.hl-points li:nth-of-type(4):before {
    background-position: -180px -177px;
}

h2.title.highlights {
    font-size: 29px;
    color: #7b6dff;
}

/* Tab Section */

.agenda-tab {margin-top: 80px;}
.agenda h2 {text-align: center;}
.en-tab{position:relative;display:table;width:100%;margin:0 auto;background: #f9f9f9;height: auto;border-radius: 5px;margin-top: 35px;}
.en-tab-lhs{float:left;width: 145px;background: #21197b;border-radius: 9px;}
.en-tab-lhs ul{list-style:none;padding: 0;margin: 0;}
.en-tab-lhs ul li{width:20%;float:left; list-style:none;cursor:pointer}
.four-points ul li {width: 100%;float: none;height: 25%;}
.en-tab-lhs.four-points ul li span {
    padding: 40px 30px;
}

.five-points ul li {
    height: 20%;
    float: none;
    width: 100%;
}
.en-tab-lhs ul li span{color: #918cbd;font-size: 17px;font-weight:600;border-bottom: .5px solid #5b568c;padding: 30px;transition:all .5s ease;position:relative;text-align:center;background: #22197b;font-family: "Zoho_Puvi_Regular";height: 80px;display: table;width: 100%;box-sizing: border-box;}
.en-tab-lhs ul li span.act{background: #5948fd;transition:all .5s ease;color:#fff !important;border-radius: 0;}
.en-tab-lhs ul li:nth-of-type(1) span{border-top-right-radius:0;border-top-left-radius:10px}
.en-tab-lhs ul li:nth-of-type(1) span.act{border-top-right-radius:0;border-top-left-radius:10px}
.en-tab-lhs ul li:last-child span.act{border-bottom-right-radius:0}
.en-tab-lhs ul li span:hover{background: #5948fd;transition:all .5s ease;color:#fff;border-radius: 0;}
.en-tab-lhs ul li:nth-child(2) span:before{background-position:-51px -784px}
.en-tab-lhs ul li:nth-child(3) span:before{background-position:-114px -784px}
.en-tab-lhs ul li:nth-child(4) span:before{background-position:-171px -784px}
.en-tab-lhs ul li:nth-child(5) span:before{background-position:-229px -784px}
.en-tab-lhs ul li:nth-child(6) span:before{background-position:0 -493px}
.en-tab-lhs ul li .lab-act{background:#e8f7ff;border:1px solid #8ad6ff;border-left:6px solid #8ad6ff;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.en-tab-lhs ul li span:after{content:'';position:absolute;width:1px;height:36px;background: none;right:0;top:16px;}
.en-tab-lhs ul li:last-child span:after,.en-tab-lhs ul li span.act:after{display:none}
.en-tab-lhs ul li span:before{opacity:0;transition:all .5s ease}
.en-tab-lhs ul li span.act:before{content:'';position:absolute;width:0;height:0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 7px solid #5948fd;bottom:-7px;opacity:1;transition:all .5s ease;left: auto;z-index: 1;right: -7px;top: 42%;}
.en-tab-lhs ul li span:hover:before{content: '';position: absolute;width: 0;height: 0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 7px solid #7f7bbd;bottom: -7px;opacity: 1;transition: all .5s ease;left: auto;z-index: 1;right: -7px;top: 42%;}
.en-tab-rhs{float:left;width: calc(100% - 200px);padding:40px;position:relative;}
.en-img{position:absolute;left:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:0;padding-top:5px}
.en-img-act{opacity:1;}
.en-tab-rhs div{display:none}
.en-tab-rhs div.en-img-act{display:block}
.en-tab-rhs div h3{font-size: 20px;color:#222;margin:0;line-height: 30px;font-family: "Zoho_Puvi_Bold";}
.en-tab-rhs div p{font-size:15px;color:#596163}
.en-tab-rhs div ul{padding: 10px 20px 0 28px;list-style: none;}
.en-tab-rhs div ul li ul {
    padding-top: 20px;
    margin-bottom: -20px;
}
.en-tab-rhs div ul li{color: #4e4e4e;font-size:15px;padding-bottom: 10px;line-height: 26px;}
.en-tab-rhs div ul li:before{content:'';position:absolute;width:6px;height:6px;background: #2264c7;border-radius:50px;margin: 8px 0 0 -17px;}
.en-tab-lhs ul li:last-child span {border-bottom-left-radius: 9px;}

/* Tab Section End*/

/* Logo Section*/

.oth-main1 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

#admpcutomerlogos{margin-top:0}
.whyadmphdr{font-weight:400;font-size:35px;color:#46535c;line-height:45px}
.admp-logo-blocks{position:relative;margin:0 auto;display:table}
.admp-logo-blocks .admpcus-block{background-color:#fff;display:inline-block;height:92px;padding:0 10px;position:relative;width:163px;margin:0 15px}
.admpcstmr01 img,.admpcstmr02 img,.admpcstmr03 img,.admpcstmr04 img,.admpcstmr05 img,.admpcstmr06 img,.admpcstmr07 img,.admpcstmr08 img{left:0;margin:0 auto;padding-top:15px;position:absolute;right:0;width:175px}
.admpcstmr01 .cb-img,.admpcstmr02 .cb-img,.admpcstmr03 .cb-img,.admpcstmr04 .cb-img,.admpcstmr05 .cb-img,.admpcstmr06 .cb-img,.admpcstmr07 .cb-img,.admpcstmr08 .cb-img{opacity:0;transition:all .6s ease-out 0;display:none}
.admpcstmr01 .cb-img.active,.admpcstmr02 .cb-img.active,.admpcstmr03 .cb-img.active,.admpcstmr04 .cb-img.active,.admpcstmr05 .cb-img.active,.admpcstmr06 .cb-img.active,.admpcstmr07 .cb-img.active,.admpcstmr08 .cb-img.active{opacity:1;transition:all .5s ease-in 0;display:block}

/* Logo Section End*/

.oth .com{float:left;width:48%;border:1px solid #f3f3f3;margin:0 1%;border-radius:2px;box-shadow:0 3px 22px -7px #33333340;position:relative;transition:all .5s ease;    text-align: left;}
.oth .com:hover{transition:all .5s ease;transform:translateY(-5px);box-shadow:0 22px 20px -19px #3333336b;border-bottom:1px solid #d2d5d8}
.oth .com:hover div:nth-child(1){background:#cfe5ff}
.oth .com div:nth-child(1){float:left;width:35%;background:#f3f8ff;bottom:0;left:0;height:100%;position:relative;height:235px;transition:all .5s ease}
.oth .com div:nth-child(1) span {
    display: table;
    width: 146px;
    height: 169px;
    background: url('../images/workshop-sprite-2021.png') no-repeat 0 -280px;
    background-size: 400px;
    margin: 0 auto;
    margin-top: 22%;
}
.oth .rhs div:nth-child(1) span{background-position:-158px -296px}
.oth .com div:nth-child(2){float:left;width:65%;padding:30px}
.oth .com div:nth-child(2) h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
    font-family: "Zoho_Puvi_Bold";
}
.oth .com div:nth-child(2) p{font-size:14px;    margin-bottom: 20px;}
.oth .com div:nth-child(2) span {
    color: #2196F3;
    font-size: 16px;
    font-family: "Zoho_Puvi_Medium";
}
.oth .com a{position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;cursor:pointer}

.oth-main {
    text-align: center;
    margin-top: 75px;
}

.oth-main p {
    width: 87%;
    margin: auto;
    font-size: 15px;
    line-height: 26px;
}

.oth {
    display: table;
    margin-top: 50px;
}

.af.cr {}

.oth .com p {
    text-align: left;
    width: 100%;
}

div#others {
    margin-bottom: 60px;
}

.cr {
    background: #00003c;
    padding: 10px;
    float: left;
    width: 100%;
}
.cr p{margin:0;text-align:center;font-size:14px;color:#fff;padding:8px 0}
span#backToTop {
    display: none !important;
}

/* form */

.ws-form{margin:0 auto;display:table;max-width:400px;margin-top:120px;position:relative;background:#fff;padding:16px 40px 20px;border-radius:5px;color: #000;    position: relative;}
.ws-form iframe{width:100%;height:500px;box-shadow:0 49px 25px -36px #0e19239e;border-radius:5px;border:10px solid #000}
.clo{cursor:pointer;width:25px;height:25px;position:absolute;right:15px;top:16px;color:#000;font-size:22px!important;display:none}
.ws-form h2{text-align:center;margin-bottom:10px;font-family:"Zoho_Puvi_Bold";font-size:18px;line-height:48px}
span.frm-close {
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    display: none;
}
.ws-form ul li{margin-bottom:10px;border-radius:0;background:#fafafa;border:1px solid #e0e0e0;box-sizing:border-box;position:relative;width:100%;display:inline-block}
.ws-form ul li label {
    font-size: 14px;
}
.ws-form ul .nb{border:0;margin-bottom:0}
.ws-form ul li input,select{width:100%;line-height:20px;box-sizing:border-box;padding:9px;font-size:14px;outline:none;padding-left:45px;height:38px;border:0;background:none}
.ws-form ul .err1{border:1px solid #ef6344;box-shadow:0 0 7px -2px #ef6344}
.ws-form ul li input[type="submit"]{background:#dc310c;color:#fff;font-weight:600;border:0;font-size:14px;border-radius:0;font-family:'Poppins',sans-serif;cursor:pointer;padding:10px 0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;height:auto}
.ws-form ul li input[type="submit"]:hover{background:#bb2606;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.ws-form ul li:last-child,.ws-form ul li.ic-none{border:0;background:none}
.ws-form ul li:before{content:'';position:absolute;width:24px;height:24px;background: url("../images/workshop-sprite-2021.png") no-repeat;margin: 9px 0 0 14px;background-size: 400px;}
.ws-form ul li.bt:before {
    display: none;
}
.select-slot input{padding-left:8px!important;cursor:pointer}
.select-slot:before{content:"";position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #5a5a5a;z-index:0;right:25px;top:16px}
.select-slot.selectedval{color:#000}
.time-select{position:relative;cursor:pointer}
.time-slot{display:none;position:absolute;z-index:3;bottom:-126px;left:0;background:#fff;-webkit-box-shadow:0 2px 9px 0 rgba(0,0,0,0.21);-moz-box-shadow:0 2px 9px 0 rgba(0,0,0,0.21);box-shadow:0 2px 9px 0 rgba(0,0,0,0.21);top:40px;width:100%;height:90px}
.time-slot li{padding:10px 15px;margin-bottom:0!important;border-radius:0!important}
.time-slot li:hover,.time-slot li.active{background-color:rgba(229,230,231,0.3);color:#19934e}
.time-slot.active{display:block}
span.select-slot{padding:0 35px;padding-bottom:0;font-size:14px;color:#bababa;display:block;position:relative!important}
.select-slot input{padding-left:8px!important;cursor:pointer}
.select-slot.selectedval{color:#000}
.ws-form .ic-coun:after{content:"";position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #5a5a5a;z-index:0;right:25px;top:16px}
span#backToTop{display:none!important;opacity:0!important}
div#formCTAgdpr{color:#888;text-align:left;font-size:10px;margin-top:4px;line-height:16px;margin-top:0}
div#formCTAgdpr a{color:#888}
div#meGDPRMessage{margin-bottom:15px;font-size:12px;line-height:16px;color:#888}
#meGDPRMessage label{font-size:10px;line-height:18px;color:#888}
.dwn-priv{color:#3e3e3e;margin-top:5px;font-size:10px}
.dwn-priv a{color:#3e3e3e;text-decoration:underline;font-weight:600}
.err-uar{text-align:center;font-size:14px;border:1px solid #ef6344;box-shadow:0 0 7px -2px #ef6344;background:rgba(239,99,68,0.79);color:#fff;border-radius:50px;margin-bottom:25px;padding:4px 0;display:none}
.err{display:none;position:relative;color:#ef6344;font-size:12px;padding-left:0;width:100%;float:left;line-height:15px!important;margin:-4px 0 8px;border-radius:50px}
.ws-form ul li.ic-name:before{background-position: -370px -14px;}
.ws-form ul li.ic-email:before{background-position: -368px -44px;}
.ws-form ul li.ic-pho:before{background-position: -349px -70px;background-size: 381px;}
.ws-form ul li.ic-coun:before{background-position: -367px -109px;}
.ws-form ul li.ic-none:before{display:none}
.ws-form ul li.ic-slot:before{background-position:-107px -93px}
.time-slot li:before{display:none}
.time-slot li{background:#fafafa!important;font-size:12px}
select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px}
li.ic-supp{background:none!important;border:none!important;font-size:12px;line-height:18px;margin-bottom:15px!important;margin-top:10px;cursor:pointer    padding-left: 8px;}
input#support{display:inline-block!important;width:auto;height:100%;float:left;margin-right:6px;width:12px;height:14px;margin-left:0;   padding-left: 0;}
.ic-supp:before{display:none}
label{cursor:pointer}
select#country_state{-webkit-appearance:menulist;-moz-appearance:menulist;width:83%;margin-left:33px;padding-left:0}

.ws-form ul {
    padding-left: 0;
}

.ws-form ul li.dt {
    background: none;
    border: 0;
    margin-bottom: 10px;
}
.radio{padding-left:25px;padding-top:5px}
.radio label{display:inline-block;position:relative;padding-left:10px;padding-top:0;line-height:15px;font-size:13px}
.radio label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:-1px;top:-1px;margin-left:-20px;border:1px solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out}
.radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(0.8,-0.33,0.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(0.8,-0.33,0.2,1.33);-o-transition:-o-transform .1s cubic-bezier(0.8,-0.33,0.2,1.33);transition:transform .1s cubic-bezier(0.8,-0.33,0.2,1.33)}
.radio input[type="radio"]{opacity:0}
.radio input[type="radio"]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.radio input[type="radio"]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}
.radio input[type="radio"]:disabled+label{opacity:.65}
.radio input[type="radio"]:disabled+label::before{cursor:not-allowed}
.radio.radio-inline{margin-top:0}
.radio-primary input[type="radio"]+label::after{background-color:#428bca}
.radio-primary input[type="radio"]:checked+label::before{border-color:#428bca}
.radio-primary input[type="radio"]:checked+label::after{background-color:#428bca}
.radio-danger input[type="radio"]+label::after{background-color:#26ab39}
.radio-danger input[type="radio"]:checked+label::before{border-color:#26ab39}
.radio-danger input[type="radio"]:checked+label::after{background-color:#26ab39}
.radio-info input[type="radio"]+label::after{background-color:#5bc0de}
.radio-info input[type="radio"]:checked+label::before{border-color:#5bc0de}
.radio-info input[type="radio"]:checked+label::after{background-color:#5bc0de}
.radio-warning input[type="radio"]+label::after{background-color:#f0ad4e}
.radio-warning input[type="radio"]:checked+label::before{border-color:#f0ad4e}
.radio-warning input[type="radio"]:checked+label::after{background-color:#f0ad4e}
.radio-success input[type="radio"]+label::after{background-color:#5cb85c}
.radio-success input[type="radio"]:checked+label::before{border-color:#5cb85c}
.radio-success input[type="radio"]:checked+label::after{background-color:#5cb85c}
.radio input[type="radio"]{display:none}


.form-rad-left {
    font-size: 14px;
    margin: 5px 0;
}

/* form end */


/* different colors */

.yellow-theme .main:before {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../images/workshop-left-bg-2021-yellow.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.yellow-theme .main:after {
    content: '';
    width: 30%;
    height: 100%;
    background: url('../images/workshop-right-bg-2021-yellow.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.yellow-theme span.live{
    color: #f2a770;
}
.yellow-theme .pre-detail p.by{
    color: #f2a770; 
}
.yellow-theme .date-time {
    border-color: #a46d45;
}
.yellow-theme .middle-border:before {
    background: #976744;
}
.yellow-theme span.small {
    color: #f2a770;
}
.yellow-theme h2.title.highlights{
    color: #f2a770;
}
.yellow-theme .hl-points li:before {
    content: '';
    width: 40px;
    height: 42px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 360px;
    background-position: -5px -418px;
    position: absolute;
    left: 2px;
    top: -2px;
}
.yellow-theme .hl-points li:nth-of-type(2):before {
    background-position: -64px -418px;
}
.yellow-theme .hl-points li:nth-of-type(3):before {
    background-position: -122px -418px;
}
.yellow-theme .hl-points li:nth-of-type(4):before {
    background-position: -175px -418px;
}
.yellow-theme .en-tab-lhs ul li span.act {
    background: #f58634;
}
.yellow-theme .en-tab-lhs ul li span.act:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f58634;
}
.yellow-theme .en-tab-lhs ul li span {
    color: #d8d2d2;
    background: #ba6c31;
    border-bottom: .5px solid #af8a6e;
}
.yellow-theme .en-tab-rhs div ul li:before{
    background:#f58633;
}

.yellow-theme .en-tab-lhs ul li span:hover{
	background: #f58633;
}
.yellow-theme .en-tab-lhs ul li span:hover:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f58633;
}
/* red theme */
.red-theme .main:before {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../images/workshop-left-bg-2021-red.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.red-theme .main:after {
    content: '';
    width: 30%;
    height: 100%;
    background: url('../images/workshop-right-bg-2021-red.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.red-theme span.live{
    color: #f2a770;
}
.red-theme .pre-detail p.by{
    color: #ce7d7d;
}
.red-theme .date-time {
    border-color: #755050;
}
.red-theme .middle-border:before {
    background: #755050;
}
.red-theme span.small {
    color: #ce7d7d;
}
.red-theme h2.title.highlights{
    color: #ce7d7d;
}
.red-theme .hl-points li:before {
    content: '';
    width: 40px;
    height: 42px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 360px;
    background-position: -6px -468px;
    position: absolute;
    left: 2px;
    top: -2px;
}
.red-theme .hl-points li:nth-of-type(2):before {
    background-position: -64px -468px;
}
.red-theme .hl-points li:nth-of-type(3):before {
    background-position: -122px -471px;
}
.red-theme .hl-points li:nth-of-type(4):before {
    background-position: -175px -468px;
}
.red-theme .en-tab-lhs ul li span.act {
    background: #b84c4c;
}
.red-theme .en-tab-lhs ul li span.act:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #b84c4c;
}
.red-theme .en-tab-lhs ul li span {
    color: #ffffff;
    background: #7d3a3a;
    border-bottom: .5px solid #af8a6e;
}
.red-theme .en-tab-rhs div ul li:before{
    background: #b84c4c;
}
.red-theme .en-tab-lhs ul li span:hover{
	background: #b84b4d;
}
.red-theme .en-tab-lhs ul li span:hover:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #b84b4d;
}

/* green theme */
.green-theme .main:before {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../images/workshop-left-bg-2021-green.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.green-theme .main:after {
    content: '';
    width: 30%;
    height: 100%;
    background: url('../images/workshop-right-bg-2021-green.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.green-theme span.live{
    color: #7eaa6d;
}
.green-theme .pre-detail p.by{
    color: #7da96d;
}
.green-theme .date-time {
    border-color: #755050;
}
.green-theme .middle-border:before {
    background: #755050;
}
.green-theme span.small {
    color: #7da96d;
}
.green-theme h2.title.highlights{
    color: #7da96d;
}
.green-theme .hl-points li:before {
    content: '';
    width: 40px;
    height: 42px;
    background: url('../images/workshop-sprite-2021.png') no-repeat;
    background-size: 360px;
    background-position: -6px -518px;
    position: absolute;
    left: 2px;
    top: -2px;
}
.green-theme .hl-points li:nth-of-type(2):before {
    background-position: -64px -518px;
}
.green-theme .hl-points li:nth-of-type(3):before {
    background-position: -122px -522px;
}
.green-theme .hl-points li:nth-of-type(4):before {
    background-position: -175px -518px;
}
.green-theme .en-tab-lhs ul li span.act {
    background: #4da52c;
}
.green-theme .en-tab-lhs ul li span.act:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #4da52c;
}
.green-theme .en-tab-lhs ul li span {
    color: #ffffff;
    background: #315923;
    border-bottom: .5px solid #af8a6e;
}
.green-theme .en-tab-rhs div ul li:before{
    background: #4ca52c;
}
.green-theme .en-tab-lhs ul li span:hover{
	background: #4ca52c;
}
.green-theme .en-tab-lhs ul li span:hover:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #4ca52c;
}
/* colors - end */

/* poup banner */
.pop-ban {
    position: fixed;
    background: #000000bd;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.ban-cont {
    margin: 0 auto;
    display: table;
    width: 60%;
    min-width:300px;
    max-width:690px;
    margin-top: 20px;
    position: relative;
    background: #fff;
    padding: 40px 40px 20px;
    border-radius: 3px;
    text-align:center;
}
img.like-icon {
    width: 40px;
}
.suc span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
	font-size: 16px;
}
	
.ban-cont h2{
    text-align:center;
    margin-bottom:30px;
    color: black;
}
.btn{
    margin:30px 0px 20px;
    display:inline-block;
}
.btn span{
    font-size:18px;
    padding:8px 30px;
    margin:0 10px;
    border-radius:3px;
    cursor:pointer;
    position: relative;
    transition: transform 0.5s linear;
}
.sign{
    background:#03a003;
    color:white;
}
.sign:hover{
    background:green;
}
.no-tnx{
    background:#e9ece9;
    color:#383434;
}
.no-tnx:hover{
    background:#c5bcbc;
}
.learn {
    background: #e8d269;
}
.learn:hover {
    background: #fdd947;
}
.btn a {
    font-size: inherit;
    color: inherit;
}
.pop-ban .clo{
/*display:none;*/
}
.pop-ban.active{
display:block;
}
.active .ban-cont{
display:block;
width:80%;
max-width:750px;
}
.active .ex{
display:block;
}
.active .suc,.active .btn{
display:none;
}
.pop-ban.active .clo{
display:block;
}
.clo {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #000;
    font-size: 22px!important;
}
/* poup banner */

/* responsive codes */
@media screen and (max-width : 1250px){
.ac {
    width: 90%;
}
}
@media screen and (max-width: 992px){
.main-rhs {
    width: 90%;
    position: fixed;
    left: 5%;
    display: none;
    margin-top: 0;
    padding-top: 0;
}

.main:after {
    display: none;
}

.main:before {
    width: 100% !important;
}

.main-lhs {
    width: 100%;
}

.ws-form {
    margin-top: 20px;
    padding: 10px 20px;
}

span.frm-close {
    display: block;
}

.main h1 {
    padding: 10px;
    font-size: 40px;
    margin: 10px;
}

h2.title {
    font-size: 25px;
}

h2.title.highlights {
    font-size: 25px;
}

.en-tab-lhs ul li {float: left;height: auto !important;}

.en-tab-lhs {
    width: 100%;
}

.en-tab-lhs ul {display: flex;}

.en-tab-lhs ul li span {
    padding: 27px 20px !important;
    height: auto;
}

.en-tab-lhs ul li span.act:before,.en-tab-lhs ul li span:hover:before {
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: rotate(90deg);
}

.en-tab-rhs {
    width: 100%;
}

.oth .com {
    width: 100%;
    margin-bottom: 20px;
}
span.reg {
    background: #dc310c;
    display: table;
    margin: auto;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Zoho_Puvi_semibold';
    margin-bottom: 30px;
}
.en-tab-lhs ul li:last-child span {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
}

.en-tab-lhs ul li:nth-of-type(1) span {
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
}
span.reg.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    border-radius: 0;
    text-align: center;
    padding: 12px 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9999999999;
    background: red;
}

.cr {
    margin-bottom: 39px;
}
}
@media screen and (max-width: 700px){

span.live {
    font-size: 15px;
}

span.live:before {
    top: 0;
}

.main h1 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 0;
    margin-top: 0;
	text-align: center;
}

.width-50 {
    width: 100% !important;
    display: table;
    margin-bottom: 0;
}

.middle-border:before {
    display:none;
}

.duration.width-50 {
    padding-left: 55px;
    margin-top: 20px;
}

.duration:before {
    left: -7px;
}

.about-details .width-50:nth-of-type(2) {
    padding-left: 0;
}

.agenda-tab {
    margin-top: 30px;
}

.en-tab-rhs {
    padding: 12px;
}

.en-tab-rhs div h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

.en-tab-rhs div ul li {
    font-size: 13px;
    padding-bottom: 10px;
}

h2.title {
    font-size: 18px;
}

.oth .com div:nth-child(1) {
    display: none;
}

.oth .com div:nth-child(2) {
    width: 100%;
}

.oth-main {
    margin-top: 30px;
}

span.name {
    font-size: 20px;
}

span.big {
    font-size: 14px;
}

span.small {
    font-size: 12px;
}
span.timezone-slot {
    display: inline-block;
}

.presenter {
    margin-bottom: 15px;
}
.ws-form h2 {
    line-height: 20px;
}
.logo {
    margin-top: 20px;
    margin-bottom: 0;
}
.logo a{margin: 0 auto;display: table;padding-bottom: 10px;width: 190px;}
span.live{margin: 0 auto;display: table;}
.main h1{text-align: center;}

}

@media screen and (max-width: 600px){
.en-tab-lhs ul li span {
    padding: 17px 0px !important;
	}
}
/* responsive end*/


/* animations */
/*span.live {
    display:inline-block;
    overflow: hidden; 
  white-space: nowrap; 
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end;
    animation-iteration-count:1;
    animation-delay:2s;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}
*/

/* Year end strip */
.year-end-offer {
    text-align: center;
    font-family: "ZohoPuvi";
    background: #333333;
    padding: 20px;
    color: #fff;
    background: url('https://www.manageengine.com/active-directory-360/webinars/images/year-end-offer-webinar-top-strip-bg.png') no-repeat;
    background-size: 101% 100%;
    background-position: -3px 0;
}

.year-end-offer p {
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
}

.year-end-offer a {
    color: #e1c464;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid;
    padding: 8px 19px;
    position: relative;
    left: 23px;
    top: -1px;
	transition:.3s ease-in;
}
.year-end-offer a:hover {
    color: #1c1922;
    background: #e1c464;
}
.year-end-offer p strong {
    font-weight: 600;
}
@media screen and (max-width : 767px){
.year-end-offer {
    background: #1c1922;
}

.year-end-offer p {
    font-size: 14px;
}

.year-end-offer a {
    font-size: 12px;
    padding: 5px 10px;
    display: table;
    margin: auto;
    margin-top: 10px;
    left: 0;
}
}


.year-end-offer-banner .ban-cont {
    background: transparent !important;
}

.year-end-offer-banner .like-icon {
    display: none !important;
}

.year-end-offer-banner .cloz {
    color: #fff !important;
}

.year-end-offer-banner h2 {
    display: none !important;
}

.year-end-offer-banner img {
    margin-top: 25px !important;
}

.ws-form ul .year-end-off-field {
    list-style-type: none !important;
}

.ws-form .products:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #5a5a5a;
    z-index: 0;
    right: 15px;
    top: 16px;
}
.ws-form ul p.multiSel {
    height: 16px !important;
}

/*end*/