.eng-text {
  display: inline-block;
  text-align: left !important;
  direction: ltr !important;
}

.fa-text {
    display: inline-block;
    text-align: right !important;
    direction: rtl !important;
  }

#img_info {
  padding: 3px;
}

.card-custome {
  background-color: #f0ebf9 !important;
  border: 1px solid #4608ad !important;
}
p.text-secondary ,  p.text-secondary strong {
  color: #4608ad !important;
  font-weight: bold !important;
}

ul {
  list-style: none;
}

.card-custome-heigth {
  min-height: 410px;
}

.card-custome-level2 { 
background-color: #fefdff !important; ;
 border: 1px dashed #7147b4 !important;
}

.card-custome-level2 small { 
  font-weight: normal;
}

h6.text-info { 
  background-color: #ffe416 !important;
  color: tomato !important;
}

.year {
  float: left;
}

.company {
  background-color: #000000;
  color: #ffe416;
  padding: 5px 8px;
  display: inline-block !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cv-summary-info p {
  margin-top: 15px;
}


