body html {
    margin: 0;
    padding: 0;
}

header #topnavbar {
    background-color: #2D2D2D;
    font-size: 14px;
    max-height: 35px;
    padding: 0 0 5px 0;
}

.navbar-dark .navbar-nav .bar {
    color: white;

}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-item {
    color: white;
}

header .bg-banner {
    background: url('../img/Home-banner.jpg') center center no-repeat;
    background-size: cover;
    min-height: 770px;
}

header .bg-banner img {
    padding: 35px 0 0 0;
}

header .bg-banner h1 {
    color: white;
    padding: 250px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px;
}

header .bg-banner h4 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
}

section .bg-our {
    background: url('../img/services.jpg') center center no-repeat;
    background-size: cover;
    max-height: 100%;
    padding: 40px 20px;
}

section .bg-our img {
    display: block;
    margin: auto;
    max-width: 100%;
}

section .bg-our .get-img img {
    margin: 0 0 40px 0;
}

section .bg-our h3 {
    color: #ae001c;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 20px 20px;
}

section .bg-our p {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 40px 0;
}

section .bg-about {
    background: url('../img/bg-about.jpg') center center no-repeat;
    background-size: cover;
    max-height: 300px;
    padding: 80px 120px;
}

section .bg-about p:nth-child(1) {
    color: #ae001c;
    text-align: center;
    font-size: 38px;
    font-family: 'Josefin Slab', serif;
}

section .bg-about p:nth-child(2) {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

section .bg-dist {
    background: url('../img/services.jpg') center center no-repeat;
    background-size: cover;
}

section .bg-dist img {
    display: block;
    margin: auto;
    width: 60%;
}

section .textline span {
    color: red;
    font-family: 'Montserrat', sans-serif;
}

section .textline h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 60px 0;
}

section .textline1 {
    font-family: 'Montserrat', sans-serif;
    padding: 60px 0;
}
.success-message {
    color: green;
    font-weight: bold;
 }

footer .footer-contact {
    background-color: #47484B;
    color: white;
    padding: 50px;
}

footer .footer-contact .row {
    margin: 20px 0;
}

textarea {
    resize: none;
}

footer .maps {
    padding: 0;
}

footer a {
    color: whitesmoke;
    text-decoration: none;
}

footer a:hover {
    color: #CECECE;
    text-decoration: none;
}



@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #2D2D2D;
        max-height: 30px;
    }


    .navbar-dark .navbar-nav .nav-item {
        display: none;
        overflow: hidden;
    }
    .navbar-dark .navbar-nav .bar {
        color: white;
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .navbar-dark .navbar-nav .nav-item {
        display: none;
        overflow: hidden;
    }
    .navbar-dark .navbar-nav .bar {
        color: white;
        font-size: 16px;
    }

    header .bg-banner {
        background-position: 70% center;
    }
    section .sampletext {
        padding: 0 0 0 0;
    }
    section .bg-about {
        padding: 10px;
    }
    section .bg-about p:nth-child(1) {
        color: #ae001c;
        text-align: center;
        font-size: 20px;
    }
    section .bg-about p:nth-child(2) {
        text-align: center;
        font-size: 16px;
    }
    section .services {
        padding: 50px 0 0 20px;
    }
    section .bg-dist p {
        margin: 0 20px;
    }
    section .textline h3 {
        padding: 20px 0;
    }
    section .textline1 {
        padding: 40px 0;
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .navbar-dark .navbar-nav .nav-item {
        display: none;
        overflow: hidden;
    }
    .navbar-dark .navbar-nav .bar {
        color: white;
        font-size: 16px;

    }
    header .bg-banner {
        background-position: 70% center;
    }
    header .bg-banner h1 {
        font-size: 38px;
    }
    header .bg-banner h4 {
        font-size: 18px;
    }
    section .bg-about {
        padding: 10px;
    }
    section .bg-about p:nth-child(1) {
        color: #ae001c;
        text-align: center;
        font-size: 20px;
    }
    section .bg-about p:nth-child(2) {
        text-align: center;
        font-size: 16px;
    }
    section .sampletext {
        padding: 0;
        margin: 0;
    }
    section .services {
        padding: 50px 0 0 20px;
    }
    section .bg-dist p {
        margin: 0 20px;
    }
    section .textline h3 {
        padding: 20px 0 0 0;
    }
    section .textline1 {
        padding: 15px 0;
        font-size: 16px;
    }
}

@media (max-width:320px) {
    .navbar-dark .navbar-nav .nav-item {
        display: none;
        overflow: hidden;
    }
    .navbar-dark .navbar-nav .bar {
        color: white;
        font-size: 16px;

    }
    header .bg-banner {
        background-position: 80% center;
        min-height: 690px;
    }
    header .bg-banner h1 {
        font-size: 28px;
    }
    header .bg-banner h4 {
        font-size: 20px;
    }
    section .services {
        padding: 25px 0;
    }
    section .sampletext {
        margin: 0;
    }
    section .sampletext p {
        font-size: 16px;
        padding: 20px 20px;
    }
    section .bg-about {
        padding: 10px;
    }
    section .bg-about p:nth-child(1) {
        color: #ae001c;
        text-align: center;
        font-size: 24px;
    }
    section .bg-about p:nth-child(2) {
        text-align: center;
        font-size: 16px;
    }
    section .bg-dist p {
        margin: 0 20px;
    }
    section .textline h3 {
        padding: 20px 0;
    }
    section .textline1 {
        padding: 20px 0;
        font-size: 16px;
    }
}
