@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;
}




.sticky-icon {

     z-index: 2;

     position: fixed;

     top: 75%;

     right: 0%;

     width: 210px;

     display: flex;

     flex-direction: column;

}



.sticky-icon a {

     transform: translate(160px, 0px);

     border-radius: 50px 0px 0px 50px;

     text-align: left;

     margin: 0px;

     text-decoration: none;

     text-transform: uppercase;

     padding: 5px;

     padding-left: 8px;

     font-size: 20px;

     font-family: 'Oswald', sans-serif;

     transition: all 0.8s;

}



.sticky-icon a:hover {

     color: #FFF;

     transform: translate(0px, 0px);

}



.sticky-icon a:hover i {

     transform: rotate(360deg);

}



/*.search_icon a:hover i  {

transform:rotate(360deg);}*/

.whatsapp {

     background-color: #075E54;

     color: #FFF;

     padding: 20px;
     
}



.sticky-icon a i {

     background-color: #FFF;

     height: 40px;

     width: 20px;

     color: #000;

     text-align: center;

     line-height: 10px;

     border-radius: 50%;

     margin-right: 20px;

     transition: all 0.5s;

}

.sticky-icon a i.fa-google-plus-g {

     background-color: #FFF;

     color: #d34836;

}