body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    /* color: #2C4727; */
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 5% 0% 5% 0%;
}

h2 {
    /* color: #2C4727; */
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    margin: 20% 0% 3% 0%;
}

p {
    color: #a8b7a5;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 40px;
}

h4 {
    padding: 1%;
    text-align: justify;
    line-height: 1.3;
    font-weight: 500;
    /* color: #2C4727; */
    font-size: 1.1rem;
    margin: 5% 3% 5% 3%;
}

h3 {
    line-height: 1.5;
    font-weight: 600;
    /* color: black; */
    font-size: 1.4rem;
    margin: 5% 0% 5% 0%;
}


/* NAVBAR */

.navbar-toggler {
    background-color: #87a4e9 !important;
    color: #87a4e9 !important;
}

.img-logo {
    margin-left: 40px;
    width: 140px;
}

.nav-link {
    color: #14182f !important;
    font-weight: 600;
    font-size: 1.2rem;
    margin-right: 40px;
    margin-left: 23px;
}


/* HEAD */

.head {
    width: 100%;
}

.hero {
    position: relative;
    text-align: center;
    color: rgb(19, 18, 26);
}

.texts {
    letter-spacing: 3px;
}

.E-1 {
    font-size: 5rem;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: 230px;
}

.E-2 {
    font-size: 5rem;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: 320px;
}

.E-3 {
    font-size: 5rem;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: 400px;
}

.E-4 {
    letter-spacing: 4px;
    font-style: italic;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    left: 40px;
    top: 500px;
}

.E-5 {
    letter-spacing: 4px;
    font-style: italic;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    left: 40px;
    top: 530px;
}


/* LOGOS */

#Logos {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.logos {
    padding: 0%;
}

.fag-1 {
    color: #2C4727;
    font-size: 54px;
}


/* ABOUT US */

#about-us {
    margin-top: 10%;
    color: #1c212d;
    background-color: antiquewhite;
}

.about1 {
    padding-top: 1%;
    padding-bottom: 1%;
}

.about-text {
    padding: 1% 5% 1% 5%;
}

.about2 {
    padding: 1%;
}

.img-about {
    width: 100%;
    padding: 3%;
}


/* Services */

.services1 {
    color: #d6b73b ;
    /* align-items: center; */
    text-align: center;
}

.services-card {
    border-radius: 5%;
    background-color: #1c212d;
}

.icons {
    margin-top: 40px;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
}

.fag {
    margin-top: 15px;
}

.card-head {
    font-weight: 600;
    margin: 20% 5% 10% 5%;
    font-size: 1.2rem;
}

.card-text {
    padding: 2% 2% 10% 2%;
    font-weight: 500;
    font-size: 0.7rem;
}


/* .services-icon {
    background-color: #CFDFA1;
    border-radius: 5%;
    text-align: center;
    padding: 0% 5% 5% 5%;
}

.icons {
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.fag {
    color: #fff;
    margin-top: 23px;
} */


/* Forms */

#contact-us {
    color: #1c212d;
    background-color: antiquewhite ;
    margin: 10% 0% 5% 0%;
    text-align: center;
    padding-bottom: 5%;
}

.contact1 {
    background-color: antiquewhite ;
}

.contact-head {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 2rem;
}

.contact-text {
    font-weight: 400;
    font-size: 1.1rem;
}

.contact-div {
    margin-top: 5%;
    width: 60%;
    /* height: 300px; */
    background-color: #fff;
}

.contact-card:hover{
    border-radius: 5%;
    color: black;
    margin-top: 4%;
    background-color: #87a4e9;
}

.contact-card-2:hover{
    border-radius: 5%;
    color: black;
    margin-top: 4%;
    background-color: #87a4e9;
}

.c-icons {
    margin-top: 40px;
    align-items: center;
    text-align: center;
    color: black;
    /* background-color: #fff; */
}

.fag {
    margin-top: 7;
}

.contact-icon-text {
    font-weight: 600;
    margin: 8% 5% 10% 5%;
    font-size: 1.2rem;
}


/* FORMS */

.forms {
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
    text-align: left;
}

label {
    padding-top: 6%;
    font-weight: 700 !important;
}

input,
textarea {
    border-color: black !important;
}

.name-col {
    padding: 2px;
}

.btn-form {
    margin: 5% 5% 0% 5%;
}

.btn-sm {
    font-size: 1.2rem !important;
}


/* footer */

.p-foo {
    margin: 3% 0% 3% 0%;
    text-align: center;
}

@media (max-width: 1028px) {
    /* .fag {
        margin: 0% 0% 5% 0%;
    } */
    .img-logo {
        margin: 6px;
    }
    h1 {
        margin: 8% 0% 8% 0%;
    }
    h2 {
        margin: 6% 0% 6% 0%;
    }
    p {
        font-size: 0.8rem;
    }
    .services-icon {
        text-align: center;
        padding: 10%;
    }
    /* HERO */
    .texts {
        letter-spacing: 3px;
    }
    .E-1 {
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        left: 30px;
        top: 40px;
    }
    .E-2 {
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        left: 30px;
        top: 70px;
    }
    .E-3 {
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        left: 30px;
        top: 100px;
    }
    .E-4 {
        letter-spacing: 2px;
        font-style: italic;
        font-size: 0.8rem;
        font-weight: 400;
        position: absolute;
        left: 30px;
        top: 130px;
    }
    .E-5 {
        letter-spacing: 2px;
        font-style: italic;
        font-size: 0.8rem;
        font-weight: 400;
        position: absolute;
        left: 30px;
        top: 145px;
    }
    .fag-1 {
        font-size: 32px;
    }
    h3 {
        font-size: 0.8rem;
    }
    .img-about {
        width: 100%;
        padding: 3%;
    }
    .about1 {
        text-align: left;
    }
    /* SERVICES */
    .services-card {
        width: 80%;
    }
    .icons {
        margin-top: 40px;
        align-items: center;
        text-align: center;
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
    }
    .fag {
        margin-top: 15px;
    }
    .card-head {
        font-weight: 600;
        margin: 8% 4% 6% 4%;
        font-size: 1.2rem;
    }
    .card-text {
        padding: 2% 2% 10% 2%;
        font-weight: 500;
        font-size: 0.7rem;
    }
    /* COntact */
    #contact-us {
        color: #fff;
        background-color: #2C4727;
        margin: 10% 0% 5% 0%;
        text-align: center;
        padding-bottom: 5%;
    }
    .contact1 {
        background-color: #2C4727;
    }
    .contact-head {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 1.2rem;
    }
    .contact-text {
        font-weight: 400;
        font-size: 0.6rem;
    }
    .contact-div {
        margin-top: 3%;
        width: 95%;
        /* height: 300px; */
        background-color: #fff;
    }
    .contact-card {
        color: black;
        margin-top: 2%;
        background-color: #D9D9D9;
    }
    .contact-card-2 {
        color: black;
        margin-top: 2%;
        background-color: #9EBE98;
    }
    .c-icons {
        margin-top: 8px;
        align-items: center;
        text-align: center;
        color: black;
        /* background-color: #fff; */
    }
    .fag-2 {
        font-size: 14px !important;
        margin-top: 7px;
    }
    .contact-icon-text {
        font-weight: 600;
        margin: 5% 5% 6% 5%;
        font-size: 0.8rem;
    }
    /* FORMS */
    .forms {
        font-size: 0.8rem !important;
        padding-top: 1%;
        padding-bottom: 1%;
        color: black;
        text-align: left;
    }
    label {
        padding-top: 3%;
        font-weight: 700 !important;
    }
    input,
    textarea {
        border-color: black !important;
    }
    .btn-sm {
        font-size: 0.9rem !important;
    }
}


