/*!
 * Start Bootstrap - website v1.0.0 (https://uuchat.io)
 * Copyright 2013-2018 uuchat
 * Licensed under MIT (https://github.com/BlackrockDigital/uuchat.io/blob/master/LICENSE)
 */
.uu-about .icon {
  display: block;
  margin: 10px auto;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; }

.uu-about .icon.about-icon {
  background-image: url(../images/uuchat_logo.svg); }

.uu-about .icon.icon-core {
  background-image: url(../images/layers.svg); }

.uu-about .icon.icon-advantage {
  background-image: url(../images/team.svg); }

.sub-title {
  margin: .5em 0 1.5em;
  text-align: center; }

.about-head {
  display: flex;
  align-items: center;
  height: 60vh;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden; }

.about-head .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.description {
  padding: 2vw 10vw; }

.description p {
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 18px; }

.about-core {
  padding: 3em 0;
  background: #1f2528;
  background: radial-gradient(circle farthest-corner at right bottom, #1f2528 0, #343f44 100%); }

.about-core h3 {
  color: #fff; }

.profiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.profiles .pro-item {
  flex: 1 0 200px;
  margin: 10px;
  padding: 20px 20px 21px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3em;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  background: #404d54;
  background: radial-gradient(circle farthest-corner at right bottom, #333d42 0, #404d54 100%);
  border-radius: 6px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.03); }

.about-advantage {
  padding: 10px 0 50px 0;
  background-color: #fafcf8; }

.teams-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  font-size: 18px; }

.teams-item .tag {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.teams-item .tag.tag-tech {
  background-image: url(../images/development.svg); }

.teams-item .tag.tag-potential {
  background-image: url(../images/potential.svg); }

.teams-item .tag.tag-trust {
  background-image: url(../images/trust.svg); }

.teams-item h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px; }

.contact-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  background: #408AF8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer; }

.contact-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  opacity: 0.9;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 640px) {
  .about-head {
    height: 30vh; }
  .uu-about .icon {
    width: 64px;
    height: 64px; }
  .about-head h1 {
    font-size: 24px; }
  .description {
    padding: 2vw; }
  .about-advantage .teams-item:first-child {
    margin-top: 8vh; }
  .teams-item {
    padding-left: 64px; } }
