/*---------------------------------------top container---------------------------*/
.common_style a{
  box-shadow: 1px 2px 1px 1px rgba(43, 43, 43, 0.519);
}

.catinfo{
  color: red;
  font-size: medium;
  font-weight: 500;
  text-align: center;
}

.top_container {
    position: relative;
  
  }
  
  h3{
    text-decoration: underline;
    text-decoration-color: #fdd31d;
  }
  
  .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;
  }
  
  .sub_page .top_container::before {
    background-color: #fdd31d;
    background-image: none;
  }
  
  .top_container::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    bottom: 20%;
    left: 6%;
    border-radius: 50%;
    background-color: #fdd31d;
  }
  
  
  .sub_page .top_container::after {
    display: none;
  }


  /*--------------------------------hero section in top container---------------------*/

  .hero-container {
    display: flex;
    padding-top: 90px;
    padding-bottom: 325px;
  }
  
  .hero_detail-box {
    width: 40%;
  }
  
  .hero_img-container {
    width: 68%;
    margin-right: -8%;
    margin-top: -5%;
  }
  
  .hero_img-container img {
    width: 100%;
  }
  
  .hero_detail-box {
    color: #fefeff;
  }
  
  .hero_detail-box h1 {
    font-size: 50px;
    color: #fefeff;
    font-weight: 600;
    width: 70%;
  }
  
  
  .hero_detail-box p {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  
  .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: #3835eb;
    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: #3835eb;
    color: #fefeff;
  }
  



  .fade-list li {
    text-align: justify;
}

  
  /* end determine section */

 /*---------------------------------------RESPONSIVE MEDIA-------------------------------*/
 @media (max-width: 1120px) {}

@media (max-width: 992px) {


    .hero-container {
        flex-direction: column;
    }

    .hero_detail-box {
        width: 100%;
        margin-bottom: 45px;
    }

    .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) {


    .hero_detail-box {
        text-align: center;
    }

    .hero_detail-box h1 {
        width: 100%;
    }

    .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;
    }
    
    .img-fluid{
  display: none;
    }

}

@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;
    }

}