.top-widget-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-widget-social a {
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #ececec;
  color: #000000;
  margin-right: 10px;
  border-radius: 50%;
}
.hero-slide-item {
  height: 350px !important;
}
a:hover,
.hero-slider .main-slider-nav:hover {
  color: #0100fc;
}
.header-top-links li i,
.single-footer-widget .widget-list li i,
.single-footer-widget .widget-address li i,
.header-top-links li a:hover,
.single-footer-widget .widget-list li a:hover,
.single-footer-widget .widget-address li a:hover {
  color: #0100fc;
}
.bg-secondary {
  background-color: #ccc !important;
}
.btn-primary {
  border-color: #0100fc;
  background-color: #0100fc;
  color: #ffffff;
}
.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active {
  color: #0100fc;
}
.copyright-content p a:hover {
  color: #0100fc;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-content-area .title:before,
.section-title span,
.single-team-member:before,
.single-footer-widget .widget-title:after,
.scroll-top:hover {
  background: #0100fc;
}
.single-footer-widget .widget-social a:hover {
  background: #0100fc;
  color: #FFFFFF;
  border-color: #0100fc;
}
.main-menu > ul .sub-menu {
  border-bottom-color: #0100fc;
}
.team-member-content {
  padding: 20px 0;
}
.team-member-content .name {
  margin-bottom: 0;
  padding: 0 10px;
}
/* Circle */
.hover-circle figure {
  position: relative;
  overflow: hidden;
}
.hover-circle figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-circle figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
