\documentclass[a4paper,openright,twoside,onecolumn]{report}
\usepackage{multirow}
\usepackage{setspace}
\usepackage{afterpage}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}
\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}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{Department of Information Science and Engineering}
\fancyhead[RE,LO]{NMIT - Bengaluru}
\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[LE,RO]{\thepage}
\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}
        \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 {2021-22}    
    \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/1 introduction.tex}
\pagenumbering{arabic}
\input{chapters/2 literature.tex}
\input{chapters/3 gap}
\input{chapters/4 problem statement and objectives.tex}
\input{chapters/5 requirement_specification.tex}
\input{chapters/6 methodology.tex}
\input{chapters/7 conclusion.tex}
\bibliography{ref}
\bibliographystyle{plain}
\end{document}