*{scroll-behavior: smooth;}

.image-cropper {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 7px solid #fff;
  }
  
  img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }

  .box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.card-title .fa{
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px 20px 20px 20px;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
}

.fa:hover {
  color: #fff;
  text-decoration: none;
}


a, a:hover {
  color: rgb(10, 180, 143);
  text-decoration: none;
}

h2, h3 {
  color: rgb(10, 180, 143);
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid rgb(10, 180, 143);
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: -2px;
  border-left: 2px solid rgb(10, 180, 143);
  position: relative;
  margin-left: 10px;
}

.title-card {
  border-radius: 4px;
  background-color: #1ac9a0; 
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  padding: 30px;
}

.icon-label {
  color: #1ac9a0;
  text-align: left;
}
.icon-label:hover {
  color: #1ac9a0;
}

@media only screen and (max-width: 700px) {
  .card-title {
    text-align: center;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}