@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  body{
    font-family: "Poppins",sans-serif;
    background-color: #FDFDFD;
  }
  .nav-brand img {
    max-width: 80px;
    position: relative;
    top: 2px;
  }
  .profile-container{
    display: flex;
  }
  .header {
    background: #0A294F;
  }
  .nav-brand, .nav-brand:focus, .nav-brand:hover, .nav-menu > li > a {
    color: #fff;
  }
  .home-section{
    margin-top: 50px;
  }
  .vector > img{
    height: 125px;
  }
  .join-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  .sales{
    background-color: #a7283d !important;
    color: white !important;
  }
  .sales i{
    margin-left: 20px;
  }
  .bold{
    font-weight: 700;
  }
  .join-btn button{
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
  }
  a{
    color: #0A294F;
  }
  .links-profile > ul > li > a{
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 10px;
    text-align: center;
    padding: 8px 30px;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #d8dbdb;
    color: #0a294f;
    font-weight: 500;
    display: inherit;
  }
  .links-profile > ul > li > a:hover {
    color: #276ec5;
    transition: 0.5s ease-in-out;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
  }
  .links-profile > ul > li{
    margin-bottom: 10px;
  }
  .student-card{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 500px;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.10));
    border-radius: 10px;
  }
  .institute-card{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 500px;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.10));
    border-radius: 10px;
  }
  .corporate-card{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 500px;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.10));
    border-radius: 10px;
  }
  .links-profile ul{
    padding: 0px;
  }
  .btn.btn-primary {
    background-color: #0A294F !important;
    border-color: #0A294F !important;
    padding: 15px 70px;
  }
  .btn.btn-primary:hover {
    background-color: #103f79 !important;
    border-color: #041830 !important;
    
  }
  .profile-title h3{
    color: #494949;
    font-family: "Poppins";
    font-weight: 600;
  }
  a.link:focus{
    color: #a7283d;
  }
  a.link:hover{
    color: #0A294F;
  }
  .join-btn span{
    font-size: 13px;
  }
  .logoI img{
    width: 50px;
    height: 50px;
  }
  .institute-logos{
    display: flex;
    align-items: center;
  }
  .comp {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .single-employers img {
    max-width: 80px;
  }
  html body .b-t {
    border-top: 1px solid transparent !important;
  }
  .vector-1{
    height: 40px;
    width: 100%;
  }

  .head-logo {
    font-family: "Poppins";
    font-weight: 600;
    color: #0a294f !important;
  }

  .section-heading.mb-6.text-center > h2 {
    color: white;
  }
  #features{
    background-color: #0A294F;
  }
  .shadow-hover {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  }
  .row.gap-y > .col, .row.gap-y > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-body.text-center {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .card-body.text-center > i {
    padding: 10px;
    background-color: #86BBFB;
    color: white;
    border-radius: 5px;
  }
  .card-body.text-center > p {
    font-size: 13px;
  }
  .section-heading.mb-6.text-center {
    padding-bottom: 25px;
  }
  .feature-head {
    padding-bottom: 50px;
  }
  footer.dark-footer {
    background: #0a294f;
  }
  .educ{
    padding-bottom: 10px;
  }
  .educ1{
    padding-top: 10px;
  }

  .sucuri-batch{
    margin-top: 30px;
  }
  /* tabs css */
  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
    color: #0a294f;
  }
  .nav-tabs.nav-outlined .nav-link.active {
    color: #fff;
  }
  .nav-tabs.nav-outlined .nav-link.active {
    color: #0a294f;
    background-color: transparent !important;
    border-bottom: 3px solid #0a294f;
  }
  .nav-item.nav-link:hover {
    color: #0a249f;
  }
  .vector2{
    height: 80px;
    width: 100%;
  }
  .footer-widget > h4 {
    border-left: 4px solid #a7283d;
    padding: 5px;
  }

@media (min-width: 992px){
  .header.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #0A294F;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .forMobile{
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .home-section{
    display: none;
  }
  .dn-lg {
    color: #0a294f;
  }
}
@media only screen and (max-width: 990px) {
  .dn-lg {
    color: #0a294f;
  }
}

