.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
  width: 100%;
  float: left;
}


* {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background-color: #333;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000720;
}

.skills {
  padding: 15px;
}

.skills .skill {
  margin-bottom: 30px;
}

.skills .skill .skill-title {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.skills .skill .skill-bar {
  width: 0;
  height: 6px;
  background: #f0f0f0;
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}

.skills.active .skill .skill-bar {
  width: 100%;
}

.skills .skill .skill-bar span {
  float: left;
  width: 0%;
  background: linear-gradient(45deg, #1D91F2, #04D7F1);
  height: 6px;
  position: relative;
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}

.skills .skill .skill-bar span b {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
  opacity: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  top: -16px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #ddd;*/
}

/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #ccc;*/
  color: #0189e9;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px 30px 0px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

section.intro-about.section-margin.abtmycss {
  margin-top: 50px;
  margin-bottom: 20px;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 12vw;
  height: 15vw;
}



.team-member .socials {
  display: none;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  /*background-color: rgba(20,20,20,.7);*/
  background: linear-gradient(0deg, #000, transparent, transparent, transparent);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: left;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: 0px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

.team-member.text-center:after {
  content: "";
  display: block;
  position: absolute;
  /*background: #900;*/
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.team-member {
  transition: all .5s;
}

.team-member:hover:after {
  height: 50%;
  transition: all .5s;
}

section.brand-client.section-margin.aboutmycssbtm {
  margin-top: 100px;
  margin-bottom: 60px;
}

.one-title.myaboutcssbtm.dsn-active {
  margin-bottom: 0px;
}



@media only screen and (max-width: 768px) {
  .team-img .overlay {
    opacity: 1;
  }

  .team-img .team-details {
    opacity: 1;
    margin-top: 0px;
    top: unset;
    bottom: 0;
  }

  .team-member .team-img {
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
  }

  .team-img img {
    width: 30vw;
    height: 40vw;
  }
}

@media only screen and (max-width: 575px) {

  .team-img .team-details {
    opacity: 1;
    margin-top: 0px;
    top: unset;
    bottom: 0;
  }

  .team-member .team-img {
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
  }

  .team-img img {
    width: 60vw;
    height: 70vw;
  }
}