\documentclass[a4paper,openright,twoside,onecolumn]{report}
\usepackage{multirow}
\usepackage{setspace}
\usepackage{afterpage}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=red,
filecolor=blue,
linkcolor=blue,
urlcolor=red
}
\newcommand\blankpage{%
\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
\usepackage[left=2cm,right=2cm,top=2cm]{geometry}
\begin{document}
\begin{titlepage}
\newgeometry{top=1in,bottom=1in,right=0.5in,left=0.5in}
\begin{center}
\includegraphics[width=0.6\linewidth]{figures/nmit_new_logo.png}\\
\vspace{0.3cm}
\scriptsize{\textbf{\textcolor{blue}{AN AUTONOMOUS INSTITUTION AFFILIATED TO VTU, BELGAUM, ACCREDIATED by NAAC (‘A+’ Grade)}}}\\
\vspace{0.3cm}
\scriptsize{\textbf{\textcolor{blue}{YELAHANKA, BANGALORE-560064}}}
\vspace{0.2cm}
\center
\begin{figure}[!htb]
\centering
\includegraphics[width=0.15\textwidth]{figures/vtu_logo.jpg}
\end{figure}
\vspace{0.2cm}
\large \textbf{A Project Report on}\\
\vspace{0.2cm}
\textbf{PROJECT TITLE}\\
\vspace{0.2cm}
\small \textit{Submitted in partial fulfillment of the requirement for the award of the degree of}\\
\vspace{0.2cm}
\large \textbf{BACHELOR OF ENGINEERING}\\
\vspace{0.2cm}
\large \textbf{IN}\\
\vspace{0.2cm}
\large \textbf{INFORMATION SCIENCE AND ENGINEERING}\\
\vspace{0.2cm}
\large \textbf{By}\\
\setlength{\tabcolsep}{4em}
\begin{tabular}{l r}\vspace{0.1cm}
Name1&USN1\\\vspace{0.1cm}
Name2&USN2\\\vspace{0.1cm}
Name3&USN3\\\vspace{0.1cm}
Name4&USN4\\
\end{tabular}
\vspace{0.5cm}
\small \textit{Under the Guidance of}\\
\vspace{0.2cm}
\large {Dr. Manoj Kumar M V}\\
\vspace{0.2cm}
\small {Associate Professor}\\
\vspace{0.2cm}
\small {Department of Information Science and Engineering}\\
\vspace{0.2cm}
\small {Nitte Meenakshi Institute of Technology, Bengaluru - 560064}\\
\vspace{0.5cm}
\begin{figure}[!htb]
\centering
\includegraphics[width=0.13\textwidth]{figures/nmit-color-logo.jpg}
\end{figure}
\large \textbf{DEPARTMENT OF INFORMATION SCIENCE AND ENGINEERING}\\
\small {(Accredited by NBA Tier-1)}\\\vspace{0.2cm}
\small {2019-20}
\end{center}
\afterpage{\blankpage}
\end{titlepage}
\pagenumbering{Roman}
\input{preamble/certificate/certi.tex}
\newpage
\afterpage{\blankpage}
\input{preamble/declaration/dec.tex}
\newpage
\afterpage{\blankpage}
\input{preamble/abstract/abs.tex}
\newpage
\afterpage{\blankpage}
\input{preamble/acknowledgement/ack.tex}
\tableofcontents
\listoffigures
\listoftables
\input{chapters/introduction.tex}
\pagenumbering{arabic}
\input{chapters/literature.tex}
\input{chapters/requirement_specification.tex}
\input{chapters/framework_and_system_design.tex}
\input{chapters/implementation.tex}
\input{chapters/testing.tex}
\input{chapters/conclusion.tex}
\bibliography{ref}
\bibliographystyle{plain}
\end{document}