.about {
  padding: 100px 15px;
  background-color: #fff;
}

.title p {
  font-size: 14px;
}

.img {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 1%;
  margin-left: -1%;
  margin-right: 1%;
}

.img img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.title h1{
  color: #001466;
}

.text {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
}

.text h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #001466;
}

.text h6 {
  font-size: 17px;
  margin: 0 0 25px;
  color: #001466;
  line-height: 1.6em;
}

.text h6 span {
  color: #FFAAE0;
  position: relative;
}

.text h6 span::before {
  content: "";
  left: 0;
  right: 90%;
  position: absolute;
  height: 2px;
  bottom: 0px;
  transition: all 0.5s ease;
}

.text h6 span:hover::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  background-color: #001466;
  bottom: 0px;
}

.text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #001466;
}

.skills {
  padding: 20px 0px;
}

.skills h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #001466;
}

.skills h6 span{
  text-transform: uppercase;
}

.skills-list {
  line-height: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fa-ul li {
  font-size: 14px;
  font-weight: 400;
  color: #001466;
}

.fa-ul .fa-li {
  font-size: 14px;
  font-weight: 400;
  color: #FFAAE0;
}

/*.social {
  padding-top: 10px;
}

.social a {
  cursor: pointer;
  display: flex;
  height: 30px;
  width: 30px;
  background-color: #000;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  margin: 0px 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.social a:hover {
  background-color: transparent;
  color: #000;
}

.social a .fa {
  color: #fff;
  font-size: 14px;
}

.social a .fa:hover {
  color: #000;
}*/

.social-icons {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.social-icons i {
  color: #001466;
  font-size: 20px;
}

.social-icons a:hover {
  background-color: #FFAAE0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
}

.social-icons a:hover i {
  color: #001466;
}

@media(max-width: 767px) {
  .social-icons {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }

  .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  }
}