
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');


.header{
    padding:10px;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.25);
}

.header .logo{
    width:250px;
}

.header .header_btn {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, #D92579 0%, #F2295B 100%);
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
    margin: 10px 30px 0 0;
    float: right;
}

.header .header_btn a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .header{
        text-align: center;
    }
}

.banner {
    background-image: url("../images/bg.png");
    width: 100%;

}

.header-section {
    background-image: url("../images/bg.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-right: -1px !IMPORTANT;
    padding-right: 0px;
    overflow-x: hidden;
}

.hero-content {
    color: #4a4a4a;
}

.hero-content h1 {
    font-weight: bold;
    background: linear-gradient(180deg, #810C59, #FF16B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content {
    text-align: start;
    margin: auto;
}

.hero-heading {
    font-size: 50px;
}

.hero-sub {
    font-weight: bold;
}

.admission-open {
    display: inline-block;
    padding: 5px 15px;
    background-color: #4547BE;
    color: #fff;
    font-weight: 700;
    font-size: large;
}

.why-choose-us img:last-child {
    margin-right: 0;
}

.why-choose-us h2 {
    color: #292B8F;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-choose-us h3 {
    font-weight: bold;
    margin-top: 20px;
    font-size:20px;
    color:#292B8F;
}

.why-choose-us p {
    color: #4a4a4a;
    line-height: 1.6;
    font-size:14px;
    font-weight: 500;
}

.apply_now {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, #D92579 0%, #F2295B 100%);
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
    margin: 20px 0 0 0;
}

.apply_now a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .why-choose-us img {
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .why-choose-us h2 {
        font-size: 1.5rem;
    }

    .why-choose-us h3 {
        font-size: 1.2rem;
    }
}

.with-line {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
}

.with-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #810C59;
}

.cloud-section img {
    width: 100% !important;
    height: auto;
    /* margin-top: -120px; */
}

.box {
    width: 70%;
}

@media screen and (max-width: 1400px) {
    .cloud-section img {
        /* margin-top: -100px; */
    }

    .box {
        width: 85%;
    }

    .hero-content h1{
        font-size: 33px;
    }

    .hero-sub {
        font-size: 15px;
    }

    .admission-open {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .cloud-section img {
        margin-top: -50px;
    }

    .box {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .cloud-section img {
        margin-top: -50px;
    }

    .box {
        width: 100%;
        padding: 10px;
    }
}

.certificate {
    background-color: #f3e6fc;
    padding: 4rem 2rem;
}

.certificate h3 {
    color: #4a4a4a;
    font-weight: bold;
}

.certificate-list {
    list-style: none;
    padding:0;
}

.certificate-list li {

    background-color: #fff;
    width: 100%;
    padding: 5px;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 8px;
}

.certificate-list li:last-child {
    border-bottom: none;
}

.certificate-list img {
    padding: 5px;
}

.certificate button {
    background-color: #292B8F;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.certificate button:hover {
    background-color: #138496;
}

@media screen and (max-width: 1400px) {
    .certificate-list li {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .certificate{
        padding:40px 0px 40px 0px;
    }
}

.choose-us h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #292B8F;
}

.choose-us p {
    font-size: 15px;
    color: #000;
    margin-bottom: 40px;
}

.circle {
    background-color: #292B8F;
    color: #fff;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    position: relative;
    padding: 20px;
}

.circle-img {
    width: 60px;
    margin: auto;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
}

.circle-center {
    position: relative;
    top: 50px;
}

.circle-content h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 30px;
}

.circle-content p {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    margin-top: 20px;
}

@media screen and (max-width: 1400px) {
    .circle {
        width:350px;
        height:350px;
    }
    .circle-content h4{
        font-size: 17px;
    }
    .circle-content p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .circle {
        width:320px;
        height:320px;
    }
    .circle-content h4{
        font-size: 15px;
    }
    .circle-content p {
        font-size: 12px;
    }
}

.text-center {
    text-align: center;
}

.facilities {
    background-color: #FFDEF4;
    padding: 10px 10px 10px 10px;
}

.facilities h2{
    font-size: 28px;
    font-weight: bold;
    color:#292B8F;
}

.facility-box {
    margin: auto;
    border-radius: 10px;
    width: 385px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.facility-box .facility-content {
    color: white;
    position: relative;
    top: 150px;
}

.facility-content p{
    padding: 0px 40px 0px 40px;
}

@media screen and (max-width: 1400px) {
    .facilities h2{
        font-family: 28px;
        color:#292B8F;
    }

    .facility-box{
        width: 380px;
        height:250px;
    }

    .facility-content h4{
        font-size: 18px;
    }

    .facility-content p{
        font-size: 12px;
        padding: 0px 40px 0px 40px;
    }
}

@media screen and (max-width: 480px) {
    .cloud-section img {
        margin-top: -50px;
    }

    .box {
        width: 100%;
        padding: 10px;
    }

    .facility-box {
        width: 320px;
        height: 280px;
    }
}

.multiple_campuses{
    background-color: #E5D9FF;
    padding:10px;
}

.multiple_campuses h2{
    font-size: 28px;
    font-weight: bold;
    color:#292B8F;
    text-transform: uppercase;
}

.multiple_campuses .col{
    border-radius:8px;
    margin:10px;
    width:310px;
    background-color: #fff;
    padding:15px 10px 20px 25px;
}

.multiple_campuses .icon_container{
    display: flex;
    justify-content: flex-start;
}

.multiple_campuses .icon_container img {
    width: 30px;
    height: 30px;
    border-radius:5px;
    background-color: #E5D9FF;
    padding:4px;
    margin-top:5px;
}

.multiple_campuses .details_container{
    text-align: left;
    padding-left:10px;
}

.multiple_campuses .details_container h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:-1px;
}

.multiple_campuses .details_container span{
    font-size: 11px;
}

.multiple_campuses p{
    text-align: left;
    font-size:13px;
    margin-top:-20px;
    margin-bottom:-5px;
}

.multiple_campuses p a{
    text-decoration: none;
    color:#D92579;
}

.multiple_campuses .button{
    margin-left:-20px;
}

.multiple_campuses .view_on_map {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 25px 6px 25px;
    background: #EFEFEF;
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
}

.multiple_campuses .view_on_map a {
    text-decoration: none;
    color: #000;
}

.multiple_campuses .contact_us {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 25px 6px 25px;
    color: white;
    background: linear-gradient(0deg, #221F5A 0%, #8458FF 100%);
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
    margin: 20px 0 0 0;
}

.multiple_campuses .contact_us a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .multiple_campuses .col{
        border-radius:8px;
        margin:10px;
        width:310px;
        background-color: #fff;
        padding:15px 10px 20px 14px;
    }

    .multiple_campuses .button{
        margin-left:-5px;
    }

    .multiple_campuses .view_on_map {
        padding: 6px 15px 6px 15px;
    }
    
    .multiple_campuses .contact_us {
        padding: 6px 20px 6px 20px;
    }
}

@media screen and (max-width: 768px) {
    .multiple_campuses .container .mob_row{
        padding-left:40px;
      display: flex;
      flex-direction: column;
      align-content: center;
    }
}

.app{
    padding:40px 60px 30px 60px;
    background: #221F5A; 
    background: linear-gradient(to bottom, #221F5A, #8458FF);
}

.app h3{
    color:#fff;
    padding-bottom:10px;
    text-transform: uppercase;
    font-size: 24px;
}

.app p{
    color:#fff;
}

.app .col-4{
    display: flex;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app .app_now {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 60px 15px 60px;
    color: #330099;
    background: #fff;
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.app .app_now a {
    text-decoration: none;
    color: #330099;
}

@media screen and (max-width: 768px) {
    .app .app_now {
        margin-bottom:20px;
    }
}

.gallery{
    padding: 60px 0 60px 0;
}

.gallery h2{
    font-size: 24px;
    font-weight: bold;
    color:#292B8F;
    text-transform: uppercase;
}

.gallery p{
    margin:-15px 0px 15px 0px;
}

.gallery .circular_img img{
    padding-top:20px;
    width:100%;
}

@media screen and (max-width: 768px) {
   .gallery-center{
        text-align: center;
   }
  
    .gallery .circular_img img{
        padding-top:40px;
        width:390px;
    }

}
@media screen and (max-width: 480px) {
   
    .gallery .gallery_img{
        width:300px;
       padding: 0px !important;
    }
    .gallery .circular_img img{
        padding-top:40px;
        width:300px;
        
    }
}

.our_campus {
    padding: 60px;
}

.our_campus .campus_head{
    font-size: 28px;
    font-weight: bold;
    color:#292B8F;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.our_campus .col {
    padding: 40px 30px 10px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    width: 300px;
}

.our_campus .campus_container h2 {
    font-size: 28px;
    color: #102d5e;
    font-family: "Playfair Display";
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.our_campus .campus_container h5 {
    font-size: 18px;
    font-weight: bold;
    color: #102d5e;
    font-family: "Playfair Display";
    line-height: 20px;
    text-align: center;
}

.our_campus .campus_container .campus_img {
    border: 2px solid #D92579;
    width: 300px;
    height: 210px;
    border-width: 0px 3px 0px 3px;
    border-radius: 10px 10px 10px 10px;
    margin: 20px 0 10px 0;
}

.our_campus .campus_container h3 {
    font-size: 22px;
    font-weight: bold;
    color: #102d5e;
    font-family: "Playfair Display";
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

.our_campus .campus_container .icon_container {
    display: flex;
    justify-content: flex-start;
}

.our_campus .campus_container .icon_container img {
    width: 30px;
    height: 30px;
}

.our_campus .campus_container .icon_container .details_container {
    padding-left: 10px;
}

.our_campus .campus_container .icon_container .details_container .contact_links {
    color: #D92579;
    text-decoration: none;
}

.our_campus .campus_container .icon_container h4 {
    font-size: 20px;
    font-weight: bold;
    color: #102d5e;
    font-family: "Playfair Display";
}

.our_campus .campus_container button {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 90px 10px 90px;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, #D92579 0%, #F2295B 100%);
    border: none;
    letter-spacing: 1px;
    border-radius: 20em;
    cursor: pointer;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.our_campus .campus_container button a {
    text-decoration: none;
    color: #fff;
}

.our_campus .campus_container .social_media_icons {
    text-align: center;
    font-size: 20px;
    letter-spacing: 10px;
    margin: 30px 0 30px 0;
}

.our_campus .campus_container .social_media_icons a {
    text-decoration: none;
    color: #102D5E;
}

.our_campus .campus_container .social_media_icons a:hover {
    color: #D92579;
}

@media only screen and (max-width: 768px) {
    .our_campus {
        padding: 0px;
    }
    .our_campus .campus_head{
        padding:0;
        padding-top: 30px ;
    }
}

.footer{
    background-color:#292B8F;
    padding-top:15px;
}

.footer p{
    color:#fff;
    text-align: center;
}