#scroll_to_top {position: absolute;width: 35px;height: 35px;bottom: 40px;right: 30px;display: none;width: 78px !important;height: 78px !important;display: table !important;background: url(../Images/bghaut.png) no-repeat center left !important;
    color: #ffffff;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    line-height: 78px;
    text-align: center;}
.opacity {opacity: 1;filter: alpha(opacity = 0);-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=00)";-webkit-transition: opacity 0.4s ease-in-out;-moz-transition: opacity 0.4s ease-in-out;-o-transition: opacity 0.4s ease-in-out;transition: opacity 0.4s ease-in-out;}
.opacity:hover {
opacity: 1; filter: alpha(opacity = 90);
-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)";
cursor: pointer;
}
footer {
    display: block;
    width: 100%;
    padding: 30px 15px;
    background: #ededed;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
}
.CopyRight {
    text-align: center;
    color: #3d3d3d;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
}
.CopyRight a{
     color: #3d3d3d;
    font-size: 13px;
    text-decoration:none;   
}
.CopyRight a:hover{
    text-decoration:underline;
}
.CopyRight img{
    margin-left:3px;
    margin-right:3px;
}

@media screen   and (max-width:767px)    {
#scroll_to_top {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 78px;
    right: 50px;
    display: none;
    width: 78px !important;
    height: 78px !important;
    display: table !important;
    background: url(../Images/bghaut.png) no-repeat center left !important;
    left: calc(50% - 40px) !important;
    right: inherit;
    /* margin-bottom: 20px; */
}
.CopyRight{
    margin-top: 20px;
}
}
