/*---------------------------------------top container---------------------------*/

.top_container {
    min-height: 90vh;
    position: relative;
    margin-bottom: 20px;
  
  }
  h3{
    text-decoration: underline;
    text-decoration-color: #fdd31d;
  }
  
  p{
    text-align: justify;
    
  }
  
  .top_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/edu/hero-bg.png);
    background-size: 100% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .top_container::before {
    background-color: #fdd31d;
    background-image: none;
  }
  
  .top_container::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(../image/patna/river/people.png) ;
    background-size: 100% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -10px;
    left: 6%;
    border-radius: 50%;
    background-color: #fdd31d;
   
  }

  
  
  
 


  /*--------------------------------hero section in top container---------------------*/

  .hero-container {
    display: flex;
    padding-top: 90px;
    padding-bottom: 325px;
  }
  
  .hero_detail-box {
    width: 60%;
    height: 50vh;
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hero_img-container {
    width: 68%;
    margin-right: -8%;
    margin-top: -5%;
  }
  
  .hero_img-container img {
    width: 100%;
  }
  
  .hero_detail-box {
    color: #fefeff;
  
    padding: 5px;
  
  }
  
  .hero_detail-box h1 {
    font-size: clamp(24px,5vw,55px);
    color: #fefeff;
    font-weight: 600;
   
    text-align: justify;
  }
  
  
  .hero_detail-box p {
    font-size: clamp(10px,1vw,25px);
    margin-top: 30px;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 35px;
    text-align: justify;
  }
  
  .call_to-btn {
    display: inline-block;
    padding: 15px 45px;
    border-radius: 10px;
    font-size: 15px;
    background-color: #ffffff;
    color: #262627;
    font-weight: 600;
    transition: all 0.3s ease 0s;
  }
  
  /* end hero section */


  /* common style for some sections */
.common_style>section {
    padding: 50px 0;
  }
  
  .common_style .row {
    align-items: center;
  }
  
  .common_style h3 {
    font-weight: 600;
    color: #151516;
  }
  
  .common_style p {
    font-weight: 600;
    color: #4e4f50;
    margin: 30px 0 50px 0;
  }
  
  .common_style img {
    width: 100%;
  }
  
  
  /* end common style */
  
  /* about section */
  .about_section {
    text-align: right;
  }
  
  .about_section a {
    background-color: #6ebca8;
    color: #fefeff;
  }
  
  /* end about section */
  
  /* admission section */
  
  
  .about2_section a {
    background-color: #fdd31d;
    color: #fefeff;
  }
  
  /* end admission section */
  
  /* why section */
  
  .about3_section {
    text-align: right;
  }
  
  .about3_section a {
    background-color: #6ebca8;
    color: #fefeff;
  }
  
  /* end why section */
  
  /* determine section */
  
  
  .about4_section a {
    background-color: #fdd31d;
    color: #fefeff;
  }
  



  .fade-list li {
    text-align: justify;
}

  
  /* end determine section */

 /*---------------------------------------RESPONSIVE MEDIA-------------------------------*/

 @media (min-width: 1800px) {
    .top_container{
        width: 100%;
       
    }
    .hero-section{
        width: 100%;
        padding:0;
        margin-top: 100px;
        border-color: #6ebca8;
    }
    .hero-container{
        width: 100%;
        
        transform: translate(50%,100%);
        padding: 0;
       
    }
    .hero_detail-box{
        
        width: 100%;
        font-size: 100px;
        

    }
   
   

    .about_detail-box h3,.admission_detail-box h3,.why_detail-box h3{
        font-size: 50px;
        width: 100%;
    }
 }



 @media (max-width: 1120px) {
  
 }

@media (max-width: 992px) {


    .hero-container {
        flex-direction: column;
    }

    .hero_detail-box {
        width: 100%;
        margin-bottom: 45px;
    }
    .hero_detail-box h1{
      transform: translateY(-50px);
    }
    .hero_detail-box p{
      transform: translateY(-50px);
     
    }

    .hero_img-container {
        width: 100%;
    }

    .hero-container.container {
        padding-top: 45px;
    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }


}


@media (max-width: 768px) {

    .top_container::after {
        display: none;
  
    }
    .hero_detail-box {
        text-align: center;
    }

  

    .top_container::after {
        display: none;
    }

    .top_container::before {
        background-size: cover;
    }

    .info_section .col-md-3 {
        padding: 20px 25px;
        text-align: center;
    }

    .common_style img {
        width: 100%;
        margin: 20px auto;
    }

}

@media (max-width: 576px) {
    .hero-container {
        padding-bottom: 100px;
        font-size: 15px;
        height: 80vh;
        margin-bottom: 50px;
    }

    .client_img-box::before,
    .client_img-box::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 20px;
        border-radius: 20px;
        background-color: #fdd31d;
    }

    .client_img-box::before {
        top: 0;
        transform: rotate(132deg);
        left: -15px;
        animation: beforeanimate 1s;
        animation-delay: .1s;
    }

    .client_img-box::after {
        bottom: 0px;
        transform: rotate(135deg);
        right: -15px;
        animation: afteranimate 1s;
        animation-delay: .1s;
    }


    @keyframes beforeanimate {
        0% {
            top: 43%;
            transform: rotate(142deg);
            left: 31%;

        }

        100% {
            top: 0px;
            transform: rotate(132deg);
            left: -15px;
        }
    }

    @keyframes afteranimate {
        0% {
            bottom: 46%;
            transform: rotate(142deg);
            right: 35%;
        }

        100% {
            bottom: 0px;
            transform: rotate(135deg);
            right: -15px;
        }
    }

    .contact_section {
        padding: 0px 15px 0 15px;
    }

    .sub_page .contact_section {
        padding: 45px 15px;
    }

    .contact_section input {
        width: 100%;
    }

    .info_section .social-box {
        width: auto;
    }
}



@media (max-width: 480px) {}

@media (max-width: 400px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}