body{
  min-width: 320px;
}

*{
    margin: 0;
    padding: 0;
}

.logo{
  width: 70px;
}

p{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
h1{
  font-family: "Roboto Slab", serif;
}

h2,.logo-caption {
  font-family: 'Nunito', sans-serif;}

  .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  top:70%
}

/*Header*/

.info{
  background-color: #28469d;
}


nav{

  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.25));
}



.carousel-caption h1{
  font-size: 50px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: -webkit-linear-gradient(45deg, #000000,#000000, #000000);
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


@media (max-width: 768px) {
  .carousel-caption h1 {
      font-size: 30px;
     
  }
}


@media (max-width: 991px) {


  .carousel-caption h1 {
      font-size: 40px;
     
  }
}

.carousel-indicators span{
max-width: 15px;
border-radius: 20px;

}


.nav-link{
    font-weight: 500;
}

.nav-link:hover{
  border-radius: 10px;

color: #002592;
}


  .card .btn{
    background-color: #002592;
  }
 
  /*Mission Vision*/

  .bg-box {
    background-color: #3b3b3b;
    color: #ffffff;
    
  }
  
  .box-bg {
    background-color: #002592;
    color: #fffcfc;
    
  }

.chatbox img{
  width: 50px;
}

  .chatbox{
position:fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1;
  }


  .form-control{
   
  }

  .bg{
    
  }

  