body,
html {
    height: 100%;
    color: black;
    margin: 0px;
}

* {
    font-family: "Barlow", sans-serif;
}

h1 {
    font-family: "Barlow", sans-serif !important;
    font-weight: bold !important;
    font-style: normal;
    font: xx-large;
    font-size: 44px;
}

h2 {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-size: 35px;
}

h3 {
    font-family: "Barlow", sans-serif;
    font-style: normal;
}

h4 {
    font-family: "Barlow", sans-serif;
    font-style: normal;
}

p {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-size: 18px;
}

.padding_home {
    padding-left: 30px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-size: 18px;
}

.contact-info .vertical-separator {
    border-right: 2px solid #B1CB24;
    border-left: 2px solid #B1CB24;
    margin: 0 10px;
    padding-left: 17px;
    padding-right: 17px;
}

.contact-info span {
    white-space: nowrap;
}

.logo {
    text-align: center;
    display: block;
    margin-top: 0px;
}

.logo img {
    max-width: 280px;
    margin-top: 20px;
}

h2.contact_h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.contact_href {
    color: black;
    font-weight: 600;
}

.custom-col {
    /* width: 100%; */
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 20px;
    font-weight: 600;
}

.custom-col2 {
    padding: 20px;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
}

.custom-img {
    max-width: 100%;
    height: auto;
}

.home_margin {
    margin-top: 60px;
    margin-bottom: 60px;
}

.full-width-block {
    background-color: #295827;
    padding: 80px 20px;
}

.inner-block {
    padding: 20px;
    /* background-color: white;
           border: 1px solid #dee2e6; */
}

.container-1640 {
    max-width: 1640px;
    margin: 0 auto;
}

.footer {
    height: 290px;
    background-color: #F8F8F8;
    color: black;
    padding: 20px;
}

.footer .inner-block {
    padding: 20px;
    /* background-color: transparent; */
    border: none;
    background-color: #F8F8F8;
}

.footer .container-1640 {
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    margin-top: 60px;
}

.footer img {
    max-width: 50%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.inner_cont {
    padding-right: 50px;
    padding-left: 50px;
}

.marg_top {
    margin-top: 0px;
}

.home_blocks {
    margin-top: -30px;
}

.inner_h2 {
    color: #B1CB24;
    font-weight: bold;
    text-transform: uppercase;
}

.p_inner {
    padding-top: 25px;
    float: right;
    max-width: 200px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: right;
}

.inner-after::after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    width: 2px;
    background-color: #B1CB24;
    opacity: 0.5;
    height: 95%;
}

/* .inner-after::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #B1CB24;
    opacity: 0.5;
    height: 100%;
} */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

.whatsapp-button i:before {
    font-size: 50px;
    color: #8CBF40;
}

.full_inner_p {
    color: white;
}

.full_inner_p li {
    font-size: 18px;
    list-style-type: none;
    line-height: 1.6;
}

.full_inner_p li::before {
    content: ""; /* Required for the pseudo-element to be used */
    display: inline-block; /* Make it an inline element */
    width: 10px; /* Width of the square */
    height: 10px; /* Height of the square */
    background-color: #8CBF40; /* Color of the square */
    margin-right: 10px;
}

.custom-row .col-md-3 {
    padding: 20px;

    position: relative;
}

.custom-row .col-lg-3:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 2px;
    background-color: #B1CB24;
    opacity: 1;
    min-height: 40px;
}

.custom_img {
    border: none;
    background-color: white;
}

.custom_img img {
    border-radius: 10px;
    min-height: 370px;
}

.header_row {
    margin-top: -35px;
    background-color: white;
    z-index: 123;
    position: relative;
    border-radius: 10px;
}

.text {
    padding-left: 50px;
    position: relative;

}

.text p {
    padding-top: 22px;
    /* padding-left: 20px; */
    font-weight: 600;
    font-size: 15px;

}

.icon {
    position: absolute;
    top: 30px;
    left: 0;
}

.icon img {
    max-width: 40px;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/header.jpg");

    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    text-transform: uppercase;
}

.about-us img {
    object-fit: cover;
}

@media only screen and (max-width: 1580px) and (min-width: 1100px) {
    .h1, h1 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 970px) and (min-width: 571px) {

    .h1,
    h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 970px) {

    .h1,
    h1 {
        font-size: 22px;
    }
}


@media only screen and (max-width: 750px) {


    .padding_home {
        padding-left: 20px;
    }

    .hero-text h1 {
        font-size: 22px;
    }

    .custom-row .col-lg-3:not(:last-child)::after {
        display: none;
        content: '';
        position: absolute;
        top: 20px;
        bottom: 10px;
        right: 0;
        width: 2px;
        background-color: #B1CB24;
        opacity: 1;
        min-height: 40px;
    }

    .home_margin {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .hero-text {
        min-width: 320px;

    }

    .hero-text {
        top: 60%;
    }

    .inner_cont {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .p_inner {
        float: left;
        min-width: 100%;
        font-size: 40px;
        font-weight: bold;
        color: white;
        text-align: left;
        font-weight: bold;
        font-size: 30px;

    }

    .custom-col2 {
        /* padding: 20px; */
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer {
        height: auto;
    }

    .footer img {
        max-width: 50%;
    }

    .footer .container-1640 {
        display: block;
    }

    .footer .container-1640 {
        margin-top: 0px;
        height: auto;
    }

    .footer .inner-block {
        padding: 0px;
    }

    h2 {
        font-size: 30px;
    }

    .custom_img img {
        border-radius: 10px;
        min-height: 270px;
    }

    .hero-image {
        min-height: 400px;
    }

    .inner-after::after {
        display: none;
    }

    .logo img {
        max-width: 220px;
    }

    .contact-info {
        font-size: 18px;
        display: inline-grid;
    }

    .contact-info .vertical-separator {
        border: none;
        margin: 0;
        padding: 0;
    }

    .full_inner_p {
        padding: 0;
    }


}