/* Start Top Banner ------------------- */
/*lob Banner start*/
.lobBanner-semiconductor-foundry {
  position: relative;
}

.pb60 {
  padding-bottom: 60px
}

.gapsection {
  padding: 60px 0;
}

.lobBanner-semiconductor-foundry figure {
  margin-bottom: 0;
}

.lobBanner-semiconductor-foundry figure img {
  height: 100dvh;
  object-fit: cover;
  width: 100%;
}

.lobBanner-semiconductor-foundry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lobBanner-semiconductor-foundry .bannercont {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;

}

@media (max-width: 991px) {
  .gapsection {
      padding: 15px 0;
  }
}

@media(max-width:767px) {
  .lobBanner-semiconductor-foundry h2 {
      line-height: 40px
  }

  .pb60 {
      padding-bottom: 15px
  }

  .lobBanner-semiconductor-foundry .bannercont {
      bottom: 10%;
  }
}

.semi-fab img {
  opacity: 0.8
}
/* End Top Banner --------------------- */







/* Start Make in india : Semiconductor fab ------------------ */

/* End Make in india : Semiconductor fab ------------------ */






/* Start Market segment : Semiconductor fab -------------------- */
/* .marketSec .item figure {
    margin-bottom: 35px;
    overflow: hidden;
	  border-radius: 0px 0px 16px 16px;
}
.marketSec .headingsec {
    text-align: center;
    margin-bottom: 40px;
}
.marketSec .item figure img {
    transition: 0.3s all ease-in-out 0s;
}
 
.marketSec .item figure:hover img {
    transform: scale(1.1);
}
 
.marketSec .item h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
}
 
@media(max-width:991px) {
    .marketSec .row>div {
        margin-bottom: 20px;
    }
 
    .marketSec .row {
        margin-bottom: -20px;
    }
}
 
@media(max-width:767px) {
    .marketSec .item figure img {
        width: 100%;
    }
	.marketSec .item h3{font-size:16px}	
	.marketSec .item figure{margin-bottom:15px}
} */
/* End Market segment : Semiconductor fab -------------------- */






/* Start partnership section : Semiconductor fab -------------- */
.partnershipSection .titleInst {
    font-family: 'poppinsmedium';
    font-size: 2rem;
    margin-bottom: 1px;
}
 
.partnershipSection .lighttext {
    font-family: 'poppinslight';
    font-weight: 300;
    color: #E1E1E1;
}

 
.partnershipSection h2 {
    margin-bottom:60px;
}
@media(max-width:991px) {
    .partnershipSection h2 {
margin-bottom: 20px;
}
}

@media(max-width:767px) {
    .partnershipSection h2 {
        margin-bottom: 30px;
    }
    .gapsec{padding: 50px 0;}
    .mb-40 {
        margin-bottom: 30px;
    }
    
}

.ems-container {
  margin-top: 70px;
}
.ems-container .col-text {
    max-width: 680px;
  padding-left: 60px;
}

@media(max-width:479px) {
    .ems-container .col-text {
      padding-left: 15px;
    }
}

@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 section : Semiconductor fab -------------- */






/* Start Join Us Now  -------------------- */
/* 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 Join Us Now  -------------------- */


