/* Enter Your Custom CSS Here */
.orange
{
color: #FF9900;
}
.yellow
{
color: #FFFF00;
}
.grey
{
color: #A0A0A0;
}
.red
{
color: #FF3030;
    font-weight: strong;
  font-size: 25px;
}

.green
{
color: #00C600;

}

.radiuss{
border-radius: 15px;
}
#header {
    position: relative;
    padding: 10px 30px 5px 0px;
    width: auto;
}
.circle
{
border-radius: 10px !important;}

#site-description {
    color: #c2c2c2;
}
#site-description {
    background-color:;
    color: #333;
    font: 400 1em/1.5em 'Poppins', sans-serif;
    text-align: center;
    position: absolute;
    width: 220px;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -130px;
    border: 1px solid #03c6ad;
    padding: 0px;
    border-width: 0px;
    visibility: hidden;
    z-index: 10;
}

.about-us
{
  border-radius: 50%;
}

.fram
{
border: solid !important;
  border-width: 6px !important;
  border-color: #fff !important;
 border-radius: 3px !important;
}
.two
{
display: none;
}