/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */
body{
  padding: 0;
  margin: 0;
  background: #fff;
}

.section-padding{
  padding: 30px 0;
}

.mini-details{
  padding-top: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}

#about .info-tabs{
  margin-bottom: 40px;
}

#about .info-tabs .nav-tabs a{
  border: 1px solid #4986E7;
  font-weight: 500;
  font-size: 1.5rem;
  color: #4986E7;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
}

#about .info-tabs .nav-tabs,
#about .info-tabs .nav-tabs a{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
}

#about .info-tabs .nav-tabs a.active,
#about .info-tabs .nav-tabs a.active:focus,
#about .info-tabs .nav-tabs.active:hover,
#about .info-tabs .nav-tabs a:hover{
  color: #fff;
  background: #4986E7;
}

#about .tab-content{
  padding: 15px 10px 20px 20px;
  background: #fff;
  border: 1px solid black;
}

#about .tab-content ul {
  padding-left: 20px;
  font-size: 1.5rem;
}

#about .tab-content p{
padding-top: 10px;
font-weight: 500;
font-size: 1.5rem;
color: #1e1e1e;
}

#about .info-tabs .nav-tabs>a{
  background: #e7ecea;
  padding-left: 15px;
}

.card{
  border: 1px solid transparent;
}

