html,
body {
  font-size: 17px;
}

#header {
  position: relative;
  background-color: #374458;
  color: #fff;
  background-image: url(../images/background-header.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

#header::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#header>div {
  position: relative;
}

#header .row {
  margin-bottom: 0;
}

#header .profile-picture img {
  max-width: 155px;
  height: auto;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fff;
  margin-bottom: 30px;
  margin-top: 60px;
  border-radius: 100px;
}

#header .name-designation {
  margin-bottom: 30px;
}

#header .name-designation .name {
  font-size: 34.5px;
  margin-top: 0;
  margin-bottom: 5px;
}

#header .name-designation .designation {
  font-size: 16.5px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #4f90cd;
}

#social-links-contacts {
  background-color: #2b343f;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#social-links-contacts .row {
  margin-bottom: 0;
}

#social-links-contacts ul li {
  margin-left: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#social-links-contacts ul li a,
#social-links-contacts ul li:hover a i {
  color: #fff;
}

#social-links-contacts ul li:hover a,
#social-links-contacts ul li:hover {
  color: #4f90cd;
  cursor: pointer;
}

#social-links-contacts ul li i {
  color: #fff;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.section-title {
  font-size: 24px;
}

.section-title span {
  border-bottom: 3px solid #4f90cd;
  display: inline-block;
  padding-bottom: 5px;
}

.section {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: justify;
}

.company {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}

.company .company-wrap {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
  border-radius: 2px;
  padding: 30px 15px;
  cursor: pointer;
}

.company .company-wrap>div {
  padding-left: 15px;
  padding-right: 15px;
}

.company .logo {
  margin-top: 7px;
}

.company .logo img {
  max-width: 60px;
  height: auto;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
  transform: scale(1.0);
  transition: transform ease 0.5s;
}

.company:hover .logo img {
  transform: scale(1.2);
}

.company .description .company-designation {
  font-weight: bold;
}

.company .description .company-name {
  font-size: 16px;
}

.company .description .service-period,
.company .description .company-location {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 20px;
}

.work-details>.company {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .work-details>.company {
    width: 100%;
  }
}

.work-details::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.work-details {
  margin-left: -15px;
  margin-right: -15px;
}

.skill-details ul {
  text-align: left;
}


.skill-details ul li:hover {
  transform: scale(1.1);
}

.skill-details ul li {
  display: inline-block;
  background-color: #4f90cd;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-right: 5px;
  transform: scale(1.0);
  transition: transform ease 0.5s;
  margin-bottom: 5px;
  margin-top: 5px;
}

.lang-details li span.lang-pro {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 15px;
  margin-top: 2px;
}

.lang-details li {
  margin-bottom: 20px;
}

.lang-details li span {
  display: block;
  line-height: 20px;
  width: 100%;
  margin-bottom: 0;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}