header{
	background:#000;
	width:100%;
	height:100px;
}

.page-wrap {
    padding: 1rem 0;
    background: #222;
}


header .top-bar{
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
}

header .container{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}

header .top-bar li a{
	padding:.25rem 1rem;
	color:#fff;
}

header .top-bar li{
	position:relative;

}

header .top-bar li:first-child a{
	padding-left:0;
	
}

header .top-bar li .sub-menu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#d30b24;
	box-shadow:1px 1px 10px green;
	margin:0;
	padding:0;
	list-style-type:none;
}

header .top-bar li .sub-menu a{
	display:block;
	color:#fff;
	padding:.25rem;
}

header .top-bar .menu-item-has-children:hover .sub-menu{
	display:block;
}

.img-fluid.mb-3.img-thumbnail.mr-4 {
    margin-right: 20px;
}



.bg-image.p-5.text-center.shadow-1-strong.rounded.mb-5.text-white{
	background-position:center;
	background-size:cover;
}

.developT{
	color:#f5f5f5;	
	font-weight:300;
}

.biop{
	color:#f5f5f5;	
	font-weight:300;
	font-size:1rem;
}
p{

	color: #f5f5f5 !important;
    font-size: 1.3rem;
    font-weight: lighter;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 80% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: red }
}

/*ABOUT*/

li.list-group-item {
    background-color: transparent;
    color: #f5f5f5;
    border: 0;
}

span{
	
	color:red;
}

p.display-6 {
	font-size:1.3rem;
	line-height: 2rem;
}

/*TEST TIMELINE*/
 .timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline h3 {
	color:red;
}

.timeline .event {
    border-bottom: 1px dashed red;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
	color:#fff;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #000;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.card-body{
	background-color:#000;
}

.card{
	background-color:#000 !important;
}

/*TIMELINE*/
.skills{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	color:#f5f5f5;
}
.progress{
	height: 2rem;
	font-size:1.3rem;
	font-weight:600;
	margin-top:1.3rem;
}

.progress-bar{
	background-color:red !important;
}

