.text-sp-orange {
    color: #F88635;
    
}
.text-card-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
}
/* .container_video {
    margin-top: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
   
} */

.responsive-iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.btn-apply-internship {
    margin-top: 20px;
    width: 166px;
    margin-bottom: 20px;
    border-radius: 25px;
    background: #F88635;
    color: #F5F5F5;
}
.text-sp-title {
    font-family: Satoshi;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.body-sp, body {
    font-family: Satoshi;
}
.card-second-section {
    border-radius: 12px;
    background: #F5F5F5;
    height: 300px;
}

.card-second-avatar {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    height: 200%;
    justify-content: center;
    width: 200%;
}

.rounded-circle-background {
    position: relative;
    width: 100px;
    /* Adjust the size of the circle as per your requirement */
    height: 100px;
    border-radius: 50%;
    /* This creates the rounded circle shape */
    overflow: hidden;
    /* Hide any overflow content outside the circle */
    background-color: #ffffff;
    /* Set the background color for the circle */
}

.rounded-circle-background img {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    /* Center the image inside the circle */
    width: 100%;
    /* Ensure the image fills the circle */
    height: 100%;
    object-fit: cover;
    /* Maintain the aspect ratio of the image */
}

.template-header-bg {
    background-image: url(/assets/images/homepage/bg-free-registeration.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
    /* // 
    // background-size: cover;
    opacity: .2; */

}
.template-espot-header-bg {
  background-image: url(/assets/images/homepage/result-dv3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-position: 70% !important;
  /* // 
  // background-size: cover;
  opacity: .2; */

}

.container-fluid-sp {
    margin-top: 40px;
    margin-left: 100px;
    margin-right: 100px;
}

.active-flex-right {
    border-left: 10px solid #0065AF !important;
}

.menu-right-reg {
    height: 100px;
    padding-left: 60px !important;
    padding-top: 34px !important;
}

.title-text-sp {
  color:#0065AF!important;
}
.bg-title-sp{
  color:#0065AF!important;
}

.title-text {
    color: #0065AF;
    font-family: Satoshi;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

/*
New Custom Design Start
*/

.banner {
    min-width: 100vw;
    min-height: 25vh;
    background-color: #0065AF!important;
    color: white;
  }
  
  .banner_content {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .content {
    min-width: 100vw;
    min-height: 75vh;
  }
  
  .right_column {
    min-width: auto;
  }
  
  .left_column {
    min-height: auto;
    /* height: 100%; */
  }
  
  .register_button {
    width: 150px;
    height: 20px;
    border-radius: 12px 15px;
    color: white;
    background-color: #F88635;
  }
  
  .main-content {
    padding-left: 5%;
    padding-top: 50px;
  }
  
  .navigation {
    padding-right: 50px;
    padding-top: 50px;
  }
  
  .grid p {
    align-items: center;
    padding-right: 22%;
  }
  
  .grid img {
    padding-left: 10%;
  }
  
  .list-hover:hover {
    border-left: 10px solid #0065AF!important;
  }
  
  .table-header{
      background-color: #0065AF!important;
      color: white;
  }
  
  th{
      border: 2px solid black !important;
      text-align: center !important;
      height: 50px !important;
  }
  
  td{
      border: 2px solid black !important;
      text-align: center;
      padding: 4%;
  }
  
  .medals{
      padding-left: 50px;
      
  }
  .row-medals .card{
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 15vh;
  }
  
  .card img{
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 20vh;
      max-width: 15vh;
  }
  
  .form-container{
      padding: 30px 40px;
  }
  
  form .row{
    padding-top: 13px;
  }
  
  .main-container{
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5vh;
  }
  
  .main-container h3{
    color: #0065AF!important;
  }
  
  .faqbox p{
    font-size: x-large;
  }
  
  .faqbox{
    width: 100%;
    /* height: 15vh; */
    /* border-radius: 10px; */
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom:20px;
    margin-top:30px;
    /* border: 3px solid gray;   */
    border-radius: 11px;
background: #FFF;
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
  
  .accordion-container{
    padding-left: 10vw;
    padding-right: 10vw;
    background-color: #f9f9f9;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top:30px;
  }
  
  .main-body{
    padding-left: 10vw;
    padding-right: 9vw;
    padding-top: 10vh;
  }
  
  .main-body h3{
    padding-top: 20px;
    color: #0065AF!important;
  }
  
  .phase-grid{
    padding-top: 5vh;
    display: flex;
    background-color: #f4f4f4f4;
    /* width: 100%; */
  }
  
  .phase-grid img p h6{
    float: left;
  }
  .phase-grid span{
    padding-top: 25%;
    padding-left: 25%;
    /* float: right; */
  }
  
  .benefits img{
    padding-left: 25%;
  }
  
  .footer_banner{
    background-color: #0065AF!important;
    text-align: center;
    color: white;
    min-height: 30vh;
  }
  
  .banner_footer_text{
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  
  .card-header{
    background-color: #f4f4f4f4;
    padding: 0;
    margin: 0;
    text-align: center;
    height:15vh;
    
  }
  
  .card-content h5{
    padding-top: 15px;
  }

  i.green-class{
    color: #139659;
  }
  .sub-title-header{
    /* Registeration*/
color: white;
 font-size: 24px;
 font-family: Satoshi;
 font-weight: 400;
 word-wrap: break-word

  }
  .title-header-main{
    /* Internship*/
    color: white;
     font-size: 64px;
     font-family: Satoshi;
     font-weight: 700;
     line-height: 64px;
     word-wrap: break-word
  }
  .espot-grand-card{
  border-radius:16px;
  background-color:rgba(0, 101, 175, 0.06);
  padding-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  }

/**
New Custom Design End
**/