body,
html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0
}

.bg-light {
    width: 100%;
    background-color: #ffffff00 !important;
    position: absolute
}

.navbar {
    z-index: 99
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ca0f2a;
    border: 2px solid #d7495b;
    padding-top: 4px;
    padding-bottom: 4px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ca0f2a;
    border: 2px solid #d7495b;
    padding-top: 4px;
    padding-bottom: 4px
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: #ff7c8c;
    border: 2px solid #d7495b
}

section {
    overflow-x: hidden
}

.banner-bottom {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #f5f5f5
}

.banner-bottom h1 {
    text-align: center;
    padding: 25px 0 0 0;
    margin: 0;
    font-size: 30px;
    text-shadow: 1px 1px 1px #1d1d1d;
    letter-spacing: 1px;
    color: #da0209;
    text-transform: uppercase;
    font-weight: 700
}

.about {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #000;
    color: #fff
}

.about hr {
    border-color: #fff
}

.about p {
    text-align: justify
}

.about .btn-default {
    border: 1px solid #fff;
    color: #fff
}

.about .btn-default:hover {
    background: #fff;
    color: #000
}

.process {
    width: 100%;
    height: auto;
    background: url(../images/process-bg.jpg) scroll no-repeat center/cover
}

.process h2 {
    text-align: center;
    font-weight: 900;
    color: #fff
}

.process-overlay {
    padding: 80px 0;
    width: 100%;
    height: auto;
    background: #00000085
}

.process-inner {
    border: 2px solid #fff;
    width: 100%;
    height: auto;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 30px 20px 30px 20px
}

.process-inner h4 {
    margin: 25px 0
}

.process-inner:hover {
    border: 2px solid #fd6a6a
}

.about-company {
    width: 100%;
    height: auto;
    padding: 80px 0;
    text-align: justify
}

.testimonial {
    width: 100%;
    height: auto;
    background: url(../images/test-bg.jpg) scroll no-repeat center/cover
}

.testimonial-overlay {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #00000085
}

.testimonial-overlay h2 {
    text-align: center;
    color: #fff
}

.testimonial-overlay hr {
    border-color: #fff
}

.testimonial .carousel-item h5 {
    text-align: center;
    color: #fff;
    padding: 50px 120px
}

.get-touch {
    width: 100%;
    height: auto;
    padding: 80px 0
}

.get-touch h2 {
    text-align: center
}

.get-touch form button.btn {
    font-weight: 500
}

.get-touch .map iframe {
    height: 460px
}

.socialShare a {
    display: inline-block
}

.socialShare a img {
    max-width: 50px
}

.work {
    width: 100%;
    height: auto;
    background: url(../images/work-bg.jpg) scroll no-repeat center/cover
}

.work-overlay {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #00000085
}

.work-overlay h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 5px
}

.left,
.right {
    width: 100%;
    height: auto;
    margin-top: 80px
}

.left h3,
.right h3 {
    color: #fff;
    margin-bottom: 20px
}

.left p,
.right p {
    color: #fff
}

.work-overlay i {
    color: #fff;
    float: right;
    font-size: 60px
}

.copy-rights {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #000;
    color: #fff
}

.pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
    text-align: justify;
    background: #d4d3d3
}

.pages h2 {
    text-align: center
}

#contact h5 {
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0
}

.adj-can-do h4 {
    margin-top: 28px;
    text-align: left;
    font-size: 20px
}

.adj-can-do-inner {
    padding-bottom: 40px
}

.image-gallery {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

#portfolio .image-gallery {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

#portfolio .image-gallery img {
    width: 100%;
    height: 260px;
    border-radius: 7px
}

#project h3 {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 20px
}

#project .image-gallery {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

#project .image-gallery img {
    width: 100%;
    height: 260px;
    border-radius: 7px
}

#services ol,
#services ol li {
    font-weight: 700;
    font-size: 18px;
    color: #da011a
}

#contact .map a {
    color: #000
}
.navbar-brand {
    width:25%
}
@media(max-width:576px) {
    .navbar-brand {
        width: 78%
    }

    .navbar-brand img {
        width: 100%
    }

    .banner-bottom {
        padding: 30px 0
    }

    .banner-bottom h1 {
        font-size: 15px
    }

    .image-gallery {
        text-align: center
    }

    .about {
        padding: 30px 0
    }

    .about h2 {
        font-size: 21px;
        text-align: center
    }

    .large-btn {
        width: 100%
    }

    .about-company {
        padding: 30px 0
    }

    .about-company h2 {
        font-size: 21px;
        text-align: center
    }

    .testimonial-overlay {
        padding: 30px 0
    }

    .testimonial-overlay h2 {
        font-size: 21px
    }

    .testimonial .carousel-item h5 {
        padding: 20px 60px;
        font-size: 18px;
        font-weight: 400
    }

    .get-touch {
        padding: 30px 0
    }

    .get-touch h2 {
        font-size: 21px
    }

    .comment {
        margin-top: 20px
    }

    .process h2 {
        font-size: 23px
    }

    .work-overlay h2 {
        font-size: 21px;
        letter-spacing: 3px
    }

    .left,
    .right {
        text-align: center;
        margin-top: 20px
    }

    .left h3,
    .right h3 {
        font-size: 19px;
        font-weight: 800
    }

    .work-overlay i {
        float: unset;
        margin-bottom: 10px
    }

    .copy-rights {
        text-align: center
    }

    .pages {
        padding: 30px 0
    }

    .pages h2 {
        font-size: 21px;
        text-align: center
    }

    .adj-can-do {
        text-align: center
    }

    .adj-can-do h4 {
        text-align: center
    }

    .adj-can-do-inner {
        padding-bottom: 0
    }

    #choose h3 {
        font-size: 23px
    }

    #contact h5 {
        margin: 13px 0;
        font-size: 12px
    }

    #contact h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 700
    }
}

@media(max-width:375px) {
    .navbar-brand {
        width: 74%
    }

    .testimonial .carousel-item h5 {
        padding: 20px 30px
    }
}