ul li{
    list-style:none;
    text-align: left;
}
.navbar-default {
    background: #474038;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}
hr {
    border-color: #e1a40c;
    margin: 0 auto 20px auto;
    width: 300px !important;
}
#work .title {
    padding: 60px 15px 15px 60px;
}
#work .title ol li{
    text-align:left;
}
#intro,#portfolio {
    background: #d2d2d2;
}
#work .bg-red {
    background-color: #b3b3b3;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e1a40c;
    background-color: transparent;
}
#work .fa {
	color: #ffffff;
}
#work .fa:hover {
	background-color: #ffffff;
	color: #e1a40c;
}
#work {
    background-color: #474038;
}
#work ol li{
    color: #fff;
}
#team .team-des {
    color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    transform: translateY(0px);
    transition: ease-in .3s;
}
#team .team-des:hover h4{
    color: white;
}
#team .team-des:hover {
    color: #ffffff;
    border: 3px solid #fff;
    background-color: transparent;
    transform: translateY(-20px);
}
.mb-3{
    margin-bottom:5em ;
}
.mb-2{
    margin-bottom:2em ;
}
.d-flex{
    display: flex;
    width: 100%;
    justify-content: center;
}
footer {
    background: #474038;
    color: #ffffff;
    border-bottom: 10px solid #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
}
h3{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav li a {
    color: #d7d7d7;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
}
#contact {
    background: #f6f6f6 url(../images/contact-bg.jpg) center center fixed;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
}
.bgBlur{
    background-color: rgba(0,0,0,0.5);
}
.text-center{
    text-align: center;
    margin: auto;
    width: 300px;
    padding-bottom: 2em;

}
.social-icon li a {
    background: #292929;
    border-radius: 100%;
    color: #e2a50f;
    font-size: 32px;
    width:80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin: 0 6px 40px 6px;
}
#work h2 {
    color: #ffffff;
    line-height: 20px;
    padding-bottom: 30px;
}

@media(max-width:414px){
    .d-flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
}
