
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');


/* Heading */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');


/* Common */
*{
    margin: 0px;
    padding: 0px;
}
body{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
   /* background-color: #f5d9d6; */
}

.headings{
    font-family: 'Inter', sans-serif;
    
}

.headings h2,.headings h1{
    font-size: 3.5rem;
    color: black;
    margin: 0px;
}

.headings h3{
    margin: 0px;
}


.primary_bg{
    background-color:#0167a2;
}

.primary_txt{
    color:#0167a2;
}

.ternary_bg{
    background-color: rgb(249 138 49)
}

.h_card{
    height: 250px;
}

/* Header */

.top_header{
    padding: 14px 0px;
}

.top_header a{
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.social a,.social{
    color: white;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

.top_logo{
    width:200px;
}

.nav-link{
    font-size: 28px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', sans-serif; */
    font-family: 'Inter', sans-serif;
}

/* @media screen and (min-width:893px){
    .dropdown .dropdown-menu.show{
        display: none !important;
    }

    .dropdown:hover .dropdown-menu{
        display: block !important;
    }

    .dropdown:focus .dropdown-menu{
        display: block !important;
    }
} */




/* Footer */
.footer{
    background-color: #f6f6f6;
    padding: 90px 0px;
}


.copyright{
    background-color: #f6f6f6;  
}

.footer img{
    width: 180px;
}


.footer_heading{
    font-size: 35px;
    font-family: 'Inter', sans-serif;
}

.footer ul li{
    list-style-type: none;
    
}
.footer ul li a{
    text-decoration: none;
    color: #333232;
}

@media only screen and (max-width: 767px) {
   
  .drives_head{
    font-size: 18px;
  }
  
  }
  
/* Scroll Bar */
::-webkit-scrollbar {
    width: 15px;  
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d6d5d5;
    border-radius: 10px;
    border: 2px inset white;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9;
  }



/* Home Page*/

  .services_heading{
    text-decoration: none;
    color: rgb(37, 37, 37);
    font-family: 'Inter', sans-serif;
    font-weight:100;
  }


  .new_admission{
    background-image: url(../images/sunbeams-dark.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;

  }

  .admission_content{
    text-align: center;
    padding: 60px 0px;
  }
  .admission_content h2{
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    color: black;
    margin: 0px;
  }

  .admission_content h6{
    font-size: 18px;
    margin: 0px;
  }

 
.review img{
    width: 150px;
    border-radius: 50%;
    text-align: center;
}
  .item2 img{
    width: 390px;
    height: 250px;
}
.item img{
    width: 150px;
   
    text-align: center;
}
.review img{
    width: 150px;
    border-radius: 50%;
    text-align: center;
}
/* .review img{
    width: 390px;
    height: 250px;
   
} */
