@charset "UTF-8";

.icon-float {
     position: fixed;
    /* left: 0px;
     */
     top: 35%;
     z-index: 999;
     right: 0px;
}
 .icon-float ul {
     padding: 0px;
}
 .icon-float ul li {
     list-style-type: none;
}
 .icon-float ul li a {
     display: block;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     padding: 0px;
}
 .icon-float ul li a i {
     padding: 8px;
     width: 40px;
     height: 32px;
     text-align: center;
     color: #fff;
}
 .icon-float ul li a:hover {
     transform: rotateY(-180deg);
}
 .icon-float ul li a:hover i {
     transform: rotateY(180deg);
}
.fb1 {
     background: #3b5998;
}
 .gp1 {
     background: #dd4b39;
}
 .tw1 {
     background: #1da1f2;
}
 .li1 {
     background: #0077b5;
}
 .yt1 {
     background: #cd201f;
}
 .wa1 {
     background: #34af23;
}
 .sh {
     background: #fff;
     padding: 10px 0px;
     font-size: 11px;
     text-align: center;
     color: #333;
     border-top-left-radius: 5px;
}
 .sh1 {
     background: #333;
     border-bottom-left-radius: 5px;
}

.navbar-brand-item.scrolled-logo {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* when .scrolled is on the brand wrapper, swap which logo shows */
#mainNavBrand.scrolled .default-logo {
  display: none;
}
#mainNavBrand.scrolled .scrolled-logo {
  display: inline-block;
  opacity: 1;
}

.hover-text-light:hover {
  color: #f8f9fa !important; /* This is Bootstrap's text-light color */
}

.scroll-logo {
		height: 40px;
		transition: opacity 0.3s ease;
		}
