
.bg-col {
	background: #00000085;
}
.paragraph {
    text-align: justify;
    padding: 0 1rem;
}
.paragraph1 {
    text-align: justify;
    color: #fff;
}
.left-border {
	border-left: 1px solid #a92e30 !important;
	padding: 0 1rem; /*-- Added --*/
}
button.btn_design {
    background: #fff !important;
    border: 1px solid #ff5252 !important;
    color: #343a40 !important;
}
/*-- Modal-popup-scroll-bar --*/
#wrapper {
	text-align: center;
	width: 500px;
	margin: auto;
}
.scrollbar {
	/*margin-left: 10px;*/
	float: left;
	height: 300px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	/*margin-bottom: 25px;*/
}
.force-overflow {
	min-height: 450px;
	padding: 10px;
}
#style-7::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
#style-7::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
#style-7::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
	left bottom,
	left top,
	color-stop(0.44, rgb(122,153,217)),
	color-stop(0.72, rgb(73,125,189)),
	color-stop(0.86, rgb(28,58,148)));
}
/*-- //End --*/
i.icons_col {
	font-size: 35px;
	color: #3f51b5 !important;
}
#list_gap li {
	margin: 5px;
	display: flex;
}
.rhino-img {
    background: url(../images/rhino.jpg) no-repeat center;
    width: 100%;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;*/
}
