p {
    margin-bottom: 2.2rem;
}
p.list {
    margin-bottom: 1.2rem;
}
.list-custom{
	margin:0;
	margin-bottom:1rem;
	padding:0;
	list-style:none;
}
.list-custom li{
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
.list-custom li{
	display:block;
	position:relative;
	padding:.5rem 0 0 2rem;
	font-weight: 400;
    color: #555;
    font-size: 13.5px;
}
.list-custom li::before{
	display:inline-block;
	position:absolute;
	width:0;
	height:0;
	margin:.6rem 0 0 -1rem;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid #333;
	content:'';
}
.list-custom li a:hover,.list li a:focus{
	background-color:#eee;
	text-decoration:none
}

.contact .cont-title .info span{
  float: right;
}

.about .ab-cont h3 {
  color: #f48a00;
}
.facts .facts-title h3 {
  color: #f48a00;
}
.contact .cont-title h3 {
  color: #f48a00;
}
.blog-item .post-title h3 {
  color: #f48a00;
}
.experiences .exp-lf h3 {
  color: #f48a00;
}
.blog-item .post-content p {
  font-size: 15px;
  font-weight: 600;
}
.skills p {
  font-size: 15px;
  font-weight: 600;
}

.navbar-nav .active a {
  color: #f48a00;
}
.navbar .navbar-nav .active a{
  color: #f48a00;
}

.contact .contact-form textarea,
.contact .contact-form input {
  background: #eeeef3;
  border: 0px;
  color: #555;
}

.contact .cont-title .info li p a {
  color: #FFF;
}
