.portfolio-filter-01 ul li {
    margin: 0 15px;
    color: #090a0c;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.portfolio-filter-01 ul li:hover{
    cursor: pointer;
    color: #ff9800;
}


.resume-box ul {
    	margin: 0;
	    padding: 0;
	    list-style: none;
    }

.resume-box li {
        position: relative;
	    padding-left: 20px;
	    background: #f9f9f9;
	    margin: 0 0 30px;
	    padding: 25px;
        border-radius: 5px;
    }
.resume-box li:last-child {
	    	margin-bottom: 0;
	    }
.resume-box li:before {
	    	content: "";
		    width: 15px;
		    height: 10px;
		    position: absolute;
		    top: 0;
		    left: 0;
		    border-width: 10px;
		    border-color: transparent currentColor currentColor transparent;
		    border-style: solid;
            color: #ff9800;
            display: none;
	    }
 .resume-box li:after {
    display: none;
	        content: "";
		    width: 15px;
		    height: 10px;
		    position: absolute;
		    top: 0;
		    left: 0;
		    border-width: 10px;
		    border-color: currentColor transparent transparent currentColor;
		    border-style: solid;
		    color: white;
	    }
    .year {
	    font-size: 13px;
        color:black;
	   
    }
    .year i {
        margin-right: 5px;
    }

    .resume-box h5 {
        font-weight: 500;
        font-size: 15px;
        margin: 15px 0 8px 0;
        color: black;
    }

    .resume-box p{

    font-size: 14px;
    }


    .testimonial-col-01 .media-body{
        padding: 0;
    }

    .header-left {
        box-shadow: 0 0 0 0 !important;
        border-right: 1px solid rgba(9, 10, 12, 0.06);
    }

    .ht-text .name{
        color: #ff9800;
        padding-bottom: 1rem;
        display: inline-block;
        font-weight: 500;
    }

    .ht-text h1{
        font-size: 45px;
        font-weight: 800;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .mob-header .logo-text{
        display: none;
    }

    .contact-form,
    .contact-info{
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .form-control{
        color: #767676;
    }

    .fa-drupal{
        color:#fcc97d;;
    }

    .contact-box {
        height: 115px;
    
    }

    .contact-box .contact-info{
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

    .mail, .phone{
        color: #767676;
    }