

/*lob Banner start*/


/* earlyCareerBan end ems-banner */


/* Start Engineering Precision : EMS */
.ems-cards {
    padding-bottom: 0;
}

.ems-eng-img {
    height: 449px;
}

.ems-eng-content h1+p {
    padding-top: 20px;
    margin-bottom: 25px;
}

.mapSection {
    display: flex;
    justify-content: center;
}

.mapSection svg {
    max-width: 100% !important;
    height: auto;
    display:
        block;
}

.mapSection .heyo:hover {
    fill: #ffffff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mapSection .enabled {
    cursor: pointer;
}

.mapSection .description {
    pointer-events: none;
    position: absolute;
    font-family: 'poppinsmedium';
    font-size: 1.8rem;
    text-align: left;
    margin-left: -50px;
    margin-top: -50px;
    /*height: 84px;*/
    width: 270px;
    background: white;
    padding: 8px;
    z-index: 5;
    line-height: 24px;
    /*margin: 0 auto;*/
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.mapSection .description.active {
    display: block;
}

.mapSection .description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.mapSection .description .desc-sub-text {
    pointer-events: none;
    position: absolute;
    font-family: 'poppinsmedium';
    font-size: 1.8rem;
    text-align: center;
    height: 30px;
    width: 100px;
    background: white;
    padding: 10px;
    z-index: 5;
    line-height: 24px;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    display: block;
}

.mapSection .description .desc-sub-text.active {
    display: block;
}

.mapSection .description .desc-sub-text:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

@media (max-width: 600px) {
    .ems-eng-content {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .map-block {
        display: flex;
        align-items:
            center;
        justify-content: center;
    }
}

/*Post go-live defect*/
@media screen and (max-width:460px) {
    .ems-cards .description {
        right: -2% !important;
    }
}

@media (max-width: 600px) {
    .mapSection .description {
        /*margin: 0 auto;*/
        margin-left: 57px;
        /*margin-top:
10px;*/
    }
}
/* End Engineering Precision : EMS */



/* Start EMS : Tabs (1) */
.ems-eng-header {
    color: #A491FA;
}

.gap-sec {
    padding: 30px 0;
}

.ems-tabs .tabsec-Ems .nav-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.ems-tabs .tabsec-Ems .nav-tabs li {
    padding:
        0;
    margin: 0;
    flex: 1;
    opacity: 1;
}

.ems-tabs .tabsec-Ems .nav-tabs li button {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #2F2A2A;
    color: #fff;
    text-align: center;
    font-size:
        2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 5px;
    height: 65px;
    line-height: 50px;
    opacity: 1;
    border: 0;
    /* transition: 0.3s all ease-in-out 0s; */
    border: 1px solid transparent;
    outline: none;
    position: relative;
    overflow:
        hidden;
}

.ems-tabs .tabsec-Ems .nav-tabs li:nth-child(2) button {
    border-top-left-radius: 0;
}

.ems-tabs .tabsec-Ems .nav-tabs li:nth-child(1) button {
    border-top-right-radius: 0;
}

.ems-tabs .tabsec-Ems .nav-tabs li button::before {
    content: "";
    width:
        100%;
    height: 100%;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.ems-tabs .tabsec-Ems .nav-tabs li button.active::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #0F0F0F;
}

.ems-tabs .tabsec-Ems .nav-tabs li button.active {
    background: #0F0F0F;
    height: 75px;
    font-weight: 500;
}

.ems-tabs .tabsec-Ems .nav-tabs li button.active span {
    position: relative;
    z-index: 1;
}

.ems-tabs .tabsec-Ems .nav-tabs li button.active::before {
    background: linear-gradient(to right, #CF1FF5 0%, #3965E5 100%);
}

#emsTabContent {
    padding: 40px 0 0 0;
}

.tabContentInner .innerTabWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabsec-Ems .tab-pane {
    background: transparent !important
}

.ems-tabs-content {
    padding-bottom: 20%;
}

.ems-tabs-content p {
    padding-bottom: 15px;
}

.ems-tabs-content p:first-child {
    padding-bottom: 30px;
}

.tab-block {
    border: 1px solid #A491FA;
    border-radius: 16px;
    /*padding: 10px;*/
    text-align: center;
    margin-bottom: 20px;
    height: auto;
}

.tab-block p {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 10px;
}

.tab-block p+p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.product-block {
    margin-top: -50px;
}

@media(max-width:767px) {
    .tab-block {padding: 15px; height: auto;}
    .tab-block p {margin-bottom: 0;}
    .ems-tabs .tabsec-Ems .nav-tabs li button {
        font-size: 14px;
    }

    .tabContentInner .rightWrap h2.resp-accordion {
        font-size: 2rem;
    }

    .tabContentInner .rightWrap h2.resp-accordion::before {
        width: 30px;
        height: 30px;
    }

    .resp-vtabs .resp-tab-content {
        padding: 30px 0;
    }

    .ems-tabs-content {
        margin-left: 0;
        padding-top:
            40px;
    }
}

@media(max-width:479px) {
    .ems-tabs .tabsec-Ems .nav-tabs li button {
        font-size: 14px;
        line-height: 21px;
    }

    .ems-tabs .tabsec-Ems .nav-tabs li button span {
        white-space: normal;
        display: block;
    }

    .ems-tabs-content {
        margin-left: 0;
        padding-top:
            40px;
    }
}

@media(max-width:991px) {
    .gap-sec {
        padding: 30px 0;
    }

    .ems-tabs-content {
        margin-left: 0
    }
}

@media(min-width:1025px) {
    .ems-tabs-img {
        width: 100%;
        margin-left: -20px;
    }
}

@media(min-width:1200px) {
    .tab-block {
        height: 130px;
        margin-top: 10px;
    }

    /*.ems-tabs-content { margin-left: -40px; }*/
}

@media screen and (min-width: 1025px) {
    .emsInnerForPadding {
        padding: 20px;
    }
}

.nav-tabs+.tab-content .tab-pane {
    padding: 0;
}

@media(min-width:1274px) {
    .ems-tabs-content {
        margin-left: -40px;
    }
}

.mainTabs .nav-tabs li button.active::before {
    background: none !important;
}

.mainTabs .nav-tabs li button.active {
    border-radius: 16px 16px 0px 0 !important;
    background: linear-gradient(to right, #CF1FF5 0%, #3965E5 100%) !important;
    border: 1px solid transparent !important;
}

.ems-tabs-content p:first-child {
    color: #A491FA;
 }
 .tabing-content-last p{
 font-size: 20px;
     line-height: 30px;
     font-weight: 400;
         margin-top: 10px;
         color: #fff;
 }
/* End EMS : Tabs (1) */



/* Start Partnership : EMS */
.ems-container {
    margin-top: 70px;
}

.ems-container .col-text {
    max-width: 680px;
    padding-left: 60px;
}

.learnWhileSection {
    padding-top: 106px;
    margin-bottom: 50px;
}

.grow-with-us .linkColor {
    color: #CF1FF5;
}

.learnWhileSection .numberText {
    font-family:'poppinssemibold';
    font-weight: 600;
    font-size: 9.6rem;
    background: var(--Horizontal-Gradient, linear-gradient(270deg, #A491FA 4.5%, #CF1FF5 97%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height:
        normal;
}

.learnWhileSection .topSpace {
    position: relative;
    top: -15px
}

.learnWhileSection h2 {
    margin-bottom: 70px;
}

.instituteSection {
    padding-top: 50px;
}

.instituteSection .titleInst {
    font-family: 'poppinsmedium';
    font-size: 2rem;
    margin-bottom:
        1px;
}

.instituteSection .lighttext {
    font-family: 'poppinslight';
    font-weight: 300;
    color: #E1E1E1;
}

.instituteSection .imgContainer {
    margin-bottom: 20px;
}

.insti-img {
    width: 100px;
    height: 100px;
    max-width: none;
}

@media(max-width:479px) {
    .ems-container .col-text {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .learnWhileSection h2 {
        margin-bottom: 12px;
    }

    .learnWhileSection {
        padding-top: 35px;
    }

    .learnWhileSection .co-Counter {
        margin-top: 30px;
    }

    .learnWhileSection .mbspace {
        margin-bottom:
            30px;
    }

    .learnWhileSection .pl-0 {
        padding-left: 15px !important;
    }

    .learnWhileSection .numberText {
        font-size: 5.6rem;
    }

    .learnWhileSection .co-Counter.text-center {
        text-align: left !important;
    }

    .mb90 {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .ems-container .headingH2 {margin-bottom: 0;}
    .col-text {
        padding-top: 15px;
    }

    .instituteSection {
        padding-top: 12px;
    }
    .instituteSection img {max-width: inherit !important;}

    .gr-healthSection {
        padding-top: 36px;
    }

    .gr-healthSection h2 {
        margin-bottom: 30px;
    }
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ems-container .col-text {
        padding-top: 0;
        padding-left: 170px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .ems-container .col-text {
        padding-left: 120px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .ems-container {
        margin-top: 0px;
    }
}
/* End Partnership : EMS */



/* Start Ready to join : Business */
/* ready to join */
:root {
    --body-bg-color: #0F0F0F;
    --white-color: #fff;
    --black-color: #000;
    --link-color: #CF1FF5;
    --body-font: 'Poppins', sans-serif;
  }
  
  .explorebtn:hover {
    text-decoration: none;
  }
  
  .readyToJoin {
    background: var(--Secondary-gradient, linear-gradient(90deg, #CF1FF5 0%, #3965E5 100%));
    padding: 60px 0;
    text-align: center;
  }
  
  /* h2 {
    color: var(--white-color);
    margin-bottom: 30px;
  } */
  
  .readyToJoin .visible .letterItem {
    animation: visibleLetter 1s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    opacity: 0;
  }
  
  .readyToJoin .visible .letterItem:nth-child(2) {
    animation-delay: 0.3s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(4) {
    animation-delay: 0.5s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(5) {
    animation-delay: 0.6s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(6) {
    animation-delay: 0.7s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(7) {
    animation-delay: 0.8s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(8) {
    animation-delay: 0.9s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(9) {
    animation-delay: 1s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(10) {
    animation-delay: 1.1s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(11) {
    animation-delay: 1.2s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(12) {
    animation-delay: 1.3s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(13) {
    animation-delay: 1.4s;
  }
  
  .readyToJoin .visible .letterItem:nth-child(14) {
    animation-delay: 1.5s;
  }
  
  @keyframes visibleLetter {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  /* 
  .explorebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  
  .explorebtn i {
    padding: 0 18px;
    height: auto;
    display: inline-block;
    color: var(--black-color);
    text-align: center;
    background: var(--white-color);
    font-family: 'poppinslight', Arial, sans-serif;
    font-size: 18px;
    line-height: 45px;
    font-style: normal;
    font-weight: 300;
    border-radius: 30px;
    vertical-align: middle;
  }
  
  .explorebtn span {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white-color);
  } */
  
  .readyToJoin .explorebtn:hover i,
  .readyToJoin .explorebtn:hover span,
  .readyToJoin .explorebtn:focus-visible i,
  .readyToJoin .explorebtn:focus-visible span {
    background: #CF1FF5;
  }
  
  /* ready to join */
  
  .explorebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none !important;
  }
  
  .explorebtn i {
    padding: 2px 30px;
    height: auto;
    display: inline-block;
    color: #000;
    text-align: center;
    font-family: 'poppinslight', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 45px;
    font-style: normal;
    font-weight: 300;
    border-radius: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: #fff;
  }
  
  .explorebtn .roundArrowbtn {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
  
  }
  
  .explorebtn svg {
    height: 16px;
    width: 16px;
  }
  
  /* .explorebtn:hover i,
  .explorebtn:hover .roundArrowbtn {
    background: #CF1FF5;
    border-color: #CF1FF5;
  } */
  
  .readyToJoin .explorebtn:hover i,
  .readyToJoin .explorebtn:hover .roundArrowbtn,
  .readyToJoin .explorebtn:focus-visible i,
  .readyToJoin .explorebtn:focus-visible .roundArrowbtn {
    background: #CF1FF5;
  }
  
  .TEPL-Primary-Footer {
      margin-top: 0 !important;
  }
/* End Ready to join : Business */









