@import url(gallery.css);
* {
    font-family: montserrat;
}

body {
    background: f1fbff;
}

.section-padding {
    padding: 75px 0;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 16px;
    line-height: 1.9;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar-light .navbar-brand {
    color: black;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: black;
}

.navbar-light .navbar-nav .navbar-link {
    color: black;
}

.w-100 {
    height: 100vh;
}

.services .card-body i {
    font-size: 50px;
    color: #dc3545;
}

.services .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.35);
}

.portfolio .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.35);
}

.img-area img {
    height: 30em;
}
.lead{
    font-size: 16px;
}
#contact p{
    padding-top: 15px;
}
h3{
    padding-bottom: 15px;
}
div.intro li:not(:last-child){
    margin-left: 15px;
    margin-bottom: 10px;
    padding: .2em 1%;
}

.realizations-section-header-padding{
    padding: 75px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        bottom: 370px
    }

    .carousel-caption p {
        width: 100%;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 100%;
    }

    .section-padding {
        padding: 75px 0;
    }
    h3{
        padding-bottom: 15px;
    }
    ul{
        padding-left: 15px;
    }
    li:not(:last-child){
        margin-left: 15px;
        margin-bottom: 10px;
        padding: .2em 1%;
        }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .carousel-caption {
        bottom: 125px;
    }

    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption a {
        padding: 10px 15px;
    }

    .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }

    .card {
        margin-bottom: 30px;
    }

    .about-text {
        padding-top: 50px;
    }

    .section-padding {
        padding: 75px 0;
    }
    h3{
        padding-bottom: 15px;
    }
    li:not(:last-child){
    margin-left: 15px;
    margin-bottom: 10px;
    padding: .2em 1%;
    }
    .g-recaptcha {
        transform:scale(0.8);
        transform-origin:0 0;
       }
}