.header-top-section .header-address-info p a {
    text-decoration: none;
    color: #fff;
}

.header-top-section .header-address-info p a:hover, .header-top-section .header-address-info p a:active, .header-top-section .header-address-info p a:focus {
    color: #000;
}

a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    cursor: pointer;
}

#sticky-header .row.d-flex.align-items-center {
    position: relative;
    z-index: 10;
}
.logo a h2 {
    color: #26cce0;
    font-size: 18px;
    margin: 0px;
    vertical-align: middle;
}
body::-webkit-scrollbar {
    width: 8px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .footer-logo a img {
    width: 100%;
    height: auto;
}
body::-webkit-scrollbar-thumb {
  background-color: #26cce0;
  outline: 1px solid #26cce0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff; 
    background: #000;
}

::selection {
    color: #fff; 
    background: #000;
}
#about .cleaning-btn a:hover {
    background: #000;
    color: #fff!important;
}