
body{
    font-family: "Open Sans", sans-serif !important;
}

ul {
    list-style: none;
   
}

a {
    text-decoration: none;
}
.top-header {
   
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 15px;
    overflow: hidden;

}
.top-header ul {
    display: flex;
    gap: 15px;
    padding-left: 128px;
    margin-right: -27px;
    padding-right: -60px;
    /* padding: 8.5px 115px; */
    clip-path: polygon(100% 0%, 99% 100%, 14% 100%, 16% 0%);
    background-image: linear-gradient(102deg, #fff 19%, #394ea1 19%);
    color: #ffffff;
    margin: 0;
    text-align: center;
    width: 38%;
    align-items: center;
    justify-content: center;
}
.top-header ul li a {
  color:#ffffff;
  text-decoration: none;
} 
.top-header .top-header-button {
    background-color: #fbd902;
    width: 38%;
    font-weight: 600;
    /* font-size: 30px; */
    height: 40px;
    padding-top: -14px;
    padding-left: 75px;
    margin-left: -23px;
    margin-right: -12px;
}
.top-header .top-header-button a {
    color: #282828;
    font-weight: bold;
    font-size: 26px;
    text-decoration: none;
}
/* navbar */
/* .navbar-brand img{
    width:88%;
} */
.sticky-top {
    top: -1px;
  }
  .navbar .sticky-top {
    height: auto !important;

}
.nav-link-ltr::before {
    width: 0%;
    bottom: 50px;
  }
  
  .nav-link-ltr:hover::before {
    width: 100%;
    left: 0;
  }
  .navbar .sticky-top .navbar-brand {
    position: static;
  
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border:none;
}
.navbar .navbar-brand img {
    width: 320px;
    transition: all 0.5s ease;
}
.navbar.sticky-top .navbar-brand img {
    width: 250px;
}
.navbar.sticky-top .navbar-brand{
    top:10px;
    left:290px;
}
.navbar {
    background-color: #ffffff;
    width:100%;
  height:114px;
  overflow: hidden;
}
.nav-item {
    position: relative;
    padding: 0;
}
.navbar-brand {
    position: absolute;
    bottom: 7px;
   left:200px;
   top:-20px;
}

.navbar .nav-link::before {
     content: "";
    position: absolute;
    /* z-index: -1; */
     left: 0;
    right: 100%;
    background: #fbd902;
    height: 3px;
    bottom: -5px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 3; 
} 

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
    right: 0;
}
.navbar ul{
    gap:25px;
}
.navbar li a{
    font-weight: 600;
    color:#282828;
    gap:10px;
}
.navbar-toggler {
    border: none;
    padding: 0;
    font-size: 25px;
}
/* .navbar li a:hover{
   
    border-bottom: 5px solid #fbd902;
} */
/* latest news */
.letest_news {
    overflow: hidden;
    display: flex;
    align-items: center;
    width:100%;
    background-color: #fbd902;
    color:#282828;
    left:150px;
    bottom:0px;
    position: absolute;
}
.letest_news .news_title {
    white-space: nowrap;
    width: 300px;
    text-align: center;
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    /* clip-path: polygon(90% 0%, 100% 100%, -1% 100%, 0% 0%); */
    margin-left:80px;
    font-weight: 800;
}

marquee {
    margin-left: 13px;
    line-height: 2.5;
}
.letest_news ul {
    margin: 0;
    display:flex;
    
}
.letest_news ul li{
    gap:10px;
}

/* banner */
#Banner-section img{
    width:100%;
    height: calc(100vh - 154px);
}
#Banner-section{
    width:100%;
    height:calc(100vh - 154px);
    overflow: hidden;
    position: relative;
}

#Banner-section .carousel-indicators [data-bs-target] {
    display:none !important;
}
/* wellcome */
.wellcome{
    overflow: hidden;
    height:calc(100vh - 112px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.years{

  margin-top:25px;
 
}

.lines{
    margin-top:8px;
    /* padding-left:30px; */
    padding-left:0px;
 

}
.lines img:nth-child(1){
  margin-bottom:10px;
}
.dots{
    margin-top:10px;

    
}
.school-top{
    margin-bottom:20px;
}
.lines-2 img:nth-child(1){
    margin-left:1px;
}
.lines-2 img:nth-child(2){
    margin-left:21px;
}
.lines-2 img:nth-child(3){
    margin-top: 18px;
}
.school-img{
 
    margin-left:-13px;
}
.come{
    font-size: 30px;
    color:#363636;
}
.peter{
    font-size:40px;
   font-weight: bold;
   color:#394ea1;
}
hr{
  /* border:1px solid #394ea1;
  opacity: 0.7; */
  border: 0;
    height: 1px;
    background-color:#394ea1;
    opacity: 1;
  
}
.education {
    font-size: 16px;
    line-height: 43px;
    text-align: justify;
    margin-bottom: 40px;
}
.wellcome .about-start {
  
     padding: 0px 45px 0px 0px;
    margin: 10px 0px 0px 0px; 
}
.wellcome .about-button{
    color:#ffffff;
    background-color: #394ea1;
    border:1px solid #394ea1;
    padding:10px 30px;
    font-size: 20px;
    margin-top:10px;
    /* font-weight: 600; */
    width: 150px;
    transition: all 0.3s ease-in-out;
}
.wellcome a{
    text-decoration: none;
}
.about-button:hover{
    background-color: transparent;
    border:1px solid #394ea1;
    color:#394ea1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
/* director message */
.director{
    overflow: hidden;
    height: calc(100vh - 112px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #394ea1;
    color:#ffffff;
}
.director h2 {
    color: #ffffff;
    text-align: start;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}
.director h3{
    padding-top:10px;
    font-size: 28px;
}
.dir-img{
    margin:10px 10px 10px 0px;
    width:100%;
}
.extra{
    position: relative;
    z-index: 1;
}
.extra::after{
    position: absolute;
    content: "";
    border: 3px solid #fbd902;
    width: 89%;
    background-color: #fbd902;
    opacity: 1;
    bottom: 7px;
    z-index: 1;
}
.dir-name{
    color:#fbd902;
    font-weight: bold;
}
.hr1{
    border: 0;
    height: 1px;
    background-color:#ffffff; 
    opacity: 1;
}
.dir-para1{
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}
.hr2{
    border: 0;
    height: 4px;
    background-color:#fbd902; 
    opacity: 1;
    /* border:3px solid #fbd902; */
}
.hr-y{
    border: 0;
    height: 4px;
    background-color:#fbd902; 
    opacity: 1;
    position: absolute;
    top:0px;
}
.vision-mission{
    margin-top:81px;
    width:350px;
    padding:15px;
    margin-left:120px;
    border:1px solid #ffffff;
    position: relative;
}

    .vision {
        padding:5px 20px;
        background-color: #fbd902;
        color: #282828;
        font-weight: 700;
        border: 1px solid #fbd902;
        font-size: 24px;
        position: absolute;
        left:-1px;
        top: -43px;
    }
    .vision-para{
        line-height:28px;
        font-size: 16px;
    }
    .mission-para{
        line-height: 28px;
        font-size: 16px;
    }
    .aim-para{
        line-height: 28px;
        font-size: 16px;
    }
    .our-aim{
        width:350px;
        padding:15px;
        margin-left:120px;
        border:1px solid #ffffff;
        position: relative;
        margin-top:20px;
        margin-top:60px;
    }
    .aim{
        padding:5px 20px;;
        background-color: #fbd902;
        color: #282828;
        font-weight: 700;
        border: 1px solid #fbd902;
        font-size: 24px;
        position: absolute;
        left: -1px;
        top: -43px;
    }
    .our-list1 {
        margin-left: -11px;
        list-style-type: disc;
    }
    .philosophy{
        width:350px;
        padding:24px;
        /* overflow: hidden; */
        border:1px solid #ffffff;
        position: relative;
        left:70px;
       top:208px;
    }
    .philosophy  p{
        line-height: 28px;
        font-size: 16px;
    }
    .our-phi{
        padding:5px 20px;;
        background-color: #fbd902;
        color: #282828;
        font-weight: 700;
        border: 1px solid #fbd902;
        font-size: 24px;
        position: absolute;
        left: -1px;
        top: -43px;
    }
    .our-list1 li{
        padding:5px 0px;
        font-size: 16px;
    }
  /* academics */
    .academics{
        height: calc(100vh - 112px);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /* background-color: #fbd902; */
        overflow: hidden;
            background-image: url('../../assets/img/icons/yellow-background.webp');
            background-size: cover;
            background-repeat: no-repeat; 
            background-position: center; 
       
    }
    .academics .card-text{
        line-height: 28px;
        font-size: 16px;
    }
    .aca-col {
        font-size: 18px;
        position: relative;
        color: #f26058;
    }
    .aca-col:hover{
        
    
        transform: rotate(45deg);
    }
    .academics .card-body{
        padding:10px 20px;
    }

     .academics .academic-card {
       border-color: #ffde59;
       box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background: linear-gradient(to left, #ffffff 50%, #394ea1 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
    }
  
        
    
    .academics .academic-card:hover {
        /* background-color: #394ea1; */
        background-position: left;
        color:white;
    }
    .academics .academic-card:hover .aca-col {
       
        color: #fbd902;
    }
    .academics .academic-card:hover .hr3{
        background-color: #ffffff;
        opacity:1;
    }
    .academics .academic-card:hover .hr4{
        background-color: #ffffff;
        opacity:1;
    }
    .academics .row .col-lg-4 .academic-card:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
        overflow: hidden;

    }
   
    .academics .row .col-lg-4 .academic-card {
        transition: all 0.5s ease;
        /* border-radius: 0px 25px 0px 25px; */
        width: 100%;
        overflow: hidden;
        
    }
    /* .academic-card:hover .academics{
        background-color: #ffffff !important;
    } */

    .academic-card h5 {
        font-size:20px;
        line-height: 28px;
        margin-top: 10px;
        font-weight: bold;
    }
     .text-body-secondary {
            font-weight: 600;
            padding: 10px 20px 20px;
        }
    
.hr3{
    border: 0;
    height: 2px;
    background-color:#717171;
    opacity: 0.5;
    margin-top:41px;
}
.hr4{
    margin-top:41px;
    border: 0;
    height: 2px;
    background-color:#717171;
    opacity: 0.5;
}
.academics h1{
    text-align: center;
    margin-bottom:54px;
    font-weight: bold;
    font-size:40px;
}
/* key features */
.key{
    height: calc(100vh - 112px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.key .head-our {
    font-weight: bold;
    padding-top: 100px;
    font-size: 40px;
}
 .key .dot-line{
    width: 220px;
    height: 260px;
    border:2px dashed #c8c8c8;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
    z-index: 0;
    transition: all .5s ease;
    /* margin: auto; */
  
 
}
.dot-line:hover{
    position: relative;
    border:2px  #ffde59;
/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
box-shadow: #1e4585d1 0px 5px 15px;
/* background-color: #ffde59; */

}
.dot-line:hover .digital{
    color:#394ea1;
    opacity: 2;
}
.key .col-lg-4 .dot-line .key-round img {
    position: absolute;
    top: 70px;
    left: 72px;
}
.key .col-lg-4 .dot-line .key-round::before {

        content: '';
        position: absolute;
        top: 50px;
        left: 52PX;
        height: 112px;
        width: 112px;
        background-color: #eeeeee;
        border-radius: 50%;
        z-index: -1;
        transition: 0.5S all ease;
    }

.key .col-lg-4 .dot-line:hover .key-round::before{
    width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	border-radius: 25px;
	background-color: #ffde59;
}
/* .key .col-lg-4 .dot-line .key-round:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 52PX;
    height: 112px;
    width: 112px;
    background-color: #eeeeee;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5S all ease;
  
} */
.key .col-lg-4 .dot-line:hover .key-round:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 52PX;
    height: 112px;
    width: 112px;
    background-color: #eeeeee;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5S all ease;
  
}
/* .key .col-lg-4 .dot-line:hover .key-round img{
    filter: invert(1) brightness(50);
} */


/* .key .col-lg-4 .dot-line .key-round:hover  img{
position: absolute;
top:64px;
left:68px;

} */

.head-our{
   color: #282828;
}
/* .key-round{
    background-color: rgba(219, 215, 215, 0.767);
    border-radius: 100%;
    height:112px;
    width:112px;
    display: flex;
    position: absolute;
    top:50px;
    justify-content: center;
    align-items: center;
} */
.key .col-lg-7 {
    padding-top: 45px;
}

.digital{
    position: absolute;
    bottom:40px;
    font-weight: 700;
}

.admsn-text h1 {
    padding-top:20px;
    text-transform: uppercase;
    color:#fbd902;
    font-weight: 700;
    font-size: 36px;
}

.feature img{
 width:100%;
}
.admsn-text h3 {
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 700;
    font-size: 29px;
    padding: 10px 10px;
    margin: 14px 36px 14px
}
.admsn-text h5 {
    color: #595a5a;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    color:#fff
}
.form-bg{
    background-color: #394ea1;
    text-align: center;
}
.name-fld{
    padding:0px 10px;
}

 .key .form-control {
    padding: 5px 18px;
    margin: 8px;
    border-radius: 20px;
   border-color:#ffffff;
   cursor: pointer;
   width:225px;
   box-shadow: none !important;
}
 .form-control:focus {
    box-shadow: none !important;
    border-color:#ffffff;
  }

#adm-start .adm-but{
    margin:8px;
    font-weight: 600;
    padding: 5px 60px;
    border-radius: 20px;
    border:1px solid #fbd902;
    background-color: #fbd902;
    color:#282828;
    opacity: 1;
    width:225px;
    text-align: center;
    box-shadow:none !important;
}
#adm-start .adm-but:hover{
    color:#fbd902;
    border:1px solid #fbd902;
    background-color:#394ea1;
    box-shadow: none !important;
    
}
#adm-start a{
    text-decoration: none;
}
.admsn-form {
    margin: 26px 0px 15px;
    padding: 0px 0px 35px;
}
.hr5{
    margin: 20px 36px;
    border: 0;
    height: 1px;
    background-color: #fff;
    position: relative;
    z-index: 1;
   
}
.extra2{
    position: relative;
    z-index: 1;
}
.extra2::after {
   
        position: absolute;
        content: "";
        border: 3px solid #ffffff;
        width: 77px;
        left: 220px;
        background-color: #ffffff;
        opacity: 1;
        bottom: -2px;
        z-index: 1;
    }

/* testimonials */
.testi{
    height: calc(100vh - 112px);
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
     /* background-image: url("../../assets/img/icons/testi-background.webp"); */
    background-image: linear-gradient(to bottom,#f2f2f2 60%, #ffde59 50%);
}
.testi .carousel-inner {
  
    top:20px;
}

.our{
    font-size: 25px;
    color:#6e6e6e;
    position:absolute;
    top:60px;
    margin-left:30px;
}
.happy{
    color:#424242;
    font-weight: bold;
    font-size: 40px;
    color: #424242;
    margin-left:30px;
    position: absolute;
    top:100px;
}

.testi .carousel-item{
  position: relative;
}
.std1-info {
    height:338px;
    background-color: #2f3690;
    color: #fff;
    width: 580px;
    
     padding:45px 40px;
    border-radius: 35px;
    margin: 48px 15px;
    text-align: justify;
}

.testi .carousel-control-prev-icon{
    display:none;
}
.testi .carousel-control-next-icon{
    display:none;
}
.testi .car-side .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1; 
}
.testi .car-side .carousel-indicators {
    margin-bottom: 0;
    bottom: -15px;
    left: -30px;
    gap:10px;
} 
  .testi .car-side .carousel-indicators .active {
    background-color: #282828;
} 
.testi .car-side2 .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity:1;
}
.testi .car-side2 .carousel-indicators {
    margin-bottom: 0;
    bottom: -60px;
    left: -33px;
    gap: 10px;
}
  .testi .car-side2 .carousel-indicators .active {
    background-color: #282828;
} 
.col-img {
    position: absolute;
    top: 101px;
    right: 88px;
}
  .stu-img{
   position: absolute;
   top:0px;
   left :67px;
  }
  .std1-info h6 {
    padding-top: 49px;
    color: #f58220;
    font-size:25px;
   
    margin: 0;
    margin-bottom: 1.3rem;
  }
 
  
  .std1-info h6 span:nth-child(2) {
    font-size: 19px;
    color: #fff;
    font-weight: normal;
  }
  
  .std1-info h6 span:nth-child(1) {
    color: #fff;
    font-weight: normal;
  }
  
  .std1-info p {
    line-height: 30px;
    font-size: 16px;
    color: #e9e8f3;
  }
  .video-img img{
 max-width: 100%;
 height:auto;
 border-radius: 50px;
  }
  .video-img iframe{
    border-radius: 50px;
   
    width:100%;


  }
  .video-img{
    width:100%;
    margin-top:50px;
  }
  /* footer */
 .footer{
    padding:38px 0px 0px;
    overflow: hidden;
 }
  .address h4, .in-touch h4 {
    margin: 0;
    font-weight: bold;
    color: #394ea1;
    padding-bottom: 25px;
}
.footer-logo {
    text-align: center;
}
.footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sol-txt h4 {
    text-transform: capitalize;
    font-weight: bold;
    padding: 40px 0px 12px;
}
.footer-social-links2{
    display:none;
}
.sol-icons {
    display: flex;
    justify-content: space-between;
    column-gap: 14px;
}
.addr-location, .number, .mail {
    display: flex;
    column-gap: 20px;
}
.addr-location p {
    margin: 0;
    font-size: 16px;

}
.number {
    padding: 20px 0px 20px;
}
.number div:nth-child(2) a, .mail div:nth-child(2) a {
    text-decoration: none;
    color: var(--form-label);
    font-size: 16px;
}
 .footer .name-fld, .numbr-fld, .footer-name-fld, .footer-numbr-fld {
    display: flex;
    flex-direction: column;
}
.footer-name-fld label, .footer-numbr-fld label {
    font-size: 15px;
    font-weight:bold;
}
.footer-form-div label::after {
    content: "*";
    color: #f7921e;
    font-size: 20px;
}
.footer-name-fld input, .footer-numbr-fld input {
    padding: 10px;
    font-size: 14px;
}
 .footer .name-fld input, .numbr-fld input, .footer-name-fld input, .footer-numbr-fld input {
    border: 0px;
    border-bottom: 1px solid #c2c6cb;
    transition: 0.2s;
    outline: none;
}
.footer-form-div button {
    text-decoration: none;
    background-color:#f7921e;
    border:1px solid #f7921e;
    color: #fff;
    padding: 7px 43px;
    font-size: 20px;
    margin-top: 15px;
    /* font-weight: 600; */
   
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-form-div button:hover{
    border:1px solid #f7921e;
    color:#f7921e;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.copyright {
    background-color: #2f3690;
    margin-top: 15px;
}
.copyright-content {
    display: flex;
    justify-content: space-between;
}
 
.copyright-content p {
    margin: 0;
    padding: 15px 0px;
    color: #ffffffc4;
    font-size: 15px;
}

/* offcanvas */
 
.car-side .stu-img{
    background-color: #ffffff;
    border-radius: 50%;
    height:126px;
    width:126px;
}
 
  
.offcanvas {
    background-color: #ffffff;
    width: 300px; 
}


.offcanvas-header {

    border-bottom: 5px solid #fbd902;
}


.offcanvas-body {
    padding: 10px; 
    
}


.text-reset {
    font-size: 30px;
}
.text-reset:focus{
    border: none !important;
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;

}
.navbar-toggler {
    border: none !important; 
}
.navbar-toggler:focus{
    border: none !important; 
}
.navbar-toggler:focus {
    border: none !important;
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.mandatory .headeing h2 {
    font-size: 35px;
    margin-top: 0;
    color: var(--addmision);
    text-transform: capitalize;
  
    font-weight: 600;
  }
  .mandatory{
    height:auto;
    padding:50px 0px 30px;
    overflow: hidden;
  }
  .mandatory table{
    overflow:hidden;
  }
  .mandatory .headeing th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: 18px;
  }
  .mandatory .contact-info h4 {
    font-size: 30px;
    color: #394ea1;
    padding:40px 0px 30px;
    font-weight: bold;
}
  .mandatory .content tr{
 
      height: auto;
  }
  .mandatory .content td {
    text-transform: capitalize;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: 16px;
  }
  .mandatory  .content th{
     background-color: #f7921e;
    color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 18px;;
    padding: 8px;
  }
  .mandatory .info{
  
   width:100%;
  padding:0px;
 
  }
  .mandatory .content table{
    width:100%;
    border-collapse: collapse;
  }
  
  /* .mandatory .padding {
    padding-top: 50px;
    padding-bottom: 70px;
  } */
  .mandatory .contact .contact-info .info {
    padding: 0px;
    margin-bottom: 20px;
  }
  .mandatory .content{
    text-align: center;
  }
  .mandatory .content .admission-btn {
    font-size: 16px;
    color: white;
    background-color:#394ea1;
    float: right;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    font-weight: 600;
    transition: 350ms;
  }
  .mandatory .content a{
    text-decoration: none;
  }
  #off-bu{
    display:none;
  }
