The title has become like this for almost every \subsubsection and \section.
\section{Statics of a particle}
\subsection{equilibrium and solving equation}
Here's what i use for package and renew command. (if you need more information and at which area please tell me)
This is the error message:
Underfull \hbox (badness 10000) in paragraph at lines 422--422
\documentclass[14pt,a4paper,twoside]{book}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{xcolor}
\definecolor{ocre}{RGB}{52,177,201} % Define the orange color used for highlighting throughout the book
\usepackage{avant}
\usepackage{grffile}
\usepackage{eso-pic}
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
\usepackage[utf8]{inputenc} % Required for including letters with accents
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
\usepackage{amsmath}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{float}
\usepackage{amssymb}
\usepackage{tocloft}
\usepackage{titlesec}
\usepackage{multicol}
\usepackage[english]{babel}
\setlength{\columnsep}{1cm}
\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\contentsname}{Mechanics 1 Content}
\renewcommand{\cftsecfont}{\bfseries}
Also I have another question about latex telling me to download a package ;
The required file: tex\latex\arabi\bblopts.cfg
which is uninstallable. Is this a part of the problem? I'm not sure why its trying to install that package every time.
Here is my full code.... I just think it's easier for you to see the whole picture;

