
.container{
    color: #fff;
    display: flex;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width:700px;
  height: 260px;
  border-radius: 5px;
  background-color:white ;
  padding-top: 20px;
  padding-left: 1px;
  color: black;
  line-height: 20px;
  margin-left: 150px;
  margin-bottom: 6px;
  border-left-style: ridge;
  border-left-width: 8px;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.sidebar{
background-color:transparent;
width:272px;
height:300px;
margin-left: 50px;

}
.main-content{
background-color: transparent;
width:80%;
height:auto;
text-align: center;
padding-top: 10px;
}

ul li a{
display: block;
width:100%;
height:auto;
font-size:16px;
color:black;
box-sizing: border-box;
line-height: 50px;
transition: 0.3s;
padding-left: 15px;
border-bottom-width: 1px;
border-bottom-style:dashed;
}

ul li a:hover{
padding-left:30px;
font-weight:bold;
background-color: navy;
transition: 0.4s ease;
color: white;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-bottom-style:none;
}

.title {
  color: black;
  font-size: 18px;
  padding-top: 30px;
  font-weight: bold;
}

h3{
  line-height: 50px;
  color:black;
  letter-spacing: 2px;
}

.active{
  font-weight: bold;
  font-size:18px;
  
}
.tab-content{
  transition: all 0.7s;
}

.degree-title{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-left:5px;
}

.institute-name{
  text-align: left;
  font-size: 18px;
  font-weight:bold;
  font-family: 'Lucida Sans';
  padding-left:5px;
}
.result, .pass-year{
  text-align: left;
  font-size: 16px;
  padding-left:5px;
}
.institute-logo{
    width:250px;
    height:100px;
    border-radius: 5px;
    float:left;
    margin-top:40px ;
    margin-left:20px;
    margin-right:40px;

}
.institute-logo-college{
width:130px;
height:120px;
border-radius: 5px;
float:left;
margin-top:40px ;
margin-left:20px;
margin-right:40px;

background-color: transparent;

}
.institute-logo-diploma{
width:160px;
height:190px;
float:left;
margin-top:90px ;
margin-left:20px;
margin-right:40px;
background-color: transparent;
margin-top: 2px;

}

.institute-logo-school{
width:150px;
height:150px;
float:left;
margin-top:80px ;
margin-left:20px;
margin-right:40px;
background-color: transparent;
margin-top: 2px;

}
.icon-resize{
  width:100px;
  height: 100px;
  margin-top: -90px;
  margin-left:80px;
  
}

