/* use the font */
body {
	font-family: 'Roboto', sans-serif;
}
.banner img{
	width: 100%;
}
.paragraph h5{
    color: #000000;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.paragraph p{
	font-size: 14px;
    color: #696969;
    letter-spacing: 0.2px;
}
.paragraph2 h5{
    color: #000000;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.paragraph2{
	font-size: 14px;
    color: #696969;
    letter-spacing: 0.2px;
}
.mt-30{
	margin-top: 30px;
}
.black_bg{
	background: #000000;
    margin: 25px 0px;
}
.black_bg h5{
	color: #fff;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0px;
}
.left_img{
	text-align: right;
	margin-top: 0px;
}
.right_img{
    text-align: left;
    margin-top: 0px;
}
.left_img img{
	width: 200px;
    height: auto;
}
.black_bg .row{
    padding: 0px;
    margin: 0px;
}
.right_img img{
	width: 200px;
    height: auto;
}
.footer p{
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.2px;
    font-weight: 500;
}
.footer p a{
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.2px;
    font-weight: 500;
}

/*<--------------Mobile Size--------------->*/

@media only screen and (max-width: 480px) {

.paragraph h5 {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}
.right_img {
    text-align: right;
    margin-top: -82px;
}
.left_img {
    text-align: left;
    margin-top: 0px;
}
.left_img img{
    width: 100px;
    height: auto;
}
.right_img img{
    width: 100px;
    height: auto;
}

}
