.frame-align-bottom {
  margin-right: 300px !important;
}
.go-top {
  right:25px;
  bottom: 100px;
}
.go-top a, .go-top a:visited {
  background: rgba(0,0,0,0.7) !important;
  border: 1px solid #888888;
}
.go-top a:hover {
  border: 1px solid #FFFFFF !important;
}
.iot {
  text-transform:none !important;
}
.timeline__bullet {
  background: #A31E23 !important;
}
.home-social {
  padding-bottom: 31rem !important;
}
a.a_white, a.a_white:focus, a.a_white:active {
  color: #FFF !important;
}
a.a_white:hover  {
  color: rgba(255,255,255,0.8) !important;
}
.dynfox {
  height: 18px !important;
  margin-bottom: -3px !important;
}
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.staff_container {
  display: grid;
  padding-left: 30px;
}
.staff_domains {
  color: #FFF;
  float: left;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 15px;
  margin-left: -30px;
}
.staff_domains a {
  background-color: rgba(0,0,0,0.6);
  padding: 6px;
  border-radius: 3px;
}
.staff {
  font-weight: bold;
  padding-top: 18px;
  color: #FFF;
  float: left;
  margin-left: -30px;
  letter-spacing: 3px;
  padding-bottom: 12px;
}
/* Firefox Relay */
#fx-relay-button {
  display: none !important;
}
/* Carousel */
.owl-carousel{
  padding-top: 60px;
}
.testimonial{
  text-align: center;
  max-width: 420px;
}
.description{
  color:#333;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}
.pic{
  position: relative;
}
.pic > img{
  border-radius: 50%;
}
/*
.pic:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  display: inline-block;
  position: absolute;
  top:10px;
  left:30%;
  color:#eee;
  font-size: 36px;
}
.pic:after{
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  display: inline-block;
  position: absolute;
  top:10px;
  right: 30%;
  color:#eee;
  font-size: 36px;
}
*/
.testimonial-title{
  font-size: 13px;
  color:#000000;
  text-transform: capitalize;
  margin-top: 12px !important;
  font-weight: bold;
}
.testimonial-title > small{
  display: block;
  color:#333;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight:normal;
}
.owl-buttons{
  position: absolute;
  top:13%;
  width: 100%;
}
.owl-prev{
  position: absolute;
  left:-14%;
}
.owl-next{
  position: absolute;
  right:-14%;
}
.owl-theme .owl-controls .owl-buttons div{
  background: transparent;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
  border-radius: 50%;
}
.owl-prev:after,
.owl-next:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  content: "\f060";
  width: 28px;
  height: 28px;
  font-size: 16px;
  color:#dc005a;
  transition: all 0.15s ease 0s;
}
.owl-next:after{
  content: "\f061";
}
.owl-prev:hover:after,
.owl-next:hover:after{
  color:#7a4b94;
}
.owl-pagination{
  padding-top: 45px;
}
.owl-theme .owl-controls .owl-page span{
  width: 9px;
  height: 9px;
  background: #c5c5c5;
  border: 3px solid #c5c5c5;
  margin-right: 20px;
  opacity: 1;
  transition: all 0.35s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #fff;
  border: 3px solid #90969d;
  opacity: 1;
}
.arrows {
  z-index:2;
  position:absolute;
}
.yandex-icon-fix i{
  margin-right: 4px;
}

.skill-bars {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-bars li {
  margin-bottom: 20px;
  margin-top: 57px;
}

.enthusiasm {
  width: 50%;
}
.progress {
  position: relative;
  height: 100x;
  width: 0px;
  background: #3498db;
  transition: transform 0.5s ease-in-out;
  border-radius: 5px;
}
.progress span {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #555;
  opacity: 0;
}

@media screen and (max-width: 800px){
  .enthusiasm {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .owl-buttons{
      top:3%;
      left: 43%;
      width: 12%;
  }
  .pic:before{
      left:10%;
  }
  .pic:after{
      right: 10%;
  }
}
@media screen and (max-width: 480px){
  .owl-buttons{
      top:3%;
      left: 40%;
      width: 18%;
  }
  .pic:before{
      left:0;
  }
  .pic:after{
      right: 0;
  }
}
