
body{
  margin: 0px;
  padding: 0px;
  background-color: #25274d;
  line-height: 2.0;
}

div.b {
  line-height: 2.0;
}

.container{
  height: 40px;
  width: 100%;
}

.meow{
  padding-top: 0px;
}

.carousel-item{
  height: 667px;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.card_bg {
  line-height: 1.6;
  background-color: #12181F;
  padding: 40px;
  color: #ffffff;
}

.carousel-image-1{
  background-image: url("image/siamak-poorjam-xHFqoXAj3E4-unsplash.jpg");
  background-size: cover;
  
}

.carousel-image-2{
  background-image: url("image/Doc.jpg");
  background-size: cover;
  
}

.carousel-image-3{
  background-image: url("image/doctor-650534_1920.jpg");
  background-size: cover;
  
}

.carousel-image-4{
  background-image: url("image/im\ 4.jpg");
  background-size: cover;
  background-color: rgba(red, green, blue, alpha);
}

.dark-overlay{
  position:absolute ;
  top: 0;
  left: 0;
  background-color: rgba(3, 2, 5, 0.7);
  width: 100%;
  height: 100%;
}

#service{
  margin-top: 60px;
}

#service img{
  border-radius: 70%;
}

#foundation{
  margin-top: 60px;
  min-height: 350px;
  position: relative;
  background-image: url("image/Ambulance.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

#foundation .container{
  width: 90%;
  height: 70%;
  margin: 40px auto;
  background:rgba(0, 0, 0, 0);
  border: dashed white;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.centered {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 1em;
  color: white;
}

.boxx1{
  margin-top: 2.8%;
  width: 2.8%;
  height: auto;
  color: rgba(0, 0, 0, 0);
}

#learn{
  margin-top: 60px;
  min-height: 350px;
  position: relative;
  background-image: url("image/pt2\ 1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

#learn .container{
  width: 90%;
  height: 70%;
  margin: 40px auto;
  background:rgba(0, 0, 0, 0);
  border: dashed white;
}

.mascot{
  border-radius: 100%;
  box-shadow: 10px 10px 20px 10px #25274d,10px 10px 10px 8px #aaabb8;
  /* box-shadow: x , y , blur , spread    color ;*/
  opacity: 0.8;
}

.meow{
  position: relative;
  background-image: url("image/pt2\ 1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

#Interview{
  margin-top: 60px;
  min-height: 350px;
  position: relative;
  background-image: url("image/in.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

#Interview .container{
  width: 90%;
  height: 70%;
  margin: 40px auto;
  background:rgba(0, 0, 0, 0);
  border: dashed white;
}