@font-face {
    font-family: "helevetic";
    src: url(../fonts/helveticaneue.woff);
}
body {
    overflow-x: hidden;
}
* {
    font-family: "helevetic";
}
a {
    list-style: none;
    text-decoration: none;
}
nav {
    position: fixed;
}
main {
    overflow-x: hidden;
}
textarea {
    resize: none;
}
.bg-light {
    background-color: #f8f9fad6 !important;
    border-bottom: 1px solid #e7e7e7;
}
.img-main {
    width: 100%;
    height: 768px;

    margin-bottom: 150px;
}
.img-main img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.img-link {
    max-width: 450px;
}
.box-img-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 400px;
}
.box-img-head h2 {
    text-align: center;
}
.box-img-head a {
    color: rgb(41, 41, 41);
}
footer {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background-color: #a8a8a8;
}
footer p {
    margin: 0;
}
.box-about {
    margin-top: 150px;
    margin-bottom: 100px;
}
.box-about-page {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-contact-page ul li {
    line-height: 30px;
}
.box-contact-page ul {
    list-style-type: circle;
}
.box-contact-page-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
form {
    display: flex;
    justify-content: center;
}
.form-control {
    width: 80%;
    margin-top: 30px;
}
.text-area-frm {
    width: 90%;
}
.form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.box-about-page p {
    text-align: justify;
    margin: 0 30px 0 0;
}
.img-fluid{
    width: 90%;
}
@media screen and (max-width: 991px) {
    .box-img-head {
        margin-bottom: 100px;
    }
    .img-fluid {
        height: auto;
        margin-bottom: 30px;
    }
    .box-about-page p {
        margin: 10px;
        text-align: justify;
    }
}
@media screen and (max-width: 768px) {
    .img-main {
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    .img-fluid {
        max-width: 80%;
        height: auto;
        margin-bottom: 30px;
    }
    .box-img-head a {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img-link {
        max-width: 65%;
    }
}
