Here is my code below:
\documentclass[11pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usetheme{Berkeley}
\author{Anshul Sharma}
\title{Symmetry in Quantum Mechanics}
\logo{\includegraphics[width=0.14\linewidth]{"CUHP LOGO"}
}
\institute{CENTRAL UNIVERSITY OF HIMACHAL PRADESH}
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
\begin{frame}
\frametitle{}
\end{frame}
\end{document}
How can i add a progress bar into it and also the logo of my university dosent fits well with the space in this theme.