*
{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body
{
  overflow-x: hidden;
}
#myBtn {
  display: none; 
  position: fixed;
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color:#eeaa23; 
  color: white;
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}
.call
{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  left: 30px; 
  z-index: 99; 
  cursor: pointer; 
}
.call img
{
  width: 100%;
}

.Whatsapp
{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  left: 30px; 
  bottom: 10px;
  z-index: 99; 
  cursor: pointer; 
}
.Whatsapp img
{
  width: 100%;
}

html
{
	scroll-behavior: smooth;
}
/* Head section start*/
#topheadicon .row{
}
#topheadicon li{
       
    border-right: 1px solid #ddd;

}
#topheadicon li a{
    padding:2px 5px;
     color: #86C425;
        margin: 0px 5px;
    border-radius: 4px;
    font-size:16px;
    transition:all 0.3s 0.1s ease-in;
}
#topheadicon li a:hover{
        color: #eeaa23;

}
#topheadicon #button .btn{
   background-color: #eeaa23;
    color:#fff;
    transition:all 0.5s 0.1s ease-in;
    font-weight: bold;
}
#topheadicon #button .btn:hover{
    background-color: #86C425;
}
#topheadicon hr{
    margin:0px;
    padding:0px;
}

/*Head section end*/

.navbar-nav
{
    
  margin:0px  60px 0px 0px;
}
.fa-solid
{
  margin-left: 40px;
}
.navbar-nav li
{
	margin: 0px 20px;
}
#navbarfix
{
  width: 100%;
}
#nav-1
{
	color: #000;
	/*background: transparent;
	border: 1px solid lightgray;*/
	transition: 0.2s;
  border: none;
  
}
#nav-1:hover
{
	color: #86C425;
	font-weight: bold;
  background: transparent;
  border-right: 2px solid #86C425;
  border-left: 2px solid #86C425;
  
}
.navbar-brand
{
	margin-left: 40px;
  
}
#login button
{
    transition:all 0.3s 0.1s;
  background-color: #eeaa23;
  width: 80px;
  height: 40px;
  border: none;
  border-radius: 5px;
}
#login button a
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
 #login button:hover{
    background-color: #86C425;
}
/*social media btn*/



/* Nav close */
header
{
  width: 100%;
  margin-bottom: 100px;
}

/* Header Close */


/*--------------------------------------------------------------
  # Careers rating section start
  --------------------------------------------------------------*/
#careers #box1 {
  position: relative;
  z-index: -1;
}

#careers #box2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 999;
}

#careers #box2 span {
  color: #FDC109;
}

#careers .fa-solid {
    margin-left: 0px;
}
/*--------------------------------------------------------------
  # Careers rating section end
  --------------------------------------------------------------*/

#facility
{
  margin-top: 100px;
}

/* facilty Close */


#courses
{
  height: 600px;
  padding: 60px 0px;
  margin-top: 100px;
}
#courses h1
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  padding-bottom:30px ;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, rgba(2,0,36,0) 17%, rgba(238,170,35,1) 48%, rgba(0,212,255,0) 86%)1;

}

#courses .card
{
   /*border: none;*/
   border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
   transition: 0.5s;
   border: 2px solid #eeaa23 ;
}

#courses .card:hover
{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   transform: translateY(-10px);
   /*transform: translateX(10px);*/
}
#courses .card-text
{
	color: #eeaa23;
}
#coursebtn
{
    border: none;
    background-color: #86c222;
    color: #fff;
    width: 100px;
    height: 35px;
    margin-top: 10px;
    transition: 0.4s;
}
#coursebtn a
{ 
    color: #fff;
    text-decoration: none;
}


/* Courses Close */

/*--------------------------------------------------------------
  # Placed_Companies section start 
  --------------------------------------------------------------*/
#placed .btn {
  height: 50px;
  background-color: #1AB69D;
  color: white;
  font-weight: 500;
  transition: all 0.5s;
  line-height: 40px;
}
#placed #btn1:hover {
  background-color: white;
  color: #1AB69D;
  border: 2px solid #1AB69D;
}
#placed .col-md-6 .row img {
  height: 60px;
  width: 100px;
}

/*--------------------------------------------------------------
  # Placed_Companies section end 
  --------------------------------------------------------------*/
#join
{
  margin-top: 30px;
  margin-bottom: 100px;
}
#join h2
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  text-align: center;
  margin: 30px 0px;
}
#join .card
{
  transition: 0.5s;
}
#join .card:hover
{
  transform: translateY(-10px);
}

   /* join close */


.banner2
{
	background-image: url(../image/fixbanner.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 600px;
	width: 100%;
  overflow-x: hidden;
}

/* Section Banner Close */

#about
{
  margin-top: 100px;
  margin-bottom: 100px;
}
#about h2
{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #86c222;
}
#about span
{
  font-size: 25px;
  font-weight: bold;
  color: #eeaa23;
  font-family: 'Raleway', sans-serif;
}
#about p
{
  font-family: poppins;
}
#about .card-deck
{
  margin-top: 30px;
}
/*about us Close */

.keylist
{
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.keylist h2
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  text-align: center;
  margin: 30px 0px;
}
.list
{
  background-color: #121212;;
  width: 100%;
  padding: 20px;
}
.list .card
{
  background-color: #16dbdb;
  margin:20px 0px;
  transition: 0.7s;
}
.list .card:hover
{
  background-color: transparent;
  border: 2px solid #16dbdb;
  color: #16dbdb;
  box-shadow: 0 0px 8px 0 #16dbdb ;
}

   /* key list close */



#Placedstn
{
  margin-top: 100px;
  margin-bottom: 100px;
}
#Placedstn h2
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, rgba(2,0,36,0) 17%, rgba(238,170,35,1) 48%, rgba(0,212,255,0) 86%)1;
}
#Placedstn .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}

#Placedstn .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



/*Placed student close*/


#Mentor
{
  margin-top: 100px;
  margin-bottom: 100px ;

}
#Mentor h2
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, rgba(2,0,36,0) 17%, rgba(238,170,35,1) 48%, rgba(0,212,255,0) 86%)1;
}
.img-wrapper
{
  transition: 0.2s;
}
.img-wrapper:hover
{
  
  border-width: 4px;
  border-style: solid;
  border-image:linear-gradient(342deg, rgba(238,170,35,1) 0%, rgba(134,194,34,1) 100%)1;

}
.img-wrapper img
{
  height: 300px;
  width: 300px;
  filter: grayscale(100%);
  transition: 2s;
  position: relative;
}
.img-wrapper:hover img
{
  filter: grayscale(0%);
  transform: scale(0.9);
}
.img-wrapper h2
{
  opacity: 0;
}

.img-wrapper:hover h2
{
  opacity: 1;
  transform: translateY(-20px);
  transition: 2s;
}



#location
{
  height: auto;
  padding: 60px 0px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#location h2
{
  font-family: 'Raleway', sans-serif;
  color: #86c222;
  padding-bottom:30px ;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, rgba(2,0,36,0) 17%, rgba(238,170,35,1) 48%, rgba(0,212,255,0) 86%)1; 
}

#location .card
{
   /*border: none;*/
   border-radius: 0px;
   transition: 0.5s;
   border: none;
}

#location .card:hover
{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   transform: translateY(-10px);
   /*transform: translateX(10px);*/
   border-width: 4px;
  border-style: solid;
  border-image:linear-gradient(342deg, rgba(238,170,35,1) 0%, rgba(134,194,34,1) 100%)1;
}
#location .card-text
{
  color: #eeaa23;
}
#location i
{
  font-size: 30px;
  color: #86c222;
  
  margin: 10px 10px 20px 0px;
}
footer
    {
      background-color: #000;
      width: 100%;
      height: 200px;
    }
    .footernav
    {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 50px;
    }
    .footernav a
    {
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      margin: 0px 10px;
    }
    .footernav a:hover
    {
       color: #eeaa23;
    }
    .footernav span
    {
      color: gray;
    }
      
    .social
    {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .social a
    {
       color: #fff;
       
    }
    
    .social i
     {
         border:1px solid white;
           padding:5px;
         border-radius:50%;
       font-size: 20px;
        transition:all 0.4s 0.1s;
     }
     .social a:hover
     {
        color: #000;
     }
      .social i:hover{
           background-color:#fff;
    }
     footer p
     {
      text-align: center;
      color: gray;
     }



@media screen and (max-width: 768px) {
   .navbar-nav 
   {
     margin-left: 0px;

   }
.navbar-nav li
   {
     margin: 0px 0px;
   }

.navbar-nav li a
{
     font-size: 12px;
}
.navbar-brand
{
  margin-left: 5px;
}
#login button
{
  margin-left: 40px;
}
#login button a
{
  font-size: 14px;
}
  

}





@media screen and (max-width: 500px) {
     body
     {
      overflow-x: hidden;
     }
     .navbar-toggler-icon
     {
      margin-right: 20px;
     }
     .navbar-brand
      {
      margin-left: 0px;
     }
     .navbar-brand img
     {
         width: 65px;
     }
     #nav-1:hover
     {
       border-right: none;
       border-left:none;
     }
     #login button
     {
      margin-left: 0px;
     }
     header
     {
      margin-bottom: 30px;
     }
     #headimg img
     {
       width: 100%;
     }
     #facility
     {
      margin-top:0px;
      margin-bottom: 0px;
     }
     #facility img
     {
       width: 80px;
     }
     #facility h2
     {
       font-size: 22px;
     }
     #banner
     {
     	height: 760px;
      overflow: hidden;
     }
     #courses
     {
       height: auto;
       width: 100%;
       padding: 0px 0px;
       margin-top: 0px;
       margin-bottom: 0px;
     }

     #courses h1
     {
      font-size: 30px;
      margin-bottom: 0px;
     }
    #courses .card
     {
       margin: 0px auto;
       width: 70%;
     }
     #join
     {
       margin-top:0px;
       margin-bottom: 40px;
     }
     #join h2
     {
      font-size: 30px;
     }
     .banner2
     {
        width: 100%;
        background-position: center;
     }
     #about .card-deck
     {
      margin-top: 0px;
     }
     #imgabout
     {
      margin-top: -55px;
      margin-right: 12px;
      margin-bottom: 0px;
     }
     #about
     {
      margin-top: 40px;
      margin-bottom: 0px;
     }
     #about h2
     {
        font-size: 30px;
     }
     #about span
     {
       font-size: 18px;
     }
     #about p
     {
       font-size: 14px;
     }

     
     .keylist
     {
       width: 100%;
       margin-top: 0px;
       margin-bottom: 0px;
     }
     .keylist h2
     {
       font-size: 30px;
     }
     #Placedstn h2
     {
       font-size: 30px;
     }
     #Placedstn
     {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
     }
     #Placedstn .card
     {
       margin: 20px 0px;
     }
   
     #process
    {
      width: 100%;
      margin-top: 100px;
      overflow-x: hidden;
    }
     #process h2
     {
       font-size: 30px;
     }
     .timeline h3
     {
        font-size: 20px;
     }
     #Mentor
     {
      margin-top: 30px;
      margin-bottom: 0px;
     }
     #Mentor h2
     {
        font-size: 30px;
     }
     #Mentor .col-sm-4
     {
      padding: 10px;
      margin-bottom: 20px;
     }
     #location
     {
       height: 100%;
       margin-bottom: 0px;
       padding: 0px 0px;
     }
     #location .card
     {
       margin: 0px auto;
       width: 70%;
     }
     .footernav a
    {
      font-size: 12px;
    
    }
    .social i
    {
       font-size: 18px;
    }
    footer p

    {
      font-size: 14px;
    }
      
     }

     
