/*menu class*/
.active{
  color: black;
    font-weight: bold;
    background-color: white;
    border-radius: 20px;
    padding: 4px;
}
.headtxt{
    background-color: #d9d8d8;
}
.headtxt h1{
    text-align: center;
    font-size: 50px;
    padding: 20px;
    color: #096e99;
    font-family: 'Lobster', cursive;
    
}
.plaintxt{
    color: black;
    font-weight: 600;
}

#services {
  padding: 60px 0 40px 0;
    background-color: transparent;

}

.headingtxt{
    text-align: center;
    margin-bottom: 20px;
}

.headingtxt h1{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: black;
}


#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background-color: cornsilk;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
font-weight: bold;
font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
/*// instrument*/
.instrument{
     margin: 20px 0px;
}

.heading{
background-color: #11D491;
border-radius: 20px;
    color: white;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 5px;
}
.heading h2{
    padding: 10px 0;
    font-size: 40px;
}
.list{
    background-color: #eee;
    color: #096e99;
}
.list:hover{
    background-color: #eee;
    color: #11D491;
    font-weight: bold;
}


.instrument h3{
    color: #11D491;
    font-weight: bold;
    margin-bottom: 10px;
}
.instrument p a:hover{
    color: black;
    text-decoration: underline;
}

.instrument p a:active{
    color: black;
    text-decoration: underline;
}
.ico{
color: #11D491;
padding: 3px;
font-size: 20px;
}