:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:1px solid var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:1px solid var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-fixed{position:fixed}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:block;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);white-space:normal;color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{display:inline-block;background-color:var(--ss-highlight-color)}.spinner{top:50%;left:50%;position:fixed;color:#0dba4b;z-index:10000!important}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;src:url(/web-build/fonts/dm-sans-v6-latin-regular.e0dd9d005f0827993b32f87cb9b59aa7.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-regular.e0dd9d005f0827993b32f87cb9b59aa7.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-regular.9566aaac2083dccdc16ea3f2f2135e59.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-regular.3b454dabbbc54e81472bb63c19941bbe.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-regular.e0a2af1e1eb555b82802e922242d04a2.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-regular.53a78848e4716904e1114ebf462419a2.svg#DMSans) format("svg")}@font-face{font-family:DM Sans;font-style:italic;font-weight:400;src:url(/web-build/fonts/dm-sans-v6-latin-italic.4a6d7893701f46b963b69b6ae098fa29.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-italic.4a6d7893701f46b963b69b6ae098fa29.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-italic.ec0d193561f819682cadde63185f5606.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-italic.a8c70447613f107d41ced2f645689c16.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-italic.c75ef2b785fe7077c095e654a71dbf7f.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-italic.018042b108767c737cd7852b3ac9cc81.svg#DMSans) format("svg")}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;src:url(/web-build/fonts/dm-sans-v6-latin-500.19ffe4e7ee33ddc6950b95cb61f00391.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-500.19ffe4e7ee33ddc6950b95cb61f00391.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-500.b50824fe4ff335be8c64463129658220.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-500.04c32ae08800337a45225a7e807d8e6c.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-500.79167b769248a159c649fbd2389f65b3.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-500.585e80d4f9e0067126935e6a6f8c49dc.svg#DMSans) format("svg")}@font-face{font-family:DM Sans;font-style:italic;font-weight:500;src:url(/web-build/fonts/dm-sans-v6-latin-500italic.dd8f3f47c9f8ddd54867ebea5aa453d1.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-500italic.dd8f3f47c9f8ddd54867ebea5aa453d1.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-500italic.27b4c41ba7509c338a2e837b7921616e.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-500italic.07f59529a219a0932ea610020f601460.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-500italic.77f561b7c5d49edaabe905a985c250eb.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-500italic.efcc05345b22202026ec85c4237e0d9a.svg#DMSans) format("svg")}@font-face{font-family:DM Sans;font-style:italic;font-weight:700;src:url(/web-build/fonts/dm-sans-v6-latin-700italic.4a0296e03af7229b636e558dede462a8.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-700italic.4a0296e03af7229b636e558dede462a8.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-700italic.0b9a371cba3993d9527357dcbf673ade.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-700italic.c24b3efb7a5a5e1052acc3e34e898ba4.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-700italic.51024288f27f9786ad783fe27644fdba.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-700italic.4f97c37dcb688e6a02136d7cb5dd0dd7.svg#DMSans) format("svg")}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;src:url(/web-build/fonts/dm-sans-v6-latin-700.c1a6e763819c258bb967a949a2ea9c4f.eot);src:local(""),url(/web-build/fonts/dm-sans-v6-latin-700.c1a6e763819c258bb967a949a2ea9c4f.eot?#iefix) format("embedded-opentype"),url(/web-build/fonts/dm-sans-v6-latin-700.659104546f390e057efeda29343c29b1.woff2) format("woff2"),url(/web-build/fonts/dm-sans-v6-latin-700.d5d2cff5228e83ca0dffe52a9a04f424.woff) format("woff"),url(/web-build/fonts/dm-sans-v6-latin-700.2937ac4d960d1bc7782a8aa5cecc4df4.ttf) format("truetype"),url(/web-build/fonts/dm-sans-v6-latin-700.fbc7f2a045ffd3a0292a3583d38ceda5.svg#DMSans) format("svg")}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(/web-build/fonts/MaterialIcons-Regular.479700ea91d964d295d75c6b67bd0b28.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(/web-build/fonts/MaterialIcons-Regular.12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"),url(/web-build/fonts/MaterialIcons-Regular.f2a0933406f7830651524f477ba2f543.woff) format("woff"),url(/web-build/fonts/MaterialIcons-Regular.d4f2bf2eff4f11652ef134cc4cdcb134.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.stepper li:before{font-family:Font Awesome\ 5 Free,sans-serif;font-weight:900}.stepper li{display:flex;justify-content:space-between;position:relative;padding:0 0 1.5rem 2.5rem;color:#000}.stepper li:before{content:"\f058";color:#c7d4ee;position:absolute;top:-.3rem;left:0}.stepper li:after{content:"";background-color:#c7d4ee;position:absolute;top:1.4rem;left:.5rem;width:1px;height:45%}.stepper li:last-of-type{padding-top:0}.stepper li:last-of-type:after{width:0;height:0}#email-msg{color:#dc3545;font-size:13px}h1,h2{font-size:2.3rem;margin-bottom:2rem}.passToggle{position:absolute;top:58px;right:10px;color:#707070}.valid{color:#0dba4b}#fixedBtn{display:none}.pointer{cursor:pointer}.pointer i{transform:rotate(180deg)}.text-dark{color:#2a2a2a!important}header{padding:.5rem 0}header a{display:block}.top-space{padding-top:5rem}.bottom-space{padding-bottom:5rem}.max-size-center{width:75%;margin:auto}.main-content{background:url(/web-build/images/banner.31c9cf46d9ac82c207283909cc598911.webp) no-repeat;background-size:cover;padding-top:3.5rem;padding-bottom:3.5rem}.main-content .main-container .course-details .left-para .main-heading{color:#fcbf07;margin-top:9rem}.main-content .main-container .course-details .left-para .main-text{font-size:18px;width:80%;color:#fff}.main-content .main-container .course-details .left-para hr{width:35%;border:1px solid hsla(0,0%,100%,.6);float:left}.main-content .main-container .course-details .left-para .accredited .accredited-heading{font-size:16px;font-weight:500;margin-bottom:1.3rem;color:#fff}.main-content .main-container .course-details .box-container .im-interested-box{background-color:#fff;border-radius:10px;width:100%;position:relative}.main-content .main-container .course-details .box-container .im-interested-box .inner-im-interested h3 span{color:#ff354d}.main-content .main-container .course-details .box-container .im-interested-box .inner-im-interested p{color:#707070}.main-content .main-container .course-details .box-container .im-interested-box .inner-im-interested p .login,.main-content .main-container .course-details .box-container .im-interested-box .inner-im-interested p span{color:#0dba4b;border-bottom:1px solid #0dba4b}.main-content .main-container .course-details .box-container .im-interested-box .inner-im-interested p .login{text-decoration:none}.main-content .main-container .course-details .box-container .im-interested-box .im-content-box label{color:#2a2a2a}.main-content .main-container .course-details .mob-accr{display:none}.about-guvi{background-color:#f6f7f8}.about-guvi .guvi-body p,.choose-guvi .choose-guvi-body p{line-height:28px}.students-work-body{background-color:#f6f7f8;border-radius:8px;padding-bottom:1rem}.students-work-body .student-swiper-slider .swiper-slide img{width:100px}.corporate .corporate-swiper-lap img{margin-right:3.5rem}.exclusiveOffers{background-color:#f6f7f8}.exclusiveOffers .exclusive-body{margin:0 auto;border-radius:8px;padding:0 2rem 2rem}.exclusiveOffers .exclusive-body .row-wise .item-1{display:flex;padding-top:2rem}.exclusiveOffers .exclusive-body .row-wise .item-1 .num-box{text-align:center;padding:1rem;background-color:#e6f7e9;color:#099f4e;border-radius:8px;width:80px;height:80px;margin-right:1rem;margin-bottom:0}.exclusiveOffers .exclusive-body .row-wise .item-1 .num-para{width:72%}.exclusiveOffers .exclusive-body .row-wise .item-1 .num-para h6{color:#2a2a2a;font-size:16px;font-weight:500}.exclusiveOffers .exclusive-body .row-wise .item-1 .num-para p{color:#707070;font-size:16px;margin-bottom:0}.exclusiveOffers .exclusive-body .row-wise .row-wise .num-para{width:74%}.exclusiveOffers .exclusive-body .exclusive-submit .next-btn{width:25%;font-size:16px}.exclusiveOffers .exclusive-submit .next-btn{width:33%;margin:2.5rem auto auto;display:table}.zenCareerProgram .zenCareer-heading h1{color:#2a2a2a}.zenCareerProgram .zenCareer-heading p{color:#707070;font-size:18px;width:50%;margin:0 auto}.zenCareerProgram .zenCareer-body h6{font-size:20px;text-transform:uppercase}.zenCareerProgram .zenCareer-body .keyHighlight-1{padding:3rem 2rem;background-color:#f6f7f8;border-radius:8px;margin:0 auto 2rem}.zenCareerProgram .zenCareer-body .keyHighlight-1 .hr{height:125px;width:1px;margin-top:0;margin-bottom:0;border-width:0;background-color:#e3e3e3}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items{padding-right:1rem;padding-left:3rem}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items img{margin-bottom:1rem}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items p{width:80%}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items:first-child,.zenCareerProgram .zenCareer-body .keyHighlight-1 .items:last-child{padding-left:3rem}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items:last-child{border-right:0;padding-right:0}.zenCareerProgram .zenCareer-body .card-render .course-card{color:#000;overflow:hidden;text-decoration:none;border-radius:.5rem;box-shadow:0 0 .25rem rgba(0,0,0,.24)}.zenCareerProgram .zenCareer-body .card-render .course-card .card-banner{max-height:10.5rem}.zenCareerProgram .zenCareer-body .card-render .course-card .card-body{position:relative;width:100%;padding:0 0 1rem}.zenCareerProgram .zenCareer-body .card-render .course-card .card-body .cardTitle{padding:1rem;max-height:110px;min-height:110px}.zenCareerProgram .zenCareer-body .card-render .continue-card:hover,.zenCareerProgram .zenCareer-body .card-render .course-card:hover{text-decoration:none;color:unset;box-shadow:0 0 .75rem rgba(0,0,0,.24)}.zenCareerProgram .zenCareer-body .card-render .continue-card:active,.zenCareerProgram .zenCareer-body .card-render .course-card:active{text-decoration:none;color:unset;box-shadow:0 0 .25rem rgba(0,0,0,.24)}.zenCareerProgram .zenCareer-body .card-render .continue-card:active .card-body,.zenCareerProgram .zenCareer-body .card-render .course-card:active .card-body{background-color:#f7f9fa;border-radius:.5rem}.zenCareerProgram .zenCareer-body .card-render .card-img,.zenCareerProgram .zenCareer-body .card-render .card-img-top{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.zenCareerProgram .zenCareer-body .card-render .corporatePrice,.zenCareerProgram .zenCareer-body .card-render .normalPrice{padding-left:.3rem!important;padding-right:.3rem!important}.zenCareerProgram .zenCareer-body .card-render .corporatePrice p,.zenCareerProgram .zenCareer-body .card-render .normalPrice p{margin-bottom:0}.zenCareerProgram .zenCareer-body .card-render .corporatePrice p:last-child,.zenCareerProgram .zenCareer-body .card-render .normalPrice p:last-child{font-size:20px;font-weight:700}.zenCareerProgram .zenCareer-body .card-render .normalPrice{background-color:#e6e7e8;font-size:14px}.zenCareerProgram .zenCareer-body .card-render .corporatePrice{background-color:#e6f7e8;font-size:14px}.zenCareerProgram .zenCareer-body .card-render .knowMore{width:90%;color:#0dba4b;border:1px solid #0dba4b;font-weight:500}.zen-hr{display:none}.topPickedCourses{background-color:#f6f7f8}.topPickedCourses .container .topPicked-heading p{width:40%;margin:0 auto;color:#707070}.topPickedCourses .container .flatOff h2{color:#099f4e;background-color:#e6f7e9;display:inline;padding:.5rem 1rem;border-radius:8px}.topPickedCourses .container .topPicked-body h6{font-size:20px;text-transform:uppercase}.topPickedCourses .container .topPicked-body .keyHighlight{padding:3rem 2rem;background-color:#fff;margin:0 auto;border-radius:8px}.topPickedCourses .container .topPicked-body .keyHighlight .hr{height:125px;width:1px;margin-top:0;margin-bottom:0;border-width:0;background-color:#e3e3e3}.topPickedCourses .container .topPicked-body .keyHighlight .items{padding-right:1rem;padding-left:3rem}.topPickedCourses .container .topPicked-body .keyHighlight .items img{margin-bottom:1rem}.topPickedCourses .container .topPicked-body .keyHighlight .items p{width:80%}.topPickedCourses .container .topPicked-body .keyHighlight .items:first-child,.topPickedCourses .container .topPicked-body .keyHighlight .items:last-child{padding-left:3rem}.topPickedCourses .container .topPicked-body .keyHighlight .items:last-child{border-right:0;padding-right:0}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass{background-color:#fff;text-align:left;padding:2rem;width:50%;border-radius:8px}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary .para h2,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass .para h2{font-size:28px;color:#099f4e}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary .para p,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass .para p{font-size:16px;color:#707070}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary img,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass img{padding:1rem;background-color:#e6f7e9;border-radius:8px;align-self:center}.topPickedCourses .container .topPicked-submit .btn{width:25%}.professionals .professional-body .swiper-container{margin:0 1rem 0 0;background-color:#f6f7f8;border-radius:8px}.professionals .professional-body .swiper-container .card{height:30%;background:url(/web-build/images/professional-quote.bc2b5baaac290af696637bf3c29eb3f7.webp) no-repeat #f6f7f8;background-position:90% 25%}.professionals .professional-body .swiper-container .card .card-body{padding:2rem}.professionals .professional-body .swiper-container .card .card-body .para{text-align:left}.professionals .professional-body .swiper-container .card .card-body .para .h6{margin-bottom:0!important}.professionals .professional-body .swiper-container .card .card-body .para p{margin-bottom:.3rem}.professionals .professional-body .swiper-container .card .card-body .review-img{width:70px;height:70px}.professionals .professional-body .swiper-container .card .card-body .card-para{text-align:left;width:50%}.professionals .professional-body .swiper-container .swiper-pagination-bullets{text-align:left;padding-left:2rem;margin-bottom:2rem}.professionals .professional-body .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{width:15px;height:15px}.professionals .professional-body .rating{background-color:#f6f7f8;padding:3rem 2rem;border-radius:8px}.professionals .professional-body .rating .rating-part1{margin-bottom:2rem}.professionals .professional-body .rating .rating-part1 h1{margin-bottom:1rem}.professionals .professional-body .rating .rating-part2 h6{font-size:24px}.professionals .professional-body .rating .stars{list-style:none;padding-inline-start:0}.learnerExperience .btn{width:25%}.proudOf{background-color:#f6f7f8}.proudOf .proudOf-body .proudItem{justify-content:center}.proudOf .proudOf-body .proudItem .item{background-color:#fff;border-radius:8px;padding:1.5rem 2rem;margin-right:2rem;width:310px}.proudOf .proudOf-body .proudItem .item h1{font-size:2.5rem;color:#099f4e;margin-bottom:0}.proudOf .proudOf-body .proudItem .item p{font-size:16px;font-weight:500;margin-bottom:0;color:#707070}.proudOf .proudOf-body .proudItem .item:last-child{margin-right:0}.proudOf .progress{width:110px;height:110px;line-height:130px;background:none;margin:0 auto;box-shadow:none;position:relative}.proudOf .progress:after{content:"";width:100%;height:100%;border-radius:50%;border:14px solid #cdfbcc;position:absolute;top:0;left:0}.proudOf .progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.proudOf .progress .progress-left{left:0}.proudOf .progress .progress-bar{width:100%;height:100%;background:none;position:absolute;top:0;border:14px solid #0dba4b}.proudOf .progress .progress-left .progress-bar{left:100%;border-top-right-radius:130px;border-bottom-right-radius:130px;border-left:0;transform-origin:center left}.proudOf .progress .progress-right{right:0}.proudOf .progress .progress-right .progress-bar{left:-100%;border-top-left-radius:130px;border-bottom-left-radius:130px;border-right:0;transform-origin:center right}.proudOf .progress .progress-value{display:flex;border-radius:50%;font-size:1.5rem;text-align:center;line-height:20px;align-items:center;justify-content:center;height:100%;width:100%;font-weight:600}.proudOf .progress .progress-value span{font-size:12px;text-transform:uppercase}.proudOf .progress[data-percentage="1"] .progress-right .progress-bar{animation:loading-1 .5s linear forwards}.proudOf .progress[data-percentage="1"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="2"] .progress-right .progress-bar{animation:loading-2 .5s linear forwards}.proudOf .progress[data-percentage="2"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="3"] .progress-right .progress-bar{animation:loading-3 .5s linear forwards}.proudOf .progress[data-percentage="3"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="4"] .progress-right .progress-bar{animation:loading-4 .5s linear forwards}.proudOf .progress[data-percentage="4"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="5"] .progress-right .progress-bar{animation:loading-5 .5s linear forwards}.proudOf .progress[data-percentage="5"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="6"] .progress-right .progress-bar{animation:loading-6 .5s linear forwards}.proudOf .progress[data-percentage="6"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="7"] .progress-right .progress-bar{animation:loading-7 .5s linear forwards}.proudOf .progress[data-percentage="7"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="8"] .progress-right .progress-bar{animation:loading-8 .5s linear forwards}.proudOf .progress[data-percentage="8"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="9"] .progress-right .progress-bar{animation:loading-9 .5s linear forwards}.proudOf .progress[data-percentage="9"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="10"] .progress-right .progress-bar{animation:loading-10 .5s linear forwards}.proudOf .progress[data-percentage="10"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="11"] .progress-right .progress-bar{animation:loading-11 .5s linear forwards}.proudOf .progress[data-percentage="11"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="12"] .progress-right .progress-bar{animation:loading-12 .5s linear forwards}.proudOf .progress[data-percentage="12"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="13"] .progress-right .progress-bar{animation:loading-13 .5s linear forwards}.proudOf .progress[data-percentage="13"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="14"] .progress-right .progress-bar{animation:loading-14 .5s linear forwards}.proudOf .progress[data-percentage="14"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="15"] .progress-right .progress-bar{animation:loading-15 .5s linear forwards}.proudOf .progress[data-percentage="15"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="16"] .progress-right .progress-bar{animation:loading-16 .5s linear forwards}.proudOf .progress[data-percentage="16"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="17"] .progress-right .progress-bar{animation:loading-17 .5s linear forwards}.proudOf .progress[data-percentage="17"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="18"] .progress-right .progress-bar{animation:loading-18 .5s linear forwards}.proudOf .progress[data-percentage="18"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="19"] .progress-right .progress-bar{animation:loading-19 .5s linear forwards}.proudOf .progress[data-percentage="19"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="20"] .progress-right .progress-bar{animation:loading-20 .5s linear forwards}.proudOf .progress[data-percentage="20"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="21"] .progress-right .progress-bar{animation:loading-21 .5s linear forwards}.proudOf .progress[data-percentage="21"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="22"] .progress-right .progress-bar{animation:loading-22 .5s linear forwards}.proudOf .progress[data-percentage="22"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="23"] .progress-right .progress-bar{animation:loading-23 .5s linear forwards}.proudOf .progress[data-percentage="23"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="24"] .progress-right .progress-bar{animation:loading-24 .5s linear forwards}.proudOf .progress[data-percentage="24"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="25"] .progress-right .progress-bar{animation:loading-25 .5s linear forwards}.proudOf .progress[data-percentage="25"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="26"] .progress-right .progress-bar{animation:loading-26 .5s linear forwards}.proudOf .progress[data-percentage="26"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="27"] .progress-right .progress-bar{animation:loading-27 .5s linear forwards}.proudOf .progress[data-percentage="27"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="28"] .progress-right .progress-bar{animation:loading-28 .5s linear forwards}.proudOf .progress[data-percentage="28"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="29"] .progress-right .progress-bar{animation:loading-29 .5s linear forwards}.proudOf .progress[data-percentage="29"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="30"] .progress-right .progress-bar{animation:loading-30 .5s linear forwards}.proudOf .progress[data-percentage="30"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="31"] .progress-right .progress-bar{animation:loading-31 .5s linear forwards}.proudOf .progress[data-percentage="31"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="32"] .progress-right .progress-bar{animation:loading-32 .5s linear forwards}.proudOf .progress[data-percentage="32"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="33"] .progress-right .progress-bar{animation:loading-33 .5s linear forwards}.proudOf .progress[data-percentage="33"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="34"] .progress-right .progress-bar{animation:loading-34 .5s linear forwards}.proudOf .progress[data-percentage="34"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="35"] .progress-right .progress-bar{animation:loading-35 .5s linear forwards}.proudOf .progress[data-percentage="35"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="36"] .progress-right .progress-bar{animation:loading-36 .5s linear forwards}.proudOf .progress[data-percentage="36"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="37"] .progress-right .progress-bar{animation:loading-37 .5s linear forwards}.proudOf .progress[data-percentage="37"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="38"] .progress-right .progress-bar{animation:loading-38 .5s linear forwards}.proudOf .progress[data-percentage="38"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="39"] .progress-right .progress-bar{animation:loading-39 .5s linear forwards}.proudOf .progress[data-percentage="39"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="40"] .progress-right .progress-bar{animation:loading-40 .5s linear forwards}.proudOf .progress[data-percentage="40"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="41"] .progress-right .progress-bar{animation:loading-41 .5s linear forwards}.proudOf .progress[data-percentage="41"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="42"] .progress-right .progress-bar{animation:loading-42 .5s linear forwards}.proudOf .progress[data-percentage="42"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="43"] .progress-right .progress-bar{animation:loading-43 .5s linear forwards}.proudOf .progress[data-percentage="43"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="44"] .progress-right .progress-bar{animation:loading-44 .5s linear forwards}.proudOf .progress[data-percentage="44"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="45"] .progress-right .progress-bar{animation:loading-45 .5s linear forwards}.proudOf .progress[data-percentage="45"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="46"] .progress-right .progress-bar{animation:loading-46 .5s linear forwards}.proudOf .progress[data-percentage="46"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="47"] .progress-right .progress-bar{animation:loading-47 .5s linear forwards}.proudOf .progress[data-percentage="47"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="48"] .progress-right .progress-bar{animation:loading-48 .5s linear forwards}.proudOf .progress[data-percentage="48"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="49"] .progress-right .progress-bar{animation:loading-49 .5s linear forwards}.proudOf .progress[data-percentage="49"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="50"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="50"] .progress-left .progress-bar{animation:0}.proudOf .progress[data-percentage="51"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="51"] .progress-left .progress-bar{animation:loading-1 .5s linear .5s forwards}.proudOf .progress[data-percentage="52"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="52"] .progress-left .progress-bar{animation:loading-2 .5s linear .5s forwards}.proudOf .progress[data-percentage="53"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="53"] .progress-left .progress-bar{animation:loading-3 .5s linear .5s forwards}.proudOf .progress[data-percentage="54"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="54"] .progress-left .progress-bar{animation:loading-4 .5s linear .5s forwards}.proudOf .progress[data-percentage="55"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="55"] .progress-left .progress-bar{animation:loading-5 .5s linear .5s forwards}.proudOf .progress[data-percentage="56"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="56"] .progress-left .progress-bar{animation:loading-6 .5s linear .5s forwards}.proudOf .progress[data-percentage="57"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="57"] .progress-left .progress-bar{animation:loading-7 .5s linear .5s forwards}.proudOf .progress[data-percentage="58"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="58"] .progress-left .progress-bar{animation:loading-8 .5s linear .5s forwards}.proudOf .progress[data-percentage="59"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="59"] .progress-left .progress-bar{animation:loading-9 .5s linear .5s forwards}.proudOf .progress[data-percentage="60"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="60"] .progress-left .progress-bar{animation:loading-10 .5s linear .5s forwards}.proudOf .progress[data-percentage="61"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="61"] .progress-left .progress-bar{animation:loading-11 .5s linear .5s forwards}.proudOf .progress[data-percentage="62"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="62"] .progress-left .progress-bar{animation:loading-12 .5s linear .5s forwards}.proudOf .progress[data-percentage="63"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="63"] .progress-left .progress-bar{animation:loading-13 .5s linear .5s forwards}.proudOf .progress[data-percentage="64"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="64"] .progress-left .progress-bar{animation:loading-14 .5s linear .5s forwards}.proudOf .progress[data-percentage="65"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="65"] .progress-left .progress-bar{animation:loading-15 .5s linear .5s forwards}.proudOf .progress[data-percentage="66"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="66"] .progress-left .progress-bar{animation:loading-16 .5s linear .5s forwards}.proudOf .progress[data-percentage="67"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="67"] .progress-left .progress-bar{animation:loading-17 .5s linear .5s forwards}.proudOf .progress[data-percentage="68"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="68"] .progress-left .progress-bar{animation:loading-18 .5s linear .5s forwards}.proudOf .progress[data-percentage="69"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="69"] .progress-left .progress-bar{animation:loading-19 .5s linear .5s forwards}.proudOf .progress[data-percentage="70"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="70"] .progress-left .progress-bar{animation:loading-20 .5s linear .5s forwards}.proudOf .progress[data-percentage="71"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="71"] .progress-left .progress-bar{animation:loading-21 .5s linear .5s forwards}.proudOf .progress[data-percentage="72"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="72"] .progress-left .progress-bar{animation:loading-22 .5s linear .5s forwards}.proudOf .progress[data-percentage="73"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="73"] .progress-left .progress-bar{animation:loading-23 .5s linear .5s forwards}.proudOf .progress[data-percentage="74"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="74"] .progress-left .progress-bar{animation:loading-24 .5s linear .5s forwards}.proudOf .progress[data-percentage="75"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="75"] .progress-left .progress-bar{animation:loading-25 .5s linear .5s forwards}.proudOf .progress[data-percentage="76"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="76"] .progress-left .progress-bar{animation:loading-26 .5s linear .5s forwards}.proudOf .progress[data-percentage="77"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="77"] .progress-left .progress-bar{animation:loading-27 .5s linear .5s forwards}.proudOf .progress[data-percentage="78"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="78"] .progress-left .progress-bar{animation:loading-28 .5s linear .5s forwards}.proudOf .progress[data-percentage="79"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="79"] .progress-left .progress-bar{animation:loading-29 .5s linear .5s forwards}.proudOf .progress[data-percentage="80"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="80"] .progress-left .progress-bar{animation:loading-30 .5s linear .5s forwards}.proudOf .progress[data-percentage="81"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="81"] .progress-left .progress-bar{animation:loading-31 .5s linear .5s forwards}.proudOf .progress[data-percentage="82"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="82"] .progress-left .progress-bar{animation:loading-32 .5s linear .5s forwards}.proudOf .progress[data-percentage="83"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="83"] .progress-left .progress-bar{animation:loading-33 .5s linear .5s forwards}.proudOf .progress[data-percentage="84"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="84"] .progress-left .progress-bar{animation:loading-34 .5s linear .5s forwards}.proudOf .progress[data-percentage="85"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="85"] .progress-left .progress-bar{animation:loading-35 .5s linear .5s forwards}.proudOf .progress[data-percentage="86"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="86"] .progress-left .progress-bar{animation:loading-36 .5s linear .5s forwards}.proudOf .progress[data-percentage="87"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="87"] .progress-left .progress-bar{animation:loading-37 .5s linear .5s forwards}.proudOf .progress[data-percentage="88"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="88"] .progress-left .progress-bar{animation:loading-38 .5s linear .5s forwards}.proudOf .progress[data-percentage="89"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="89"] .progress-left .progress-bar{animation:loading-39 .5s linear .5s forwards}.proudOf .progress[data-percentage="90"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="90"] .progress-left .progress-bar{animation:loading-40 .5s linear .5s forwards}.proudOf .progress[data-percentage="91"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="91"] .progress-left .progress-bar{animation:loading-41 .5s linear .5s forwards}.proudOf .progress[data-percentage="92"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="92"] .progress-left .progress-bar{animation:loading-42 .5s linear .5s forwards}.proudOf .progress[data-percentage="93"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="93"] .progress-left .progress-bar{animation:loading-43 .5s linear .5s forwards}.proudOf .progress[data-percentage="94"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="94"] .progress-left .progress-bar{animation:loading-44 .5s linear .5s forwards}.proudOf .progress[data-percentage="95"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="95"] .progress-left .progress-bar{animation:loading-45 .5s linear .5s forwards}.proudOf .progress[data-percentage="96"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="96"] .progress-left .progress-bar{animation:loading-46 .5s linear .5s forwards}.proudOf .progress[data-percentage="97"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="97"] .progress-left .progress-bar{animation:loading-47 .5s linear .5s forwards}.proudOf .progress[data-percentage="98"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="98"] .progress-left .progress-bar{animation:loading-48 .5s linear .5s forwards}.proudOf .progress[data-percentage="99"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="99"] .progress-left .progress-bar{animation:loading-49 .5s linear .5s forwards}.proudOf .progress[data-percentage="100"] .progress-right .progress-bar{animation:loading-50 .5s linear forwards}.proudOf .progress[data-percentage="100"] .progress-left .progress-bar{animation:loading-50 .5s linear .5s forwards}@keyframes loading-1{0%{transform:rotate(0deg)}to{transform:rotate(3.6deg)}}@keyframes loading-2{0%{transform:rotate(0deg)}to{transform:rotate(7.2deg)}}@keyframes loading-3{0%{transform:rotate(0deg)}to{transform:rotate(10.8deg)}}@keyframes loading-4{0%{transform:rotate(0deg)}to{transform:rotate(14.4deg)}}@keyframes loading-5{0%{transform:rotate(0deg)}to{transform:rotate(18deg)}}@keyframes loading-6{0%{transform:rotate(0deg)}to{transform:rotate(21.6deg)}}@keyframes loading-7{0%{transform:rotate(0deg)}to{transform:rotate(25.2deg)}}@keyframes loading-8{0%{transform:rotate(0deg)}to{transform:rotate(28.8deg)}}@keyframes loading-9{0%{transform:rotate(0deg)}to{transform:rotate(32.4deg)}}@keyframes loading-10{0%{transform:rotate(0deg)}to{transform:rotate(36deg)}}@keyframes loading-11{0%{transform:rotate(0deg)}to{transform:rotate(39.6deg)}}@keyframes loading-12{0%{transform:rotate(0deg)}to{transform:rotate(43.2deg)}}@keyframes loading-13{0%{transform:rotate(0deg)}to{transform:rotate(46.8deg)}}@keyframes loading-14{0%{transform:rotate(0deg)}to{transform:rotate(50.4deg)}}@keyframes loading-15{0%{transform:rotate(0deg)}to{transform:rotate(54deg)}}@keyframes loading-16{0%{transform:rotate(0deg)}to{transform:rotate(57.6deg)}}@keyframes loading-17{0%{transform:rotate(0deg)}to{transform:rotate(61.2deg)}}@keyframes loading-18{0%{transform:rotate(0deg)}to{transform:rotate(64.8deg)}}@keyframes loading-19{0%{transform:rotate(0deg)}to{transform:rotate(68.4deg)}}@keyframes loading-20{0%{transform:rotate(0deg)}to{transform:rotate(72deg)}}@keyframes loading-21{0%{transform:rotate(0deg)}to{transform:rotate(75.6deg)}}@keyframes loading-22{0%{transform:rotate(0deg)}to{transform:rotate(79.2deg)}}@keyframes loading-23{0%{transform:rotate(0deg)}to{transform:rotate(82.8deg)}}@keyframes loading-24{0%{transform:rotate(0deg)}to{transform:rotate(86.4deg)}}@keyframes loading-25{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes loading-26{0%{transform:rotate(0deg)}to{transform:rotate(93.6deg)}}@keyframes loading-27{0%{transform:rotate(0deg)}to{transform:rotate(97.2deg)}}@keyframes loading-28{0%{transform:rotate(0deg)}to{transform:rotate(100.8deg)}}@keyframes loading-29{0%{transform:rotate(0deg)}to{transform:rotate(104.4deg)}}@keyframes loading-30{0%{transform:rotate(0deg)}to{transform:rotate(108deg)}}@keyframes loading-31{0%{transform:rotate(0deg)}to{transform:rotate(.31turn)}}@keyframes loading-32{0%{transform:rotate(0deg)}to{transform:rotate(.32turn)}}@keyframes loading-33{0%{transform:rotate(0deg)}to{transform:rotate(.33turn)}}@keyframes loading-34{0%{transform:rotate(0deg)}to{transform:rotate(.34turn)}}@keyframes loading-35{0%{transform:rotate(0deg)}to{transform:rotate(126deg)}}@keyframes loading-36{0%{transform:rotate(0deg)}to{transform:rotate(.36turn)}}@keyframes loading-37{0%{transform:rotate(0deg)}to{transform:rotate(.37turn)}}@keyframes loading-38{0%{transform:rotate(0deg)}to{transform:rotate(.38turn)}}@keyframes loading-39{0%{transform:rotate(0deg)}to{transform:rotate(.39turn)}}@keyframes loading-40{0%{transform:rotate(0deg)}to{transform:rotate(144deg)}}@keyframes loading-41{0%{transform:rotate(0deg)}to{transform:rotate(.41turn)}}@keyframes loading-42{0%{transform:rotate(0deg)}to{transform:rotate(.42turn)}}@keyframes loading-43{0%{transform:rotate(0deg)}to{transform:rotate(154.8deg)}}@keyframes loading-44{0%{transform:rotate(0deg)}to{transform:rotate(.44turn)}}@keyframes loading-45{0%{transform:rotate(0deg)}to{transform:rotate(162deg)}}@keyframes loading-46{0%{transform:rotate(0deg)}to{transform:rotate(165.6deg)}}@keyframes loading-47{0%{transform:rotate(0deg)}to{transform:rotate(.47turn)}}@keyframes loading-48{0%{transform:rotate(0deg)}to{transform:rotate(172.8deg)}}@keyframes loading-49{0%{transform:rotate(0deg)}to{transform:rotate(.49turn)}}@keyframes loading-50{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.proudOf .percen-con{text-align:left;margin-top:1rem;font-size:18px;line-height:28px;width:60%;color:#707070}.proudOf .center-counter .progress-card{background-color:#fff;padding:1rem 2rem 1rem 1rem;border-radius:8px;width:32%;margin-right:2rem}.proudOf .center-counter .progress-card:last-child{margin-right:0}.proudOf .progresssec{position:absolute;width:100%;bottom:0;left:0}.proudOf .progress-value-sec{animation:load 20s normal forwards;background:#0dba4b;height:4px}@media(max-width:899.98px){.proudOf .progress-value-sec{margin-bottom:1rem}}@keyframes load{0%{width:.1px}to{width:100%}}.faq-container{background-color:#f6f7f8}.faq{margin:2rem 13rem}.faq-text{color:#707070;text-align:justify}.faq-title{font-size:16px;font-weight:500;color:#707070}.footer-container{background:url(/web-build/images/banner.31c9cf46d9ac82c207283909cc598911.webp) no-repeat;background-size:cover;background-position:10% 22%}.footer-container p{font-size:18px}.footer-container p span{color:#fcbf07}.footer-container .btn{width:25%}input{border-radius:10px}.next-btn{font-size:18px;padding:.75rem 0;font-weight:700;bottom:0;left:0;background-color:#0dba4b}.next-btn,.swiper-container{width:100%}.swiper-slide.projects-card{min-width:17.813rem;max-width:24.375rem;max-height:16.75rem;box-shadow:0 3px 8px rgba(0,0,0,.1);border-radius:10px;display:flex;justify-content:center;align-items:center}.swiper-slide.learners-card{width:322.43px!important;height:327px!important;border-radius:8px;display:flex;justify-content:center;align-items:center}.swiper-container.learners-card{width:100%;height:27.625rem;margin:1.25rem auto}.learner-name{font-size:18px}.swiper-container.learners-card,.swiper-container.projects-card,.swiper-wrapper{margin-right:auto!important}.opt-header{background-color:#301352}.countrycode-left{padding-left:5.313rem!important}.iti{width:100%}.iti__selected-dial-code{color:#000}.swiper-wrapper{height:auto!important}.swiper-container-horizontal .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{text-align:center}.program-tools-covered{margin:auto;width:90%}.program-tools-covered .swiper-slide{text-align:center;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;padding:1rem;background:#fff;border-radius:8px;margin-top:1rem}.swiper-button-next:after,.swiper-button-prev:after{font-size:25px;color:#0dba4b}.swiper-pagination-bullet-active{background:#0dba4b}.client-logo{margin:auto;width:90%}.client-logo .swiper-slide img{width:130px}.card-footer{width:100%}.bg-grey1{background-color:#f7f9fa}.collapsed i{transform:rotate(0deg)}.learners-center{margin:auto;width:90%}.learners-center .card{height:54vh}@media only screen and (max-width:600px){.students-work .container{padding-left:0!important;padding-right:0!important}h1,h2{font-size:1.75rem}.max-size-center{width:100%}#fixedBtn{display:block!important;position:fixed;z-index:100;bottom:0}.next-btn{display:block;width:100%;padding:.8rem 0;background-color:#0dba4b}.main-content{background:linear-gradient(321.92deg,#00113f 43.14%,#001a5f 77.57%);padding-top:0}.main-content .main-container{padding:0}.main-content .main-container .course-details .left-para .main-heading{font-size:2rem;margin-top:2.5rem}.main-content .main-container .course-details .left-para .main-text{width:100%}.main-content .main-container .course-details .left-para .lap-accr,.main-content .main-container .course-details .left-para hr{display:none}.main-content .main-container .course-details .box-container .im-interested-box{width:100%;padding:2rem}.main-content .main-container .course-details .box-container .im-interested-box .im-content-box .lapBtn{display:none}.main-content .main-container .course-details .box-container .im-interested-box .im-content-box .mobBtn{display:block!important}.main-content .main-container .course-details .mob-accr{display:block!important;padding:1rem 1rem 0;width:100%}.main-content .main-container .course-details .accredited .accredited-heading{font-size:1.1rem;font-weight:400;padding-bottom:1rem;color:#fff}.corporate .corporate-heading h1{font-size:20px}.corporate .corporate-swiper-lap{display:none!important}.corporate .corporate-swiper-mob{display:block!important}.exclusiveOffers .container{padding-left:0;padding-right:0}.exclusiveOffers .exclusive-heading{text-align:left}.exclusiveOffers .exclusive-heading h1{font-size:28px!important}.exclusiveOffers .exclusive-body{width:100%;padding-top:2rem;flex-direction:column}.exclusiveOffers .exclusive-body .row-wise .item-1{border-top:1px solid #ccc;padding-bottom:2rem}.exclusiveOffers .exclusive-body .row-wise .num-box{font-size:26px;padding:.5rem!important;width:60px!important;height:50px!important}.exclusiveOffers .exclusive-body .row-wise .num-para{width:100%!important}.exclusiveOffers .exclusive-body .row-wise .num-para br{display:none}.exclusiveOffers .exclusive-body .row-wise .rule{display:block!important;border:1px solid #e3e3e3;width:100%}.exclusiveOffers .exclusive-submit{display:none}.zenCareerProgram{padding:3rem 0 1rem}.zenCareerProgram .zenCareer-heading{text-align:left;margin-bottom:3rem}.zenCareerProgram .zenCareer-heading h1{font-size:28px}.zenCareerProgram .zenCareer-heading p{width:100%!important;font-size:14px}.zenCareerProgram .zenCareer-body h6{text-align:left;font-size:18px}.zenCareerProgram .zenCareer-body .keyHighlight-1{flex-direction:column;width:100%;padding:0;background-color:#fff}.zenCareerProgram .zenCareer-body .keyHighlight-1 .hr{display:none}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items{border-right:0;display:flex;padding-left:0;margin-bottom:1rem}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items img{margin-right:1rem;width:40px;height:40px}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items p{font-size:16px;align-self:center}.zenCareerProgram .zenCareer-body .keyHighlight-1 .items:first-child,.zenCareerProgram .zenCareer-body .keyHighlight-1 .items:last-child{padding-left:0}.zenCareerProgram .zenCareer-body .cardData{justify-content:left!important}.zenCareerProgram .zenCareer-body .card-width{width:50%}.zenCareerProgram .zenCareer-body .card-width .cardTitle{padding:.5rem!important;height:25%!important;min-height:90px}.zenCareerProgram .zenCareer-body .card-width .cardTitle h5{font-size:14px;font-weight:500!important}.zenCareerProgram .zenCareer-body .card-width .price{flex-direction:column;margin-bottom:2rem!important}.zenCareerProgram .zenCareer-body .card-width .price .corporatePrice,.zenCareerProgram .zenCareer-body .card-width .price .normalPrice{width:100%;padding:.5rem!important;text-align:left}.zenCareerProgram .zenCareer-body .card-width .price .corporatePrice p:first-child,.zenCareerProgram .zenCareer-body .card-width .price .normalPrice p:first-child{font-size:14px}.zenCareerProgram .zenCareer-body .card-width .price .corporatePrice p:last-child,.zenCareerProgram .zenCareer-body .card-width .price .normalPrice p:last-child{font-size:16px;margin-bottom:0!important}.zenCareerProgram .zenCareer-body .card-width .price .normalPrice p:last-child{font-weight:500!important}.zenCareerProgram .zenCareer-body .card-width .knowMore{font-size:14px}.topPickedCourses{padding:3rem 0}.topPickedCourses .container .topPicked-heading{margin-bottom:1rem}.topPickedCourses .container .topPicked-heading h1{font-size:28px}.topPickedCourses .container .topPicked-heading p{width:100%;font-size:14px}.topPickedCourses .container .flatOff h2{font-size:24px}.topPickedCourses .container .topPicked-body h6{font-size:18px}.topPickedCourses .container .topPicked-body .laph6{display:none}.topPickedCourses .container .topPicked-body .flexhr,.topPickedCourses .container .topPicked-body .mobh6{display:block!important}.topPickedCourses .container .topPicked-body .flexhr{margin:2rem 0}.topPickedCourses .container .topPicked-body .keyHighlight{flex-direction:column;padding:1.5rem}.topPickedCourses .container .topPicked-body .keyHighlight .hr{display:none}.topPickedCourses .container .topPicked-body .keyHighlight .items{border-radius:0;display:flex;padding-left:0;margin-bottom:1rem}.topPickedCourses .container .topPicked-body .keyHighlight .items img{margin-right:1rem;width:40px;height:40px}.topPickedCourses .container .topPicked-body .keyHighlight .items p{font-size:16px;align-self:center}.topPickedCourses .container .topPicked-body .keyHighlight .items:first-child,.topPickedCourses .container .topPicked-body .keyHighlight .items:last-child{padding-left:0}.topPickedCourses .container .topPicked-body .keyHighlight-2{flex-direction:column}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass{width:100%;padding:1.5rem 1rem 1rem;flex-direction:column-reverse;margin-bottom:1rem}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary .para h2,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass .para h2{font-size:24px}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary .para p,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass .para p{font-size:14px}.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumLibrary img,.topPickedCourses .container .topPicked-body .keyHighlight-2 .premiumPass img{padding:.5rem;width:64px;height:64px;margin-bottom:1rem;align-self:flex-start}.topPickedCourses .container .topPicked-submit{display:none}.zen-hr{display:block;width:90%;margin-top:0}.professionals{padding:3rem 0}.professionals .professionals-heading h1{font-size:28px;text-align:left}.professionals .professional-body{flex-direction:column-reverse}.professionals .professional-body .swiper-container{margin:0 0 2rem!important}.professionals .professional-body .swiper-container .card{width:22rem!important;height:43vh!important;background-size:20%;background-position:91% 10%}.professionals .professional-body .swiper-container .card .card-body .card-para{font-size:14px;width:100%}.professionals .professional-body .swiper-container .card .card-body .para p{font-size:14px}.professionals .professional-body .rating{padding:2rem;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-bottom:2rem}.professionals .professional-body .rating .rating-part1{margin-bottom:0}.proudOf{padding:3rem 0}.proudOf .proudOf-heading h1{font-size:28px}.proudOf .percen-con{width:65%;margin-bottom:0;font-size:1rem;margin-top:13px}.proudOf .proudOf-body .proudItem{flex-wrap:wrap;margin-top:2rem;justify-content:space-between}.proudOf .proudOf-body .proudItem .item{background-color:#f6f7f8;border-radius:0;padding:0;margin-bottom:2rem;width:50%;margin-right:0;text-align:center}.proudOf .proudOf-body .proudItem .item h1{font-size:30px}.proudOf .proudOf-body .proudItem .item p{font-size:16px}.proudOf .proudOf-body .proudItem .item1,.proudOf .proudOf-body .proudItem .item3{text-align:left}.proudOf .center-counter{flex-direction:column}.proudOf .center-counter .progress-card{background-color:#f6f7f8;padding:0 0 2rem;width:100%!important}.proudOf .center-counter .progress-card .progress{width:90px;height:90px;margin:0 1rem 0 0}.proudOf .center-counter .progress-card .progress .percen-con{font-size:16px}.proudOf .center-counter .progress-card:last-child{margin-bottom:0}.learnerExperience{padding:3rem 0}.learnerExperience .experience-heading h1{font-size:28px;text-align:left}.learnerExperience .btn{display:none}.faq{margin:0!important;padding:2rem;width:100%}.faq-head{font-size:28px}.faq-head,.faq-title{text-align:left}.faq-text{font-size:12px}.faq-bar{padding:.75rem 0}.learners-card{width:100%}.swiper-pagination-bullets{margin-top:1.5rem}.footer .footer-container{padding:2rem 0;text-align:left;background-size:auto;background-position:48% 22%}.footer .footer-container .container h1{font-size:28px}.footer .footer-container .container p{font-size:16px}.footer .footer-container .container .btn{display:none}.line-remove{border-top:none!important}}@media(min-width:1440px){.container{max-width:1200px}.professionals .card-para{width:100%!important}.professionals .rating{padding:4rem 2rem!important}}@media only screen and (min-width:900px){.professionals .card-para{width:100%!important}.professionals .rating{padding:4rem 2rem!important}}.grecaptcha-badge{display:none!important}