﻿.panel-heading {
    background-color:#89def5 !important;
    color:white !Important;
}
.panel {
    border-color:#89def5 !important;
  
}
h2 {
    font-size:18px;
}

.my_footer {
    margin-left:20% !Important;
}
.img-panel {
    height:300px;
    box-shadow:1px 2px 4px #808080 , 0px 0px 50px #f1f1f1 inset;
    border-radius:100%;
    width:40%;
}
.img-panel:before {
    content:' ';
    position:absolute;
    background-color:red;
    z-index:99999;
    height:300px;
    box-shadow:1px 2px #808080;
    margin-left:100px;
    border-radius:100%;
    width:40%;
}
.panel {
    padding:0px !Important;
}
.panel-info {
     border-radius:100%;
    background-size:cover;
    background-size:350px 300px;
    padding:0px !Important;
    height:340px;
     border-radius:100%;
    border:0px solid !Important;
   text-align:center;
    vertical-align:central;
    margin-left:6%;

}
  .panel-info::after:hover {
        transition:ease-in 1s ;
         background-color:red;

    }
     .panel-info > .panel-body  span {
        font-size:20px !Important;
          height:300px;
          display:none;
    }
p {
    text-align:justify !important;
    font-size:14px;
   
}
.my_img {
    height:30%;
    border:3px solid #f1f1f1 ;
    margin:0px;
    width:20%;
   
}
blockquote {
   
    padding:0px;
    border:1px solid red !important;
    box-shadow:0px 0px 4px 4px #eaeaea;

}
  
    blockquote div:nth-child(1) {
        padding-top:7px;
   
    
    }
       
.my_shadow {
    background-color:white;
    box-shadow:0px 0px 1px ;
    margin-top:2%;
    margin-left:2%;
}
.my_shadow:after
{
    content:'   ';
    position:absolute;
    width:30%;
    height:0px;
    top:100%;
    background-color:#f1f1f1;
    box-shadow:0px 0px 10px 3px black;
    transform:rotateZ(-7deg);
        z-index:-1;
}
.my_shadow:before
{
    content:'   ';
    top:100%;
    position:absolute;
    width:30%;
    height:0px;
    background-color:#f1f1f1;
  box-shadow:0px 0px 10px 3px black;
        z-index:-1;
    left:68%;
    transform:rotateZ(7deg);
   
}