.Myskil{
  background-color: #112233;
    padding-right:5px;
    padding-left:5px;
    color:#fff;
    margin-left:2px;
   margin-top: 5px;;
   margin-bottom: 5px;
   margin-right: 5px;
    border-radius: 5px;
   
}
.SeoDsc
{
  border-right: 10px solid #3593f1;
    padding-right: 5px;
    border-radius: 5px;
    background-color: #1d3b58;
}
ul.history h2.subtitle {
  margin: 0;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: bold;
  color: #373737;
  width: 93%;
  line-height: 25px;
  padding-right: 0;
  position: relative;
}
ul.history h2.subtitle:before {
  position: absolute;
  content: '';
  right: -10px;
  top: 8px;
  border-right: 7px solid #0f8bad;
  border-bottom: 4px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #0f8bad !important;
}
label.exp-desc-title {
  color: #0f8bad;
  font-size: 10px;
}
label.exp-desc-title {
  display: block;
  font-size: 11px;
  padding: 5px 0;
  border-bottom: 1px dotted #808080;
  width: 90%;
  margin-bottom: 5px;
  font-weight: bold;
}
.notice{
  background-color: #ffa500;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    margin: 5px;
}
.skils
{
  background-color: #c8d3db;
    border-radius: 5px;   
    color: #fff;
    padding: 3px;
  
  
}
.notice2{
  background-color: #0f8bad;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    margin: 5px;
}
.header-line {
  border-radius: 5px;   
    text-align: center;
    color: #fff;   
  width: 100%;
  height: 50px;
  background-color: #ffa500;
  position: relative;
}
.header-line2 {
  float: left;
  width: 14%;
  height: 50px;
  background-color: #ffffff;
  transform: skew(10deg);
  -webkit-transform: skew(-41deg);
  position: absolute;
  right: -21px;
  z-index: 1;
}
.header-line3 {
  float: left;
  width: 18%;
  height: 50px;
  background-color: #27b4bd;
  transform: skew(10deg);
  -webkit-transform: skew(-1deg);
  position: absolute;
  right: 23px;
  border-radius: 5px;
  top: 0;
  z-index: 1;
}
.header-line4 {
  float: left;
  width: 177%;
  height: 50px;
  background-color: #0f8bad;
  transform: skew(10deg);
  -webkit-transform: skew(-1deg);
  position: absolute;
  right: 22px;
  border-radius: 5px;
  top: 0;
  z-index: 1;
}



.other-infos {
  font-size: 18px;
  padding-right: 15px;
  margin-bottom: 15px;
  color: #4f4f4f;
  padding-top: 10px;
  border-top: 3px solid #0f8bad;
  width: 65%;
  position: relative;
}
.other-infos:before {
  height: 10px;
  content: '';
  position: absolute;
  width: 11px;
  background: #0f8bad;
  left: -4px;
  top: -10px;
  border-radius: 2px;
  -webkit-transform: skew(39deg);
}
.other-infos:after {
  height: 10px;
  content: '';
  position: absolute;
  width: 6px;
  background: #27b4bd;
  left: -13px;
  top: -10px;
  border-radius: 2px;
  -webkit-transform: skew(39deg);
}

/* Works on Firefox */
* {
  scrollbar-width: tick;
  scrollbar-color: #f1349c #f1349c;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #f1349c;
}

*::-webkit-scrollbar-thumb {
  background-color: #f1349c;
  border-radius: 20px;
  border: 6px solid #f1349c;
}