html {
    scroll-behavior: smooth;
}

.navbar-brand>img {
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
}

.footer {
    background: #222;
    padding-top: 35px;
}

.footer-block {
    margin-bottom: 42px;
}

.footer-block h4 {
    border-color: #515152;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 17px;
    text-align: left;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-center p {
    line-height: 24px;
    color: #fff;
}

.footer-social-icons {
    margin: 30px 0;
}

.footer-social-icons {
    text-align: center;
}

.footer-social-icons a {
    font-size: 1.5rem;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease-out;
    margin-right: 15px;
    height: 45px;
    width: 45px;
}

body ul li {
    list-style-type: none;
}

.footer-copyright {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.project-gallery .gallery-2 img {
    box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .58);
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.headname h3 {
    position: relative;
    top: 11px;
    font-size: 23px;
    color: #fff;
}

.aboutus-index-2-effect {
    position: absolute;
    right: 75px !important;
}

#enquiry {
    margin-bottom: 30px;
}