@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body { border: 0pt none; margin: 0pt; padding: 0pt; font-family: 'Poppins', Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 { margin: 0pt; padding: 0pt; font-weight: normal; }
p, ul, ol { margin: 0pt; padding: 0pt 0pt 1.25em; }
html { height: 100%; overflow: auto; }
body { height: 100%;  font-size: 0.75em; background: #fff; color: rgb(52, 52, 52); }
p { font-size: 100%; line-height: 1.6em; padding: 0pt 0pt 1.25em; }
#container { width: 800px; margin: 0pt auto; }
#header { position: relative;text-align:center;padding-top:40px;}
#header img{margin-bottom:0px;width:250px;}
.home-content{
    width: 100%;
    margin: 0pt auto;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.home-content h2 {
    font-size: 3.2rem;
    font-weight: 500;
    padding: .5rem 0 1.7rem 0;
    line-height: 1.3;
}
.home-content h1 {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}
.home-content h1:after {
    content: "";
    position: absolute;
    width: 90px;
    border-bottom: 4px solid #037234;
    bottom: -5px;
    left: 0;
}
.home-content a {
    font-size: 19px;
    color: #495057 !important;
    text-decoration: none;
    text-shadow: none;
}
.data { text-align: center;margin-top:30px; }
.data a { padding: 10px 0pt;width: 800px;margin: 0pt auto; text-align: center;font-size: 28px; color:#000; text-decoration:none; display:block; margin-bottom:10px;}
.toggle_container { width: 800px; margin: 0pt auto; text-align: center; font-size: 17px; }
.toggle_container p { font-size: 17px; line-height: 1.6em; padding: 0pt 0pt 1.25em; }
.home-content p {
    padding: 15px 18% 40px 0px;
    font-size: 20px;
    color: rgba(0, 0, 0, .5) !important;
}

.home-content .contact p {
    padding-right: 0px;
}
#content-wrapper { overflow: hidden; position: relative; }
table {
    border-collapse: separate;
    border: 2px solid black;
    border-spacing: 4px;
}
td {
    padding: 5px;
    padding-right: 30px;
    border: 1px solid lightgray;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contact {
    display: flex;
    gap: 65px;
    align-items: center;
}

.contact i {
    border-radius: 100%;
    color: #161c2d;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 900;
    background: #e1f8d5;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.fullscreen {
    min-height: 100vh !important;
}

#content-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    right: 4%;
    top: 12%;
    opacity: 0.5;
    background-image: url(./web.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    left: -100px;
    top: 14%;
    opacity: 0.05;
    background-image: url(./cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-content a.show_more,
.home-content a.contact-btn {
    background: #037234;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 8px;
}


@media only screen and (max-width: 1349px) {
    .home-content:before {
        width: 180px;
        height: 180px;
        left: -35px;
    }

    #content-wrapper:after {
        width: 380px;
        height: 380px;
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    #content-wrapper:after {
        width: 340px;
        height: 340px;
        right: -20px;
        top: 5%;
    }

    .home-content:before {
        width: 170px;
        height: 170px;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    #content-wrapper:after {
        width: 310px;
        height: 310px;
        right: -20px;
        top: 0%;
        z-index: -1;
    }

    .home-content:before {
        width: 150px;
        height: 150px;
    }

    .home-content h2 {
        font-size: 3rem;
        padding: .5rem 0 1.5rem 0;
    }

    .home-content h1 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .home-content h2 {
        font-size: 2.5rem;
        padding: .5rem 0 1rem 0;
    }

    .home-content h1 {
        font-size: 3.5rem;
    }

    .home-content p {
        padding-bottom: 20px;
    }

    .home-content a.contact-btn {
        margin-top: 15px;
    }

    .contact {
        gap: 15px;
    }

    .home-content h1:after {
        bottom: -10px;
    }

    #content-wrapper:after {
        width: 250px;
        height: 250px;
        bottom: 5%;
        top: auto;
    }

    .home-content:before {
        width: 130px;
        height: 130px;
        top: 17%;
        left: -15px;
    }
}

@media only screen and (max-width: 549px) {
    .home-content p {
        padding-right: 25px;
        font-size: 18px;
    }

    .home-content:before {
        width: 120px;
        height: 120px;
        top: 12%;
    }

    .home-content h2 {
        font-size: 2rem;
    }

    .home-content h1 {
        font-size: 3rem;
    }

    .contact {
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-content .contact p {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .home-content h2 {
        font-size: 1.8rem;
    }

    .home-content h1 {
        font-size: 2.5rem;
    }

    .contact i {
        font-size: 15px;
        width: 40px;
        height: 40px;
    }

    #content-wrapper:after {
        width: 230px;
        height: 230px;
    }

    .home-content a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 420px) {
    .home-content h2 {
        font-size: 1.4rem;
    }

    .home-content h1 {
        font-size: 2rem;
    }

    .home-content p {
        font-size: 17px;
    }

    .home-content a {
        font-size: 17px;
    }

    #content-wrapper:after {
        width: 200px;
        height: 200px;
        bottom: 2%;
    }

    .home-content:before {
        width: 100px;
        height: 100px;
        top: 16%;
    }
}