.blue{
    /* color: #0466A6; */
    color: #0573bb;
}
.black{
    color:  #333;
}
.green{
    color: #228B22;
}
.gray{
    color:gray;
}
.purple{
    color: #62418E;
}
.pink{
    color: #D913DC;
}
.white{
    color: #f4f4f4;
}
.backgroundgray{
    background-color: #E9EBF7;
}
.backgroundgreen{
    background-color: #EBF7FC;
}
.backgroundblue{
    background-color: #0155C6;
}
.backgroundpurple{
    background-color: #EDE0F4;
}
.backgroundaqua{
    background-color: #AEE5FF;
}
.italic {
    font-style: italic;
  }
.font13{
    font-size: 13px;
}
.gradiant{
    background: linear-gradient(to right, #0466A6,#f4f4f4);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.radius{
    border-radius: 20px;
}
.radius10{
    border-radius: 10px;
}
.font20{
    font-size: 20px;
}

/* Portfolio Section Started */
.portfoliocard{
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
/* Portfolio Section Ended */