*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Times New Roman', Times, serif;

}


html{
    scroll-behavior: smooth;
}

.navbar-background{
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 14px );
-webkit-backdrop-filter: blur( 14px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

#navbar{
    width: 100%;
    position: fixed;
    background: rgb(246,6,27);
    background: linear-gradient(90deg, rgba(246,6,27,1) 0%, rgba(255,175,0,1) 100%);
    
    
    z-index: 9999999;
}


#menu{
    color: yellow;
}



#logo{
    margin-left: 15px;
    color:yellow;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
    font-weight: bolder
    
}

#logo span{
    color: yellow;

}

#logo #span1{
    font-size: 30px;
}

.navbar-nav{
    margin-left: 20px;
    

}
.nav-item{
    margin-left: 10px;
}

.nav-item .nav-link{
    font-size:18px ;
    font-weight:bold;
    color:white;
    margin-left: 2px;
    text-shadow: 0px 0px 1px black;
    transition: 0.2s ease;
    
}
.nav-item .nav-link:hover{
    color: yellow;
    filter: drop-shadow(2px 2px 10px red);
    font-size: 20px;
}


@media  screen and (max-width: 700px) {
    
    .nav-item .nav-item{
        height: 100vh;
    }
}
@media  screen and (max-width: 400px){
    #navbar{
        width: 100%;
    }
    #logo img{
        width:60px;
        height: 60px;
    }

}





#home{
    background-image: linear-gradient(rgba(4,9,30,0.8),rgba(4,9,30,0.8)),url(Images/bg-image.jpeg);
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 

}

#home h2{
    color:white;
    font-weight: bolder;
   

}

#home p{
    color: yellow;
    font-size: 20px;
    opacity: 0;
    font-weight: bolder;
}

#home .btn{
    margin-top: 30px;
    opacity: 0;
}


#home a{
    text-decoration: none;
    font-size: 0,9rem;
    padding: 13px 35px;
    background-color: white;
    font-weight: 600;
    border-radius: 5px;
}

#home a.red{
    color:blue;
    background:#fff;
}
#home a.red:hover{
    color: white;
    background: red;
}


.slide-left{
    animation: slideleft 1s linear forwards;
}

@keyframes slideleft{
    0%{
        transform: translate(100px);
        opacity: 0;

    }
    100%{
        transform: translate(0px);
        opacity: 1;
    }
}

p.slide-left{
    animation-delay: 1s;
}
.btn.slide-left{
    animation-delay: 2s;
}

@media  screen and (max-width: 400px){
    #home{
        width: 100%;
        height: 100%;
    }
    #home a{
        font-size: 12px;
    }
    #home h2{
        font-size:20px !important;;
        padding-top: 30px;
    }
    #head1 {
        font-size: 20px !important; 
    }

    #head2 {
        font-size: 18px !important; 
    }
  
   
}

  


    












#yy{
    font-weight: bolder;
}

#ww{
    font-size: 15px;
}


.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.course h1{
    
    font-weight: bold;
}
p{
    color:black;
    font-size: 20px;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.course-col{
    flex-basis: 31%;
    background:#e00001;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}


.slide-top{
    animation: slidleft 1s linear forwards;
}











#fac .course-col{
    flex-basis: 31%;
    background: #ff5a00;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    color: #fff;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: black;
    font-weight: bolder;
}
.course-col p{
    color: #fff;
    
}
.course-col h3{
    color:#fff;
}

.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
}

@media(max-width:700px){
    .row{
        flex-direction: column
    }
}




/*-------facilities----*/

.facilities{
    min-height: 1300px;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.facilities-col{
    box-shadow: 2px 2px 8px black;
    font-size: 17px;
    max-width: 200px;
    max-height:700px;
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.facilities-col img{
    width: 100%;
    border-radius: 10px;
}

.facilities-col p{
    padding: 0;
    text-align: justify;
    font-size: 15px;
}
.facilities-col h3{
    position: relative;
    top: 10px;
    text-align: left;
    font-weight: bolder;
}

@media  screen and (max-width: 400px){
    .facilities-col h5{
        font-size:14px;
        margin-top: 10px;
        font-weight: bold;
        
    }
    .facilities-col h3{
        font-size: 18px;
    }
    .course-col p{
        font-size: 16px;
    }

    .course-col h3{
        font-size: 20px;
        font-weight: bold;
    }
    .course h1{
        font-size: 24px;
        font-weight: bold;
    }
    .facilities h1{
        font-size: 24px;
        font-weight: bold;
    }
    .branch h1{
        font-size: 24px;
        font-weight: bold;

    }
    .branch h3{
        font-size: 15px;
        font-weight: bold;
    }
    #branch2 h3{
        font-size: 15px;
        font-weight: bold;
    }
    #branch3 h3{
        font-size: 15px;
        font-weight: bold;

    }
    #branch4 h3{
        font-size: 15px;
        font-weight: bold;


    }
    
    #even h1{
         font-size: 24px;
         font-weight: bold;

    }
    #even h4{
        font-size: 16px
    }
    .about h1{
        font-size: 24px;
        font-weight: bold;
    }
    .about p{
        font-size: 16px;
        font-weight: normal
    }
    .about h3{
        font-size: 20px;
        font-weight: bold;

    }
    #place h1{
        font-size: 24px;

    }
    #place1{
        font-weight: 300;
    }
    #place h2{
        font-size: 20px;
        font-weight: bold;
    }
    #place p{
        font-weight: normal;
    }
    #contact h1{
        font-size: 24px;
        font-weight: bold;

    }
    .ag-courses-item_date{
        font-size: 16px;
    }
    



}






.campus{
    width: 80%;
    margin: auto;
    text-align:center ;
    padding-top: 50px;

}

.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    display: block;
    height: 100%;
}


.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226,0,0,0.7);

    
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    opacity: 0;
    transition: 0.5s;

}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}



.location{
    width:80;
    margin: auto;
    padding: 80px 50px;

} 
.location iframe{
    width: 100%;
}

.location h1{
    text-align: center;
}

.contact-us{
    width: 80%;
    margin: auto;

}
.contact-col{
    
    margin-bottom: 30px;

}
.contact-col div{
    
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: red;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}



.btn .red{
    text-decoration: none;
    border-radius: 2px;
    width: 100px;
    color: red;
    background:#ffc800;
    

    


}
.btn .red:hover{
    color: white;
    background: red;
    
   

}






/*--------about----*/


.about h1{
    padding-top: 8%;
    text-align: center;

}
.about p{
    text-align:justify;
    font-size: 20px;
    width: 80%;
    margin: 0 auto
}


#abt p{
    padding-top: 2%;
}
#Ac-1,#Ac-2,#Ac-3{
    width: 300px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width:450px){
    #Ac-1,#Ac-2,#Ac-3{
        margin: 0 auto;
        height:550px;
    }
}
#us{
    margin-top: 100px;
}
#us i{
    font-size: 30px;
    color:black;
}
#us .fa-solid{
    padding-left: 120px;
    color: red
    
}

.row{
    width: 100%;
    text-align: justify;
}

@media screen and (max-width:1000px){
    #abt{
        font-size: 18px;
    }
    #us{
        font-size: 12px;
    }

    #us .fa-solid{
        padding-left: 150px;
    }
}







footer {
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #3F71EA;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}





@media  screen and (max-width: 400px){
    .footer-distributed{
        width: 100%;
    }

}






















#fac h1{
    text-align: center
}




#marquee {
    padding: 50px 50px;
    width: 100%;
    height: auto;
    
}

#marquee .container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 20s infinite linear;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
}

#marquee img {
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(238, 231, 231, 0.9);
    
}

@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 25%;
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 33.33%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
}





/*---------counter----*/

.counter-wrapper{
    background: url(Images/bg-image.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    padding: 10rem 9%;
    margin-top: 5rem;
    position: relative;
}
.counter-wrapper::before{
    position: absolute;
    content: '';
    content: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.counter{
   text-align: center;   
   color:#fff;
   z-index: 2;
   position: relative;
}
.counter::before{
    position: absolute;
    content: '';
    bottom: -2rem;
    left: 50%;
    width: 20%;
    height: .2rem;
    background: #4DB7FE;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.counter .count{
    font-size: 5rem;
    margin-bottom: 1rem;    
}
.counter p{
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #e74c3c
}
.counter h1{
    color: #fff;
}






@media (max-width: 991px) {
    html{
        font-size: 55%;
    }
}
@media (max-width: 768px) {
   .counter-wrapper{
       grid-template-columns: repeat(2, 1fr);
       grid-row-gap: 8rem;
   }
}
@media (max-width: 450px) {
    html{
        font-size: 50%;
    }
    .counter-wrapper{
        grid-template-columns: 1fr;
    }
}

@media  screen and (max-width: 400px){
    .counter-wrapper{
        width: 100%;
    }
}

/* about ---------------------------------------------  section */

.container {
    text-align: center;
    padding-top: 
}

.container h1 {
    color: #333;
    margin-bottom: 20px;
}

.container p {
    color: #555;
    margin-bottom: 40px;
}

.animation-container {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #3498db;
    border-radius: 50%;
    animation: rotate 3s infinite linear;
    
}

.dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e74c3c;
    border-radius: 50%;
    animation: bounce 1s infinite alternate;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}






/*----------newwwww-----*/


.ag-format-container {
    width: 1142px;
    margin: 0 auto;
    text-decoration:none;

    
}




.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    padding: 50px 0;
    
}
.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
  
    margin: 0 15px 30px;
  
    overflow: hidden;
  
    border-radius: 28px;
}
.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #121212;
  
    overflow: hidden;
  
    position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}
.ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 25px;
  
    overflow: hidden;
  
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
}
.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
}
.ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;
  
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}
.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f9b234;
  
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
  
    border-radius: 50%;
  
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
}
  
  
  
@media only screen and (max-width: 979px) {
    .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
      font-size: 24px;
    }
}
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
}
@media only screen and (max-width: 639px) {
    .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;
  
      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
    }
    .ag-courses-item_date-box {
      font-size: 16px;
    }
} 




h2{
    text-align:center;
    padding: 30px;
    padding-top: 50px;
  }
  /* Slider */
  
.slick-slide {
    margin: 0px 20px;
  }
  
.slick-slide img {
    width: 100%;
  }
  
.slick-slider{
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
}
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
}

/*------------------dep----*/
.gallery{
    display: flex;
    gap: 1rem;
    height: 200px;
    width: 95%;
    height: 500px;
    margin: 10px;
}

.gallery > div{
    flex: 1;
    transition: all 0.5s;

}

.gallery > div:nth-child(1){
    background: url("./Images/sprt.jpg");
    background-position: center;
    background-size: cover;
}


.gallery > div:nth-child(2){
    background: url("./Images/sprt1.jpg");
    background-position: center;
    background-size: cover;
}

.gallery > div:nth-child(3){
    background: url("./Images/sprt3.jpg");
    background-position: center;
    background-size: cover;
}

.gallery > div:hover{
    flex: 4;
}

.events h1{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 4%;
}
.events H4{
    text-align: center;
}

/*-------placements----*/
#place h1{
    padding-top: 7%;
    font-weight: bolder;

}

#place p{
    font-size: 19px;
    
}
#place1 {
    text-align: justify;

}



/*--------------------------- branches---------- */

#branchh1{
    text-align: center;
}

#branch{
    text-align: center;
    padding-top: 80px;
}

