
.bbgg{
  border: 3px solid green;
}
.bbrr{
  border: 3px solid red;
}
.bbbb{
  border: 3px solid blue;
}
.bgblue{
    background-color: blue;
}
.bgred{
    background-color: red;
}
.bgblack{
    background-color: black;
}
.bgolive{
    background-color: olive;
}
.bgpink{
    background-color: pink;
}
.bgyellow{
    background-color: yellow;
}

.featured-g{
    border-top: 5px solid green !important;
/*    border-bottom: 1px inset green !important;*/
}
.featured-b{
    border-top: 5px solid blue !important;
/*    border-bottom: 1px inset blue !important;*/
}
.featured-o{
    border-top: 5px solid orange !important;
/*    border-bottom: 1px inset orange !important;*/
}
.services>.row{
    margin: 146px 0px;
}
.services .imgg{
    margin: 25px;
}
.services .imgg>img{
    border-radius: 15px;
    transition: 0.3s ease-in;
}
.services .imgg>img:hover{
    box-shadow: 2px 2px 2px 2px #726462;
}
.serv-head{
    text-align: center;
}
.serv-head h2{
    font-weight: 600;
}