﻿.carousel .client {
	display: block;
	padding: 12px 0;
	text-align: center;
}

.carousel .client  img {
	-webkit-filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.carousel:hover .client img {
	opacity: 0.6;
}

.carousel:hover .client:hover img {
	-webkit-filter: grayscale(0);
	opacity: 1;
}



 .header-icons1 {
    float: right;
    /* margin: 9px 0; */
    text-align: right;
}


.align
{
    text-align:center;
}

#mainslide
{
    padding:0px 0 0px 0;
}


.ico
{
    margin-left:-15px;
}


.footlink
{
    color:grey;
    font-weight:bold;
    text-decoration:none;
}

.icontop
{
    padding-top:10px;
}
.full-width-box2
{
     margin-left: 0px !important;
  margin-right: 0px !important;
}
.img-fix
{
    width:75%;
    margin-left: 20%;

}
.icon-google
{
        padding-top: 15px !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #c10841;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}