
body{
    overflow-x: hidden;
}
/* header end */
.main-navbar{
    max-width: 1640px;
    margin: auto;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#slider{
       position: relative;
       max-height: 90vh;
       overflow: hidden;
       max-width: 1640px;
       margin: auto;
}
#slider img{
    object-fit: cover;
    max-height: 90vh;
}
#slider .carousel-item{
    position: relative;
    height: max-content;
} 
#slider .overlay{
    background-color: rgba(0, 0, 0, 0.425);
   position: absolute;
   top: 0;
   left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
       
}


#slider .carousel-control-prev,#slider .carousel-control-next{
   z-index:3;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider .carousel-control-prev{
top: 50%;
transform: translateY(-50%);
left: 20px;

}
#slider .carousel-control-next{
top: 50%;
transform: translateY(-50%);
right: 20px;

}
#slider h1{
    margin-top: 120px;
    color: white;

}
/* slider end */
#digits{
    margin-bottom: 60px;
}

#digits h2{
    color: var(--color1);
    font-size: 40px;
    font-weight: bold;
}
#digits .box span{
    font-size: 45px;
    font-weight: bold;
  
}
#digits .box{
    position: relative;
    width: max-content;
}
.border-end{
    border-right: 2px solid rgb(214, 214, 214) !important;
}
.border-start{
    border-left: 2px solid rgb(214, 214, 214) !important;
}
/* #digits .box::before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 100px;
    left: -65px;

    width: 2px;
    background-color: #b4b4b4;
}  */
#digits .box p{
      color: #6D6D6D;
}
/* digits end */


/* courses start */

#courses .news-events li{
    font-weight: 500;
}
#courses .course-box{

border-radius: 7px;
overflow: hidden;
}
#courses .course-box h5{ 
 text-transform: uppercase;
 font-weight: 600;
 color: #3a3a3a;
}
#courses .course-box .img-box{
    max-height: 140px;
    overflow: hidden;
}
#courses .course-box p{ 
color: #6D6D6D;
}
.rating i{
    color: orange;
}
.related-course .box:last-child{
    margin-bottom: 0px !important;

}

/* courses end */

/* why choose us  start*/

#choose-us{
    background-color: var(--background);
    position: relative;
    min-height: 100vh;
   }
#choose-us .center-img{
  position: absolute;
  left: 50%;
bottom: 0;
  transform: translateX(-50%);
  max-width: 450px;
}
#choose-us .main-box{
    margin-bottom: 50px;
}
#choose-us .main-box p{
  width: 90%;
}

#choose-us .main-box .icon-box{
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0973DB 0%, #10A8D7 100%);
}
#choose-us .main-box .icon-box img{
    width: 60px;
     
}
.para{
    color: #414141;
}

/* choose us end */

/* about us start */


#about .form{
    flex-shrink: 0;
    background: url(../images/form-bg.jpg);
    max-width: 375px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    padding: 30px 30px;
    position: relative;
    margin-left: 55px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#about .form::before{
    content: "";
    width: 55px;
    height: 81%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #0973DB 0%, #10A8D7 100%);
border-radius: 12px;
border-top-right-radius:0px ;
border-bottom-right-radius:0px ;
    left: -55px;
}
#about .form form input,#about .form form textarea,#about .form form select{
    border: none;
    outline: none;
    box-shadow: none !important;
   background-color: rgba(255, 255, 255, 0.603);
    
}
#about select::after{
    content: "hi";
}
#about form button{
    width:100%
}
#about .section-heading{
    text-align: left !important;
}
#about .para-1{
  
   position: relative;
}
#about .para-1::before{
content: "";
display: inline-block;
position: absolute;
width: 100px;
height: 2px;
background-color: var(--color1);
bottom: 0px;
left: 0px;

}


/* about end */
/* blogs start */
#blogs{
    background-color: var(--background);
}
#blogs .main-box{
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border: 2px solid #E1E1E4;
}
#blogs .img-box{
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
#blogs .img-box .date-box{
     position: absolute;
     padding: 5px 15px;
     left: 7px;
     bottom: 7px;
     color: white;
     font-weight: 500;
     border-radius: 5px;
     background: linear-gradient(90deg, #0973DB 0%, #10A8D7 100%);

}
#blogs .details{
  padding: 20px 15px;
  background-color: white;
  
}
#blogs .readmore{
    width: max-content;
}
#blogs .readmore i{
font-size: 10px;
width: 20px;
height: 20px;
color: white;
border-radius: 50%;
background: linear-gradient(90deg, #0973DB 0%, #10A8D7 100%);

}
#blogs .readmore:hover i{
    animation: shake alternate ease .3s;
}

/* blog end */
/* testimonials start */

#testimonials .testimonial-blog{
    position: relative;
   
}
#testimonials .quote{
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
   
}
#testimonials .profile{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background-color: lightblue;
   overflow: hidden;
   
}
#testimonials .student-name h5{
border-right: 2px solid #6D6D6D;
width: max-content;

}

/* testimonials end */

/* faq's start */

#faq{
    background-color: var(--background);
}
/*  */
/*  */

/* faq end */
/* company start */

#companies{
    padding: 40px 0px;
}
#companies .company-img{
    max-width: 150px;
}
#companies .owl-item{
display: flex;
align-items: center;
}


/* company end */

/* footer start */
#footer{
    background-color: #002345;
    padding-bottom: 0px !important;
}
#footer .social-links .link{
    
   width: 40px;
   height: 40px;
   border-radius: 5px;
   background-color: white;
   font-size: 18px;
}
#footer .social-links .link i{
    line-height: 0px;
}
#footer h4{
    font-size: 20px;
}


/* footer end */

#footer ul li a{
    margin-bottom: 10px;
    display: block;
    color: #afafaf;
    transition: all ease .2s;
}
#footer ul li a:hover{
    transform: translateX(10px);
    color: #ffffff;
}
#footer .box{
    width: max-content;
    margin: auto;
}
#footer form{
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
}
#footer form input{
   padding: 5px 10px;
   border: none;
   outline: none;
}
#footer form button{
    width: 40px;
    height: 40px;
    background-color: var(--color1);
    color: white;
    font-size: 20px;
}

/* ********************** about page **************************** */

#about-description{
    background-color: var(--background);
    padding: 50px 0px;
    
}
/* ********************** about page end **************************** */

/* ******************************* staff page ******************************* */


#staff-members{
    position: relative;
}
#staff-members .main-title{
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 30px;
    border: 2px solid var(--color1);
    transform: translateX(-50%);
   z-index: 2;
   width: max-content;
    background-color: var(--color1);

}

.staff-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.staff-block {
    display: flex;
    align-items: center;
    position: relative;
}

.staff-block::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 80%;
    width: 100%;
    border: 1px solid #d3d3d3;
    z-index: -1;
}

.staff-img {
    min-height: 230px;
    min-width: 230px;
    max-height: 230px;
    max-width: 230px;
    padding-left: 30px;
}

.staff-img img {
    max-width: inherit;
    min-width: inherit;
    max-height: inherit;
    min-height: inherit;
    object-fit: cover;
    object-position: top center;
    border: 6px solid #fff;
    outline: 1px solid #d3d3d3;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
}

.staff-content {
    padding: 40px 20px 40px 56px;
}

.staff-content .name {
    font-size: 20px;
    font-weight: 700;
}

.staff-content .position {
    font-size: 15px;
    color: #555;
    font-style: italic;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.staff-content .qualification {
    margin: 10px 0 4px 0;
}

/* ***************************** staff page end ***************************** */
/* **************************** courses page start *************************** */


#courses-page .course-box{
    /* border: 1px solid #E1E1E4; */
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.25);
border-radius: 7px;
overflow: hidden;
}
#courses-page .course-box h5{ 
 text-transform: uppercase;
 font-weight: 500;
 color: #3a3a3a;

}
#courses-page .course-box .img-box{
    overflow: hidden;
}
#courses-page .course-box p{ 
color: #6D6D6D;
}

/* single page course start */

  /*  */
  #course-details {
    background-color: var(--background);
  }
 
  
  #course-details .left .img-box{
    overflow: hidden;
    width: 100%;
  
  }
  #course-details .left .updates .text{
    font-weight: 600;
  }
  #course-details .left .updates .stars{
    color: rgb(255, 145, 0);
  }
  
  #course-details .left .img-box img{
    width: 100%;
    border-radius:10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

  }
 

  #course-details .right{
    position: sticky;
    top: 80px;
  }
 

  #course-details form{
    background-color: white;
    border-radius: 7px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 20px; margin-top: 30px;

   

  }

  /* right side single course */
  #course-details form input , #course-details textarea{
    font-size: 14px;
  }
  #course-details form .theme-button{
    width: 100%;
  }
  

#course-details .right .box{
 color: black;
 border-bottom: 1px solid var(--color1);
 padding: 15px;
 border-radius: 5px;
 background-color: white;


 
}

#course-details .right .box:hover{
  box-shadow: rgb(0 0 0 / 16%) 0px 5px 16px 0px !important;

}
#course-details .right .img-box{
max-height: 100px;
max-height: 150px;
border-radius: 5px;
overflow: hidden;
}

#course-details .right .img-box img{
max-width: 150px;
width: auto;
height: 100%;
border-radius:10px;
}
#course-details .para:not(:last-child){
    margin-bottom:15px;
}
#course-details .right .box .img-box{
flex-shrink: 0;
margin:auto;
}
#course-details .right .title{
font-weight: 500;
color: var(--color1);

}
  
#course-details .right .para{
max-height: 45px;
overflow: hidden;

}
  
#course-details .right .box .small-content{
/* flex-shrink: 0; */
padding: 15px 15px;
border-radius: 7px;

}
#course-details form h4{
color: var(--color1);


}

/* ********************* courses page end *********************************** */


  /* blog single page start ====================== */

  #single-blog {
    background-color: var(--background);
  }
  #single-blog .left .img-box{
    border-radius: 10px;
    max-height: 500px;
    overflow: hidden;
  }
  #single-blog .left .img-box img{
   display:block;
   margin:auto;
   border-radius:10px;
  }
  #single-blog .left{
    border-radius: 10px;
      box-shadow: rgb(0 0 0 / 8%) 0px 5px 16px 0px !important;
  
  }
  #single-blog .post-by{
    font-weight: 500;
  }
  #single-blog .blog-details{
    padding: 20px 30px;
  }
  #single-blog .title{
    font-weight: 600;
    color: var(--color1);
  }
  #single-blog .blog-details{
    background-color: white;
  }
  /*  */
  #single-blog .right{
  position: sticky;
    top: 80px;
  }
  #single-blog .right .box{
   color: black;
   border-bottom: 1px solid var(--color1);
   padding: 15px;
   border-radius: 5px;
   transition: all ease .3s;
   background-color: white;

   width:100% ;
  }
  #single-blog .right .box:hover{
  margin-bottom: 0px;
  }
  #single-blog .right .box:hover{

   box-shadow: rgb(0 0 0 / 16%) 0px 5px 16px 0px !important;
  }
  #single-blog .right h4{
    color: rgb(81, 81, 81);
  }
 
  #single-blog .right .img-box{
  max-height: 100px;
  max-height: 150px;
  border-radius: 5px;
  overflow: hidden;
  }
  
  #single-blog .right .img-box img{
  max-width: 150px;
  width: auto;
  height: 100%;
  border-radius:10px;
  }
  #single-blog .para:not(:last-child){
      margin-bottom:15px;
  }
  #single-blog .right .box .img-box{
  flex-shrink: 0;
  /* margin:auto; */
  }
  #single-blog .right .title{
  font-weight: 500;
  color: var(--color1);
  
  }
    
  #single-blog .right .para{
  max-height: 45px;
  overflow: hidden;
  
  }
    
  #single-blog .right .box .small-content{

  padding: 15px 15px;
  border-radius: 7px;
  
  }
    
    
    /* blog single page end ====================== */
    /* ************************* contact us start ********************** */
    #contact-us {
        background-color: var(--background);
        

    }
    #contact-us h4{
    color: var(--color1);

    }
    #contact-us .icon{
        min-width: 110px;
        background: linear-gradient(90deg, #0973DB 0%, #10A8D7 100%);
max-height: 110px;
min-height: 110px;
    }
    #contact-us .right a{
        transition: all ease .2s;
    }
    #contact-us .right a:hover{
       color: #0973DB !important;
       transform: scale(1.1);
    
    }
    /* ************************* contact us end ********************** */

    #events .event-box{
        border-radius: 10px;
        position: relative;
        max-height: 350px;
        height: 350px;
        overflow: hidden;
    }
    #events .event-box img{
    max-height: 350px;
    height: 100%;
    width: auto;
    }
    #events .event-box .overlay{
        padding: 20px;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
        position: absolute;
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.201) 100%);
    }

    #events .event-box:hover i{
        transform: translateX(10px);
    }

    #events .right{
        position: sticky;
        top: 70px;

      border-radius: 7px;
       padding: 20px;
       
        
    }
    #events .right h5{
        color: var(--color1);
    }
    #events .right ul li{
        margin-left: 10px;
        list-style: disc;
        margin-bottom: 7px;
    }
    #events .right ul li:hover a{
      color: #0973DB !important;
    }

    /* ********************* enents end ************************ */

    #placements .box{
        max-width: 250px;
        overflow: hidden;
margin: auto;
        
    }
    #placements .box .img-box{
        max-width: 250px;
        overflow: hidden;
        
    }
    #placements .box .img-box img{
     display: block;
     margin: auto;
     max-width: 250px;
     width: 100%;
    }
    /* ******************** placements end ************** */

    /* ********* enent single page ********************** */

    #single-event .heading, #single-event h6{
        color: var(--color1);
    }

    /* ************ sengle events end ************ */

    /* ************ branches start ****************************** */

    #branches{
        background: url(../images/branches\ map.png);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        min-height: 100vh;
        background-color: var(--background);
        background-repeat: no-repeat;

    }
    #branches .box{
      
        background-color: var(--color1);
        color: white;
        position: relative;
        box-shadow: 1px 1px 5px rgb(137, 137, 137);
    }
    #branches .box a{
 
      position: absolute;
      top: -10px;
      right: -10px;
      display: flex;
      align-items: center;
      color: var(--color1);
      justify-content: center;
  font-size: 10px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: white;
      box-shadow: 1px 1px 5px rgb(176, 176, 176);
    }
    #branches .box .bi-geo-alt-fill{
        font-size: 40px;
               
    }
